frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Grok: Imagine Video 1.5

https://twitter.com/grok/status/2083353607370416632
2•tosh•2m ago•0 comments

The Collatz conjecture was false [video]

https://www.youtube.com/watch?v=RnfFC_LowtU
1•ykonstant•3m ago•1 comments

Supply and Demand Is Not What Most People Think

https://shonczinner.substack.com/p/supply-and-demand-is-not-what-most
2•kjshsh123•5m ago•0 comments

Strategic Petroleum Reserve

https://en.wikipedia.org/wiki/Strategic_Petroleum_Reserve_(United_States)
2•tosh•5m ago•0 comments

Show HN: Aurora – AI Gateway built in Go

https://github.com/aurorallm/aurora
2•gurveer51•7m ago•0 comments

What a Growing Telegram Disinformation Network Reveals About the DSA

https://www.techpolicy.press/what-a-growing-telegram-disinformation-network-reveals-about-the-dsa/
2•donohoe•7m ago•0 comments

Show HN: TUFHub – Autosync TakeUForward DSA Solutions to GitHub Accepted Verdict

https://github.com/Arora-Sir/TUFHub
2•arora-sir•7m ago•0 comments

A low-latency sandbox for untrusted Python execution

https://sucuri.abstra.io/
2•brunovcosta•10m ago•0 comments

Don't stop early: Case-folding source code at memory speed

https://github.blog/engineering/architecture-optimization/dont-stop-early-case-folding-source-cod...
2•Brajeshwar•11m ago•0 comments

Open-Source AI Platform Orbit

https://github.com/schmitech/orbit
3•r_martinez•11m ago•0 comments

The hallmarks of protein and amino acid restriction in aging and longevity

https://www.cell.com/cell-press-blue/fulltext/S3051-3839(26)00077-0
2•bookofjoe•13m ago•0 comments

GhostMetadata – strip EXIF/GPS data from images locally, runs on mobile term

https://github.com/Zakariaghoudi/Privacy-Cleaner-Tool-
2•zakariaghoudi•15m ago•0 comments

The Anarchist Agent of Artificial Intelligence

https://zeroclue.vercel.app/
2•curzio•16m ago•0 comments

The case for a lunar biocontainment facility

https://link.springer.com/article/10.1007/s13280-026-02428-5
2•longitudinal93•16m ago•0 comments

Legendary Mountaineer Nirmal Purja Killed in Broad Peak Avalanche in Pakistan

https://www.theguardian.com/world/2026/aug/01/top-mountaineer-nirmal-purja-confirmed-dead-after-1...
2•karakoram•18m ago•0 comments

Show HN: Wienerdog – memory and self-improving skills for Claude Code/Codex

https://github.com/wienerdog-ai/wienerdog/
3•thegyula•19m ago•0 comments

Software architecture has its own desire paths

https://twitter.com/i/status/2083541522025189673
2•dragorww•19m ago•0 comments

Science is dying in the UK (short) [video]

https://www.youtube.com/shorts/GkeVg-yrBX0
2•nephihaha•19m ago•0 comments

Libration

https://en.wikipedia.org/wiki/Libration
1•thunderbong•20m ago•0 comments

Keeping FairScan simple isn't simple

https://fairscan.org/blog/keeping-fairscan-simple/
2•Matumio•23m ago•0 comments

Reducing protein intake could support healthy aging by reshaping metabolism

https://medicalxpress.com/news/2026-07-protein-intake-healthy-aging-reshaping.html
1•pseudolus•24m ago•0 comments

Rust – What .boxed() costs you (and a tiny crate to avoid it)

https://ae2.rs/post/boxed-vs-box-pin
1•ae2•25m ago•0 comments

How the smartest people use AI

https://www.youtube.com/watch?v=PcEWx_001aU
1•mattm•26m ago•0 comments

Deployments are now up to 7 seconds faster

https://vercel.com/changelog/deployments-are-now-up-to-7-seconds-faster
1•flyaway123•27m ago•0 comments

Toasts pose significant accessibility concerns and are not recommended for use

https://primer.style/accessibility/patterns/accessible-notifications-and-messages/#toasts
1•plucafs•27m ago•0 comments

How to Spot AI Writing

https://www.economist.com/culture/2026/07/30/how-to-spot-ai-writing
2•ijidak•28m ago•1 comments

Christopher Nolan's Collapsing Worlds

https://www.patreon.com/PastLivesMedia/posts/christopher-165426703
2•softwaredoug•28m ago•0 comments

DeepSeek's Plan for AGI Is the Costco Hot Dog

https://kuber.studio/blog/AI/DeepSeeks-Plan-for-AGI-is-the-Costco-Hot-Dog
2•kuberwastaken•30m ago•2 comments

Show HN: Reimagine place photos with Nano Banana

https://aigoogleearth.app/
1•Evanmo666•30m ago•0 comments

Wyro – Draw a backend on a canvas, export TypeScript with no lock-in

2•Paaul01•30m 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!