frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Your URL bar is a CLI (2020)

https://river.me/blog/url-bar-is-a-cli/
1•gaws•1m ago•0 comments

27 Years Later

https://www.gordonmclean.co.uk/2026/06/02/27-years-later/
1•speckx•2m ago•0 comments

Europe's New Tech Strategy Puts Open Source Front and Centre

https://blog.joinmastodon.org/2026/06/europes-new-tech-strategy-puts-open-source-front-and-centre/
1•ZacnyLos•3m ago•0 comments

Gemma 4 12B appears in Hugging Face

https://huggingface.co/ggml-org/gemma-4-12b-it-GGUF
1•theanonymousone•3m ago•0 comments

Autonomous vehicles were supposed to cut traffic–what if they don't?

https://arstechnica.com/cars/2026/06/robotaxis-dont-cut-traffic-any-more-than-ride-hailing-study-...
1•simonebrunozzi•5m ago•0 comments

Richard Branson Says This Job Applicant's Trick Was 'Wonderful.' It's a Lesson

https://www.inc.com/connor-jewiss/richard-branson-says-this-applicants-unique-trick-was-wonderful...
1•connorjewiss•6m ago•0 comments

Apple's MacBook Neo is winning over a new generation of buyers

https://techcrunch.com/2026/06/02/apples-macbook-neo-is-winning-over-a-new-generation-of-buyers/
1•GeekyBear•7m ago•0 comments

Show HN: I built a personal AI agent that schedules its own wake-ups

https://github.com/Aitne-sh/Aitne
1•aitne•7m ago•0 comments

What Happens to Software Engineering When Generating Code Is Free? (Part 2)

https://sageox.ai/blog/when-generating-code-is-free-part-2
1•port8080•8m ago•0 comments

Microsoft Project Solara:Platform for devices that run AI agents instead of apps

https://www.geekwire.com/2026/inside-microsofts-project-solara-a-new-platform-for-devices-that-ru...
3•bookofjoe•11m ago•1 comments

Brain on Stale Air

https://www.youtube.com/watch?v=1Nh_vxpycEA
2•whicks•11m ago•1 comments

Show HN: Maritime Trivia (Reverse Engineered DOS Game)

https://redhook.specr.net
2•vunderba•14m ago•0 comments

She watched a wildfire destroy her town, so she's building fire-proof bunkers

https://www.bbc.com/news/articles/c78qgdpwx6eo
2•rolph•14m ago•0 comments

Walmart Caps Usage of an AI Tool for Employees After High Demand

https://finance.yahoo.com/sectors/technology/articles/walmart-caps-usage-ai-tool-150006460.html
2•tcp_handshaker•14m ago•1 comments

InfraFactory

https://github.com/redscaresu/infrafactory
2•redscaresu•16m ago•1 comments

Rsync: 3.4.1 –> 3.4.3

https://github.com/NixOS/nixpkgs/pull/522245
2•KolenCh•18m ago•1 comments

Creative Commons

https://rhollick.wordpress.com/2026/06/03/creative-commons/
2•Tomte•18m ago•0 comments

Async Rust: deep dive into cooperative scheduling and Tokio's architecture

https://kerkour.com/async-rust-cooperative-scheduling-tokio
3•Tomte•18m ago•0 comments

Supernatural isn't dead after all

https://www.theverge.com/news/941816/supernatural-health-meta-quest-vr
3•mikro•19m ago•0 comments

Iran attack on Kuwait airport injures at least 63 and damages terminal building

https://www.reuters.com/world/iran-war-live-us-says-iranian-strikes-bahrain-kuwait-failed-2026-06...
2•alephnerd•19m ago•0 comments

Missing IPsec Integrity Protection for IMS Sip Signaling in Verizon VoLTE

https://www.kb.cert.org/vuls/id/615987
3•luu•20m ago•0 comments

Rolling Redesigns: A Sneaky Smart Way to Refresh Your Website

https://www.culturefoundry.com/cultivate/design-ux/rolling-redesign/
2•mooreds•20m ago•0 comments

AI Search Visibility Checker

https://www.techwrath.com/ai-search-visibility-checker/
2•techwrath11•22m ago•0 comments

Xenomorph head and T. Ocellus – I built last year

https://old.reddit.com/r/scifi/comments/1sc0afl/xenomorph_head_and_t_ocellus_i_built_last_year/
3•vpuna•22m ago•1 comments

Gmail Bulk Automator

https://www.techwrath.com/gmail-bulk-automator-extensions/
2•techwrath11•22m ago•0 comments

The Thermodynamics of Decoupled Success

https://osf.io/preprints/socarxiv/m2nrj_v1
2•rendersgame•22m ago•1 comments

Intelligence per Dollar

https://tomtunguz.com/tokens-per-result/
2•swolpers•23m ago•0 comments

Spherical Voronoi Diagram

https://www.jasondavies.com/maps/voronoi/
4•marysminefnuf•24m ago•0 comments

The Next Chapter for Suno

https://suno.com/blog/series-d-announcement
2•doppp•24m ago•0 comments

SkyBrief – Pre-flight briefing dashboard for GA pilots (METARs, NOTAMs, SIGMETs)

https://skybrief.flights
2•phironaka•26m 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!