frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Japanese home cooking as a household UX

https://washoku.substack.com/p/the-minimum-viable-meal
1•yuki-gohan•38s ago•0 comments

Can your agent delete your production database? [video]

https://www.youtube.com/watch?v=wM4SJsaymUI
1•vnaveen9296•40s ago•0 comments

Gemini Spark is the most impressive and terrifying AI experience I've had yet

https://www.theverge.com/ai-artificial-intelligence/941388/gemini-spark-ai-agent-trip-planning
1•Handy-Man•44s ago•0 comments

Preparing for KDE Plasma's Last X11-Supported Release

https://blog.davidedmundson.co.uk/blog/596/
1•jandeboevrie•49s ago•0 comments

Can't find a job after graduation? Blame WFH, not AI

https://www.bloomberg.com/opinion/articles/2026-06-02/can-t-find-a-job-after-graduation-blame-wfh...
1•rustoo•57s ago•0 comments

Show HN: Clipto-fully local, natural language search over terabytes of media

https://www.clipto.com/
1•henry_kang•1m ago•0 comments

The Tedious Power of Storytelling

https://pluralistic.net/2026/06/02/must-we-pretend/
1•hn_acker•1m ago•0 comments

Show HN: Mdrone – a microtonal drone instrument in the browser

https://mdrone.org/
1•gidam•1m ago•0 comments

Are contrastive losses just cross entropy all along?

https://idlemachines.co.uk/essays/contrastive-losses
1•smaddrellmander•1m ago•0 comments

Show HN: Laimen - An Unintrusive Reminder App

https://laimen.app/
1•inventivetalent•1m ago•1 comments

3D-printed book turns its own G-code into raised lettering

https://www.designboom.com/design/3d-printed-book-manual-darius-ou-benson-chong/
1•surprisetalk•2m ago•0 comments

Checking Assembly with Z3

https://bernsteinbear.com/blog/asm-z3/
1•ibobev•2m ago•0 comments

Is the Monaco Grand Prix decided at qualifying?

https://entropicthoughts.com/is-monaco-decided-at-qualifying
1•ibobev•2m ago•0 comments

Screamer: Fast Subnet Discovery Without Scanning Every Host

https://github.com/ifritnoises/screamer
1•ifritnoises•3m ago•0 comments

Partial Pathfinding Applications

https://buttondown.com/jaffray/archive/partial-pathfinding-applications/
1•ibobev•3m ago•0 comments

How did Spain's unemployment rate converge with Finland's?

https://www.ft.com/content/eec2ec91-6e1f-4b6e-b59d-d5718a82a5be
1•root-parent•3m ago•1 comments

Show HN: A searchable archive of declassified UAP/UFO files, news, and analysis

https://didyousee.xyz
1•sonjaqql•3m ago•0 comments

Memory safety is a matter of life and death

https://joshlf.com/posts/memory-safety-life-and-death/
1•berlianta•3m ago•0 comments

Midyear Portfolio Review: Valuations got more extreme, not less

https://philippdubach.com/posts/midyear-portfolio-review-the-rotation-worked-europe-didnt/
1•7777777phil•4m ago•0 comments

WebGL Renderer Privacy

https://ritter.vg/blog-webgl_renderer.html
1•muizelaar•4m ago•0 comments

Show HN: Vetkuro, telemetry analysis for track-day drivers

https://vetkuro.com/show-hn
1•pawelsobocinski•5m ago•0 comments

Show HN: Wikigraph – an interactive visualization of all of English Wikipedia

https://tobypenner.com/wikigraph/
1•tfpgh•5m ago•0 comments

Vim Classic 8.3

https://vim-classic.org/news/vim-8.3-released.html
1•caution•7m ago•0 comments

Automakers invented the crime of jaywalking (2015)

https://www.vox.com/2015/1/15/7551873/jaywalking-history
2•nivethan•7m ago•0 comments

LlamaStash: a zero-overhead, terminal-native llama.cpp launcher

https://deepu.tech/introducing-llamastash/
1•deepu105•7m ago•0 comments

What's the Oldest Name in the U.S.?

https://erdavis.com/2026/05/29/whats-the-oldest-name-in-the-u-s/
2•speckx•7m ago•0 comments

Show HN: Box-tests a self-testing app that runs in browser (DuckDB WASM)

https://boxtests.com/
1•protmaks•7m ago•0 comments

Vibe coding on top of a freelancer's codebase, read this before your next prompt

https://old.reddit.com/r/VibeCodeDevs/comments/1ttxj7t/if_youre_vibe_coding_on_top_of_a_freelancers/
1•dgolman•9m ago•1 comments

Email IP leak checker tool

https://kingsmtp.com/email-ip-leak-checker/
1•kingmailer•9m ago•1 comments

The Future Belongs to Those Who Resist It

https://www.thenewatlantis.com/publications/the-future-belongs-to-those-who-resist-it
1•hamburgererror•9m 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!