frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Word-by-word translation aligner tool

https://aligner.tinygods.dev/
1•danipolani•59s ago•0 comments

ChatGPT hallucinating images when asked to restore non existent photo

https://twitter.com/penguinweb3/status/2063196355011424582
1•blumomo•2m ago•0 comments

Ultra-High-Speed Cutting for High-Performance Difficult-to-Machine Composites

https://www.mdpi.com/2075-1702/14/5/468
1•PaulHoule•3m ago•0 comments

FreeBSD 15.1 Delayed to Mid-June Due to Critical x86 Bug Fixes

https://www.phoronix.com/news/FreeBSD_15.1-RC3-Released
2•daesorin•7m ago•0 comments

I don't like computer anymore. [video]

https://www.instagram.com/reel/DZGC6EChvGK/
1•mastazi•11m ago•0 comments

AI Criticism

https://dennisforbes.ca/blog/microblog/2026/06/on_ai_criticism/
1•llm_nerd•14m ago•0 comments

Show HN: DomainTasker – avoid losing domains and surprise renewals

https://domaintasker.com/
2•si_164•20m ago•0 comments

Armed Forces Recipe Service [pdf]

https://www.marines.mil/portals/1/Publications/MCO%20P10110.42B.pdf
1•kmstout•22m ago•1 comments

The Guix Nix Abomination: Leveraging Guix Derivations in Nix

https://fzakaria.com/2026/06/05/the-guix-nix-abomination-leveraging-guix-derivations-in-nix
2•dagenix•30m ago•0 comments

Show HN: Persist – an AI agent that follows up accrued channels till they reply

https://persist.chat
3•Robelk1•36m ago•1 comments

CS Trivia: computer science crosswords

https://cstrivia.com/
2•bluejulius•36m ago•1 comments

A modular impact diverting mechanism for football helmets [pdf]

https://www.sfu.ca/~gwa5/pdf/2020_04.pdf
2•luu•37m ago•0 comments

Is AI Anxiety Causing the Vibecession? An Investigation

https://kevinonthemargin.com/is-ai-anxiety-causing-the-vibecession-an-investigation/
2•m-hodges•39m ago•0 comments

Up-to-Date Evidence Reviews of Health and Longevity Interventions

https://evipedia.ai/
2•negura•45m ago•0 comments

Public Domain Image Archive

https://pdimagearchive.org/
5•davidbarker•48m ago•0 comments

Immortality

https://aabiji.github.io/html/immortality.html
4•aabiji•53m ago•0 comments

The World's 100 Best Clubs

https://www.nightlifeinternational.org/en/congress-awards/100-world-s-best-clubs
3•fauria•57m ago•0 comments

California's tire efficiency rule may increase emissions by shortening lifespan

https://www.autoblog.com/news/californias-fuel-saving-tire-rule-could-make-drivers-replace-tires-...
3•mcchen51•1h ago•0 comments

AI is the greatest money-wasting scheme humanity has ever invented

https://www.telegraph.co.uk/news/2026/06/04/ai-is-the-greatest-money-wasting-scheme-humanity-has-...
4•HotGarbage•1h ago•0 comments

Watch Einstein's simulated brain light up as you ask him questions

https://www.opendria.com/
2•opendria•1h ago•2 comments

Code Is Cheap(er)

https://htmx.org/essays/code-is-cheap/
3•chr15m•1h ago•0 comments

Strain-resilient intrinsically stretchable electrochemical biointerfaces

https://www.science.org/doi/10.1126/science.aed1630
2•OneManHorde•1h ago•1 comments

BunsenLabs Linux Carbon

https://www.bunsenlabs.org/
2•doener•1h ago•0 comments

Human-Like Neural Nets by Catapulting

https://gwern.net/llm-catapult
4•telotortium•1h ago•0 comments

Gnome File Previewer Switches to GTK4, Adds Dark Mode

https://www.phoronix.com/news/GNOME-File-Previewer-GTK4
3•daesorin•1h ago•0 comments

Cursor cuts prices, adds enterprise spend controls amid "tokenomics" reckoning

https://thenewstack.io/cursor-pricing-token-billing/
4•AnhTho_FR•1h ago•0 comments

This 71-year-old jockey has saddled up in more than 53,000 races

https://www.cnn.com/2026/06/05/sport/perry-ouzts-jockey
2•breve•1h ago•0 comments

Ask HN: How do you manage distribution after building?

2•lucasacosta_•1h ago•0 comments

DoD Officially Drops 180 Faiths from Military's Recognized Religion List

https://www.military.com/dod-officially-drops-180-faiths-from-militarys-recognized-religion-list
32•Balgair•1h ago•28 comments

Telegram's Plan to Break the Apple-Google-Meta Monopoly Runs Through Wall Street

https://www.disruptionbanking.com/2026/06/05/telegrams-kremlin-approved-plan-to-break-the-apple-g...
3•bmcdresson•1h 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•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!