Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    148comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    202comments
  3. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    11comments
  4. Saving another 100TB of RAM(cloudflare.com ↗)
    36comments
  5. Cloudflare Quick Tunnels(cloudflare.com ↗)
    236comments
  6. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    63comments
  7. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    11comments
  8. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    46comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    254comments
  10. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    72comments
  11. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    53comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    38comments
  13. OpenJev(openjev.com ↗)
    239comments
  14. A 1542 papal cipher cracked with simulated annealing(simonklee.dk ↗)
    discuss
  15. Cyclomatic Complexity in C#(ndepend.com ↗)
    12comments
  16. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    17comments
  17. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    51comments
  18. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    169comments
  19. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  20. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    13comments
  21. Minimal Phone 2(minimalcompany.com ↗)
    158comments
  22. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    28comments
  23. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    89comments
  24. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  25. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    178comments
  26. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    77comments
  27. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    149comments
  28. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  29. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    18comments
  30. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss

Show HN: Etherdoek, an Ethereum version of Reddit r/place

2 pointsby 6y agoetherdoek.com
3 comments
6y agoHN ↗

Hi all, creator of Etherdoek here. I had this idea for a while and the corona lockdown was a good excuse to work on it. I’ve also written an article about tokens and art and when I think it makes sense to put things on the blockchain: https://www.etherdoek.com/tokens_and_art.

In short, Etherdoek is a 1,000 by 1,000 pixel canvas. Pixels are sold through a smart contract. The buyer sets the pixel color (hex value, 3 bytes) and gets an ERC-721 token which corresponds to her pixel. Pixel tokens can be traded like any other ERC-721 token. Through the same smart contract any owner of a pixel token can change the color of the corresponding pixel.

The canvas will exist as long as Ethereum. Ethereum contains the full state of the image and changes are saved forever as events. It’s censorship resistant and does not depend on any data being stored outside of the blockchain.

6y agoHN ↗

This already exists:

Site: https://thousandetherhomepage.com/

HN thread:

https://news.ycombinator.com/item?id=15393446

Not sure if that also,supported re-trading/coloring of the pixel. That could be a nice touch or very against the idea of the others which meant to be "forever". Not needing a special browser is nice.

I might miss it but it seems this page assigns me a single pixel, or one pixel at a time where I can control x,y? The power of the others lies in being able to buy multiple pixels in a controlled fashion and having an easy way to add your logo (jpeg/png/...).

6y agoHN ↗

The difference with Thousand Ether Homepage is that they store images off chain. Etherdoek stores pixel information (hex values) on the Ethereum blockchain itself, including as events all pixel changes. All the blue question marks on Thousand Ether Homepage are lost images.

I've added a few Python scripts for easier interaction but totally agree that for now putting images on Etherdoek is a pain.