frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The power of collaboration: How we can reduce traffic congestion

https://research.google/blog/the-power-of-collaboration-how-we-can-reduce-traffic-congestion/
1•raahelb•4m ago•0 comments

Show HN: What different cultures agree on about leadership

https://www.chestergrant.com/what-different-cultures-agree-on-about-leadership
1•chegra•4m ago•0 comments

Ask HN: Bypass smartphone call apps? Silent VoLTE via RTP extension

1•sigureitimonnji•6m ago•0 comments

Show HN: Pirate.kred – Tipjar DNS for Pirates to pay authors

https://pirate.kred/
1•smashah•7m ago•0 comments

Majority of U.S..Majority of U.S. workers support an AI wealth fund

https://www.cnbc.com/2026/07/12/majority-of-us-workers-support-ai-fund-amid-tech-layoffs-survey.html
1•cramer4next•7m ago•1 comments

The University in the AI Era

https://htmx.org/essays/universities-and-ai/
1•failingforward•8m ago•0 comments

Electromagnetic Field: July 16th – 19th 2026

https://www.emfcamp.org/about
1•edward•9m ago•0 comments

Show HN: Instrumation a PYPI library for Instruments

https://github.com/abduznik/instrumation
1•abduznik•10m ago•0 comments

Internet freedom is fading in the new era of social control

https://bigthink.com/the-present/internet-freedom-is-fading-in-the-new-era-of-social-control/
1•arrowsmith•11m ago•0 comments

All Watched over by Machines of Loving Grace (2011)

https://en.wikipedia.org/wiki/All_Watched_Over_by_Machines_of_Loving_Grace_(TV_series)
2•ethanpil•12m ago•0 comments

Lo and Behold, Reveries of the Connected World (2016)

https://en.wikipedia.org/wiki/Lo_and_Behold,_Reveries_of_the_Connected_World
1•ethanpil•14m ago•0 comments

A no-brainer for protecting your brain

https://www.economist.com/leaders/2026/07/09/a-no-brainer-for-protecting-your-brain
1•saikatsg•15m ago•0 comments

Prince George's County Council passes 2-year moratorium on new data centers

https://www.nbcwashington.com/video/news/local/prince-georges-county-council-passes-2-year-morato...
1•01-_-•17m ago•0 comments

The families using tech to help grandma stay independent longer

https://www.businessinsider.com/tech-for-seniors-aging-at-home-care-bills-2026-7
1•01-_-•18m ago•0 comments

Don't You Mean Extinct?

https://fabiensanglard.net/extinct/index.html
1•zdw•22m ago•0 comments

The epidemic of API pricing is infecting social media

https://ninjahawk.github.io/blog/posts/api-paywalls.html
1•ninjahawk1•22m ago•0 comments

Ask HN: Is looking at the code slowing us down?

3•rstagi•23m ago•7 comments

OpenAI bets on families as ChatGPT goes deeper into households

https://techcrunch.com/2026/07/11/openai-bets-on-families-as-chatgpt-goes-deeper-into-households/
3•Brajeshwar•27m ago•0 comments

Why Ballads Still Dominate Chinese Pop Music

https://www.bloomberg.com/news/features/2026-07-09/why-ballads-still-dominate-chinese-pop-music
1•coloneltcb•28m ago•0 comments

Your 'App' Could Have Been a Webpage (so I fixed it for you)

https://danq.me/2026/07/09/your-app-could-have-been-a-webpage/
1•mpweiher•28m ago•0 comments

Break a dozen secret keys, get a million more for free

https://blog.cr.yp.to/20151120-batchattacks.html
1•cold_pizz4•29m ago•0 comments

Show HN: Pickle Tasks – a virtual pickle jar that randomly picks your next task

https://pickletasks.com
1•thip•30m ago•1 comments

Sears Modern Homes

https://en.wikipedia.org/wiki/Sears_Modern_Homes
1•aragonite•31m ago•0 comments

Ground Writing

https://www.sourcetype.com/editorial/14248/ground-writing
1•kmooney•32m ago•0 comments

The Highway Code: Using the road (Rules 159 to 203)

https://www.gov.uk/guidance/the-highway-code/using-the-road-159-to-203
1•susam•36m ago•0 comments

Show HN: Itara – Distributed system topology as an explicit, executable layer

https://github.com/itara-project/itara
1•gkiss0001•40m ago•2 comments

Data centres account for almost a quarter of Irish electricity usage in 2025

https://www.irishtimes.com/business/2026/07/07/data-centres-account-for-almost-one-quarter-of-iri...
1•1vuio0pswjnm7•41m ago•0 comments

Apple sues OpenAI and two former employees for alleged theft of trade secrets

https://www.irishtimes.com/technology/big-tech/2026/07/10/apple-sues-openai-and-two-former-employ...
4•1vuio0pswjnm7•43m ago•0 comments

The ChatGPT "Super App" Sort of Super Sucks

https://spyglass.org/chatgpt-gets-to-work/
3•soheilpro•45m ago•0 comments

New FIRE study finds narrowing range of political views among faculty donors

https://www.fire.org/news/new-fire-study-finds-narrowing-range-political-views-among-faculty-donors
5•like_any_other•46m ago•6 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!