frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Plethora – your new (social) platform for Interactive Media

https://plethora.studio/
1•zenarin•31s ago•1 comments

A Technical Framework for Bring Your Own Cloud Applications

https://byocanywhere.org/
1•aloknnikhil•8m ago•0 comments

Pretense of You

https://iamwisdom.substack.com/p/pretense-of-you
1•I_Am_Wisdom•9m ago•0 comments

Wingdings (Album) 2026

https://en.wikipedia.org/wiki/Wingdings_(album)
2•ddxv•15m ago•1 comments

Hatsune Miku

https://en.wikipedia.org/wiki/Hatsune_Miku
2•palad1n•20m ago•0 comments

Meilisearch vs. Manticore: Setting the Record Straight

https://medium.com/@s_nikolaev/meilisearch-vs-manticore-setting-the-record-straight-e7d51aa08db2
2•snikolaev•21m ago•0 comments

Call centres using AI to 'whiten' Indian accents (2025)

https://tech.yahoo.com/ai/articles/call-centres-using-ai-whiten-090000847.html
4•vismit2000•23m ago•0 comments

Kredit – Real-time Risk Intelligence for Agents

https://kredit.sh/
3•jacobrafati•25m ago•1 comments

Mindscape: Chandra Sripada on How LLMs and Humans Are Cognitive Cousins

https://preposterousuniverse.com/podcast/2026/08/10/363-chandra-sripada-on-how-llms-and-humans-ar...
3•wwarner•37m ago•1 comments

TLabel – A unified annotation format and converter for tactile robotics datasets

https://github.com/liesliy/tlabel
2•liesliy•38m ago•0 comments

US President hid in catering cart for secret flight in Turkey amid Iran threat

https://www.theguardian.com/us-news/2026/aug/10/trump-secret-flight-nato-return
29•Jimmc414•39m ago•14 comments

"Operator, can you hear me?" A Faithful Line into the UNISOC Baseband

https://arxiv.org/abs/2608.07143
3•sbulaev•40m ago•0 comments

Meghan O'Gieblyn: Against Slop

https://www.nybooks.com/online/2026/07/11/against-slop-meghan-ogieblyn/
3•mitchbob•48m ago•1 comments

Capture the Flag

https://unik.cx/ctf/index.html
2•eyberg•49m ago•0 comments

One of China's workhorse rockets just exploded in flight

https://arstechnica.com/space/2026/08/one-of-chinas-workhorse-rockets-just-exploded-in-flight/
3•pseudolus•50m ago•0 comments

Musk's Daily Starship Problem

https://tmfassociates.com/blog/2026/08/10/musks-daily-starship-problem/
4•TheAlchemist•51m ago•0 comments

Ambulance defibrillators removed from sale, still on the road

https://www.theage.com.au/national/confusion-and-concern-nsw-ambulance-defibrillators-removed-fro...
3•Alien1Being•53m ago•0 comments

How to Keep Thinking

https://www.seangoedecke.com/how-to-keep-thinking/
3•vismit2000•54m ago•0 comments

Gulf States Accept a New Normal in Hormuz: Iran Is in Control

https://www.wsj.com/world/middle-east/gulf-states-accept-a-new-normal-in-hormuz-iran-is-in-contro...
36•petethomas•1h ago•5 comments

Portail – Sovereign Rust AI Gateway and BitNet B1.58 SIMD Tensor Engine

https://portail-vaked-dev.pages.dev/showcase
2•pocok0xRE•1h ago•0 comments

Chvostek Sign

https://en.wikipedia.org/wiki/Chvostek_sign
3•petethomas•1h ago•0 comments

See How a Tesla-SpaceX Merger Gives Musk a Shortcut to His $1T Payday

https://www.wsj.com/business/see-how-a-tesla-spacex-merger-gives-musk-a-shortcut-to-his-1-trillio...
4•spenvo•1h ago•0 comments

Attention-Only Transformers

https://arxiv.org/abs/2607.18363
3•MediaSquirrel•1h ago•1 comments

Ontario Teachers' pension plan posts 9.5% return through SpaceX stake

https://financialpost.com/fp-finance/ontario-teachers-pension-return-2026-spacex-stake
5•cuoder•1h ago•0 comments

100 Kodiak driverless trucks are headed for public roads

https://www.foxnews.com/tech/100-kodiak-driverless-trucks-headed-public-roads
2•RickJWagner•1h ago•0 comments

'I felt Tourette's would ruin my life, now I teach at Cambridge'

https://www.bbc.com/news/articles/c7944gv359jo
3•RickJWagner•1h ago•0 comments

CapShip – Mobile Starter Kit

https://capship.org/
2•yousefbustamiii•1h ago•1 comments

Unified.nvim

https://github.com/axkirillov/unified.nvim
2•dboon•1h ago•0 comments

A C++ toolchain from 357 bytes, in Bazel

https://fzakaria.com/2026/08/01/a-c++-toolchain-from-357-bytes-in-bazel
2•signa11•1h ago•0 comments

Old.reddit.com Stops Working

https://old.reddit.com/r/emacs
4•snfernandez•1h ago•9 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!