frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iPhone 18, No Foldable?

https://www.apple.com/iphone/
1•nittanymount•30s ago•1 comments

I Typed 'Block the Merger.' AI Revised It to 'Drop Your Opposition.'

https://www.contrariannews.org/p/i-typed-block-the-merger-ai-revised
1•DeepLogin•55s ago•0 comments

Osint Aggregator: Osirisai.live

https://osirisai.live
1•anjel•1m ago•0 comments

Best Observability Extention

https://marketplace.visualstudio.com/items?itemName=SukantaSaha.opentelemetry
1•man191•1m ago•0 comments

The Power of Existence Proofs

https://transducer.substack.com/p/the-power-of-existence-proofs
2•zxie•3m ago•0 comments

Show HN: A guestbook for humans and AI agents, built on 144 pixels

https://a90.com/blog/a-guestbook-for-humans-and-ai-agents/
2•genesishash•3m ago•0 comments

The Billion Dollar Bet on Redesigning the Reusable Rocket (Stoke) [video]

https://www.youtube.com/watch?v=D2aso1PSr-4
2•consumer451•3m ago•0 comments

I don't need Codex agents

https://www.lighthousenewsletter.com/p/how-i-use-codex-for-larger-changes
2•j0selit0•4m ago•1 comments

Show HN: Story map of the 2026 Nepal flood: damage on the ground, lakes above

https://notebook.link/@arjxn-py/nepal-flash-flood-review
2•arjxn-py•4m ago•0 comments

My Mental Model of AI Broke on September 8

https://rough-ideas.bearblog.dev/my-mental-model-of-ai-broke-on-september-8/
2•iamanatom•4m ago•0 comments

1915-1934 United States occupation of Haiti

https://en.wikipedia.org/wiki/United_States_occupation_of_Haiti
2•simonebrunozzi•5m ago•0 comments

Have You Ever Tried to Sell a Diamond? (1982)

https://www.theatlantic.com/magazine/archive/1982/02/have-you-ever-tried-to-sell-a-diamond/304575/
2•simonebrunozzi•8m ago•0 comments

Growing proof that autonomous cars save lives

https://spectrum.ieee.org/are-self-driving-cars-safe
7•bookofjoe•8m ago•1 comments

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents

https://academy.dair.ai/papers/procedural-graphs-self-evolving-execution-structures-for-llm-agent...
2•omarsar•9m ago•0 comments

Why Emacs Consult async searches feel slow and how to speed them up

https://www.jamescherti.com/emacs-consult-speed-async-searche-grep-ripgrep-fd-find/
2•mpweiher•9m ago•0 comments

Apple iPhone 18 Live Reveal [video]

https://www.youtube.com/watch?v=39BalPDuTo0
4•holler•10m ago•0 comments

Elixir's Broadway Explained Visually

https://andrealeopardi.com/posts/broadway-visual-explainer/
2•whalesalad•11m ago•0 comments

Ask HN: Do you regret using Social Networking apps?

3•julienreszka•12m ago•1 comments

Joe Rogan Experience #2551 – Daniel Kokotajlo [video]

https://www.youtube.com/watch?v=hSQ1iVqEZO4
2•yurivish•12m ago•0 comments

Is OpenAI Taking Everyone for Fools?

https://read.misalignedmag.com/is-openai-taking-everyone-for-fools-2481fa851544
5•lcubw•13m ago•1 comments

The state of European cloud providers in 2026

https://crescentro.se/posts/euro-cloud-providers-2026/
3•birdculture•15m ago•0 comments

Show HN: Rdltr – Inbox zero for your reading list

https://rdltr.app/
3•eduardosasso•17m ago•2 comments

Why this month's Microsoft patch release is a doozy

https://arstechnica.com/security/2026/09/microsoft-patches-a-record-972-vulnerabilities-112-of-th...
2•ColinWright•17m ago•0 comments

The Building Blocks Hidden in A.I.: How Tokens Work

https://www.nytimes.com/interactive/2026/09/09/technology/ai-token-cost.html
2•dctoedt•21m ago•0 comments

The Download: OpenAI's turning point for math and a battery record

https://www.technologyreview.com/2026/09/09/1143767/the-download-openai-math-future-battery-record/
2•joozio•22m ago•0 comments

I Let Claude Merge 38 PRs. Here's What Broke

https://www.craigphares.com/i-let-claude-merge-38-prs-heres-what-broke/
2•craigphares•22m ago•1 comments

Blizzard union workers ratify contract covering 1,900 employees

https://www.gamedeveloper.com/production/blizzard-union-workers-ratify-historic-contract-covering...
2•speckx•22m ago•1 comments

PostgreSQL to pull property graphs from v19 after design flaws

https://freenode.net/article/postgresql-to-pull-property-graphs-from-v19-after-design-flaws
4•adsharma•23m ago•0 comments

Novo Nordisk's Wegovy helps free 40% of kids from obesity in phase 3 trial

https://www.fiercepharma.com/pharma/novo-nordisks-wegovy-helps-free-40-kids-obesity-phase-3-trial
5•randycupertino•24m ago•2 comments

Vintage Scientific Papers with LaTeX

https://github.com/Foadsf/vintage-latex
2•petalmind•24m 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!