frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to Host a Blog on a Subdirectory Instead of a Subdomain

https://www.davidma.co/blog/2025-11-14-host-your-blog-on-a-subdirectory/
1•taikon•1m ago•0 comments

Young Men and Women Use AI Differently

https://youngmenresearchinitiative.substack.com/p/young-men-and-women-use-ai-differently
1•m-hodges•2m ago•0 comments

Jury trials set to be axed for most crimes under major shake up

https://www.legalcheek.com/2025/11/jury-trials-set-to-be-axed-for-most-crimes-under-major-shake-up/
1•jjgreen•2m ago•0 comments

Leaderboard for AI Predictors

https://futurex-ai.github.io/
1•SCEtoAux•3m ago•0 comments

Notepad++ Flagged in National Vulnerability Database

https://nvd.nist.gov/vuln/detail/CVE-2025-56383
1•carodgers•4m ago•1 comments

ICE Offers Up to $280M to Immigrant-Tracking 'Bounty Hunter' Firms

https://www.wired.com/story/ice-bounty-hunter-spy-program/
1•zzzeek•4m ago•0 comments

How to repurpose your old phone's GPS modem into a web server

https://blog.nns.ee/2021/04/01/modem-blog
1•xx_ns•8m ago•1 comments

Commodore CHESSmate

https://benlo.com/microchess/chessmate.html
2•naves•9m ago•0 comments

Ubihealthd (2015)

https://lwn.net/Articles/663751/
1•reflexe•9m ago•0 comments

Show HN: An AI interface to understand anything, better than NotebookLM

https://www.kerns.ai/
1•kanodiaayush•10m ago•0 comments

Free Ircam Technologies

https://forum.ircam.fr/collections/detail/technologies-ircam-free/
1•ofrzeta•10m ago•0 comments

Indian detained in Shanghai airport is detained and told "You're Chinese"

https://timesofindia.indiatimes.com/india/youre-chinese-arunachal-woman-harassed-by-shanghai-airp...
2•ilamont•12m ago•0 comments

A New Bridge Links the Math of Infinity to Computer Science

https://www.quantamagazine.org/a-new-bridge-links-the-strange-math-of-infinity-to-computer-scienc...
2•digital55•13m ago•0 comments

GTM Engineering Has a Context Problem

https://www.octavehq.com/post/gtm-engineering-has-a-context-problem
3•cmogni1•15m ago•0 comments

Talagrand's convolution conjecture up to log log via perturbed reverse heat

https://arxiv.org/abs/2511.19374
1•tzury•16m ago•0 comments

Generate changelog using Git Commits and AI with single Python script

https://github.com/BrowseWiki/genlog
1•laotoutou•17m ago•0 comments

How to Improve Your Attention Span: Daniel Pink's Strategies for the Digital Age

https://www.openculture.com/2025/11/how-to-improve-your-attention-span.html
1•frenzcan•20m ago•0 comments

UK intends to scrap jury trials for majority of court cases

https://www.gbnews.com/politics/uk/david-lammy-scrap-jury-trials
7•cbeach•22m ago•0 comments

The Bughouse Effect

https://tsvibt.blogspot.com/2025/11/the-bughouse-effect.html
1•surprisetalk•23m ago•0 comments

A Matter of Millimeters: The story of Qantas flight 32

https://admiralcloudberg.medium.com/a-matter-of-millimeters-the-story-of-qantas-flight-32-bdaa62d...
2•surprisetalk•23m ago•0 comments

Requiem for Early Blogging

https://www.elizabethspiers.com/requiem-for-early-blogging/
1•AIBytes•24m ago•0 comments

Humans to Mars [NASA]

https://www.nasa.gov/humans-in-space/humans-to-mars/
1•indigodaddy•24m ago•1 comments

ProfitMate AI Premium

https://profitmateai-web.web.app/
1•Brizmo•26m ago•1 comments

How good are social scientists at forecasting?

https://www.nber.org/papers/w34493
2•oatsandsugar•31m ago•1 comments

Unison 1.0 Release

https://www.unison-lang.org/unison-1-0/
28•pchiusano•33m ago•1 comments

Treat AI-Generated code as a draft

https://addyo.substack.com/p/treat-ai-generated-code-as-a-draft
2•janpio•34m ago•0 comments

Venture in Public Markets

https://parthchopra.substack.com/p/venture-in-public-markets
1•probe•36m ago•0 comments

AI Can Help Reduce Wildfire Risks

https://www.bloomberg.com/news/newsletters/2025-11-25/how-ai-can-help-reduce-wildfire-risks
1•toomuchtodo•37m ago•1 comments

Does Memo from Sunday Robotics have a soul?

https://andyfromthefuture.substack.com/p/does-memo-from-sunday-robotics-have
1•charliejordan•42m ago•0 comments

Ask HN: I feel like I've lost my motivation to continue learning programming

2•eng_ask•42m 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!