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 ↗)
    135comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    187comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    33comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    221comments
  5. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    58comments
  6. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    23comments
  7. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    discuss
  8. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    11comments
  9. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    45comments
  10. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    72comments
  11. How to Write with an LLM(sockpuppet.org ↗)
    243comments
  12. OpenJev(openjev.com ↗)
    238comments
  13. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    35comments
  14. Cyclomatic Complexity in C#(ndepend.com ↗)
    9comments
  15. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    17comments
  16. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    51comments
  17. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    168comments
  18. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  19. Minimal Phone 2(minimalcompany.com ↗)
    148comments
  20. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    24comments
  21. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    13comments
  22. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  23. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    89comments
  24. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  25. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    175comments
  26. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    73comments
  27. The US 'Kill Chain' That Destroyed an Iranian School(bloomberg.com ↗)
    discuss
  28. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  29. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    281comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    148comments

The Shadows Lurking in the Equations – Underwater Islands

62 pointsby 2d agogods.art
13 comments
9h agoHN ↗

That has another name but I forget. Essentially contour plotting in high res.

8h agoHN ↗

Do you mean Marching Squares? Or Signed Distance Fields? Both are related, but not exactly the same.

8h agoHN ↗

These visualizations are cool, but I feel only a little misleading. Any 2D relation can be plotted in 3D, and setting z=0 shows the original line in 2D. The whole notion of fuzzy is really just saying "let's make a heat map of how far z is from 0". That said, I can see how for some people, thinking about the roots of a function in 3D this way _could_ help unlock deeper understanding of where your roots are at than just staring at 3D graph.

8h agoHN ↗

Also, the visualisations are to some extent an artifact of how you arrange the equation: rearranging terms between the left and right side won't change the line but it will change these visualisations. The first example illustrates it nicely: the 'hole' only exists because of a redundant division by (x^2 + y^2) on either side of the equation.

4h agoHN ↗

I agree. But it’s cool to explore these things and if it’s the first time someone sees it, that’s nice!

7h agoHN ↗

My gut tells me that exploring mathematics in this way has very high potential for bringing on future advancements. (1) Simple elements that (2) reveal coherent structures, and were (3) hidden to historic geniuses due to requiring exhaustive computation.

7h agoHN ↗

It’s not so interesting I think.

They’re basically just taking equations of the form f(x,y)=k where k=0, and asking “ah but what about when k!=0”?

Indeed, looking at the constant as a variable by looking at the equation f(x,y)=z IS quite useful. (I’m reminded of Feynman favorite trick for solving integrals). That generalization trick is actually useful in MANY contexts. But there’s nothing novel here.

7h agoHN ↗

The same trick is used in f(R) theories, where the Ricci scalar in General Relativity is replaced with a linear function. https://en.wikipedia.org/wiki/F(R)_gravity

Reminds me of TRIZ methods too, trying to find assumptions or constraints and playing with variations of them.

So yeah, nothing novel here.

4h agoHN ↗

Isn’t the “error in the equation x = 0” just…x?