frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Greatest Books of All Time

https://thegreatestbooks.org/
1•gurjeet•1m ago•0 comments

Temperature Zero for Culture: Why Everything Is Starting to Look the Same

https://laurenleek.substack.com/p/temperature-zero-for-culture-why
1•jalev•5m ago•0 comments

Startup Just Got Approval to Test Beaming Sunlight to Earth

https://www.smithsonianmag.com/smart-news/an-aerospace-startup-just-got-approval-to-test-beaming-...
1•geox•5m ago•0 comments

AI text watermarking is not a big deal

https://www.seangoedecke.com/ai-text-watermarking-is-not-a-big-deal/
1•meetpateltech•8m ago•0 comments

Reaction-Diffusion Playground(2020)

https://jasonwebb.github.io/reaction-diffusion-playground/
1•o4c•12m ago•1 comments

Cogister: Hitster for Philosophy

https://cogitster.vibetrunk.com/
2•spockz•15m ago•0 comments

Pax Silica vs. Waico: Competing AI and Tech Blocs

https://earthly.city/datasets/geoevent/naddr1qvzqqqyj3vpzpfe82g8nhe34mayaj656t2zctv0d5nsv6kjnss55...
2•rzerowan•16m ago•0 comments

Invisible to the Machine: auditing AI recommendation against a complete census

https://arxiv.org/abs/2608.07069
1•fspunch•19m ago•0 comments

Show HN: AlertChecker – get emailed when a plain-English statement comes true

https://alertchecker.com
1•alertchecker•21m ago•1 comments

Show HN: PyScrappy, self-healing web scraping selectors plus an MCP server

https://github.com/mldsveda/PyScrappy
1•vedaant00•22m ago•0 comments

Everything You Need to Know About 2-5 Horn Voicings

https://www.toshiclinchproductions.com/2-5-horn-voicings
1•lioeters•24m ago•0 comments

How Diplomats See the World

https://asteriskmag.com/issues/15/how-diplomats-see-the-world
2•sebg•25m ago•0 comments

Google's Favicon API

https://gist.github.com/iuzn/bbd4df2823bd69643a8553d6967f68eb
3•thecopy•30m ago•0 comments

What happens when an LLM never sees material beyond fifth grade?

https://littlelearner-ll.github.io/
34•porridgeraisin•31m ago•12 comments

A century after Goscinny, Asterix remains a witty guide to resisting authority

https://economictimes.indiatimes.com/opinion/et-commentary/a-century-after-goscinnys-birth-asteri...
2•thunderbong•35m ago•1 comments

Growth of CVEs fixed in Postgres looks exponential

https://twitter.com/samokhvalov/status/2088870235705319924
2•samokhvalov•39m ago•0 comments

A Third World Embedded Engineer Responds to RISC-V They Should Have Known Better

https://rvembedded.com/blog_post/12/
2•fork-bomber•40m ago•0 comments

I'm 15 building the place where ambitious people find the people build with

https://www.linkupbuild.com/
1•tanakabuilds•51m ago•0 comments

A portable, sensitive, low power, analog Geiger counter

https://ludens.cl/Electron/geiger2/geiger2.html
1•crorella•56m ago•0 comments

AI Agents have a half-life

https://construct.computer/blog/agent-task-half-life/
2•ankushKun•56m ago•0 comments

DOJ deploys tactic to strip naturalized Americans of citizenship [video]

https://www.youtube.com/watch?v=bZDq3e0wYgc
3•mgh2•59m ago•0 comments

Connecting my Illumos box to a Japanese ISP

https://skalski.dev/connecting-my-illumos-box-to-a-japanese-isp/
2•mskalski•1h ago•0 comments

An Anecdote Against Slop Artifacts

https://www.markusde.ca/pages/noslop.html
1•DamonHD•1h ago•0 comments

Is this the end of human code review?

https://arxiv.org/abs/2608.12440
1•bonjourjoel•1h ago•6 comments

Cloning could be used to save species–or make human "organ sacks"

https://www.technologyreview.com/2026/08/14/1141919/cloning-save-species-or-make-human-organ-sacks/
2•joozio•1h ago•0 comments

Show HN: See what your Linux machine measured at boot (through TPM eventlog)

https://jiankun.lu/eventlog-parser/
1•jklu•1h ago•0 comments

Two years as prime minister in a hit new game – then my cabinet deserted me

https://www.bbc.co.uk/news/articles/cq56pzqy6jvo
2•zeristor•1h ago•0 comments

Show HN: Laptop is the last place your secrets are still in plaintext

https://github.com/jitpass/jit
37•bukershok•1h ago•37 comments

Why Aging May Be a Program, Not a Breakdown

https://www.quantamagazine.org/why-aging-may-be-a-program-not-a-breakdown-20260814/
3•pykello•1h ago•0 comments

Beancount in Rust

https://rustledger.github.io
1•NamlchakKhandro•1h 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!