Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    33comments
  2. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    141comments
  3. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    296comments
  4. “The Secret Life of Circuits” is here(coredump.cx ↗)
    31comments
  5. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    103comments
  6. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    499comments
  7. San Francisco Onion Futures Company(onionfutures.com ↗)
    88comments
  8. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    139comments
  9. Communication by means of modulated Johnson noise(pnas.org ↗)
    11comments
  10. Cloudflare Quick Tunnels(cloudflare.com ↗)
    294comments
  11. How to Write with an LLM(sockpuppet.org ↗)
    352comments
  12. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    20comments
  13. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    3comments
  14. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    1comments
  15. SDCC – Small Device C Compiler(sourceforge.net ↗)
    20comments
  16. Saving another 100TB of RAM(cloudflare.com ↗)
    85comments
  17. Science Is Open Software(jepedersen.dk ↗)
    45comments
  18. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    102comments
  19. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    42comments
  20. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  21. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  22. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    113comments
  23. OpenJev(openjev.com ↗)
    273comments
  24. Show HN: I wrote a custom assembler for CHIP-8 in C++(github.com/tackx ↗)
    3comments
  25. Goroutine Leak Profiles(go.dev ↗)
    6comments
  26. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  27. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    76comments
  28. Veronese's Dogs(publicdomainreview.org ↗)
    2comments
  29. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    94comments
  30. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    16comments

TreeSheets, a programmable spreadsheet/mindmap/PIM crossover

16 pointsby 14y agotreesheets.com
3 comments
14y agoHN ↗

We're long overdue for a new direction in spreadsheets. (It's disappointing that Apple's Numbers and Google Docs Spreadsheet are so uninventive.) Is anyone aware of other 'experiments' like this?

14y agoHN ↗

Wow! this is so awesome! Thanks you!

For the past two months I've been daydreaming about embedding a spreadsheet inside a single cell. It can be represented easily with XML, but it's a PITA to work with XML manually.

This is such an great interface. I love that to insert a grid within a cell, you just press 'INSERT'. And to insert a new cell in a grid, you just move the cursor between the cells and start typing.

Very well done.

Edit: Also, I love the HTML and XML export. This means I can actually use this at work. Any plans of adding a scripting interface? I think Scheme or Lua would work well for this.

14y agoHN ↗

Wow, the concept and screens look great, but I can't help feeling a bit disappointed when I find out the latest OS X version is from late 2009.

I would love to put some time into it as a hobby project, but the source isn't available :(