frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Prompt Guard – MitM proxy that blocks credentials before they reach AI APIs

https://github.com/chaudharydeepak/prompt-guard
1•chaudharydeepak•2m ago•0 comments

I didn't understand TurboQuant, so I made this explainer

https://cyrusradfar.com/thoughts/turboquant-explainer
1•cyrusradfar•5m ago•0 comments

Terafab

https://en.wikipedia.org/wiki/Terafab
1•gnarlouse•9m ago•1 comments

My 1k Favorite Books

https://kylebenzle.com/bookreviews.php
1•hilliardfarmer•10m ago•0 comments

Show HN: Agent Kernel – Three Markdown files that make any AI agent stateful

https://agent-kernel.dev/?v=1.0.0
1•obilgic•17m ago•0 comments

HN: Surviving the litellm supply chain attack with a pure ctypes OS Vault

https://github.com/MACCRE-2026/MACCRE-Sovereign-Auth
1•MACCRE•17m ago•0 comments

Creating Readerly

https://nicoverbruggen.be/blog/creating-readerly
2•ganksalot•21m ago•0 comments

Squirrel seen 'vaping' in London park

https://www.telegraph.co.uk/news/2026/03/23/squirrel-seen-vaping-in-london-park/
2•walterbell•23m ago•0 comments

Research Shows Verbatim Recall of Copyrighted Books in LLMs

https://cauchy221.github.io/Alignment-Whack-a-Mole/
1•nsagent•23m ago•0 comments

Show HN: Send Love, Send Letters (at cost)

https://mappymail.com
1•pruetj•23m ago•0 comments

OpenAI backs AI "bot army" startup Isara ($94M, $650M valuation)

https://www.wsj.com/tech/ai/openai-backs-new-ai-startup-seeking-bot-army-breakthroughs-a0b1fedc
1•MoritzWall•28m ago•1 comments

Made this tool so your docs never get stale just in 2 simple steps

1•AYSgood•32m ago•0 comments

Getting Global Age Assurance Right: What We Got Wrong and What's Changing

https://discord.com/blog/getting-global-age-assurance-right-what-we-got-wrong-and-whats-changing
1•kaladin-jasnah•33m ago•0 comments

10.3" Color E Ink Tablet Android 14OS (Bigme B1051C)

https://store.bigme.vip/products/bigme-b1051c-ulta-thin-color-e-ink-tablet-with-android-14os
1•BandOfBots•35m ago•0 comments

Ask HN: How did you figure out what you wanted to do with your life?

3•icwtyjj•36m ago•1 comments

Polygraphs Aren't Accurate. Are There Better Options?

https://undark.org/2026/03/25/lie-detection-polygraph-accuracy/
1•EA-3167•38m ago•0 comments

Zero Days: Electric Motorcycles Are a Security Nightmare

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

TSA boss warns of airport shutdowns; no deal yet on day 40 of DHS funding fight

https://apnews.com/article/airport-wait-times-shutdown-dhs-congress-tsa-391cbd731bed2e8433ab7f1a9...
3•mikhael•43m ago•1 comments

Isrib

https://en.wikipedia.org/wiki/ISRIB
1•keepamovin•49m ago•0 comments

Gold, a 'safe haven' in uncertain times: Why is it crashing amid a war?

https://theconversation.com/gold-is-meant-to-be-a-safe-haven-in-uncertain-times-why-is-it-crashin...
1•defrost•49m ago•0 comments

Disney cancels $1B OpenAI partnership amid Sora shutdown plans

https://arstechnica.com/ai/2026/03/the-end-of-sora-also-means-the-end-of-disneys-1-billion-openai...
3•herpderperator•51m ago•1 comments

The AI skills gap is here, says AI company, and power users are pulling ahead

https://techcrunch.com/2026/03/25/the-ai-skills-gap-is-here-says-ai-company-and-power-users-are-p...
1•makerdiety•51m ago•0 comments

Show HN: Monetization layer – new product category (for SaaS)

https://www.revturbine.com
1•millereffect•54m ago•0 comments

Show HN: Robust LLM Extractor for Websites in TypeScript

https://github.com/lightfeed/extractor
7•andrew_zhong•55m ago•0 comments

Vivaldi 7.9: Immerse yourself in the web with every pixel

https://vivaldi.com/blog/vivaldi-on-desktop-7-9/
2•thunderbong•56m ago•0 comments

Obsolete Sounds

https://citiesandmemory.com/obsolete-sounds/
1•benbreen•57m ago•1 comments

Show HN: Kbot – AI agent that forges its own tools at runtime (MIT, $0)

https://github.com/isaacsight/kernel
1•isaacsight•57m ago•0 comments

The Last Contract: William T. Vollmann's Battle to Publish an Epic (2025)

https://www.metropolitanreview.org/p/the-last-contract
1•benbreen•57m ago•0 comments

When Do We Become Adults, Really?

https://www.newyorker.com/culture/annals-of-inquiry/when-do-we-become-adults-really
1•benbreen•57m ago•1 comments

The Loneliness of a Room of One's Own

https://newrepublic.com/article/206731/loneliness-room-one-virginia-woolf-hold-up
1•prismatic•57m 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!