frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Supply-chain controls matter more when agents install your dependencies

https://omniline.app/blog/supply-chain-controls-matter-more-when-agents-install-your-dependencies
1•libertas_quae_s•2m ago•0 comments

How Ozempic Destroyed Fat Positivity [video]

https://www.youtube.com/watch?v=LbZ31_60z3M
1•znpy•2m ago•0 comments

US hires over 2k 'best and brightest' video gamers as air traffic controllers

https://www.the-express.com/news/world-news/213828/us-hires-over-2-000-video-gamers-air-traffic-c...
1•speckx•3m ago•0 comments

Remembering the pre-Google web, when search was an experiment

https://arstechnica.com/gadgets/2026/08/remembering-the-pre-google-web-when-search-was-an-experim...
1•ohjeez•5m ago•0 comments

Kimi Work attaches raw agent sessions to feedback reports

2•ryanmerket•9m ago•0 comments

See how an H100 works in 3D with threejs

https://gpu.kylejeong.com/
1•Kylejeong21•9m ago•0 comments

What on Earth is Google doing?

https://www.digitaldigging.org/p/how-to-plant-a-nuclear-plant-in-iran
1•strogonoff•11m ago•0 comments

ESPConnect

https://github.com/thelastoutpostworkshop/ESPConnect
1•skibz•14m ago•0 comments

Antitrust: The Monster Case (1975, IBM)

https://time.com/archive/6846827/antitrust-the-monster-case/
1•asawfofor•14m ago•0 comments

The New Bottlenecks After Coding

https://robotpaper.ai/the-new-bottlenecks-after-coding/
1•royosherove•15m ago•0 comments

The teenagers who wired Romania [audio]

https://www.bbc.com/audio/play/p0p2vc20
1•alibarber•20m ago•0 comments

Magnus Carlsen Retains Chess Esports World Cup Title

https://www.chess.com/news/view/magnus-carlsen-wins-2026-esports-world-cup
2•speckx•20m ago•0 comments

Show HN: Stay connected across Africa, from landing to Safari

https://safariesim.com/
1•not_wowinter13•24m ago•0 comments

Why tech bosses keep sharing their manifestos about AI

https://www.bbc.com/news/articles/cz97ljy91zxo
3•tcp_handshaker•29m ago•0 comments

Israeli PR wants to answer your ChatGPT questions

https://www.politico.com/newsletters/politico-influence/2026/08/14/israeli-pr-wants-to-answer-you...
6•computerliker•33m ago•0 comments

Short Memory

https://www.deer.psu.edu/short-memory/
2•lumpa•36m ago•0 comments

Deadly forgotten tornado was worst in state history

https://www.offbeatoregon.com/2412e.long-creek-bomb-cyclone_682.511.html
3•joebig•36m ago•2 comments

Tiny glitches appear over South America due to a weak spot in Earth's field

https://www.reddit.com/r/GoogleEarthFinds/comments/1ke63zw/psa_there_are_lot_of_tiny_colorful_gli...
2•thunderbong•36m ago•0 comments

Depleted strategic oil reserve nears level that raises concerns about damage

https://www.cnbc.com/2026/08/15/strategic-petroleum-reserve-spr-oil-iran-war-caverns.html
2•anigbrowl•37m ago•3 comments

Guide your development, documentation are code

https://github.com/snowballons/docs-as-code-primer
1•snowballons•38m ago•0 comments

Super El Niño Keeps Growing as New Forecasts Reach Record Territory Ahead Winter

https://www.severe-weather.eu/long-range-2/super-el-nino-growth-accelerating-to-record-strength-f...
1•dgellow•39m ago•0 comments

Why standing at your desk may be little better than sitting

https://www.economist.com/science-and-technology/2026/08/14/why-standing-at-your-desk-may-be-litt...
2•vinni2•39m ago•0 comments

Ask HN: Has anyone solved reproducible deployment of native mobile platforms?

1•rezvovmobile•41m ago•0 comments

A Few Foundations Shape American Higher Education

https://www.aei.org/commentary/how-a-few-foundations-shape-american-higher-education/
1•paulpauper•45m ago•0 comments

Austin Scholar #222: The three things that make a kid love learning

https://austinscholar.substack.com/p/austin-scholar-222-the-three-things
1•paulpauper•46m ago•0 comments

Job Recession in Higher Education

https://gadlevanon.substack.com/p/job-recession-in-higher-education
3•paulpauper•46m ago•0 comments

So How Is AI Drug Discovery Doing, Really?

https://www.science.org/content/blog-post/so-how-ai-drug-discovery-doing-really
24•AnodicElegy•47m ago•7 comments

Understanding reinforcement learning for model training from scratch

https://medium.com/data-science-collective/understanding-reinforcement-learning-for-model-trainin...
1•teleforce•48m ago•0 comments

IBM Simon (1994): the original smartphone, explained in its own ad [video]

https://www.youtube.com/watch?v=xoTFywZpPcc
6•kls0e•48m ago•0 comments

Reflections on Airbnb

https://medium.com/@rchang/reflections-on-airbnb-6c213b027c69
2•philipfweiss•49m 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!