frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I can bet you've never seen an app like this before

https://play.google.com/store/apps/details?id=com.indie6403.mooninpixels&hl=en_US
1•archit_indie•2m ago•1 comments

South Korea chip workers' bonuses puts central bank on inflation alert

https://www.cnbc.com/2026/06/20/south-korea-tech-samsung-sk-hynix-bonus-bank-of-korea.html
1•kristianp•2m ago•0 comments

Slop: Comment traduire ce mot en françAIs?

https://dictionnaire.lerobert.com/dis-moi-robert/raconte-moi-robert/dessous-des-mots/slop-comment...
1•jjgreen•3m ago•0 comments

Researcher turns wi-fi smart lightbulb into a Banned Book Library

https://www.tomshardware.com/maker-stem/researcher-turns-wi-fi-smart-lightbulb-into-a-banned-book...
1•JeanMarcS•4m ago•0 comments

Europe's heat pumps replace Middle East gas imports twice over

https://www.euronews.com/2026/06/22/europes-heat-pumps-replace-middle-east-gas-imports-twice-over...
1•rustoo•4m ago•0 comments

Value for Money Is All You Need

1•BEKOUTI•5m ago•0 comments

Founders OS – give your AI client your real business context, self-hosted

https://github.com/OurThinkTank/founders-os
1•ourthinktank•8m ago•0 comments

How not to forget what matters

https://www.henrikkarlsson.xyz/p/hypomnemata
1•jger15•8m ago•0 comments

What is prole drift and what to do about it

https://unprole.christianboyle.com/theory
1•lain98•10m ago•0 comments

How to Think About AI Before It's Too Late

https://www.theatlantic.com/podcasts/2026/06/how-to-think-about-ai-before-its-too-late/687644/
1•zb•12m ago•0 comments

FTSE 100 slips after PM Starmer says will resign

https://www.reuters.com/world/uk/london-shares-slip-after-pm-starmer-says-will-resign-2026-06-22/
1•wilsonfiifi•13m ago•0 comments

Ask HN: Any AI native Anki alternatives?

1•shadag•17m ago•0 comments

Callback – Less Scroll. More Soul

https://commodore.net/
1•thorin•17m ago•0 comments

Vibe Management

https://blog.jenkster.com/2026/06/vibe-management/
1•krisajenkins•18m ago•0 comments

I Decoupled Attention from Weights [video]

https://www.youtube.com/watch?v=1jGR4zqpyKA
1•aspirin•20m ago•0 comments

How a Microsecond-Level Low-Latency Engine Works

https://medium.com/@DolphinDB_Inc/c-speed-without-c-pain-inside-a-microsecond-level-low-latency-e...
2•CrazyTomato•20m ago•0 comments

In Defense of the Marginal Baby

https://caseyhandmer.wordpress.com/2026/06/22/in-defense-of-the-marginal-baby/
1•jger15•21m ago•0 comments

Vibe-coding niche Mac apps

https://cornfieldlabs.github.io/posts/vibecoding-niche-mac-apps/
2•cornfieldlabs•23m ago•0 comments

LetterBucket – A newsletter platform for owning your audience

https://letterbucket.com/
2•SergioPulido•26m ago•0 comments

Generative AI Music Attribution Rethinks Royalties

https://spectrum.ieee.org/ai-music-attribution
2•rbanffy•28m ago•0 comments

Show HN: Saar Agentic Orchestration Platform

https://github.com/Poi5eN/Nexus
2•Poi5eN•30m ago•1 comments

OCaml 5.5.0 Released

https://discuss.ocaml.org/t/ocaml-5-5-0-released/18265
3•birdculture•34m ago•0 comments

Hilarious German Compound Nouns you won't want to miss

https://www.rayburntours.com/blog/2016/10/03/25-hilarious-german-compound-nouns-wont-want-miss/
3•Tomte•38m ago•2 comments

Reality has a surprising amount of detail (2017)

https://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail
4•tosh•40m ago•0 comments

Show HN: Onbalance – privacy-first cashflow planning app got a multiuser update

https://onbalance.app/
2•doctorsolberg•46m ago•0 comments

GitHub Copilot improves productivity 40%

https://arxiv.org/abs/2606.00438
1•copy-pashte•49m ago•0 comments

Data centers become the face of AI backlash

https://www.axios.com/2026/06/22/ai-data-center-backlash-poll
2•ilreb•53m ago•0 comments

Productivity: Bookmarkr Chrome plugin with Visual and organized grid

https://chromewebstore.google.com/detail/bookmarkr-—-visual-bookma/lianafemkbankodapdaokiefoffi...
1•mnomansd•53m ago•0 comments

Bitcoin is stuck near $64,000 as ETF outflows reach a sixth week

https://www.techsentiments.com/article/2026/06/22/live-markets-bitcoin-is-stuck-near-64000-as-etf...
1•rajsuper123•56m ago•0 comments

Black Box Probing: A Security Analysis of Xiaomi's MJA1 Secure Chip

https://blog.quarkslab.com/black-box-probing-a-security-analysis-of-xiaomis-mja1-secure-chip.html
2•ahlCVA•58m 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!