frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic partnering with Accenture on embedded evaluation

https://www.anthropic.com/news/accenture-embedded-evaluation
1•joeguilmette•47s ago•0 comments

Vipassana, Volini, and Viktor Frankl

https://jatin564991.substack.com/p/vipassana-volini-and-viktor-frankl
1•jatinarora26•8m ago•0 comments

If math is more than proof, we need to better celebrate the rest of it

https://terrytao.wordpress.com/2026/09/18/if-math-is-more-than-proof-we-need-to-better-celebrate-...
1•num42•10m ago•0 comments

Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7

https://browser.geekbench.com/v7/cpu/389219
2•gainsurier•19m ago•0 comments

Conway's Law and Programming Languages

https://danieltan.weblog.lol/2026/09/conways-law-and-programming-languages
1•signa11•20m ago•0 comments

Members of right‑leaning parties prefer leaders with dark triad personality

https://theconversation.com/members-of-right-leaning-parties-prefer-leaders-with-dark-triad-perso...
2•jbotz•21m ago•0 comments

Being a Responsible Human in the Loop

https://raahelbaig.com/entry/responsible-human-in-the-loop/
2•raahelb•24m ago•1 comments

Google's Gemini AI hacked three companies in security test

https://www.bbc.co.uk/news/articles/c607l0k72rlvo
3•luxpir•29m ago•0 comments

Splash: A Local Engine Built Around the Model

https://inco.ai/blog/splash/
1•namjh•31m ago•1 comments

Ask HN: DeepSeek v4.1 Flash on Local hardware, what tok/s do you see?

2•Argonautlabs•33m ago•0 comments

Sudo and OpenDoas Timestamp Files

https://xn--1xa.duncano.de/sudo-doas-timestamp-files
1•signa11•34m ago•0 comments

The C++20's u8/char8_t Backward-Compatibility Fiasco

https://giodicanio.com/2026/09/11/the-c-plus-plus-20-s-u8-char8_t-fiasco/
1•signa11•40m ago•0 comments

Show HN: Gotedo Impress – Free, Modern Presentation Software

https://about.gotedo.com/en/products/gotedo-impress
1•_ndianabasi•40m ago•1 comments

Grammarly will send unhinged messages to all your users if you try to cancel

https://old.reddit.com/r/sysadmin/comments/1wjdpgx/psa_grammarly_will_send_unhinged_messages_to_all/
2•johnnyApplePRNG•42m ago•0 comments

Inside the AI "Kill Chain" That Destroyed an Iranian School

https://www.bloomberg.com/graphics/2026-iran-school-attack/
2•xeonmc•43m ago•1 comments

China's token consumption to reach 100 quadrillion in 2026, says report

https://www.wicinternet.org/2026-09/15/c_1213473.htm
2•geox•44m ago•2 comments

Show HN: Nordstjernen Web Browser 1.0.24

2•roschdal•47m ago•0 comments

Microsoft agentically ports Copilot runtime to Rust for $120K

https://www.theregister.com/devops/2026/09/18/microsoft-agentically-ports-copilot-runtime-to-rust...
1•satvikpendem•49m ago•2 comments

Human brain is two separate organs, Stanford Medicine-led research finds

https://med.stanford.edu/news/all-news/2026/09/two-separate-brains.html
43•emigre•50m ago•7 comments

From 150 people to one system

https://chrisveleris.com/voice-of-the-machine/from-150-people-to-one-system/
2•cvicpp123•55m ago•0 comments

Flet 1.0 Is Here

https://flet.dev/blog/flet-1-0/
5•ferryth•56m ago•0 comments

Stepfun Step 5 Preview (LLM): On AA Pareto frontier

https://artificialanalysis.ai/models/step-5
2•AnodicElegy•56m ago•1 comments

OmniFire - All-in-one platform for social media, business profile, & mobile apps

https://www.omnifire.app/
1•xianglinkong•57m ago•0 comments

The Evidence for AI Consciousness, Today (2025)

https://newsletter.ai-frontiers.org/p/the-evidence-for-ai-consciousness
4•mellosouls•1h ago•1 comments

The original Linux distro source

https://www.kernel.org/pub/linux/kernel/v1.0/
2•maxxxxxxxxxxxxx•1h ago•0 comments

Speaking with the Mind – Neuralink [video]

https://www.youtube.com/watch?v=_j806JHhCRo
1•Eridanus2•1h ago•0 comments

Dylan Patel's Information Machine

https://substratemag.com/dylanpatel/
1•gmays•1h ago•0 comments

Ask HN: Remember N8n? Anyone?

3•sankalpdomore•1h ago•0 comments

Extract all comments from a Google Sheet

1•bsunter2•1h ago•0 comments

Show HN: I made Niri-like terminal colm (cmux alternative)

https://colm.sh/
2•al3rez•1h 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!