frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Making a FOSS for Managing Life

https://demo.ontoplano.com
1•chedieck•1m ago•0 comments

Universal and ElevenLabs working on AI platform for music remixes and mash-ups

https://www.universalmusic.com/universal-music-group-and-elevenlabs-announce-multi-year-strategic...
1•HelloUsername•1m ago•0 comments

Lowdefy v6: WebSockets, Notifications, Crons, MCPs, agentic code tools

https://lowdefy.com/articles/lowdefy-6-whats-new/
1•gervwyk•3m ago•0 comments

PGP Tool – Privacy Toolkit

https://pgptool.dev
1•mrrccc•3m ago•0 comments

Speedrunning-Burnout

https://andotherthings.me/p/speedrunning-burnout
2•ropdh•5m ago•0 comments

Show HN: Runyte – a modal editor with integrated terminals and a file manager

https://runyte.com
2•boredCoconut•6m ago•0 comments

They do think AI might kill everyone

https://www.seangoedecke.com/they-really-do-think-ai-might-kill-everyone/
2•speckx•7m ago•0 comments

On Next-Gen Transformer: Loops Are Not What You Need

https://zartbot.github.io/blog/model_arch/inception/
2•matt_d•8m ago•0 comments

A Desperate Plea for a Free Software Alternative to Aspera (2018)

https://www.ccdatalab.org/blog/a-desperate-plea-for-a-free-software-alternative-to-aspera
2•babelfish•8m ago•1 comments

Show HN: Rocky Surf – Open-source control plane for coding-agent cloud VMs

https://www.rockysurf.com/
2•jbdamask•8m ago•0 comments

Aging US Water Systems Are No Match for Climate Change

https://www.bloomberg.com/news/features/2026-09-10/old-water-systems-meet-new-threats-from-floods...
2•toomuchtodo•10m ago•1 comments

Show HN: Fashionguessr – A Daily Fashion Trivia Game

https://www.fashionguessr.com/
2•WhosTiki•10m ago•0 comments

Explore the ocean by answering trivia – Endless Krillion

https://playdaily.org/krillion
4•emmanator3000•10m ago•0 comments

PISA Founder: AI Is Hollowing Out Youth Skills [video]

https://www.euronews.com/my-europe/2026/09/10/youth-losing-critical-skills-and-ai-hollowing-out-c...
4•devonnull•11m ago•0 comments

Genuine Creativity Is Your New Moat (2026)

https://www.inventbuild.studio/blog/genuine-creativity-is-your-new-moat
3•virgil_disgr4ce•12m ago•0 comments

Pi-hole-like DNS server based on list of blacklists

https://codeberg.org/bronger/dns-meta-blacklist
2•bronger•12m ago•0 comments

Fly Around the Bay Area at Mach 10 with an Apple Vision Pro, Built with Astra

https://apps.apple.com/us/app/astra-jet/id6809640554
2•kuprel•14m ago•1 comments

I'm a Proud Luddite. That's Why I Use Linux

https://thelibre.news/im-a-proud-luddite-thats-why-i-use-linux/
3•eustoria•14m ago•0 comments

Germany Proves Again That Censorship Doesn't Work

https://freddiedeboer.substack.com/p/germany-proves-again-that-censorship
1•iamnothere•16m ago•2 comments

Cybersecurity experts raise alarm after back-to-back data breaches

https://www.rnz.co.nz/news/business/1329965/cybersecurity-experts-raise-alarm-after-back-to-back-...
4•billybuckwheat•16m ago•0 comments

Book-to-screen adaptations to watch at TIFF 2026

https://www.cbc.ca/books/tiff-book-to-screen-adaptations-2026-9.7332622
4•BiraIgnacio•18m ago•0 comments

Purism – Liberty Phone

https://puri.sm/products/liberty-phone/
4•eustoria•19m ago•0 comments

The Iron Heel by Jack London

https://www.gutenberg.org/files/1164/1164-h/1164-h.htm
4•floweronthehill•19m ago•0 comments

Amazon Quick is now generally available on desktop

https://aws.amazon.com/blogs/machine-learning/amazon-quick-is-now-generally-available-on-desktop/
2•messh•19m ago•0 comments

It Breaks a Village: Bevy's 6th Birthday

https://blog.fallible.net/it-breaks-a-village/
3•birdculture•20m ago•0 comments

Bones found in Yukon ID'd as ice-age cheetah

https://www.cbc.ca/news/canada/north/yukon-cheetah-bones-9.7327639
3•BiraIgnacio•20m ago•0 comments

Linus skill/soul: how I distilled the knowledge for code reviews from 32k emails

https://daniele.tech/2026/09/linus-torvalds-skill-soul-or-how-i-distilled-the-knowledge-for-code-...
2•arto•23m ago•0 comments

Show HN Sprytneokazje.pl

https://sprytneokazje.pl/
2•Del1•24m ago•0 comments

Postgres Calculations and the Ambiguity of Null

https://www.crunchydata.com/blog/postgres-calculations-and-the-ambiguity-of-null
3•plaur782•24m ago•0 comments

Climate 'feedback loops' could worsen global warming by 30%, study finds

https://www.theguardian.com/environment/2026/sep/10/climate-feedback-loops-global-warming-study
4•howard941•24m 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!