frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

JWST spots mature galaxy cluster, redefining "cosmic noon."

https://www.eurekalert.org/news-releases/1132818
1•croes•1m ago•1 comments

China's Great Green Wall: 66B trees growing faster than natural forests

https://www.livescience.com/planet-earth/plants/trees-in-chinas-great-green-wall-appear-to-grow-f...
1•simonpure•1m ago•0 comments

The Green Metrics Tool

https://metrics.green-coding.io
1•dijksterhuis•2m ago•0 comments

A new AIs-heading technique to track grain smuggling

https://www.bellingcat.com/news/2026/06/12/shadow-fleet-russian-grain-stolen-ukraine-libya-ais-te...
1•Jimmc414•3m ago•0 comments

Hackers Broke into Madison Square Garden

https://www.404media.co/how-hackers-broke-into-madison-square-garden/
1•Jimmc414•6m ago•1 comments

Donald Trump made more than $1B last year in return to presidency

https://www.ft.com/content/dab0dd71-2d95-4838-b0df-e942f9cc5dec
3•JumpCrisscross•7m ago•0 comments

Ovid: A pi extension that makes it record proof its features actually work

https://github.com/Srinivasa314/ovid
1•s314•7m ago•1 comments

OpenMontage

https://github.com/calesthio/OpenMontage
2•gittrend•11m ago•0 comments

Show HN: Fruitbox – Docker Compose for Apple's container runtime

https://github.com/urjitbhatia/fruitbox
2•anachronox•12m ago•0 comments

Keybr: Adaptive Touch Typing Trainer

https://www.keybr.com
1•surprisetalk•14m ago•0 comments

Claude Fable 5 export control lifted

https://twitter.com/synthwavedd/status/2072103052635451559
14•dataking•17m ago•3 comments

Anthropic to restoring access to Claude Fable 5 and Mythos 5 from tomorrow

https://xcancel.com/AnthropicAI/status/2072106151890809341
13•schappim•18m ago•1 comments

The U.S. Added 1,200 New Millionaires a Day Last Year

https://www.wsj.com/finance/the-u-s-added-1-200-new-millionaires-a-day-last-year-d238830f
1•bookofjoe•20m ago•1 comments

Department of Commerce has lifted export controls on Claude Fable 5 and Mythos 5

https://twitter.com/AnthropicAI/status/2072106151890809341
33•Pragmata•22m ago•8 comments

Show HN: Yourself, in Every Light

https://github.com/almakit/alma
2•c7ma23s•23m ago•0 comments

Anthropic Mythos & Fable 5 export restrictions lifted

https://www.reddit.com/r/ClaudeAI/s/GOQWdGc7Pu
5•bhouston•24m ago•1 comments

Reddit appears to log every keystroke while typing

https://postimg.cc/k2tbxQSx
2•smalltorch•25m ago•0 comments

GTA 6 is shaping up to be a disaster for retailers

https://www.polygon.com/gta-6-digital-preorder-gamestop-sales-console-supply-rockstar-games/
1•doener•26m ago•0 comments

RunInfra: Optimize any open model down to the kernel, deploy in 5 min

https://runinfra.ai
1•OsamaJaber•29m ago•0 comments

Google copybara: moving code between repositories

https://github.com/google/copybara
3•reconnecting•32m ago•0 comments

Do Everything with Cewsco

https://cewsco.com/
1•kalkalnewyork•37m ago•0 comments

Show HN: Free Online GIS Viewer and Format Converter

https://geodataviewer.com/
2•twainyoung•42m ago•0 comments

Claude Sonnet 5: strong agentic performance at a higher cost per task

https://artificialanalysis.ai/articles/claude-sonnet-5-agentic-cost
2•himata4113•42m ago•0 comments

Open USD

https://joinopenstandard.com/blog/introducing-open-usd
3•Kinrany•43m ago•0 comments

Kolmogorov Complexity

https://en.wikipedia.org/wiki/Kolmogorov_complexity
2•tristenharr•44m ago•0 comments

The new political screening that's stalling NIH grants

https://www.nature.com/articles/d41586-026-01924-8
2•rguiscard•45m ago•0 comments

Men are funnier than women, study claims (2019)

https://www.bbc.com/news/newsbeat-50221046
2•doener•47m ago•0 comments

On the Efficacy of PyTorch for High-Performance Computing

https://dl.acm.org/doi/10.1145/3801487.3801838
2•matt_d•49m ago•0 comments

AI in higher ed: just like the shock of the Internet and the web?

https://nocodefunctions.com/blog/higher-education-AI-web/
2•seinecle•50m ago•0 comments

AI models' values are very different from most people's

https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples
2•pseudolus•55m ago•2 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!