frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The AI Decoupling

https://vintagedata.org/blog/posts/the-ai-decoupling
1•jxmorris12•27s ago•0 comments

'Catnomics': how Japan's feline fixation has become an industry worth billions

https://www.theguardian.com/world/2026/may/27/japan-obsessed-wth-cats-popular-pet-industry-worth-...
1•n1b0m•1m ago•0 comments

Why Does Your AI Agent Work Better for You Than for Me?

https://vexjoy.com/posts/why-your-ai-agent-works-better-for-you/
1•AndyNemmity•1m ago•0 comments

Credit card skimmer disguised as Google Tag Manager

https://anchor.host/so-you-get-hit-with-a-credit-card-skimmer-what-now/
1•logickkk1•1m ago•0 comments

I shipped a real product for $29.63 with five AI agents

https://github.com/vggg/agent-project-bootstrap
2•vggg•7m ago•0 comments

FML-Bench: A Controlled Study of AI Research Agent Strategies

https://arxiv.org/abs/2605.17373
1•matt_d•7m ago•0 comments

Crossing the Proof of Concept Valley

https://deploy95.substack.com/p/crossing-the-poc-valley
1•dddddaviddddd•9m ago•0 comments

When Quiet Undersea Volcanoes Turn Disruptive

https://www.quantamagazine.org/when-quiet-undersea-volcanoes-turn-disruptive-20260526/
1•anujbans•11m ago•0 comments

OpenRouter $113M Series C

https://www.nytimes.com/2026/05/26/business/dealbook/openrouter-ai-models-fundraising.html
1•swyx•14m ago•1 comments

I added achievements to my portfolio site

https://charlie.dudzik.me
1•cd-4•18m ago•0 comments

Power bills more than 250 per cent higher near data centres

https://www.theglobeandmail.com/investing/investment-ideas/article-market-factors-power-bills-mor...
2•cdrnsf•19m ago•0 comments

1.96.0 pre-release testing – Inside Rust Blog

https://blog.rust-lang.org/inside-rust/2026/05/26/1.96.0-prerelease/
1•kazu11max17•22m ago•0 comments

You Can't Stop This Data Center, a Mom Was Told. She Won't Quit

https://www.nytimes.com/2026/05/26/us/data-centers-kassi-solberg.html
3•1vuio0pswjnm7•25m ago•0 comments

Skills Folder Is a Junk Drawer

https://james-pritchard.com/blog/skills-junk-drawer
2•ArcaneMoose•28m ago•0 comments

Ambsheets: Spreadsheets for Exploring Scenarios

https://www.inkandswitch.com/ambsheets/notebook/
1•antran22•30m ago•0 comments

Micro-Expert-Router: Running Mixtral-Class Moe Models on NVMe SSDs Without a GPU

https://github.com/randyap8-wq/Micro-Expert-Router-SSD-Streamed-MoE-MER
1•randyap8•30m ago•0 comments

OpenAI's Altman says AI unlikely to lead to 'jobs apocalypse'

https://www.reuters.com/world/asia-pacific/openais-altman-says-ai-unlikely-lead-jobs-apocalypse-2...
4•1vuio0pswjnm7•32m ago•0 comments

Finding deadlocks in CuTe kernels with SPIN

https://metaworld.me/blog/public/Statically-finding-races-in-CUTE-kernels-or-Proving-absences-of-...
2•matt_d•33m ago•0 comments

A Case for Tracing Based DSL Kernel Languages

https://metaworld.me/blog/public/A-Case-for-Tracing-Based-DSL-Kernel-Languages
2•matt_d•35m ago•0 comments

Billionaire Mark Cuban says bye-bye Bitcoin: Why he is 'disappointed' by crypto

https://fortune.com/2026/05/26/mark-cuban-bitcoin-disappointed-crypto/
4•1vuio0pswjnm7•40m ago•0 comments

Google's Angle Merges Wayland Support, Unblocking Chromium Embedded Framework

https://www.phoronix.com/news/ANGLE-Merges-Wayland
4•DefineOutside•41m ago•0 comments

We reduced RAG retrieval cost 10× with a hippocampus-inspired memory substrate

https://www.bricbybric.ae/blog/hippocampus-memory-engine
4•aneesalsajir•42m ago•0 comments

The Codex Showcase

https://www.augmentedswe.com/p/openai-shows-you-how-to-use-codex
4•wordsaboutcode•45m ago•0 comments

Arias: Human Proof for FOSS Contributions

https://lwn.net/Articles/1074534/
2•prakashqwerty•45m ago•0 comments

The Coming Coordination Calamity

https://surfingcomplexity.blog/2026/05/24/the-coming-coordination-calamity/
2•wapasta•58m ago•0 comments

Ask HN: Looking for experienced web dev to make math website

2•marysminefnuf•1h ago•1 comments

Researchers Warn of WiFi 7 Routers as 'A Potential Means for Surveillance'

https://gizmodo.com/researchers-issue-warning-about-tech-that-could-turn-every-router-into-a-pote...
5•transpute•1h ago•3 comments

Clanker: A Word for the Machine

https://lucumr.pocoo.org/2026/5/26/clankers/
5•doppp•1h ago•1 comments

Solo founder building SaaS. looking for partner

2•albedim•1h ago•0 comments

How to Build an API-First Front End with OpenAPI, Orval, TanStack Query, Zod

https://reactdevelopment.substack.com/p/how-to-build-an-api-first-frontend
3•javatuts•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!