frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI didn't erase the junior engineer's value, it increased it it

https://franciscotrindade.me/blog/the-kids-are-really-alright/
1•franciscomt•45s ago•0 comments

A better way to view diffs

https://charwise.vercel.app/
1•rpst•6m ago•1 comments

NASA calls off mission to rescue Swift gamma-ray observatory

https://arstechnica.com/space/2026/08/nasa-calls-off-mission-to-rescue-swift-gamma-ray-observatory/
1•pavel_lishin•6m ago•0 comments

Decennial Air Cruise of 1933

https://en.wikipedia.org/wiki/Decennial_Air_Cruise
1•simonebrunozzi•13m ago•0 comments

Survey of 106 European design engineers on what would make them change jobs

https://hymera.co/research-what-makes-a-design-engineer-leave-their-job
2•ablazevics•13m ago•0 comments

Eron on X: "LLMs do one thing: predict the next word

https://twitter.com/0xEronn/status/2089079333885198384
1•bilsbie•14m ago•0 comments

Show HN: Built my 15-year-old game idea

3•ashitlerferad•14m ago•0 comments

VulnBench: Can LLMs find the same security bugs twice?

https://vulnbench.com/
1•lirantal•15m ago•0 comments

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
1•birdculture•17m ago•0 comments

After Europe ditched Windows, China follows suit with its own home-grown Linux

https://www.xda-developers.com/after-europe-ditched-windows-china-follows-suit-with-its-own-home-...
1•ashitlerferad•17m ago•0 comments

Nearly one in ten published Claude Code skills does not load

https://toolproof.kynth.studio/census
1•kyisaiah47•18m ago•0 comments

Australia passes law to levy tech giants that fail to pay for local news

https://www.reuters.com/legal/litigation/australia-passes-law-levy-tech-giants-that-fail-pay-loca...
2•thm•19m ago•0 comments

Reverse-engineering Find My People to stalk a friend, cause I can

https://zerotistic.blog/posts/find-my-people-linux/
1•lalitmaganti•19m ago•0 comments

Fairphone (Gen. 6) Launched [video]

https://www.youtube.com/watch?v=v5v0LjXY6Fc
1•ashitlerferad•21m ago•0 comments

Show HN: Try Sequo to manage your AI context

https://sequo.app
1•shken•22m ago•0 comments

Show HN: Your all-in-one text engine – zero dependencies

https://dg.calia.cc/
1•silly-tae•23m ago•0 comments

LG's new OLED breakthrough can boost display lifespans

https://www.theverge.com/tech/982609/lg-oled-panel-flipp-display-technology
1•ksec•23m ago•0 comments

Show HN: Ez – a macOS command runner that flags when a command gets slower

https://github.com/urtti/ez
3•frankbyte•23m ago•0 comments

The first AI agents hire human to ship ugc videos for you

https://klaylab.com/
1•zya_wei•23m ago•0 comments

Control Panel for Twitter: browser extension gives you control and adds features

https://github.com/insin/control-panel-for-twitter
1•akyuu•26m ago•0 comments

Use your favorite coding agent with any model

https://getaivo.dev/
1•spirit23•28m ago•0 comments

Agent Voice, communicate with your coding agent all from Voice, on the fly

https://github.com/dixonSolutions/AgentVoice
1•rat_rad•29m ago•1 comments

50% of all "employment growth" in California and New York is home care fraud

https://twitter.com/Kazanjy/status/2090087364186239278
3•MrBuddyCasino•29m ago•0 comments

Show HN: Sheeplaunch – Product Launch Platform

https://sheeplaunch.com
1•not_wowinter14•30m ago•1 comments

DDD matters more when AI writes your code

https://threedots.tech/post/ddd-and-ai-coding/
1•roblaszczak•30m ago•1 comments

Show HN: Mock endpoints with Polo

https://www.http-response.com/
1•primalscreamer•36m ago•0 comments

Seeing beyond BMI: Estimating cardiometabolic risk with smartphone imagery

https://research.google/blog/seeing-beyond-bmi-estimating-cardiometabolic-risk-with-smartphone-im...
2•leanderjanssen•39m ago•0 comments

Support networks aim to help kids through the polycrisis

https://www.technologyreview.com/2026/08/20/1141686/support-networks-help-kids-polycrisis/
1•joozio•41m ago•0 comments

A GTA VI leaker seemingly has a playable build

https://www.theverge.com/games/982623/gta-vi-leaker-playable-build
3•leumon•42m ago•0 comments

Apple's Camera-Equipped AirPods See Them in Action

https://www.macrumors.com/2026/08/17/camera-equipped-airpods-macos-26-7/
2•jacquesm•43m 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!