frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What is your take on this thread? (Complaint that users use too many tabs?)

https://ux.stackexchange.com/questions/123870/why-do-browsers-allow-users-to-open-more-tabs-than-...
1•LearnYouALisp•4m ago•3 comments

Nvidia/Nvidia-Nemotron-3-Ultra-550B-A55B-BF16

https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16
1•geoffbp•4m ago•0 comments

IMF warns inflation risks remain elevated ahead of Fed meeting

https://www.reuters.com/world/imf-urges-fed-caution-inflation-warsh-prepares-chair-first-policy-m...
1•latentframe•6m ago•0 comments

Bumblebees have tiny brains but can solve problems like chimps and elephants

https://www.npr.org/2026/06/07/nx-s1-5846947/bumblebees-problem-solving-research
1•RyeCombinator•6m ago•0 comments

SDSU Wired Its Dorms with 1,300 AI Cameras Without Telling Students

https://reclaimthenet.org/sdsu-adds-1300-ai-cameras-330-in-student-dorms
2•iamnothere•8m ago•0 comments

PEP 668 – Marking Python base environments as "externally managed"

https://peps.python.org/pep-0668/
1•thatxliner•13m ago•0 comments

Technical details of the attack described by Markoff in NYT

http://www.kohala.com/start/shimomura.95jan25.txt
1•jruohonen•15m ago•0 comments

1k Data Breaches Later, the Disclosure Lag Is Worse

https://www.troyhunt.com/1000-data-breaches-later-the-disclosure-lag-is-worse-than-ever/
4•882542F3884314B•15m ago•0 comments

Linux 7.1-rc7: give rc7 a whirl and keep testing

https://lwn.net/Articles/1076834/
1•zdkaster•22m ago•0 comments

how we are scaling opencomputer to 1M sandboxes

https://twitter.com/motatoeshq/status/2063679701873492299
1•iacguy•22m ago•0 comments

LyvaiList: Transforms the browser's new tab into a visual bookmark manager

https://github.com/kindalazysloth/LyvaList
1•thunderbong•33m ago•0 comments

Show HN: One resume for one job description

https://nailtherole.com
1•tigerkid•34m ago•0 comments

A theoretical reconstruction of the Mythos architecture from first principles

https://github.com/kyegomez/OpenMythos
3•yogthos•36m ago•0 comments

Running an AI-native engineering org

https://claude.com/blog/running-an-ai-native-engineering-org
1•lxm•38m ago•0 comments

90210 – running the show without property tax

https://github.com/Achint08/90210
11•starboyy•45m ago•6 comments

I built a domain registrar that shows renewal prices before you register

https://domainvetting.com/
1•jonbuilds•45m ago•0 comments

Are Memories Transferable – Or Edible?

https://www.quantamagazine.org/are-memories-transferable-or-edible-20260605/
1•pseudolus•46m ago•0 comments

Dopamine Fracking

https://igerman.cc/blog/dopamine-fracking/
2•igmn•50m ago•0 comments

New Medicaid work rule worries patient advocates, states

https://www.politico.com/news/2026/06/07/how-sick-is-sick-enough-new-medicaid-work-rule-worries-p...
1•petethomas•51m ago•0 comments

Show HN: Authmeta.dev – the OAuth inspector you wish you had

https://authmeta.dev/
1•buildwithdennis•52m ago•0 comments

Letter complaining about delay in postal delivery in Victorian London-8 May 1881

https://www.victorianlondon.org/communications/frequency.htm
1•thunderbong•54m ago•0 comments

When Trump Jawbones the Market, Bet Against Him at Your Peril

https://www.wsj.com/economy/when-trump-jawbones-the-market-bet-against-him-at-your-peril-92825a3e
3•petethomas•59m ago•1 comments

Show HN: TeardownHQ, teardowns/playbooks of how indie startups grew

https://teardownhq.io
4•arogers17•1h ago•3 comments

Barcelona's Sagrada Família Nears Completion–and Inflames a Tourism Backlash

https://www.wsj.com/world/europe/barcelonas-sagrada-familia-nears-completionand-inflames-a-touris...
2•petethomas•1h ago•0 comments

Jeff Bezos Is Funding a Wild Hunt for the Brain's 'Core Algorithm'

https://www.wired.com/story/jeff-bezos-is-funding-a-wild-hunt-for-the-brains-core-algorithm/
6•uxhacker•1h ago•1 comments

Cremona Art Week

https://0100101110101101.org/show-cremona-art-week/
1•jruohonen•1h ago•0 comments

Israel says it has struck Iran after taking missile fire

https://apnews.com/article/iran-us-ceasefire-hezbollah-israel-c16dc4917512f7436a3921a4b044b98b
2•JumpCrisscross•1h ago•0 comments

Sunset of the Consumer Version of Gemini Code Assist on GitHub

https://developers.google.com/gemini-code-assist/docs/deprecations/consumer-code-review
1•tvvocold•1h ago•0 comments

The coming rise of anti-AI populism

https://www.ft.com/content/b4429ea0-4a0a-4a28-96f5-debf4f3eb339
2•1vuio0pswjnm7•1h ago•1 comments

A New Ad Campaign Tries to Make A.I. A Little Less Scary

https://www.nytimes.com/2026/06/04/style/chatgpt-advertising-campaign-artificial-intelligence.html
2•1vuio0pswjnm7•1h ago•1 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!