frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Email API benchmarks – Real-world performance data for email providers

https://knock.app/email-api-benchmarks
1•cjbell88•1m ago•0 comments

China approves 'ethnic unity' law requiring minorities to learn Mandarin

https://www.bbc.com/news/articles/cp9meeek051o
1•mikhael•2m ago•0 comments

The cost of duplicating domain data for performance

1•davidvartanian•2m ago•0 comments

Llama-swap: Reliable model swapping

https://github.com/mostlygeek/llama-swap
1•hbcondo714•3m ago•0 comments

'I am blown away by it,' Ex-Windows Chief calls MacBook Neo 'paradigm-shifting'

https://www.tomsguide.com/computing/i-am-completely-blown-away-by-it-ex-windows-chief-calls-macbo...
2•GeekyBear•4m ago•0 comments

Ask HN: Should We Consider an Android Gray Out Protest to Keep Android Open?

1•wisenet•5m ago•0 comments

Enrich sign-ups for your SaaS for FREE

https://www.trialhook.com
2•jefim•5m ago•2 comments

'Invasive' AI-led mass surveillance in Africa violating freedoms, warn experts

https://www.theguardian.com/global-development/2026/mar/12/invasive-ai-led-mass-surveillance-in-a...
4•jethronethro•6m ago•0 comments

Keep your Meyers-Briggs to yourself and your friends

https://www.loxation.com/blog/posts/blog-scoring-mbti-on-phone/
2•jabbr•6m ago•1 comments

AI is getting scary good at finding hidden software bugs

https://www.zdnet.com/article/ai-finds-hidden-bugs-old-code/
1•CrankyBear•8m ago•0 comments

GFiber and Stonepeak's Astound to Combine

https://fiber.googleblog.com/2026/03/gfiber-and-stonepeaks-astound-to.html
1•xnx•10m ago•0 comments

Europol and international partners disrupt 'SocksEscort' proxy service

https://www.europol.europa.eu/media-press/newsroom/news/europol-and-international-partners-disrup...
2•jruohonen•10m ago•1 comments

Vela: The True Scale of a Hidden Giant Structure Revealed

https://www.sarao.ac.za/news/vela-the-true-scale-of-a-hidden-giant-structure-revealed/
1•layer8•10m ago•1 comments

Hey HN – Metrx, scorecard for AI agents to understand and optimize their worth

1•ckpark123•11m ago•0 comments

Opennic: Open and community owned DNS root

https://opennic.org/
1•mghackerlady•11m ago•0 comments

Formal foundations of AlphaGeometry: A Lean 4 mechanization

https://zenodo.org/records/18959740
1•AnthonyBordg•11m ago•1 comments

FullStacked, combine Browser and Node.js APIs in a single runtime

https://v1.fullstacked.org
2•cpdabeast•12m ago•2 comments

A simple cryptography native static website deployment toolkit

https://github.com/4pito3pito2pi/unveil-static-site
1•morpheos137•12m ago•1 comments

ReachScan – Static reachability analysis for MCP servers and AI agents

https://github.com/vinmay/reachscan
1•vinmay•13m ago•0 comments

ClawMemory – Git for AI agent memory (forkable memory for AI agents)

2•Brettinhere•14m ago•1 comments

Generation Jones

https://en.wikipedia.org/wiki/Generation_Jones
2•jamesgill•15m ago•0 comments

Dev Cleanup Utility – safe Xcode cleanup for macOS developers

https://apps.apple.com/us/app/dev-cleanup-utility/id1621582261?mt=12
1•kovallux•16m ago•1 comments

Humorous RFCs

https://tangentsoft.com/rfcs/humorous.html
1•tylerdane•17m ago•0 comments

UI Playground — Explore iOS UI components directly on your iPhone

https://www.uiplayground.app/
2•efenande•17m ago•1 comments

Show HN: MoneyOnFIRE – FI date and action plan (v2)

https://www.moneyonfire.com
3•LambdaAndLatte•19m ago•0 comments

Certbot and Let's Encrypt Now Support IP Address Certificates

https://www.eff.org/deeplinks/2026/03/certbot-and-lets-encrypt-now-support-ip-address-certificates
4•speckx•19m ago•1 comments

Nvidia Builds Open Data for AI

https://huggingface.co/blog/nvidia/open-data-for-ai
2•gmays•21m ago•0 comments

ChatGPT Edu feature reveals researchers' project metadata across universities

https://www.fastcompany.com/91507219/chatgpt-edu-researchers-project-metadata-universities-exclusive
2•Cynddl•22m ago•0 comments

Zoloft, Revisited

https://thefrontierpsychiatrists.substack.com/p/zoloft-revisited
2•surprisetalk•22m ago•1 comments

Vertical Integrators (2024)

https://www.notboring.co/p/vertical-integrators
2•surprisetalk•22m 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!