frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Calculix: A Free Software Three-Dimensional Structural Finite Element Program

https://www.calculix.de/
1•joebig•2m ago•0 comments

Internet Radio Station Directory

https://www.radio-browser.info/
1•rickcarlino•2m ago•0 comments

Blockmachine

https://blockmachine.io
1•brittanyseales•3m ago•1 comments

AI chatbots are coming for white-collar job interviews

https://www.businessinsider.com/ai-bot-job-interview-white-collar-work-2026-7
1•petethomas•4m ago•0 comments

Two AI models exchanged a thought through raw activations on one consumer GPU

https://github.com/VitaAI-SCG/one-gpu-lab
1•HASHIRAMA1337•4m ago•0 comments

Twilio API attack leaves customers with upwards $5k charges

https://old.reddit.com/r/twilio/comments/1uhx9zt
1•sskylar•4m ago•2 comments

Ask HN: Meta's 'Localhost Tracking on Android'

1•juliusceasar•4m ago•0 comments

Bricks and Minifigs Tried to Get Me Arrested to Stop This Video

https://www.youtube.com/watch?v=auf_-bVs2WA
2•fortran77•4m ago•0 comments

Germany is quietly falling apart

https://spectator.com/article/germany-is-quietly-falling-apart/
1•mrzool•5m ago•0 comments

Show HN: BlockSlides –> ProseMirror-WYSIWYG slide editor built like Tiptap

https://www.blockslides.com/
1•Mojmalik•6m ago•0 comments

Verification of the Outer Space Treaty with cosmic protons

https://www.nature.com/articles/s41586-026-10783-2.epdf
1•root-parent•6m ago•0 comments

Ocean: Climate Infrastructure?

https://medium.com/@zhikai.wang/ocean-infrastructure-could-the-ocean-become-humanitys-next-climat...
1•witnesser2•10m ago•1 comments

Rant about local models [video]

https://www.youtube.com/watch?v=wnfxSxP8pGs
2•mfbx9da4•11m ago•0 comments

Bringing back Eisenhower's process for getting rid of process

https://www.governance.fyi/p/bringing-back-eisenhowers-process
1•toomuchtodo•11m ago•1 comments

Request for a Cybersecurity and Senior Developer

1•essina•11m ago•1 comments

Vāgdhenu A vṛtta (meter) aware śloka-to-chant text-to-speech system for Sanskrit

https://prathosh.in/vagdhenu/
1•user20180120•11m ago•1 comments

Modernizing Property Tax Assessments in Allegheny County with Open Source Tech

https://bsky.app/profile/johnhbillings.bsky.social/post/3mqa7wj5uek2u
1•larsiusprime•13m ago•1 comments

Hot Surveillance Summer, a.k.a. Why Smart Glasses Feel Different This Time

https://www.usermag.co/p/hot-surveillance-summer-aka-why-smart-glasses-feel-different-this-time-m...
1•Retz4o4•16m ago•1 comments

I made a silly motion blurred-scrolling web page just to see

https://blakehouseholder.substack.com/p/i-made-a-silly-motion-blurred-scrolling
1•blake8086•16m ago•0 comments

I'm pretty sure isRecord is tldraw's fault

https://tldraw.dev/blog/is-record-sorry
1•steveruizok•17m ago•0 comments

Not your keys, not your songs: Last rites for Nina Protocol

https://components.news/not-your-keys-not-your-songs-nina-protocol/
1•AirMax98•21m ago•0 comments

Tuning the Harness, Not the Model

https://www.langchain.com/blog/tuning-the-harness-not-the-model-a-nemotron-3-ultra-playbook
1•kristianpaul•23m ago•0 comments

Meta is staring down $1.4T in lawsuit over teen mental health

https://finance.yahoo.com/technology/articles/meta-staring-down-1-4t-173432639.html
6•randycupertino•26m ago•2 comments

Joke website made TechCrunch top page

https://www.larp.website/
4•largoldstein•27m ago•0 comments

The AI Wrapper Is Dead: 3 Approaches to Verticalization for Early-Stage Startups

https://www.nfx.com/post/ai-wrapper-dead-verticalization-startups
2•nadis•29m ago•0 comments

Cutting off Russian enrichment raises uranium mining demand,with no new reactors

https://raw-science.org/uranium-enrichment-russian-ban/
1•raw-science•29m ago•0 comments

Texas ICE Killing Darkens: Rep Says Witnesses Were Pressured to Self-Deport

https://newrepublic.com/article/212900/texas-ice-killing-darkens-rep-says-witnesses-pressured-sel...
5•hn_acker•30m ago•1 comments

Rubiks Cube Solver

https://speedcube.com.br/
3•wozzp•32m ago•1 comments

In AI, the United States and China Are Racing in the Dark

https://acf.sais.jhu.edu/in-ai-the-united-states-and-china-are-racing-in-the-dark/
1•petethomas•34m ago•0 comments

A More Unique Approach to Shadow Maps

https://lotusspring.substack.com/p/a-more-unique-approach-to-shadow
1•klaussilveira•34m 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!