frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Veritasium – why he still gets views [video]

https://www.youtube.com/watch?v=QHhJ8_TJeNo
1•Gualdrapo•46s ago•0 comments

Typepad: An AI Writing Copilot

https://typepad.cc/
1•djxjxjcjcjc•1m ago•0 comments

Verse – functional logic programming in Unreal Engine 6 [video]

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

Paramount Agrees to Pause Its Warner Bros. Merger

https://www.wsj.com/business/media/paramount-agrees-to-pause-its-warner-bros-merger-88ae1de1
1•JumpCrisscross•3m ago•1 comments

Outbreak of diarrhea-causing parasite expands to 4 more states

https://ktla.com/news/nationworld/outbreak-of-diarrhea-causing-parasite-expands-to-4-more-states/
1•Bender•4m ago•0 comments

One ChatGPT link could smuggle a rogue AI agent into your company

https://www.theregister.com/security/2026/07/23/one-chatgpt-link-could-smuggle-a-rogue-ai-agent-i...
1•Bender•4m ago•0 comments

Europol flags 4,340 'horrific' URLs linked to The Com

https://www.theregister.com/cyber-crime/2026/07/24/europol-flags-4340-horrific-urls-linked-to-the...
2•ilreb•6m ago•0 comments

Canadian legislator's speech features telltale signs of LLM prompting

https://arstechnica.com/ai/2026/07/canadian-legislator-reads-out-apparent-llm-response-in-floor-s...
1•vok•6m ago•0 comments

Monumental solar observatory in New Mexico

https://www.nytimes.com/2026/07/22/arts/design/charles-ross-star-axis-land-art.html
1•ragall•7m ago•1 comments

Jimothy's Sandwich Stacker

https://fameboy.net/games/sandwich
1•djxjxjcjcjc•8m ago•0 comments

How to Regain the Lost Focus?

1•gabrycina•10m ago•0 comments

The Space Data Centers Situation Is Insane

https://www.youtube.com/watch?v=_qpdUNMt2yg
1•Arodex•10m ago•0 comments

Waymo explores split with Uber as robotaxi tensions deepen

https://www.ft.com/content/9dcb5d72-13aa-4f9c-ac6d-e022860df5ea
1•JumpCrisscross•11m ago•0 comments

Orbital data centers, yes or no?

https://www.youtube.com/watch?v=JAcR7kqOb3o
1•Arodex•12m ago•1 comments

State of the art research publication search

https://demos.exa.ai/scholar
1•shibo•12m ago•0 comments

Network expert Glenn Fiedler warns game devs to fix game vulnerabilities with AI

https://gamesbeat.com/network-expert-glenn-fiedler-warns-game-programmers-to-fix-game-code-vulner...
1•gafferongames•13m ago•0 comments

AI in Linux

https://drewdevault.com/blog/AI-in-Linux/
2•zdw•14m ago•0 comments

Canbus – Networking so simple, even YOU can understand it [video]

https://www.youtube.com/watch?v=QTTCqGtT6I4
2•jval43•16m ago•0 comments

NASA Deep Space ground station in Spain evacuated due to wildfires

https://spaceflightnow.com/2026/07/24/critical-nasa-deep-space-ground-station-in-spain-evacuated-...
1•gonzalohm•18m ago•1 comments

Show HN: SerTerm, a cross-platform, terminal-native serial program

https://github.com/eliachiarucci/SerTerm
2•elia_c•19m ago•0 comments

AI is giving software its quartz moment

https://axiacore.com/blog/ai-is-giving-software-its-quartz-moment-1016/
2•camilonova•23m ago•1 comments

Falsities of LLM Negationists

https://xlii.space/thoughts/falsities-of-llm-negationists/
3•xlii•32m ago•1 comments

Paramount agrees to pause $110B Warner Bros merger as case plays out

https://www.theguardian.com/us-news/2026/jul/24/paramount-warner-bros-merger
2•mellosouls•32m ago•0 comments

Chrrpt 5.0: the ONLY Free Messaging App in the world the USCloudAct can't touch

https://chrrpt.app/
2•zedlasso•33m ago•1 comments

PostgreSQL Extension Catalog

https://pgext.cloud/
3•craigkerstiens•33m ago•0 comments

Trump vows to investigate EU over fining of US tech companies

https://www.bbc.com/news/articles/cvgjenp4680o
6•murderfs•37m ago•0 comments

Am I in the Stack?

https://huggingface.co/spaces/HuggingFaceCode/in-the-stack
4•tardibear•38m ago•0 comments

6am News

https://6am-news.com
2•mastro35•38m ago•2 comments

Uncle Sam tells overseas cybercrooks their visas are canceled

https://www.theregister.com/security/2026/07/24/uncle-sam-tells-overseas-cybercrooks-their-visas-...
2•Bender•39m ago•0 comments

ICC chief prosecutor removed from post over sexual misconduct allegations

https://apnews.com/article/icc-court-prosecutor-karim-khan-united-nations-5a9490e98b74f3bf13f5eae...
3•ledoge•39m 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!