frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Reducing the size of Go binaries by up to 77%

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
1•PaulHoule•36s ago•0 comments

Luxembourg High Administrative Court annulled a €746M fine against Amazon

https://gdprhub.eu/index.php?title=CA_Luxembourg_-_52757C&mtc=today
1•speckx•36s ago•0 comments

Our new Windsurf pricing plans

https://windsurf.com/blog/windsurf-pricing-plans
1•mxfh•2m ago•0 comments

Ask HN: AWS account restricted 18h despite remediation (Case 177385077300217)

1•trollderiu•2m ago•0 comments

Afroman Wins Civil Trial over Use of Police Raid Footage in His Music Videos

https://www.nytimes.com/2026/03/19/us/afroman-trial-lemon-cake-verdict.html
1•pseudolus•2m ago•1 comments

snap-confine + systemd-tmpfiles = root (CVE-2026-3888)

https://cdn2.qualys.com/advisory/2026/03/17/snap-confine-systemd-tmpfiles.txt
1•kevincox•3m ago•0 comments

Confluent bloodbath after IBM takeover (25% or 800 people)

https://old.reddit.com/r/IBM/comments/1rw8hjx/ibm_completes_acquisition_of_confluent/
1•robaato•8m ago•1 comments

A Trillion Transactions

https://tigerbeetle.com/blog/2026-03-19-a-trillion-transactions/
8•jorangreef•8m ago•0 comments

PHA Linux Will Never Implement Age Verification

https://twitter.com/MadScientist_42/status/2034420938645639662
2•bilsbie•10m ago•0 comments

Gerd Faltings awarded the 2026 Abel Prize

https://abelprize.no/article/2026/gerd-faltings-awarded-2026-abel-prize
1•mitchbob•10m ago•0 comments

Action Plan for Free Software and Digital Commons

https://code.gouv.fr/en/action-plan-for-free-software-and-digital-commons/
1•doener•10m ago•0 comments

Show HN: KYC Verification Process Automation Using Agentic AI

https://www.youtube.com/watch?v=fPlcnkUhQTQ
1•SimplAI_ai•10m ago•0 comments

A $5M prize awaits proof that quantum computers can solve health care PR

https://www.technologyreview.com/2026/03/19/1134409/a-5-million-prize-awaits-proof-that-quantum-c...
1•joozio•12m ago•0 comments

Canada slips in World Happiness rankings, due in part to social media use

https://www.cbc.ca/news/world/world-happiness-2026-canada-25-9.7134296
1•Fricken•13m ago•0 comments

Show HN: Lexicon – Write legal contracts in Markdown

https://lexicon.esq/
1•RichEO•15m ago•0 comments

Show HN: Nginx module to detect and block 50 AI crawlers at the server level

https://github.com/GetPageSpeed/ngx_http_device_type_module
1•dvershinin•17m ago•0 comments

Trapped! Inside a Self-Driving Car During an Anti-Robot Attack.

https://www.nytimes.com/2026/03/17/technology/trapped-inside-a-self-driving-car-during-an-anti-ro...
2•bookofjoe•21m ago•1 comments

NoClaw – Mac Mini Assistant the Unix Way

https://linuxtoaster.com/blog/noclaw.html
3•dirk94018•21m ago•1 comments

Run a team of Claws with 150MB RAM each, 70% less memory

https://zread.ai/alibaba/hiclaw/6-latest-updates
1•hllpark0311•22m ago•0 comments

'I know kung-fu' Projects

https://olano.dev/blog/kung-fu-projects/
2•facundo_olano•22m ago•0 comments

Local AI vs. Cloud AI Speed

https://tomtunguz.com/local-vs-cloud-speed/
1•worldvoyageur•22m ago•0 comments

Show HN: Play 90s classic X-Com – UFO Defense in the browser via WASM

https://playxcom.online/
1•mrmrcoleman•23m ago•0 comments

Show HN: First Claude Code skill for building SaaS apps

https://fireact.dev/blog/build-saas-apps-with-ai-powered-development-skills/
1•sydcli•24m ago•0 comments

CEO of Order says Unity was a problem, overestimated its capabilities

https://old.reddit.com/r/CitiesSkylines2/comments/1rxvw4q/mariina_hallikainen_ceo_of_colossal_ord...
1•embedding-shape•24m ago•0 comments

Denmark was reportedly preparing for full-scale war with the US over Greenland

https://bsky.app/profile/chriso-wiki.bsky.social/post/3mhfsau25uk2f
88•mariuz•26m ago•44 comments

Data Science Weekly – Issue 643

https://datascienceweekly.substack.com/p/data-science-weekly-issue-643
1•sebg•32m ago•2 comments

MOVA – contract runtime for AI agents that require human approval (Rust/WASM)

https://github.com/mova-compact/MOVA_Claw
1•mova-contract•33m ago•0 comments

Simulating watercolor paint with generative art

https://www.tylerxhobbs.com/words/a-guide-to-simulating-watercolor-paint-with-generative-art
2•dtj1123•37m ago•0 comments

Show HN: High Output Software Engineering (Book)

2•MaxMussio•37m ago•0 comments

Free scanner for AI agent readiness – 13 signals and 3 bonus signals

https://javatask.dev/geo/
1•jtblog•38m 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!