Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    72comments
  2. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    1comments
  3. Cloudflare Quick Tunnels(cloudflare.com ↗)
    190comments
  4. Saving another 100TB of RAM with math (and Rust)(cloudflare.com ↗)
    7comments
  5. Apple releases iPhone Duo simulator and Xcode 27.1 beta(developer.apple.com ↗)
    21comments
  6. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    3comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    33comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    57comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    8comments
  10. OpenJev(openjev.com ↗)
    231comments
  11. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    140comments
  12. Our brain evolved from two primitive nervous systems that merged: Study(newscientist.com ↗)
    32comments
  13. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    159comments
  14. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    63comments
  15. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    129comments
  16. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    13comments
  17. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    21comments
  18. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    83comments
  19. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    193comments
  20. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    209comments
  21. Minimal Phone 2(minimalcompany.com ↗)
    95comments
  22. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    11comments
  23. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  24. "From Geometry to Algebra and Back Again: 4000 Years of Papers" by Jack Rusher [video](youtube.com ↗)
    discuss
  25. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    6comments
  26. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    12comments
  27. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    6comments
  28. How to Write with an LLM(sockpuppet.org ↗)
    211comments
  29. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    15comments
  30. Jemalloc 5.4.0(github.com/jemalloc ↗)
    83comments

The Shadows Lurking in the Equations – Underwater Islands

60 pointsby 2d agogods.art
13 comments
6h agoHN ↗

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

5h agoHN ↗

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

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

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

1h agoHN ↗

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

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

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

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

1h agoHN ↗

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