frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google patched AI chatbot flaw that could expose customer conversations

https://www.axios.com/2026/07/07/varonis-google-ai-agent-chatbot-security?
1•crowd51•1m ago•0 comments

Mastodon, the Only Good Choice

https://www.tbray.org/ongoing/When/202x/2026/07/05/Choose-Mastodon
1•robin_reala•2m ago•0 comments

The math behind "AI will take your job" is wrong [video]

https://www.youtube.com/watch?v=sQGZXrzykpU
1•parasti•2m ago•0 comments

CashFlow – Open-source debt minimization using graph algorithms and WASM

1•SanishKumar•3m ago•0 comments

Show HN: Learn language with word-by-word translation maps [video]

https://www.youtube.com/watch?v=QHMqGX6GvFU
1•julienreszka•3m ago•0 comments

Show HN: Gemini to Word or PDF Extension

https://chromewebstore.google.com/detail/chat-exporter-save-gemini/lgipeakgdkcgnkdljeagconfbfeolidj
1•quysala12•5m ago•0 comments

Handsum: A lossy thumbnail image format

https://nigeltao.github.io/blog/2026/handsum.html
1•tylerchr•5m ago•0 comments

Ask HN: I want an app to block luddites from my life

1•julienreszka•7m ago•1 comments

I think Rust is Object Oriented

https://lewiscampbell.tech/blog/260709.html
1•xupybd•7m ago•0 comments

Eternal September

https://en.wikipedia.org/wiki/Eternal_September
1•kleiba2•9m ago•0 comments

Databricks Data and AI Summit 2026 as it was

https://medium.com/data-engineer-things/databricks-data-and-ai-summit-2026-as-it-was-2e146b77912a
1•protmaks•10m ago•0 comments

Du Bist Gut Genug Guy Sings Whithout Autotune [video]

https://www.youtube.com/watch?v=GpfnWqTFcy4
1•Cider9986•11m ago•0 comments

AI as a weapon of mass cognitive destruction

https://taoofmac.com/space/blog/2026/07/08/2130
2•baranul•13m ago•0 comments

Dunedin Pace – Rejuvenation Olympics

https://www.rejuvenationolympics.com/dunedin-pace
1•Cider9986•15m ago•0 comments

New Free Courses in Anthropic Academy

https://www.anthropic.com/learn
1•goekjclo•15m ago•0 comments

Healthcare Benchmarks Are Only as Good as Their Assumptions

https://blog.ml.cmu.edu/2026/06/19/healthcare-benchmarks-are-only-as-good-as-their-assumptions/
1•ilreb•16m ago•0 comments

The Age of Reading Is Over

https://www.theatlantic.com/press-releases/2026/07/atlantics-august-cover-the-age-of-reading-is-o...
1•Swizec•17m ago•0 comments

Why VPN Users Still Get Caught [video]

https://www.youtube.com/watch?v=-0pFznEJf14
1•keepamovin•17m ago•1 comments

From Quantum Relative Entropy to the Semiclassical Einstein Equations

https://arxiv.org/abs/2510.24491
1•diskmuncher•18m ago•1 comments

Why we are building SimpleX Network

https://simplex.chat/why/
2•Cider9986•18m ago•0 comments

Cpp2Rust: Automatic Translation of C++ to Safe Rust [pdf]

https://web.ist.utl.pt/nuno.lopes/pubs/cpp2rust-pldi26.pdf
1•peterkelly•22m ago•0 comments

Why developers are ditching GitHub for Codeberg and self-hosting alternatives

https://www.howtogeek.com/why-developers-are-ditching-github-for-codeberg-and-self-hosting-altern...
9•Gedxx•24m ago•0 comments

Show HN: Remarkd – Create fedback pages for idea, products, and designs

https://remarkd.app
2•georgi_g94•24m ago•0 comments

Unimplemented Trap – SB Mini II: A Homebrew Apple II Clone

https://unimplementedtrap.com/sb-mini-ii-apple-ii-clone/
2•rbanffy•24m ago•1 comments

Beyond Lithium: New Battery Tech Starts to Break Through

https://e360.yale.edu/features/energy-storage-sodium-solid-state
1•YaleE360•28m ago•0 comments

EU's five regulations that will change how we live, drive, and use the internet

https://twitter.com/dziki_zachod/status/2074795633442201804
3•gasull•30m ago•1 comments

Touchscreens in cars are getting worse, Swedish test finds

https://www.vibilagare.se/touchscreens-cars-are-moving-wrong-direction
4•eriksdh•33m ago•0 comments

Show HN: You can continue a Claude session in Codex, and vice versa

https://github.com/theoriclabs/agent-convert
2•hargup•40m ago•2 comments

Extracts of Polypore Mushroom Mycelia Reduce Viruses in Honey Bees

https://www.nature.com/articles/s41598-018-32194-8
2•tomaytotomato•41m ago•1 comments

Monarchies of Malaysia

https://en.wikipedia.org/wiki/Monarchies_of_Malaysia
2•thunderbong•42m 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•1y ago

Comments

whizzter•1y 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•1y 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•1y 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•1y 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•1y 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•1y ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•1y 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•1y 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•1y ago
sdf(p + sin(p)*0.01)
GistNoesis•1y ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•1y 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!