frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

California Is Chasing Wealth That Has Feet

https://blog.landeconomics.org/p/california-is-chasing-wealth-that
1•idbnstra•4m ago•1 comments

ESP32: The Arduino Rivals That Changed the Game

https://www.petkovsky.sk/esp8266-esp32-the-arduino-rivals-that-changed-the-game/
1•ex-aws-dude•4m ago•0 comments

Zeal – Offline Documentation Browser

https://zealdocs.org/
1•smartmic•6m ago•0 comments

Oracle triggers 'force majeure' on data center project over power delays

https://www.reuters.com/business/oracle-cites-force-majeure-shield-itself-controversial-data-cent...
1•vrganj•6m ago•0 comments

Issue Graph

https://github.com/vercel-labs/issue-graph
1•handfuloflight•8m ago•0 comments

DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned

https://kotaku.com/ddos-attack-breaks-beloved-video-game-wiki-after-ai-bro-was-banned-2000729335
3•MBCook•9m ago•0 comments

Opus 5.5 is good at explainer videos

https://launchvideo.io
1•iacguy•9m ago•0 comments

Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5

https://twitter.com/cahidarda/status/2103218970115678497
1•cahid_arda•10m ago•1 comments

Anthropic Strikes $12B AI Computing Deal with Akamai

https://www.bloomberg.com/news/articles/2026-09-24/anthropic-strikes-12-billion-deal-with-akamai-...
2•mfiguiere•10m ago•0 comments

Show HN: RentBench – Levels.fyi for UK Rents

https://rentbench.fyi
2•lluiscamino•12m ago•0 comments

The Tao of Acme

https://chai.guru/pub/plan9/mirrors/tao-of-acme.html
1•naltun•13m ago•1 comments

Mamdani is the most popular elected official in NYC: poll

https://www.nydailynews.com/2026/09/23/mamdani-is-the-most-popular-elected-official-in-nyc-poll/
3•downbad_•13m ago•0 comments

Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky

https://nypost.com/2026/09/22/us-news/california-donor-faces-scrutiny-over-alleged-chinese-spy-ties/
1•harry_nutsachs•13m ago•0 comments

Probing picosecond depairing currents in type-II superconductors

https://www.nature.com/articles/s41567-026-03469-z
2•PaulHoule•16m ago•0 comments

Ask HN: How would you know if you have learned something?

1•rearview•17m ago•0 comments

SciUniverse: Can frontier models carry out scientific work?

https://c5r.net/sciuniverse/
7•famouswaffles•19m ago•0 comments

Compio: A thread-per-core async Rust runtime with IOCP/io_uring/polling

https://github.com/compio-rs/compio
3•bootlegbilly•22m ago•0 comments

Swarm Scaling

https://www.tobyord.com/writing/swarm-scaling
2•louiereederson•27m ago•0 comments

Cracking VFPU math functions using Claude (Sony PSP)

https://www.ppsspp.org/blog/vfpu-math-re/
3•hrydgard•29m ago•1 comments

ZeroDrift – A small model that finds and fixes compliance violations

https://zerodrift.com/model/anchor-3-benchmark
2•chobberoni•30m ago•0 comments

Show HN: Dunara

https://dunara-studio.com/
1•grebmann•30m ago•0 comments

Flux 3 Action Tops RoboLab, but Large Companies Can't Use It in a Product

https://topicqueue.substack.com/p/flux-3-action-tops-robolab-but-larger
1•DISCURSIVE•31m ago•0 comments

Astronomers capture an unprecedented view of gas giant formation in action

https://phys.org/news/2026-09-astronomers-capture-unprecedented-view-gas.html
4•PeterCorless•32m ago•0 comments

China Holds Sensitive F-35 Parts Diverted to Hong Kong from Australia

https://www.bloomberg.com/news/articles/2026-09-23/china-is-holding-sensitive-f-35-parts-diverted...
4•rbanffy•34m ago•2 comments

The "C" Word

https://blog.coredump.cx/p/the-c-word
2•zdw•34m ago•1 comments

Restaurants Are Using AI to Advertise Their Food and It's Making People Sick

https://www.wsj.com/tech/ai/restaurants-ai-food-image-generators-advertisements-efb787a9
3•victor106•35m ago•0 comments

Topcoat is pushing the boundary of server applications with Rust

https://tokio.rs/blog/2026-09-24-topcoat-server-applications
2•carllerche•36m ago•0 comments

Global Chat

https://global-chat.jojoban842.workers.dev/
1•theredpainter•36m ago•0 comments

Show HN: Offline recorder and transcriber on your MacBook's notch

https://memorynotch.app/
4•choyiny•37m ago•0 comments

Dailies: Daily games with friends and family, in your texts

https://www.dailies.world/
2•dvdhutch•37m ago•1 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!