frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rift Wizard 3 now in Early Access

https://store.steampowered.com/app/4366330/Rift_Wizard_3/
1•peteforde•7m ago•0 comments

Crazy Rich Returns Lure Cabbies and Even Kids to Red-Hot Asian Markets

https://www.wsj.com/world/asia/stock-market-ai-chips-taiwan-korea-01b7d385
2•ValentineC•7m ago•1 comments

Building an 8-bit breadboard computer – playlist

https://www.youtube.com/playlist?list=PLowKtXNTBypGqImE405J2565dvjafglHU
1•xeonmc•8m ago•0 comments

Seeking Third Technical Cofounder

1•nathanchou•10m ago•0 comments

Why are we so obsessed with lawns?

https://www.gardensillustrated.com/features/the-history-of-lawns
1•andsoitis•14m ago•0 comments

The modern company won't have bullshit jobs

https://12gramsofcarbon.com/p/agentics-i-no-longer-spend-time-counting
2•theahura•17m ago•0 comments

No-One Escapes the Permanent Underclass

https://borretti.me/article/no-one-escapes-the-permanent-underclass
5•hamish-b•24m ago•1 comments

Building domain-specific AI chatbots with Claude

https://gregwilson.tech/building-domain-specific-ai-chatbots
2•gw5815•30m ago•1 comments

Show HN: A GPU/VRAM filter for finding LLMs that will run on your hardware

https://www.whichllmmodel.com/app/text?local=true
1•mzubairtahir•32m ago•1 comments

No Bailouts for Big Tech Billionaires: Policies for When the AI Bubble Bursts

https://www.openmarketsinstitute.org/publications/no-bailouts-for-big-tech-billionaires-policies-...
3•nsagent•33m ago•0 comments

Libre Barcode Project

https://graphicore.github.io/librebarcode/
11•luu•37m ago•0 comments

Ask HN: How has the ML engineer job evolved outside of LLM labs?

1•olalonde•41m ago•0 comments

Thundermail June 2026 Update

https://blog.thunderbird.net/2026/06/thundermail-june-2026-update-what-we-learned-after-the-first...
3•bariumbitmap•50m ago•0 comments

Russell Vought's Latest Plan to Gut the Government Should Terrify You

https://www.thenation.com/article/politics/russell-vought-omb-grant-rule/
7•petethomas•51m ago•2 comments

Rura: Interactive TUI scratchpad for building shell pipelines

https://github.com/tlipinski/rura
3•loa_observer•51m ago•0 comments

China's CXMT Is Set to Challenge DRAM Incumbents

https://newsletter.semianalysis.com/p/chinas-cxmt-is-set-to-challenge-dram
3•djfergus•56m ago•1 comments

Show HN: HowMuch – Wordle, but you guess prices

https://howmuchgame.com/
2•spsneo•1h ago•3 comments

LogiGate: A zero-trust middleware architecture for AI liability written in Rust

https://github.com/Les-Senters/Logigate-architecture
2•zkpvault•1h ago•0 comments

California wealth tax fight moves to voters

https://www.politico.com/news/2026/06/25/california-wealth-tax-billionaires-ballot-00977427
5•shinryudbz•1h ago•0 comments

What happened after 2k people tried to hack my AI assistant

https://www.fernandoi.cl/posts/hackmyclaw/
4•cuchoi•1h ago•0 comments

Sochely – An SEO-first platform for creating and discovering local events

https://sochely.com/
2•godimittry90•1h ago•0 comments

Notion is shutting down its email client one year after launch

https://www.neowin.net/news/notion-is-shutting-down-its-email-client-one-year-after-launch/
5•bundie•1h ago•1 comments

Iraq warns it might leave OPEC if oil quota not raised

https://www.reuters.com/business/energy/iraq-consider-all-options-if-opec-quota-is-not-raised-has...
8•JumpCrisscross•1h ago•1 comments

Musk ordered to testify in election lottery cases; one lawsuit may be narrowed

https://www.reuters.com/legal/government/elon-musk-ordered-testify-election-lottery-cases-one-law...
6•JumpCrisscross•1h ago•0 comments

Competition intensifies for Anthropic and OpenAI ahead of IPOs

https://www.ft.com/content/8c02de04-5516-405b-941d-289e586d8eb8
2•JumpCrisscross•1h ago•0 comments

Phases of Ice

https://en.wikipedia.org/wiki/Phases_of_ice
3•thunderbong•1h ago•0 comments

White House asks OpenAI to limit its next model release

https://www.cnn.com/2026/06/25/tech/openai-limit-release-white-house
4•AaronO•1h ago•1 comments

Hallucination in World Models Is Predictable and Preventable

https://www.nicklashansen.com/mmbench2/
2•ilreb•1h ago•0 comments

Honesty gets Emacs patch rejected

https://xlii.space/eng/honesty-gets-emacs-patch-rejected/
2•signa11•1h ago•0 comments

Guardrails for offensive AI agents and why instructions are never enough

https://dest.host/b/guardrails-for-offensive-ai-agents/
3•snorbleck•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!