frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Chinese astronauts 'stuck' on space station to get new spacecraft p debris hit

https://www.space.com/space-exploration/launches-spacecraft/chinese-astronauts-to-get-replacement...
1•bookofjoe•1m ago•0 comments

Nomor Layanan TransNusa 24 Jam

1•trungkenbi•1m ago•0 comments

Nomor Call Center TransNusa

1•trungkenbi•3m ago•0 comments

Fetal brain atlas reveals transcriptomic fidelity of human midbrain cultures

https://www.science.org/doi/10.1126/sciadv.adu7944
1•PaulHoule•5m ago•0 comments

Show HN: Vigil – AI Chatbot Data Leak Mitigation in the Browser

https://github.com/PAndreew/vigil_vite
1•PAndreew•6m ago•0 comments

Building a Durable Execution Engine with SQLite

https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/
1•ingve•7m ago•0 comments

Students fight back over course taught by AI

https://www.theguardian.com/education/2025/nov/20/university-of-staffordshire-course-taught-in-la...
2•level87•8m ago•0 comments

How to Build a Self-Refining Content Agent with LarAgent

https://blog.laragent.ai/how-to-build-a-self-refining-content-agent-with-laragent/
1•maestroerror•8m ago•0 comments

Show HN: Minimal Peg Solitaire Online

https://pegsolitaire.fun/
1•AxelWickman•8m ago•0 comments

Not All Movement Is Medicine: The Physical Activity Paradox

https://www.amp-healthcare.ca/blog/physical-activity-paradox
1•ensocode•9m ago•0 comments

Advice on Advice

https://kyefox.com/advice-on-advice/
1•Kye•9m ago•0 comments

Digital Omnibus: EU Commission wants to wreck core GDPR principles

https://noyb.eu/en/digital-omnibus-eu-commission-wants-wreck-core-gdpr-principles
1•pabs3•10m ago•0 comments

Show HN: YouTube Musical Spectrum is now available on Spotify and SoundCloud

https://github.com/mfcc64/youtube-musical-spectrum
1•mfcc64•10m ago•0 comments

The three-thousand-year journey of colchicine

https://worksinprogress.co/issue/the-three-thousand-year-journey-of-colchicine/
1•ortegaygasset•12m ago•0 comments

The BMW iX3 just smashed 1k km on a single charge

https://electrek.co/2025/11/19/bmw-ix3-drove-over-1000-km-single-charge/
3•jcfrei•12m ago•0 comments

Ask HN: What if this post is made by a synthetic user from featurely.ai?

3•Rekha_meher•13m ago•0 comments

There is nothing out-of-distribution

https://gusarich.com/blog/there-is-nothing-out-of-distribution/
1•Gusarich•14m ago•0 comments

Cross-platform file transfer method

https://webdrop.online/
2•50infivedays•15m ago•1 comments

We're evolving too slowly for the world we've built, according to science

https://newatlas.com/biology/evolution-modern-life-anthropocene/
2•HardwareLust•18m ago•0 comments

Scx_horoscope – Linux Astrological CPU Scheduler

https://github.com/zampierilucas/scx_horoscope
1•lzampier•19m ago•0 comments

Show HN: GitHub Comments into Formatted Markdown

https://github.com/R44VC0RP/gitcom.dev
1•ryanvogel•20m ago•0 comments

The Rise of "Mindless" TV: Quantifying a New Way of (Kinda) Watching Television

https://www.statsignificant.com/p/the-rise-of-mindless-tv-quantifying
1•jnord•24m ago•0 comments

A Grammar of Graphics for Comparative Genomics

https://thackl.github.io/gggenomes/
1•sebg•25m ago•0 comments

Emulator Bugs: Sega CD

https://jsgroth.dev/blog/posts/emulator-bugs-sega-cd/
2•ibobev•26m ago•0 comments

Finding the Echoes: An Artist's Journey from Trauma to Rediscovery

https://www.jeromeleroy.com/complog-content/2025/10/finding-the-echoes-an-artists-journey-from-tr...
1•jbd•26m ago•0 comments

Income distributions in Americans' pastimes (2017)

https://old.reddit.com/r/dataisbeautiful/comments/6heb75/income_distributions_in_americans_pastim...
1•andersource•27m ago•0 comments

Make Things, Tell People

https://presentofcoding.substack.com/p/make-things-tell-people
1•sebg•29m ago•0 comments

Token embeddings violate the manifold hypothesis

https://arxiv.org/abs/2504.01002
3•airstrike•30m ago•0 comments

Quantum computing needs its own industrial revolution

https://www.ft.com/content/de55d987-13bb-4821-9e72-d7a066e48ccd
1•giuliomagnifico•32m ago•0 comments

What Makes the Intro to Crafting Interpreters So Good?

https://refactoringenglish.com/blog/crafting-interpreters-intro/
2•mtlynch•34m 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•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!