Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. There's no point at which turning your brain off will work(danluu.com ↗)
    31comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    121comments
  3. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    2comments
  4. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    39comments
  5. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    17comments
  6. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    74comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    98comments
  8. OpenJev(openjev.com ↗)
    205comments
  9. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    6comments
  10. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    103comments
  11. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    180comments
  12. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    3comments
  13. I don't like passkeys(hawksley.dev ↗)
    529comments
  14. Jemalloc 5.4.0(github.com/jemalloc ↗)
    75comments
  15. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    23comments
  16. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    9comments
  17. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  18. BeanShell3 in Development(beanshell.github.io ↗)
    11comments
  19. The scourge of x86 emulation(fex-emu.com ↗)
    68comments
  20. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    176comments
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    154comments
  22. US Treasuries Have Become Unappetizing for Foreign Central Banks and Governments(wolfstreet.com ↗)
    51comments
  23. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    3comments
  24. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    1comments
  25. Qwen 3.8 Omni Flash(qwen.ai ↗)
    117comments
  26. Show HN: Microsoft Office running with Wine on Linux with no virtualization(github.com/tombert ↗)
    51comments
  27. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    39comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    193comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    61comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    640comments

The Shadows Lurking in the Equations – Underwater Islands

51 pointsby 2d agogods.art
9 comments
3h agoHN ↗

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

2h agoHN ↗

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

3h 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.

2h 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.

2h 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.

1h 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.

1h 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.