frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Humanities in the Machine

https://blainsmith.com/essays/humanities-in-the-machine/
1•blainsmith•1m ago•0 comments

Iran War Exposes America's Unfixed Supply Chains

https://prospect.org/2026/03/12/iran-war-trump-military-america-israel-ukraine-bombs-supply-chains/
1•caminante•6m ago•1 comments

A new database for Right to Repair

https://blog.adafruit.com/2026/03/03/a-new-database-for-right-to-repair/
3•ohjeez•8m ago•0 comments

Stellan Skarsgård Hiding in Plain Sight

https://www.theatlantic.com/culture/2026/03/stellan-skarsgard-movies-sentimental-value/686380/
2•petethomas•8m ago•0 comments

Show HN: LocalAgent v0.5.0, a local-first Rust agent runtime

https://github.com/CalvinSturm/LocalAgent
2•CalvinBuild•8m ago•0 comments

Cgo-ta-lib: TA-Lib Go bindings using embedded source, cross platform

https://github.com/cgo-ta-lib/ta
2•bradpeabody•10m ago•0 comments

Building a KOReader Plugin for Anki

https://lgallardo.com/2026/02/25/koreader-anki-flashcard-plugin/
3•arbayi•15m ago•0 comments

Show HN: Alternative to MinIO: foss.global objectstorage (TypeScript and Rust)

https://code.foss.global/lossless.zone/objectstorage
2•PhilKunz•17m ago•0 comments

'Playing with fire': Jeffrey Epstein bankrolled Bill Gates reported girlfriend

https://fortune.com/2026/03/14/epstein-bankrolled-bill-gates-mistress-doj-documents-playing-with-...
4•RickJWagner•18m ago•0 comments

A persistent AI I built to stop LLMs from resetting

2•caleb_perez•20m ago•0 comments

Show HN: Lfg – WoW raid frames for AI agents on a $25 LED

https://terratauri.com/blog/lfg-raid-frame-for-ai-agents/
2•terramauthe•22m ago•1 comments

Prediction markets were built for the wrong species

https://computerfuture.me/posts/prediction-markets-wrong-species
3•andytratt•23m ago•0 comments

Vineyard Wind Completes Construction in Massachusetts

https://www.pbs.org/newshour/nation/construction-finishes-on-a-major-massachusetts-offshore-wind-...
4•toomuchtodo•23m ago•1 comments

Origins – I built an AI app that reveals your ancestral roots from a selfie

https://sites.google.com/view/origins-app
3•okanatabag•27m ago•0 comments

They Didn't Want to Have C-Sections. A Judge Would Decide How They Gave Birth

https://www.propublica.org/article/florida-court-ordered-c-sections
4•hn_acker•28m ago•0 comments

Ayatollahs Calling: Iran by Numbers

https://www.gojiberries.io/i-ran-the-numbers/
3•neehao•28m ago•0 comments

Billion Digits of Pi Semiconductor Photomask

https://gothamsilicon.com/piplate.html
4•nfjesifb•28m ago•0 comments

Show HN: Plaidify – Give AI agents access to any login-protected website

https://github.com/meetpandya27/plaidify
2•meetpandya99•34m ago•1 comments

How Kernel Anti-Cheats Work: A Deep Dive into Modern Game Protection

https://s4dbrd.github.io/posts/how-kernel-anti-cheats-work/
3•davikr•35m ago•0 comments

Dear Aliens – a writing contest for humans

https://www.dearaliens.net/
3•Curiositry•38m ago•0 comments

Outrider alpha: a flexible LLM toolkit in one file

https://kyefox.com/outrider-alpha-a-flexible-llm-toolkit-in-one-file/
2•Kye•41m ago•0 comments

Show HN: RunCycles – pre-execution budget enforcement for autonomous agents

https://github.com/runcycles/cycles-runaway-demo
2•amavashev•42m ago•0 comments

FCC chairman threatens TV broadcast licenses over news coverage

https://fortune.com/2026/03/14/fcc-brendan-carr-tv-broadcast-licenses-news-coverage-us-war-iran-t...
19•geox•42m ago•1 comments

He Earns $1k a Job–and He's a Car Dealer's Worst Nightmare

https://www.wsj.com/business/autos/tomi-mikula-youtube-car-buying-negotiations-4a4c3d63
6•petethomas•43m ago•0 comments

Show HN: Pathr – Right-click any folder in Explorer to add it to PATH

https://github.com/w3Abhishek/pathr
2•w3abhishek•43m ago•0 comments

Show HN: Wikigen – Generate GitHub Wiki from Source Code Using Claude Code

https://github.com/tomohiro-owada/wikigen
2•abalol•44m ago•0 comments

Docker Does Not Guarantee Reproducibility

https://arxiv.org/abs/2601.12811
2•lr0•45m ago•0 comments

Tech boss uses AI and ChatGPT to create cancer vaccine for his dying dog

https://www.theaustralian.com.au/business/technology/tech-boss-uses-ai-and-chatgpt-to-create-canc...
5•dataminer•46m ago•1 comments

Still Choose Boring Technology

https://jonathannen.com/choose-boring-technology/
2•jwilliams•46m ago•0 comments

AI's Music Taste

https://abidsikder.pages.dev/blog/2026-03-14-ai-music-taste/
4•caaaadr•53m 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•10mo ago

Comments

whizzter•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•10mo 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•10mo 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•10mo ago
sdf(p + sin(p)*0.01)
GistNoesis•10mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•10mo 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!