Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    84comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    33comments
  3. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    54comments
  4. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    84comments
  5. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    14comments
  6. OpenJev(openjev.com ↗)
    200comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    76comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    3comments
  9. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    22comments
  10. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    2comments
  11. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    2comments
  12. I don't like passkeys(hawksley.dev ↗)
    467comments
  13. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    175comments
  14. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    8comments
  15. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    18comments
  16. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  17. AI is an elite crime spree(thebignewsletter.com ↗)
    14comments
  18. Jemalloc 5.4.0(github.com/jemalloc ↗)
    70comments
  19. The scourge of x86 emulation(fex-emu.com ↗)
    66comments
  20. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    142comments
  22. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    172comments
  23. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    discuss
  24. Qwen 3.8 Omni Flash(qwen.ai ↗)
    111comments
  25. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    30comments
  26. BeanShell3 in Development(beanshell.github.io ↗)
    8comments
  27. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    600comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    181comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    58comments
  30. Rabbit Hole: Minimum L-seams(fractalkitty.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.