frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Good IMAP Email Clients?

1•pudgywalsh•3m ago•0 comments

OpenAI's Second-Quarter Sales Show Tepid Growth Compared with Anthropic

https://www.wsj.com/tech/ai/openais-second-quarter-sales-show-tepid-growth-compared-with-anthropi...
3•cwwc•7m ago•1 comments

Ask HN: Slightly Strange LinkedIn Survey

1•duxup•8m ago•0 comments

The 90-year history of the binoculars bolted to scenic overlooks

https://www.dpreview.com/news/the-90-year-history-of-the-binoculars-bolted-to-scenic-overlooks/
4•sohkamyung•10m ago•0 comments

Simple Systemd Hermes Service Management for Linux and WSL2

https://github.com/icecore2/hermes-as-a-service
1•icecore•10m ago•1 comments

Apple: DOJ's latest challenge in antitrust case 'fails at every level'

https://9to5mac.com/2026/08/17/apple-dojs-latest-challenge-in-antitrust-case-fails-at-every-level/
1•CharlesW•10m ago•0 comments

Building apps using TanStack Start

https://lovable.dev/blog/building-apps-using-tanstack-start
1•e2e4•10m ago•0 comments

Cork Oak Forest in Spain

https://explorelatierra.com/en/2020/11/30/cork-oak-forest-in-spain-uses-and-extraction-of-cork/
1•devy•11m ago•0 comments

Google wins $10M bankruptcy auction for Spirit Airlines 100M emails, 500M chats

https://247wallst.com/investing/2026/08/18/google-just-bought-100-million-emails-from-a-dead-airl...
1•CGMthrowaway•12m ago•0 comments

Google 'gradually' rolling out Android's 'advanced' sideloading

https://9to5google.com/2026/08/18/google-gradually-rolling-out-androids-advanced-sideloading-ahea...
1•gumby271•13m ago•0 comments

Fx, a tiny, open, native coding agent

https://twitter.com/vercel_dev/status/2089828083415355806
2•cramforce•14m ago•0 comments

Fx: Unix Like Coding Agent

https://github.com/vercel-labs/fx
2•jlaneve•14m ago•0 comments

An Ancient Poop Explosion Could Have Helped Complex Life Evolve

https://www.sciencealert.com/an-ancient-poop-explosion-could-have-helped-complex-life-evolve
1•gmays•16m ago•0 comments

Building Without Predicting

https://sive.rs/fit
2•herbertl•16m ago•0 comments

Terry A. Davis Quotes

https://en.wikiquote.org/wiki/Terry_A._Davis
2•LAC-Tech•17m ago•0 comments

The Microsoft Rebrand Registry

https://www.msrebrandregistry.com/analysis.html
2•jnord•19m ago•0 comments

Israeli Soldiers Write ID Numbers on Palestinians in Dehumanising West Bank Raid

https://www.ibtimes.co.uk/outrage-israeli-soldiers-mark-palestinian-detainees-1814880
5•hebelehubele•20m ago•1 comments

Show HN: Clinch – Local-first Warp fork built for agent session management

https://clinch.sh/
2•ponchopunchy•21m ago•0 comments

Comcast Is Turning Its Routers into Motion Detectors

https://www.theverge.com/news/981381/comcast-xfinity-shield-wifi-motion-sensing
3•m463•23m ago•1 comments

Unclaimed Boat Strikes in Ecuador

https://www.cfr.org/articles/unclaimed-boat-strikes-in-ecuador-has-trumps-operation-southern-spea...
3•petethomas•26m ago•0 comments

Fake polls on Wisconsin and California elections

https://www.nytimes.com/2026/08/18/polls/median-strategies-polls-bass-california-wisconsin.html
2•ajd555•27m ago•1 comments

Popcorn: Democratized Fast Kernel Dispatching

https://blog.tilderesearch.com/blog/popcorn
1•ronfriedhaber•28m ago•0 comments

Programmable Property-Based Testing

https://dl.acm.org/doi/10.1145/3828685
2•matt_d•30m ago•0 comments

Who owns the code? AI code == no author == no copyright

https://whoownsthecode.com/
2•dgellow•31m ago•0 comments

Nomadic Agent: multi-model with Git integration

https://nomadic-agent.vercel.app
1•jdieselny•33m ago•0 comments

Show HN: Crammed – turns lecture PDFs into spaced-repetition flashcards

https://crammed.study
1•avisolei•35m ago•0 comments

Who Will Pay for Democratic Socialism's $200T Cost?

https://www.cato.org/blog/who-will-pay-democratic-socialisms-200-trillion-cost
4•mhb•35m ago•2 comments

Show HN: Draw.city – geography game where you circle the target population [US]

https://draw.city/
2•NameError•38m ago•0 comments

LLMs .what do you smoke beforehand?

3•kderbyma•38m ago•2 comments

GPT-5.6 Sol: 70% off in Devin

https://devin.ai/blog/gpt-5-6-sol-promo
4•mirzap•41m 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!