frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

White House drastically shortens deadline for dropping quantum-vulnerable crypto

https://arstechnica.com/information-technology/2026/06/executive-order-bumps-up-deadline-to-move-...
1•Bender•41s ago•0 comments

Show HN: Moa – cross-model peer review for your local agent CLIs

https://github.com/pietz/moa-cli
1•pietz•2m ago•0 comments

Rockstar Games Announces Pre-Orders for Grand Theft Auto VI for $79.99

https://www.take2games.com/ir/news/rockstar-games-announces-pre-orders-grand-theft-auto-vi
3•HelloUsername•6m ago•0 comments

Google's online dominance is showing signs of cracking in AI era

https://www.cnbc.com/2026/06/23/googles-online-dominance-is-showing-signs-of-cracking-in-ai-era.html
1•1vuio0pswjnm7•7m ago•0 comments

Modelplane

https://modelplane.ai
1•hasheddan•7m ago•0 comments

Meta announces smart glasses starting at $299 Zuckerberg keeps pushing wearables

https://www.cnbc.com/2026/06/23/meta-glasses-are-new-smart-glasses-starting-at-299.html
1•1vuio0pswjnm7•8m ago•1 comments

Founding a company in Germany: €9600, 152 days and I still can't send an invoice

https://paolino.me/founding-a-company-in-germany/
2•earcar•8m ago•0 comments

Zen of AI Coding

https://nonstructured.com/zen-of-ai-coding/
1•pramodbiligiri•9m ago•0 comments

Vibecoding is becoming a deal-breaker test for software acquisitions

https://the-decoder.com/vibecoding-is-becoming-a-deal-breaker-test-for-software-acquisitions/
2•wglb•9m ago•0 comments

The Seeds of Our Housing Crisis Were Planted in the Reagan Era

https://commonedge.org/the-seeds-of-our-housing-crisis-were-planted-in-the-reagan-era/
1•surprisetalk•10m ago•0 comments

When Does Data Help Automated Context Engineering?

http://www.andrewjesson.com/blog/when-does-data-help-automated-agent-engineering/
1•anndvision•10m ago•0 comments

Show HN: A Viral Social Video Generator for iOS Apps

https://getsocialclaw.com/viral-video-generator
1•nardib•12m ago•0 comments

Command and Conquer (1995) on an Atari ST

https://indyjo.itch.io/commandconquer
1•indyjo•12m ago•0 comments

Watchdog to Congress: Don't Be Fooled by the Kids Act

https://www.protectingtaxpayers.org/press/watchdog-to-congress-dont-be-fooled-by-the-kids-act/
1•bilsbie•12m ago•0 comments

Reid Hoffman says SpaceX 'not an AI company', xAI 'complete train wreck'

https://fortune.com/2026/06/24/reid-hoffman-spacex-musk-openai-anthropic-gen-z-mistake/
4•1vuio0pswjnm7•16m ago•1 comments

I built a flat-rate DeepSeek API for Claude Code (with vision support)

https://cloudcode.one/
2•tatuhelander•17m ago•0 comments

Adopting AV1 for Real-Time Communication (RTC) at Scale

https://engineering.fb.com/2026/06/22/video-engineering/adopting-av1-for-real-time-communication-...
1•ledoge•18m ago•0 comments

Kebab Benchmark for LLMs

https://twitter.com/victormustar/status/2069688722409312332
1•jonbraun•19m ago•0 comments

Ask HN: DIstribution Problem and Solutions

1•Neobecomer•19m ago•0 comments

Show HN: Stupify – anti-slop code review for AI agents

https://github.com/Octember/stupify
2•octember•20m ago•1 comments

What's the worst thing your AI agent did in production without asking first?

1•rockingraj•20m ago•0 comments

What's the worst thing your AI agent did in production without asking first?

1•rockingraj•20m ago•0 comments

Covid vaccines cut risk of hospital care, heart complications, new data reveal

https://www.cidrap.umn.edu/covid-19/updated-covid-vaccines-cut-risk-hospital-care-heart-complicat...
3•throw0101d•21m ago•0 comments

Robert Heinlein and Arthur C. Clarke interview with Walter Cronkite – Apollo 11 [video]

https://www.youtube.com/watch?v=4PLTkYJ7C40
1•simonebrunozzi•23m ago•0 comments

Prevail – a model-agnostic AI harness for everyday life

https://prevail.sh/
1•mrlou•24m ago•0 comments

Memory Reconsolidation

https://nonlinearfunction.org/notes/memory-reconsolidation/
1•dmonay•24m ago•0 comments

Chip's Challenge

https://en.wikipedia.org/wiki/Chip%27s_Challenge
2•tosh•24m ago•0 comments

Let's Decode the Mystery Bytes [video]

https://www.youtube.com/watch?v=GZqB4D_Do38
1•surprisetalk•25m ago•0 comments

Agility, Maker of Humanlike Robots, to Go Public in $2.5B SPAC Deal

https://www.wsj.com/finance/agility-maker-of-humanlike-robots-to-go-public-in-2-5-billion-spac-de...
1•flurie•25m ago•0 comments

How to break your AI agent

https://thoughts.jock.pl/p/how-to-break-your-ai-agent-basics-2026
1•joozio•25m 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!