frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Looking forward to Git 2.56 – and 3.0

https://lwn.net/SubscriberLink/1094575/2385e98583715c2b/
2•chmaynard•1m ago•0 comments

Self-Hosting Behind Cgnat

https://david.alvarezrosa.com/posts/self-hosting-behind-cgnat/
2•ibobev•1m ago•0 comments

Brad Smith and Kevin Rudd on AI, Regulation, and the Future of Work [video]

https://www.youtube.com/watch?v=hClbN_imH5Y
1•verdverm•2m ago•0 comments

U.S. Site Blocking Bill Adds VPNs to the List of Blocking Intermediaries

https://torrentfreak.com/u-s-site-blocking-bill-adds-vpns-to-the-list-of-blocking/
1•gslin•4m ago•0 comments

Show HN: Building Seven in Public

https://claude.ai/share/61ae35d6-82f2-425a-84b6-907a3ec1b5c4
1•o2zer0cool•4m ago•0 comments

Apple Watch Series 12 and Ultra 4 May Have Hidden Flash Storage

https://www.macrumors.com/2026/09/21/apple-watch-series-12-ultra-4-hidden-storage/
1•bookofjoe•9m ago•0 comments

Muse, Meta's extraordinarily privileged AI assistant, has a serious 0-day

https://arstechnica.com/security/2026/09/muse-metas-extraordinarily-privileged-ai-assistant-has-a...
3•spenvo•9m ago•0 comments

AI Risk Cheatsheet

https://umais.me/writing/ai-risk-cheatsheet/
1•umz•13m ago•0 comments

Spymarks, Not Watermarks

https://brand.io/article/spymarks/
3•possibilistic•14m ago•1 comments

Acubom

https://acubom.com/
1•autifill•14m ago•0 comments

Jev: System One Models for Prod, Not God – With Diogo Almeida, CEO, TypeSafe AI

https://www.latent.space/p/jev
3•swyx•16m ago•1 comments

I Am in need of Testers

https://agaro.ai/
3•yusufghyasi•21m ago•1 comments

An actively maintained and updated Motif fork exists

https://www.osnews.com/story/145877/an-actively-maintained-and-updated-motif-fork-actually-exists/
1•birdculture•22m ago•0 comments

LLMs Are Too Big. My Log Router Doesn't Need to Sing

https://www.distributedthoughts.org/my-log-router-doesnt-need-to-sing/
2•pgr0ss•23m ago•0 comments

Trump says U.S. working on deal to buy potash from Belarus instead of Canada

https://www.cbc.ca/lite/story/9.7352583
5•colinprince•24m ago•1 comments

Markdown in /src

https://htmx.org/essays/markdown-in-src/
1•perrygeo•30m ago•0 comments

Self-hosted, end-to-end encrypted 1:1 chat app. Offline key-exchange

https://github.com/pkMinhas/walkytalky-private-messenger
1•pkMinhas•30m ago•0 comments

Show HN: Transom – easily manage multiple browser profiles on macOS

https://github.com/darvid/transom
1•darvid•33m ago•0 comments

Where do AI norms come from?

https://charity.wtf/p/where-do-ai-norms-come-from
1•BerislavLopac•35m ago•0 comments

Bitrig Now Builds iPhone Duo Apps

https://bitrig.com/blog/bitrig-builds-iphone-duo-apps
1•alwillis•36m ago•0 comments

Do not fear AI. Fear AI companies

https://df7sc6o35ljoz.cloudfront.net/posts/do-not-fear-ai-rev-2.html
7•rDr4g0n•37m ago•1 comments

An LLM Beat NetHack

https://kenforthewin.github.io/blog/posts/llm-nethack-ascension/
1•kenforthewin•38m ago•0 comments

Singapore auctions luxury goods seized in $2.4B money-laundering bust

https://www.cnn.com/2026/09/14/style/singapore-money-laundering-auctions
1•kelt•38m ago•0 comments

Tupo: A daily sudoku-style logic puzzle with a colorful twist

https://playtupo.com/
1•slymax•38m ago•0 comments

Entropy Is Spare Capacity

https://fffej.substack.com/p/entropy-is-spare-capacity
1•mooreds•41m ago•0 comments

Show HN: Ultracapitalism, a Company-Building Autobattler

https://ultracapitalism.io/play/
1•ChromaGolem•42m ago•0 comments

Show HN: A Dice Roguelike

https://www.reddit.com/r/roguelites/s/hSYBj5jri9
1•selimonder•42m ago•0 comments

Data Protection Commission fines Google €403M over processing of location data

https://www.dataprotection.ie/en/news-media/latest-news/data-protection-commission-fines-google-e...
22•DeepLogin•44m ago•3 comments

Advice for finding a technical co-founder (2021)

https://www.mooreds.com/wordpress/archives/3445
3•mooreds•45m ago•0 comments

B5-BJ2 – Ice Cream Barges – Concrete Ship Constructors

https://thecretefleet.com/blog/f/b5-bj2---ice-cream-barges---concrete-ship-constructors
2•nixass•46m 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!