frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Happens When AI Agents Refuse to Work Until They're Paid

https://blog.owulveryck.info/2026/06/25/from-isolated-agents-to-agentic-mesh-orchestrating-sdlc-w...
1•owulveryck•1m ago•0 comments

'Careless People' author claims Meta surveilled her for 12mos to enforce silence

https://fortune.com/2026/06/26/meta-wynn-williams-surveillance-gag-order-lawsuit-2026/
1•1vuio0pswjnm7•1m ago•0 comments

Grok Is More Important Than Clean Air, DOJ Says

https://www.motherjones.com/environment/2026/06/grok-doj-justice-naacp-clean-air-act-gas-turbine-...
1•Planktonne•3m ago•0 comments

Roach PHP – The complete webscraping toolkit for PHP

https://roach-php.dev/docs/introduction/
1•ms7892•3m ago•0 comments

Wikipedia Cofounder Larry Sanger Banned from Site for 'Canvassing'

https://www.404media.co/wikipedia-cofounder-larry-sanger-banned-from-site-for-canvassaing/
2•donohoe•5m ago•0 comments

The prime your computer finds while you sleep

https://primecrunch.com/blog/3/the-prime-your-computer-finds-while-you-sleep
2•andyhedges•6m ago•0 comments

Show HN: Kiso, an open-source publishing engine for Open Knowledge Format

https://oak-invest.github.io/kiso/
1•straumat•7m ago•0 comments

Should European housing politics be Americanized?

https://worksinprogress.co/issue/should-european-housing-politics-be-americanized/
1•JumpCrisscross•8m ago•0 comments

OpenZL

https://openzl.org/
1•enz•10m ago•0 comments

Datavessel – ecommerce and marketing agents of new age

https://www.datavessel.io/
1•djr4•11m ago•0 comments

NSA's SIGINT Enabling Project includes sabotaging cryptographic standards

https://nsa.2026.action.cr.yp.to/
2•rasengan•13m ago•1 comments

The $546,000 Door

https://housingimpact.substack.com/p/the-546000-door
1•JumpCrisscross•13m ago•0 comments

Stroustrup's Rule (2024)

https://buttondown.com/hillelwayne/archive/stroustrups-rule/
1•bmacho•13m ago•0 comments

EV demand powers Europe car market in May, Chinese rivals expand share

https://www.reuters.com/world/china/ev-demand-powers-europe-car-market-may-chinese-rivals-expand-...
1•JumpCrisscross•15m ago•0 comments

Smooth-Maximum, the most useful function [video]

https://www.youtube.com/watch?v=6Qb6QtC6QMs
1•raphlinus•15m ago•0 comments

Show HN: HSON / Hson-Live

https://github.com/neutralica/hson-live
1•neutralica•16m ago•0 comments

Show HN: Formidable – local-first docs from YAML templates, with a REST API

https://github.com/petervdpas/Formidable2
1•petervdpas•16m ago•0 comments

Rich Harris on AI and Svelte [video]

https://www.youtube.com/watch?v=SKjXE_wfdDY
1•IcyFoxe•17m ago•0 comments

Show HN: Quizingo Vocabulary, a daily 3x3 English word association game

https://www.quizingo.app/vocabulary
1•coder97•18m ago•0 comments

Zoryn Local-first speech-to-text for macOS, audio never leaves your Mac

https://zoryn.ai
1•sudeepdalal•23m ago•0 comments

Murmur: A Speaker with a World Inside

https://www.murmur.living/
1•gehwartzen•25m ago•0 comments

Everyone feared AI taking over; the real danger is AI serving just the few

3•PhilipDaineko•27m ago•2 comments

Reef: Paste bash into fish. It just works

https://github.com/ZStud/reef
1•thunderbong•31m ago•0 comments

Update Your Secure Boot Cert Before It Expires

https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Boot-Cert-Before-It-Expires/
1•Bender•33m ago•1 comments

Shard your locks: benchmarking 6 Golang cache designs

https://strebkov.dev/posts/shard-your-locks/
1•fanf2•33m ago•0 comments

Show HN: Adrafinil – keep a lid-closed Mac awake only while agents work

https://github.com/kageroumado/adrafinil
14•kageroumado•40m ago•4 comments

Show HN: Tickerstar – Instant SEC and company earnings summaries

https://www.tickerstar.com
2•TickerStar•40m ago•0 comments

A Perfect Meritocracy Will Have Limited Social Mobility

https://outlookzen.com/2026/06/27/a-perfect-meritocracy-will-have-little-social-mobility/
3•whack•43m ago•1 comments

What If a Man Practised Shooting a Million Times? Shot 90172, Football Progress [video]

https://www.youtube.com/watch?v=CI9oUUnUzw0
6•mmarian•45m ago•0 comments

Check out the new US passport

https://mishtalk.com/economics/does-president-trump-have-any-idea-what-passports-are-for/
7•megamike•45m ago•4 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!