frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Another DDoS attack against Norwegian government IT infrastructure – status

https://status.digdir.no/incidents/d7tgwqgzd742
1•omBratteng•35s ago•0 comments

Show HN: Launched free browser agent (the catch: ads)

https://rtrvr.ai
1•arjunchint•44s ago•0 comments

Can AI Music Tools Replace Epidemic Sound? An Honest Look

https://www.musegen.ai/blog/ai-music-vs-epidemic-sound
1•musegenai01•1m ago•0 comments

Show HN: Multiplayer Laser Simulator

https://prismaduel.com/
1•maxberggren•5m ago•1 comments

Chinese government fears talking to AI might replace human intimacy

https://www.theguardian.com/world/2026/aug/26/china-ai-companion-relationships-marriage-birth-rat...
1•fittingopposite•5m ago•0 comments

Turn Any Image into JPEG XL. Free and Private

https://anyjxl.com/
1•johnnyApplePRNG•8m ago•0 comments

GitHub denies Copilot Autofix wrote the bug Wiz's AI agent found

https://ai-news.ghost.io/github-denies-copilot-autofix-wrote-the-bug-wizs-ai-agent-found/
1•Striation•10m ago•0 comments

LLMs prefer machine-written prose over Austen and Shakespeare ~90% of the time

https://shivanshuag.com/blog/the-machine-never-raises-its-voice/
1•shivanshuag•13m ago•0 comments

More than half of adults in U.S. say they lack basic statistical understanding

https://www.psu.edu/news/research/story/more-half-adults-us-say-they-lack-basic-statistical-under...
2•giuliomagnifico•14m ago•0 comments

Run several Linux kernels at the same time on bare metal, without a hypervisor

https://lwn.net/ml/all/ao34RJ7aZ2BLd67S@pop-os.localdomain/
2•NewJazz•15m ago•0 comments

Why Political Moderates Are Losing

https://www.thebignewsletter.com/p/why-political-moderates-are-losing
2•connor11528•20m ago•0 comments

I think printable objects are an underrated way to test physical products

https://deskidols.vercel.app/
1•Shmungus•20m ago•0 comments

First Findings of Mirror-Like Activity in Individual Human Neurons

https://www.caltech.edu/about/news/first-findings-of-mirror-like-activity-in-individual-human-neu...
1•XzetaU8•26m ago•0 comments

DefCon 34 - Stalking the Wily Hacker: 40 years later – Cliff Stoll [video]

https://www.youtube.com/watch?v=656058JxTM0
2•wizardforhire•31m ago•0 comments

Iran war supercharged EV sales everywhere except the U.S.

https://yaleclimateconnections.org/2026/08/trumps-iran-war-supercharged-ev-sales-everywhere-excep...
1•toomuchtodo•34m ago•0 comments

We run Postgres on local NVMe

https://pgrun.dev/blog/why-we-run-postgres-on-local-nvme
2•handfuloflight•34m ago•0 comments

Lab supply companies have been selling antibodies using manipulated images

https://arstechnica.com/science/2026/08/lab-supply-companies-have-been-selling-antibodies-using-m...
1•OutOfHere•37m ago•0 comments

Fetch – control your Claude Code agents from the Mac notch

https://tryfetch.dev/
1•laithistaken•37m ago•0 comments

Recursive Self-Improvement (not yet). Also, we need a new definition

https://www.youtube.com/watch?v=VQanDOFJwvo
1•bradwmorris•38m ago•1 comments

Goodbye File Browser

https://hacdias.com/2026/07/28/filebrowser/
1•Ginop•38m ago•0 comments

Ask HN: Why are Claude models so verbose?

1•JacobWolf•48m ago•3 comments

Xiaomi's Xring Series suggests more OEM's switching to in-house SoCs

1•StizzurpXDD•48m ago•0 comments

Perplexity's Portable Computer tackling local AI services market

https://www.theregister.com/ai-and-ml/2026/08/26/now-perplexity-is-trying-to-get-into-the-local-a...
1•Gaishan•49m ago•0 comments

Running out of money': Kraft, McDonald's, Whirlpool CEOs flag consumer concern

https://finance.yahoo.com/economy/articles/running-money-kraft-mcdonald-whirlpool-114500035.html
6•MrJagil•49m ago•0 comments

BanglaTools – Bengali Unicode and Bijoy text conversion tools

https://banglatools.com/
1•btref26hn•50m ago•0 comments

Front end skill pack for AI agents, with machine-enforced quality gates

https://krishna-modi12.github.io/frontend-design-pro/
1•KrishnaModi12•51m ago•1 comments

Show HN: LLM-powered webapp to build LLM-powered webapps

https://codeplusequalsai.com/dashboard
1•cryptoz•53m ago•2 comments

Secret Cold War IBM Supercomputer Was Built for One Job

https://spectrum.ieee.org/cold-war-codebreaker-nsa-ibm
1•jnord•54m ago•0 comments

Portable Computer: Local-First AI

https://www.perplexity.ai/hub/products/portable-computer
1•Garbage•54m ago•0 comments

Show HN: Propose and Dual-Control for DNS Changes

https://www.loom.com/share/16dff02ee5604b7daf3ebc7c9c93d8a4
1•xinbenlv•57m 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!