frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI Cut Off a Billion-Dollar Customer to Avoid Elon Musk

https://www.wired.com/story/openai-elon-musk-cursor-billion-revenue/
1•doener•1m ago•0 comments

Ask HN: Why is HN native dark mode not implemented yet?

1•SriniK•1m ago•0 comments

Decoding the NEC V20 Microcode

https://martypc.blogspot.com/2026/09/decoding-nec-v20-microcode.html
1•mariuz•3m ago•0 comments

Profession has died. Now what?

https://blog.ponelat.com/p/your-profession-has-died-now-what
1•ponelat•6m ago•0 comments

Anti-Ad Download Assistant" for Free

2•jackie_001•9m ago•0 comments

Cerebras and Compute Nordic Finland Announces AI Data Centre in Mikkeli, Finland

https://investors.cerebras.ai/news-releases/news-release-details/cerebras-and-compute-nordic-finl...
2•olvy0•9m ago•0 comments

Show HN: Terminal-native prompt composer for power users running many agents

https://github.com/oborchers/proqi
2•theroot_•11m ago•0 comments

Model Fatigue Is Real

https://moekhalil.substack.com/p/model-fatigue-is-real
3•mfkhalil•16m ago•0 comments

Max H3 – MiniMax H3 Max AI Video Generator

https://www.maxh3.com/
2•Follow_Cloud•17m ago•0 comments

US diesel prices hit record high as conflicts intensify supply crunch

https://www.reuters.com/business/energy/us-diesel-hits-record-5820-gallon-gasbuddy-says-2026-09-03/
4•hebelehubele•21m ago•0 comments

What's New in Neovim 0.13

https://dotfiles.substack.com/p/whats-new-in-neovim-013
2•htfy96•21m ago•0 comments

Buying Used? Check the Warranty History Before You Pay

https://holdmybill.com/blog/buying-used-check-warranty-history
2•niksmac•22m ago•0 comments

World Sandwich

https://claude.ai/code/artifact/5ffe9a8e-e1c6-4204-b893-585bea78a252
2•voxycon•22m ago•0 comments

AI, Tools and Transformation

https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation
3•meetpateltech•23m ago•0 comments

Arcade – The White House

https://www.whitehouse.gov/arcade/
2•personjerry•24m ago•0 comments

Oura's IPO Reveals High Growth for Smart-Ring Maker

https://www.wsj.com/finance/stocks/ouras-ipo-reveals-high-growth-for-smart-ring-maker-9ce3e4c9
2•mgh2•24m ago•0 comments

Volkswagen board approves plan to cut another 50k jobs

https://www.bbc.co.uk/news/articles/cx2z0kvy4n4o
2•vinni2•25m ago•0 comments

Trump White House Launches Arcade with Games to Build Wall, Deport Migrants

https://www.newsweek.com/trump-white-house-launches-arcade-with-games-to-build-wall-deport-migran...
2•personjerry•25m ago•0 comments

New stealth model: omen alpha

https://twitter.com/opencode/status/2095746098522452093
1•ryanvogel•26m ago•0 comments

Scott Galloway: The Impossibility of Turning Men into the Progressiv9

https://www.conorfitzgerald.com/p/scott-galloway-and-the-impossibility
1•barry-cotter•28m ago•0 comments

Average wages no longer buy a standard-size home in most of Europe

https://english.elpais.com/economy-and-business/2026-09-03/average-wages-no-longer-buy-a-standard...
3•geox•30m ago•0 comments

Show HN: Lettura, an app to read FreshRSS feeds built for RSS enthusiasts

https://giuliomagnifico.blog/post/2026-10-01-lettura-app/
1•giuliomagnifico•32m ago•0 comments

Volkswagen flags 50k job cuts across group as board approves turnaround plan

https://www.reuters.com/business/autos-transportation/volkswagen-supervisory-board-approves-trans...
2•haunter•32m ago•0 comments

UFTA-VMM – transparent page-fault memory tiering with an adaptive predictor

https://tushi-tomoto-gooyie.itch.io/ufta-xp
1•ShaggyRogers•33m ago•0 comments

How Delhi built a world-class metro for a bargain

https://www.nytimes.com/2026/09/02/headway/india-delhi-metro-public-transit.html
2•ripvanwinkle•34m ago•1 comments

America must learn AI lessons from Astro Boy

https://www.ft.com/content/68751904-522a-41cc-85e0-08015fe75059
2•thm•39m ago•0 comments

Oneshot 3D Game Simulator

https://oneshot3dgamesimulator.vercel.app/
1•cameronwilsonbf•48m ago•1 comments

White House website debuts 5 retro arcade video games promoting Trump's agenda

https://apnews.com/article/trump-white-house-video-game-arcade-d540ff089ed5b1d432715a4209b16a23
3•TechTechTech•50m ago•0 comments

RSA Factoring Challenge: RSA-260 solved

https://twitter.com/penlume/status/2095372672356212876
1•DarmokJalad1701•52m ago•0 comments

How to be safe from quantum computing

https://lwn.net/Articles/1088305/
1•pykello•56m 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!