frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Redux Critique

https://www.considered-harmful.info/redux/
1•psea•1m ago•0 comments

Up to 1.77M Ukrainians Killed in the War: Forensic Calculations

https://aaronlee.substack.com/p/between-913000-and-1770000-ukrainians
1•aajailee•1m ago•0 comments

(How AI Forced Me to) Relearning how to write: From 3 Fingers to 10

http://blog.dominikrudnik.pl/relearning-how-to-write-from-3-fingers-to-10
1•qikcik•1m ago•0 comments

Musings About Emulating ZX Next

https://solhsa.com/oldernews2025.html#MUSINGS-ABOUT-EMULATING-ZX-NEXT
1•ibobev•3m ago•0 comments

DivX

https://en.wikipedia.org/wiki/DivX
1•doener•7m ago•0 comments

I Built a Lightweight Alternative to VWO for A/B Testing

https://abify.app
1•iraklik•7m ago•1 comments

The Varying Strictness of TypedDict

https://snarky.ca/the-varying-strictness-of-typeddict/
2•ingve•8m ago•0 comments

GoAccess: Visual web log analyzer, in C, in the terminal

https://goaccess.io/
1•fanf2•8m ago•0 comments

Tinnitus Is Somehow Linked to a Crucial Bodily Function

https://www.sciencealert.com/tinnitus-is-somehow-linked-to-a-crucial-bodily-function
1•amichail•9m ago•0 comments

Everybody's Album – Creating the next #1 Album

https://everybodysalbum.com
1•bcye•10m ago•0 comments

Our Depressing Vaccine Future Laid Bare on the CDC Website

https://www.nytimes.com/2025/11/20/opinion/cdc-autism-vaccine-website.html
2•doener•10m ago•0 comments

Newly unsealed documents tie Deel to payments for alleged Rippling spy

https://www.calcalistech.com/ctechnews/article/h1ysgtng11l
1•tylertreat•13m ago•1 comments

What was your favourite Amiga magazine?

https://old.reddit.com/r/amiga/comments/1p26f5u/what_was_your_favourite_magazine/
1•doener•13m ago•0 comments

GitHut – Programming Languages and GitHub

https://githut.info/
5•tonyhb•16m ago•7 comments

Closest Harmonic Number to an Integer

https://www.johndcook.com/blog/2025/11/19/closest-harmonic-number-to-an-integer/
2•ibobev•17m ago•0 comments

Cool Banana 2.0 (featuring the new Gemini 3 Pro Image)

https://gerry7.itch.io/cool-banana
1•jaggs•19m ago•1 comments

Cognition Improved with Some Drugs for Depression

https://www.medscape.com/viewarticle/cognition-improved-some-drugs-depression-2025a1000wbk
2•wjb3•19m ago•1 comments

ArkA – A minimal open video protocol (first MVP demo)

https://baconpantsuppercut.github.io/arkA/
4•moshebenpeshe•20m ago•1 comments

Machine Intelligence Exposed the AI Industry's Circular Financing Scheme

https://substack.com/inbox/post/179453867
1•pimeys•20m ago•0 comments

Bicyclic Matrix-Matrix Multiplication in Homomorphic Encryption

https://www.jeremykun.com/2025/11/17/bicyclic-matrix-matrix-multiplication-in-fully-homomorphic-e...
1•ibobev•20m ago•0 comments

Show HN: Docuglean – Extract Structured Data from PDFs/Images Using AI

https://github.com/cernis-intelligence/docuglean-ocr
2•victorevogor•21m ago•0 comments

Big Tech's Creative Financing Is Fooling No One

https://www.bloomberg.com/opinion/articles/2025-11-20/ai-spending-big-tech-s-creative-financing-i...
2•zerosizedweasle•23m ago•1 comments

Almost that time of the year for a recap

https://chatrecap.co
1•celltalk•25m ago•1 comments

New banking records prove Deel paid thief who stole trade secrets from Rippling

https://www.rippling.com/blog/new-banking-records-prove-deel-paid-thief-who-stole-trade-secrets-f...
5•babelfish•25m ago•0 comments

Where "Simulation" Came From

https://decomposition.al/blog/2025/11/20/where-simulation-came-from/
1•speckx•28m ago•0 comments

New Glenn Update – Blue Origin

https://www.blueorigin.com/news/new-glenn-upgraded-engines-subcooled-components-drive-enhanced-pe...
18•rbanffy•29m ago•2 comments

Mark Zuckerberg's hate-speech gamble fuels Gen Z radicalization on Instagram

https://fortune.com/2025/11/20/gen-z-instagram-reels-millions-views-hitler-holocaust-denial-influ...
3•zzzeek•30m ago•1 comments

Canonical Gets Flutter Up and Running on RISC-V for Ubuntu

https://www.phoronix.com/news/Canonical-Flutter-On-RISC-V
2•mikece•31m ago•0 comments

N/A

https://baconpantsuppercut.github.io/arkA/client-mvp/
1•moshebenpeshe•33m ago•0 comments

AI artwork in London axed after being misinterpreted

https://www.londoncentric.media/p/ai-artwork-london-kingston-upon-thames-axed
3•rbanffy•38m 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•6mo ago

Comments

whizzter•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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•6mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•6mo 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•6mo 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•6mo ago
sdf(p + sin(p)*0.01)
GistNoesis•6mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•6mo 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!