frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ethics.md – distributed AI Ethics Framework (co-created with AIs)

https://github.com/davyvalekestrel/ethics.md
1•davyvalekestrel•52s ago•1 comments

Cops Use AI to Jail Innocent Grandmother for 6 Months [video]

https://www.youtube.com/watch?v=4ifXObNvTaA
1•ghastmaster•2m ago•1 comments

What did your strengths cost you? (Interactive)

https://secondorder-469bce2c03ac.herokuapp.com/simulations/tradeoff-atlas
1•icyou780•3m ago•0 comments

Edera spent years calling KVM less secure. Here's why it changed its mind

https://thenewstack.io/edera-adds-kvm-support/
1•CrankyBear•7m ago•0 comments

Zero Days: Electric Motorcycles Are a Security Nightmare

https://persephonekarnstein.github.io/post/zero-days/
1•Ivoah•8m ago•0 comments

Native Instant Space Switching on macOS

https://arhan.sh/blog/native-instant-space-switching-on-macos/
1•birdculture•8m ago•0 comments

Mitochondrial Ca2 efflux controls neuronal metabolism and long-term memory

https://www.nature.com/articles/s42255-026-01451-w
1•PaulHoule•12m ago•0 comments

Siclair Microvision (1977)

https://r-type.org/articles/art-452.htm
1•joebig•12m ago•0 comments

Android Canary blesses the Linux Terminal with a modern UI, new features

https://www.androidauthority.com/android-canary-linux-terminal-upgrades-3651830/
1•thunderbong•14m ago•0 comments

Open-source startups should do more embedded/OEM deals

https://getlago.com/blog/embedded-software
1•FinnLobsien•14m ago•0 comments

Red Lobster's Last Gasp

https://www.bloomberg.com/news/features/2026-03-24/red-lobster-turnaround-in-question-as-restaura...
1•herbertl•14m ago•1 comments

$500 GPU outperforms Claude Sonnet on coding benchmarks

https://github.com/itigges22/ATLAS
1•yogthos•14m ago•0 comments

Show HN: pubclub – Historical figures and political bots debate today's news

https://www.pubclub.ai/
1•dwshorowitz•15m ago•0 comments

Colibri – chat platform built on the AT Protocol for communities big and small

https://colibri.social/
5•todotask2•16m ago•2 comments

Uncensored: Explicit only playlists on YouTube Music

https://github.com/ttlequals0/uncensored
1•Ttlequals0•18m ago•0 comments

How do you guys handle MFA for AI agents?

1•rayruizhiliao•18m ago•0 comments

The Shape of Jaggedness

https://www.oneusefulthing.org/p/the-shape-of-ai-jaggedness-bottlenecks
1•colonCapitalDee•19m ago•0 comments

Google bumps up Q Day deadline to 2029

https://arstechnica.com/security/2026/03/google-bumps-up-q-day-estimate-to-2029-far-sooner-than-p...
1•rediguanayum•20m ago•1 comments

Want to use the Windows 11 stopwatch? Please update first

https://stopwatch.court.is/
1•jscnz•20m ago•0 comments

We couldn't find an API that understood construction drawings, so we built one

https://www.getanchorgrid.com/developer/docs/changelog/construction-drawings-are-data-prisons
1•wcisco17•21m ago•1 comments

California Regulator Says Tesla's 'Robotaxis' Are More Like a Limo in the Law

https://gizmodo.com/california-regulator-says-teslas-robotaxis-are-more-like-a-limo-in-the-eyes-o...
1•MaysonL•22m ago•1 comments

Cline Kanban

https://cline.bot/kanban
1•Flere-Imsaho•23m ago•0 comments

Base experiment at CERN succeeds in transporting antimatter

https://home.cern/news/press-release/experiments/base-experiment-cern-succeeds-transporting-antim...
1•bko•23m ago•0 comments

EPA approves sale of a higher-ethanol fuel to try to lower gas prices

https://apnews.com/article/gasoline-ethanol-e15-epa-price-pollution-efd15da2b3016cb77fc3cbcf7478be87
1•geox•23m ago•1 comments

The Oxford Comma – Why and Why Not

https://www.deborahcourtbooks.com/post/the-oxford-comma-why-and-why-not
1•taubek•24m ago•0 comments

New study says gnomes are responsible for breaking your electronics

https://lzon.ca/posts/series/duck/gadget-gnomes/
1•jpmitchell•25m ago•0 comments

Reinventing the Pull Request

https://lubeno.dev/blog/reinventing-the-pull-request
3•bkolobara•26m ago•2 comments

How Can America Be So Miserable When It's So Rich?

https://www.nytimes.com/2026/03/26/opinion/economy-attitudes-republicans-democrats.html
3•simonebrunozzi•26m ago•6 comments

Old-Games.com

https://www.old-games.com/
3•helloplanets•27m ago•0 comments

Algorithms, Neo-Brokers, and Political Power Reshaping Who Wins on Wall Street

https://respublica.media/the-rigged-casino/
1•amadeuspagel•27m 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•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!