frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Our Pool Is Bigger Than Skyscrapers': Trump Unveils Chart

https://www.france24.com/en/live-news/20260604-our-pool-is-bigger-than-skyscrapers-amid-war-trump...
1•ludicrousdispla•47s ago•0 comments

Running an Air Purifier on Batteries

https://www.lesswrong.com/posts/ftexKEAtz5w9Ys9Pu/running-an-air-purifier-on-batteries
1•mhb•5m ago•0 comments

Show HN: X402-express. Pay-per-call HTTP 402 middleware for AI agents on Base L2

https://github.com/Evozim/m2mcent-sdk
1•m2mcent•8m ago•0 comments

Show HN: Apertis – OpenAI-compatible API gateway for 470 AI models

https://apertis.ai/
1•thequert•11m ago•0 comments

Trump signs AI order asking companies to give government early access to models

https://www.cnbc.com/2026/06/02/trump-executive-order-ai.html
1•personjerry•11m ago•1 comments

One NFS Most Wanted Feature Was So Controversial, It Drove Developers to Quit

https://www.thedrive.com/news/one-nfs-most-wanted-feature-was-so-controversial-it-drove-developer...
1•cf100clunk•11m ago•1 comments

DokuWiki Markdown Support

https://www.patreon.com/posts/dokuwiki-support-158080793
3•nogajun•12m ago•0 comments

The EU Cloud and AI Development Act: What It Gets Right, and What It Still Needs

https://www.suse.com/c/eu-cloud-ai-development-act-open-source-first/
1•Tomte•17m ago•0 comments

Introducing alint

https://alint.org/blog/introducing-alint/
1•aleqs•19m ago•0 comments

Florida is now OpenAI's biggest problem in red America

https://www.politico.com/news/2026/06/02/florida-ai-openai-regulations-tech-00946021
1•1vuio0pswjnm7•20m ago•0 comments

Open and closed models are on different exponentials

https://www.interconnects.ai/p/open-and-closed-models-are-on-different
2•gmays•22m ago•0 comments

Sam Altman has a proposition for startup founders: AI tokens for equity

https://www.businessinsider.com/sam-altman-openai-offer-tokens-for-startup-equity-y-combinator-20...
2•mgh2•23m ago•1 comments

Tell HN: Max messenger app removed from App Store

2•secondary_op•23m ago•1 comments

How Lawsuits Alleging Social Media Harms Threaten Big Tech

https://www.bloomberg.com/news/articles/2026-06-02/how-lawsuits-alleging-social-media-harms-threa...
1•1vuio0pswjnm7•24m ago•0 comments

Donald Trump's Superficiality Is Bone-Deep

https://www.theatlantic.com/ideas/2026/06/trump-superficiality/687413/
3•KnuthIsGod•26m ago•0 comments

Show HN: Suture – a reverse proxy that repairs truncated JSON in LLM streams

https://github.com/tensorhq/suture-stream-repair
1•nabucodonosor•29m ago•0 comments

Strategic agreements to supply lithium for next-generation fusion systems

https://www.moltensaltsolutions.com/post/first-commercial-supply-agreements
1•mooreds•30m ago•0 comments

The True Story Behind the "El Cap Kindergartener" Ascent

https://www.climbing.com/news/joey-danger-evermore-7-year-old-on-el-cap/?scope=anon
1•carabiner•31m ago•0 comments

QuadRF

https://moonrf.com/updates/
2•tripdout•32m ago•1 comments

Behind the Dashboard: Part 1 Privacy Concerns – Ford Ranger

https://www.fortifylabs.io/information/connected%20vehicles/vehicles/privacy/ford%20ranger/2025/1...
1•spiderspider•35m ago•0 comments

Beware of infinite loops when using AI

https://github.com/shaftoe/pi-coding-agent-action/pull/260
1•knocte•38m ago•0 comments

Meta's Metaverse lead left 4 months ago

https://www.businessinsider.com/top-metaverse-exec-quietly-left-four-months-ago-2026-6
1•1vuio0pswjnm7•41m ago•1 comments

Container Speed. VM-Level Security

https://edera.dev
1•kjok•43m ago•1 comments

Jailbreaking the Lululemon Mirror [video]

https://www.youtube.com/watch?v=_0gtiMi5AzI
1•JMiao•44m ago•0 comments

State of Memory in Agent Harness

https://twitter.com/mem0ai/status/2061822612398014782
1•gmays•45m ago•0 comments

Evolution of the Spreadsheet Interface

https://prabros.com/bean/blog/spreadsheet-as-a-tool-for-thought-1
3•prathyvsh•47m ago•0 comments

In Support of Mandatory Nucleic Acid Synthesis Screening and Recordkeeping

https://screendna.org/
1•gnabgib•51m ago•0 comments

Biohub releases a world model of protein biology

https://biohub.org/news/world-model-of-protein-biology/
1•gmays•53m ago•0 comments

U++ – Cross-Platform App Development Framework

https://www.ultimatepp.org/
1•mahirsaid•1h ago•0 comments

Sacculina Carcini

https://en.wikipedia.org/wiki/Sacculina_carcini
2•thunderbong•1h 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•1y ago

Comments

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