frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a minimal distributed tracer from scratch to understand better

https://github.com/td-02/tracelm
1•taeshdas•1m ago•1 comments

Show HN: Gonzales – Self-hosted internet speed monitor with Home Assistant

https://github.com/akustikrausch/gonzales
1•janiskl93•1m ago•0 comments

Nano Banana 2

https://deepmind.google/models/gemini-image/flash/
1•meetpateltech•1m ago•0 comments

New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprises

https://arstechnica.com/security/2026/02/new-airsnitch-attack-breaks-wi-fi-encryption-in-homes-of...
2•DamnInteresting•2m ago•0 comments

My computer got self-hacked because of OpenClaw

https://substack.com/home/post/p-189184829
1•iliaishacked•2m ago•0 comments

Show HN: I'm building TaskWeave, a task orchestrator

https://github.com/spicyPoke/TaskWeave
1•spicypoke•2m ago•0 comments

Did predictability scale better than openness on the web?

https://borisljevar.substack.com/p/once-upon-a-time-the-internet-promised
1•blnlx•3m ago•1 comments

Show HN: BetterDB Cloud – monitor Valkey/Redis in VPCs with a lightweight agent

1•kaliades•3m ago•0 comments

Show HN: Nano banana 2 is coming to nanabanana2.run

https://nanabanana2.run
1•funnycoding•4m ago•0 comments

Why Developers Keep Choosing Claude over Every Other AI

https://www.bhusalmanish.com.np/blog/posts/why-claude-wins-coding.html
2•gmays•4m ago•0 comments

The Isomorphic Labs Drug Design Engine unlocks a new frontier beyond AlphaFold

https://www.isomorphiclabs.com/articles/the-isomorphic-labs-drug-design-engine-unlocks-a-new-fron...
1•salkahfi•5m ago•0 comments

Formal Methods for Rust Unsafe

https://antithesis.com/blog/2026/rust_formal_methods/
1•wwilson•5m ago•0 comments

Show HN: AgentSecrets – Zero-Knowledge Credential Proxy for AI Agents

https://github.com/The-17/agentsecrets
1•steppacodes•7m ago•1 comments

ProxyBase – AI Infrastructure for Agents

https://proxybase.xyz
1•m00dy•8m ago•0 comments

Trump admin moves toward blacklisting Anthropic in AI safeguards fight

https://www.axios.com/2026/02/25/anthropic-pentagon-blacklist-claude
2•dataflow•8m ago•1 comments

Dissecting CrashFix: KongTuke's New Toy

https://www.huntress.com/blog/malicious-browser-extention-crashfix-kongtuke
1•speckx•8m ago•0 comments

Dawn of the Localhost Engineer

https://twitter.com/paperplaneflyr/status/2027048151950008683
1•paperplaneflyr•8m ago•0 comments

The Disintermediation of Databases

https://redmonk.com/rstephens/2026/02/19/database-disintermediation/
1•rmoff•8m ago•0 comments

Apple Launch on Monday

https://twitter.com/tim_cook/status/2027020842396475410
3•redox_•10m ago•0 comments

Show HN: PBinder – Python repo to DOCX/PDF with call-site cross-references

https://pbinder.app/
1•helloworld890•12m ago•0 comments

Gladys West, Who Got Belated Credit for Helping Create GPS, Dies at 95

https://www.wsj.com/arts-culture/books/gladys-west-dies-at-95-0d5f3881
1•fortran77•13m ago•1 comments

Show HN: HeyAgent – continue your Codex/Claude sessions from Telegram

https://github.com/gergomiklos/heyagent
1•gregolo•14m ago•0 comments

Show HN: MCP server that checks if your project idea exists

https://github.com/mnemox-ai/idea-reality-mcp
1•mnemoxai•14m ago•0 comments

(AI) Bots Ate My Map Tiles

https://www.vicchi.org//2026/02/21/ai-bots-ate-my-map-tiles/
4•speckx•14m ago•1 comments

Vibe Coding is the Future of B2B SaaS

https://nmn.gl/blog/vibe-coding-future-b2b-saas
1•namanyayg•15m ago•0 comments

Show HN: CLaaS – Update your local LLM's weights in real time from text feedback

https://github.com/kfallah/CLaaS
1•kfallah•16m ago•1 comments

Takata airbag scandal: the most expensive design flaw in history

https://www.youtube.com/watch?v=lBJW5-IDh5U
2•fanf2•16m ago•0 comments

2026 Toyota C-HR First Drive Review: An Entry-Level EV That's Fun

https://www.thedrive.com/car-reviews/2026-toyota-c-hr-first-drive-review
1•PaulHoule•16m ago•0 comments

Iran's "Black Hole" Subs Make Hormuz a Shallow-Water Sonar Trap

https://modernengineeringmarvels.com/2026/02/25/irans-black-hole-subs-make-hormuz-a-shallow-water...
1•Brajeshwar•17m ago•0 comments

Interstellar Comet 3I/Atlas Carries a Carbon Signature No Local Comet Matches

https://modernengineeringmarvels.com/2026/02/25/interstellar-comet-3i-atlas-carries-a-carbon-sign...
1•Brajeshwar•17m ago•0 comments
Open in hackernews

Implicit UVs: Real-time semi-global parameterization of implicit surfaces [pdf]

https://baptiste-genest.github.io/papers/implicit_uvs.pdf
50•ibobev•9mo ago

Comments

whizzter•9mo ago
Interesting paper for someone fiddling with implicit surfaces, but it's gonna take a little while to digest it. Also there's no examples of resulting UV maps used in this (while on-model painting is simplified, afaik classically artists still preferred to get clearly delineated maps to modify in regular painting software even if stuff like Substance painter seems to have shifted that).

Implicit surface modelling tools are still evolving quickly, and one point that seems overlooked is how this would tie with authoring tools (since this is about a fairly raw numeric algorithm solution).

Post-modelling it should hold up, but would the maps retain similarity (or enable transferability) if the implicit model structure changes?

Imagine 2 disjoint spheres in space, the user drags them together, would this algorithm want to merge the UV mapping of them if they are smoothly joined? (no sharp creases).

baptiste-genest•9mo ago
Hi, I'm the first author of the article. Thank you very much for your interest in the method!

For the 2 spheres, it's as you wish ! It depends on where you place the uv system in the CSG tree, if it is above a single sphere then it will remain on it, if it's above the union, the field should extent on both.

The main interest of the method is the fact that the output remains implicit so one can easily plug it in a CSG pipeline.

whizzter•9mo ago
Right, so in the case of the UV connecting to the 2 sphere's in the CSG if one uses a smoothunion function, would the UV islands join "from each direction" in a predictable fashion as the spheres overlap more and more?
baptiste-genest•9mo ago
If I understood what you mean, yes!

This example can be seen in the fast-forward: https://youtu.be/dK5JPHylzOg?si=zDHwaOL_xtx-_TJk

jplusequalt•9mo ago
What a great paper. This paper is an example of why I find computer graphics to be the most interesting subset of computer science.
baptiste-genest•9mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•9mo ago
Related question: I'm coding a demo (as in "demoscene") and want to displace a plane SDF (think e.g. a heightmap) for raymarching.

This produces some visible discontinuities in the plane at larger slopes. My surface is still at f(x,y,z) = 0 but the rest of the field is completely messed up. From the little maths I know, that is no longer an SDF because among other issues, it no longer satisfies the Eikonal equation mentioned in the article.

Is there any way to fix this or am I SOL?

bhouston•9mo ago
You need to take the minimum of the two SDF fields in the surrounding region (up to the global context if you need to) if you want it to maintain an SDF. The minimum of two SDFs is always a new SDF.

My suspicion is that the new plane isn't an SDF anymore, that is why you are getting artifacts or your ray marcher has problems with large scope angles, or something.

akomtu•9mo ago
sdf(p + sin(p)*0.01)
GistNoesis•9mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•9mo ago
Great timing on this paper. I actually just started tackling a problem that is essentially exactly what is under discussion here (creating a coherent UV set for implicit geometry), so I'm very looking forward to reading it in depth.

At a first glace through, it seems to be written at a good blend between concept and implementation followthrough, something that notoriously is not always there for CG papers :) And it's also refreshing to read something that is not neuro-AI-generation of this or that for a change!