frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why we're pivoting away from healthcare

https://saffron.health
1•tanishqkanc•2m ago•0 comments

Goldman's Model Shows Spain as 26% Probable World Cup Winner

https://www.bloomberg.com/news/articles/2026-05-29/goldman-s-model-shows-spain-as-26-probable-wor...
2•vismit2000•6m ago•0 comments

Google Chrome adds session cookie theft protection for all users

https://www.bleepingcomputer.com/news/security/google-chrome-adds-session-cookie-theft-protection...
1•deadbolt•7m ago•0 comments

TokioConf 2026 Talks

https://www.youtube.com/playlist?list=PLgVIJ9TpEgOmHj0ADDpf-qGckYEJs4QCE
2•nomaxx117•9m ago•0 comments

You're Underutilizing Java's Standard Library

https://feds-will-find.you/blog/youre-underutilizing-javas-standard-library
1•onesingleblast•11m ago•0 comments

The largest RC Boeing 777-9X takes flight

https://www.popsci.com/technology/worlds-largest-remote-controlled-boeing7779x/
1•qwertyuiop_•12m ago•0 comments

Release v0.1.0

https://github.com/multigres/multigres/releases/tag/v0.1.0
1•l2dy•14m ago•0 comments

Orbitals from Entanglement: Quantum Information gives rise to Chemical bonds

https://arxiv.org/abs/2501.15699
1•vi_sextus_vi•15m ago•0 comments

Petition in Support of Wikipedia Workers Union

https://en.wikipedia.org/wiki/Wikipedia:Wiki_Workers_United_solidarity
2•ftgregg•18m ago•1 comments

Prompt to Silicon with LangGraph

https://coresmith.ai/
1•ppabench•20m ago•0 comments

Tezcatl: A 2MB alternative to Puppeteer for scraping on macOS

https://george.mand.is/2026/05/tezcatl-a-2mb-alternative-to-puppeteer-for-scraping-on-macos/
1•xrd•22m ago•0 comments

Tokens or Humans? The New AI Cost Trade-Off Reshaping Corporate Budgets [video]

https://www.youtube.com/watch?v=niBP4qhNSWw
1•mgh2•27m ago•0 comments

Britain has crushed immigration, and harmed itself

https://www.economist.com/britain/2026/05/28/britain-has-crushed-immigration-and-harmed-itself
2•Anon84•28m ago•0 comments

How to Think Like a World-Class Marketer – Rory Sutherland

https://fs.blog/knowledge-project-podcast/rory-sutherland-2/
2•walterbell•30m ago•0 comments

A Closer Look at the Damage to New Glenn's Launch Pad

https://www.youtube.com/watch?v=5DAS7i9VD2w
2•busymom0•45m ago•0 comments

US to Appeal Judge's Order for Broad Refund of Trump Tariffs

https://www.bloomberg.com/news/articles/2026-05-29/us-to-appeal-judge-s-order-for-broad-refund-of...
2•petethomas•46m ago•1 comments

Software Architecture After AI

https://brianguthrie.com/p/software-architecture-after-ai/
1•bguthrie•48m ago•0 comments

Russia is being beaten by robots in Ukraine [video]

https://www.youtube.com/watch?v=_9GkUkIaOno
2•breve•51m ago•0 comments

Ember.js 7.0

https://blog.emberjs.com/ember-released-7-0/
4•satvikpendem•54m ago•1 comments

Top Three Favorite Apple Apps (Mac/iPhone)?

2•CootieRaccoon•55m ago•0 comments

What Is a Dickover?

https://daringfireball.net/2026/05/what_is_a_dickover
42•tambourine_man•57m ago•4 comments

China Limits Overseas Travel for AI Talent at DeepSeek, Alibaba, Private Firms

https://www.bloomberg.com/news/articles/2026-05-26/china-expands-travel-curbs-to-top-ai-talent-at...
6•gmays•57m ago•0 comments

Daze in the Canopy: Birding Panama at My Own Pace

https://indianaaudubon.org/2026/05/26/daze-in-the-canopy-birding-panama-at-my-own-pace/
3•petethomas•1h ago•0 comments

What's Next in Computer Graphics? [video]

https://www.youtube.com/watch?v=sIcGH3M5yPc
2•colonCapitalDee•1h ago•0 comments

Project Feather – Faster local mode Spark

https://docs.google.com/document/u/0/d/1Nphejrf_vh4YRECn0JPgKClqxDS_lB6wufZFJQxyY98/edit
2•kermatt•1h ago•0 comments

Raise your hands for a fireworks show

https://aitinkerers.org/fireworks
2•jheitzeb•1h ago•1 comments

Markspresso – Brew Static Sites from Markdown

https://github.com/cybersonic/markspresso
2•rmason•1h ago•0 comments

'He's full of s–t': JPM's Dimon rips Coinbase CEO, escalates crypto bill fight

https://www.politico.com/news/2026/05/29/dimon-jpmorgan-crypto-banks-coinbase-armstrong-00942998
5•petethomas•1h ago•2 comments

Hacker News MCP Server

https://github.com/devrelopers/hackernews-mcp
4•DavidCanHelp•1h ago•2 comments

Spitting Out the Agentic Kool-Aid

https://openpath.quest/2026/spitting-out-the-agentic-kool-aid/
4•Curiositry•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!