frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I got tired of cutting reels out of long videos by hand, so I automated it

https://momentcut.app
1•lucaserla•1m ago•1 comments

China Is Building a Blue Granary

https://www.palladiummag.com/2026/08/04/china-is-building-a-blue-granary/
1•jger15•3m ago•0 comments

Show HN: Femto: A fork of kilo (text editor)

https://git.disroot.org/Vextoly/femto
1•Vextoly•4m ago•0 comments

New Best Agetic AI Model Named Saint

https://www.usesaint.com/
1•Malkiel_Godson•5m ago•0 comments

Upcoming deprecation of GitHub Spark on github.com

https://github.blog/changelog/2026-08-04-upcoming-deprecation-of-github-spark-on-github-com/
2•carlos-menezes•6m ago•0 comments

Google is expanding its AI empire – and losing the people who built it

https://www.cnbc.com/2026/08/05/google-is-expanding-its-ai-empire-and-losing-the-people-who-built...
3•pseudolus•8m ago•0 comments

Show HN: MakerBadge – a footer badge that links all the apps you've shipped

https://makerbadge.com
1•joffreyio•11m ago•0 comments

Show HN: Amber – A fast, C99 in-memory array language with q/kdb+ vocabulary

https://github.com/BonucciAndrea/amber
1•KonaEnthusiast•12m ago•0 comments

Ambert Indusrties

https://www.ambert.ae/event-and-exhibition
1•doshopzone•12m ago•0 comments

It's Easier Than Ever to Fly Private Without Your Own Jet

https://www.wsj.com/lifestyle/travel/its-easier-than-ever-to-fly-private-without-your-own-jet-a26...
1•bilsbie•12m ago•0 comments

Ratcn preview: Build beautiful TUI applications in Rust

https://ratcn.kristoferlund.se
1•gann_•13m ago•0 comments

Every Fucking Website (2013)

https://web.archive.org/web/20130304033523/http://everyfuckingwebsite.com/
2•xiaoyu2006•19m ago•0 comments

Supreme Council of the Pridnestrovian Moldavian Republic

https://en.vspmr.org/
1•Bluestein•21m ago•0 comments

Soon We'll Share Blueprints, Not Code

https://medium.com/@atibakush/soon-well-share-blueprints-not-code-9c1377b47ae0
2•blinkybill•21m ago•1 comments

FAA Probes Loss of Separation Abetween Marine One and Envoy Air Jet

https://duckduckgo.com/l/?uddg=https%3A%2F%2Fsimpleflying.com%2Ffaa%2Dmarine%2Done%2Denvoy%2Dair%...
1•Rygian•21m ago•1 comments

High-Res Photo Shows Sand-Capped Butte Rising from Mars Plain of Polygons

https://petapixel.com/2026/08/04/amazing-high-res-photo-shows-a-butte-rising-from-mars/
1•bookofjoe•23m ago•0 comments

iPod Touch 3.1.3 QEMU Emulator working

https://hachyderm.io/@samhenrigold/117027375873199705
1•mariuz•24m ago•0 comments

Congo bans exports of copper, cobalt concentrates

https://www.reuters.com/world/africa/congo-bans-exports-copper-cobalt-concentrates-official-order...
2•TechTechTech•25m ago•0 comments

Google Shifts AI Leadership to California in Race Against Anthropic, OpenAI

https://www.bloomberg.com/news/articles/2026-08-06/google-shifts-ai-power-to-california-in-race-a...
1•htrp•26m ago•0 comments

Addiii

1•hsims•27m ago•0 comments

Workers speak out against growing screen time surveillance

https://www.cbc.ca/news/canada/td-bank-bell-workplace-screentime-monitoring-9.7296526
3•andy99•27m ago•0 comments

Mastodon client for macOS with deprecated API

https://ricobeck.de/macstodon.html
3•ricobecks•28m ago•2 comments

Bannerlord Coop

https://steamcommunity.com/sharedfiles/filedetails/?id=3770450698
1•alansaber•29m ago•0 comments

Explosive drone at German airport raises new danger, minister says

https://www.reuters.com/world/german-police-examine-suspicious-object-leipzig-airport-2026-08-05/
3•numbers_guy•29m ago•1 comments

D-Wave shows off its new entry in quantum computing race

https://arstechnica.com/science/2026/08/d-wave-on-rails-company-tests-entanglement-on-its-dual-ra...
1•rbanffy•30m ago•0 comments

OpenAI gives first detailed debrief of the Hugging Face incident at Black Hat

https://www.groundlevel-ai.com/p/openai-gives-first-detailed-debrief
3•artninja1988•31m ago•2 comments

Show HN: ReachKit – a discoverability score for your product, and plan to fix it

https://reachkit.app
1•timcliffordIE•32m ago•0 comments

Show HN: A terminal glued to the macOS dock

https://github.com/palamim/starboard
1•leopalamim•34m ago•1 comments

FelonyBench – The leading benchmark for AI in cybersecurity

https://felonybench.org/
2•q3k•37m ago•0 comments

Building a local-first family tree app

https://purplehoisin.com/own-your-family-tree/
1•fersarr•42m 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!