frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Partial Lunar Eclipse on 27-28 August 2026 (most Europe Friday ~6AM)

https://www.timeanddate.com/eclipse/lunar/2026-august-28
1•Markoff•5m ago•0 comments

A Verified Generational GC for OCaml

https://risemsr.github.io/blog/2026-08-21-gc/
1•matt_d•7m ago•0 comments

Show HN: A browser MMO designed to be played by scripts, not people

https://space-core.at/
1•SpaceCoreDev•8m ago•0 comments

Safer-dependencies is a security layer for Claude Code that audits dependencies

https://github.com/robert-auger/safer-dependencies
1•zenomorph•8m ago•0 comments

The AI Verification Bottleneck: Why Writing Code Is No Longer the Hard Part

https://pragmaticbydefault.com/posts/ai-verification-bottleneck/
1•mruklukasz•10m ago•0 comments

Exxon turns to automated drilling in the Permian in push for higher oil output

https://www.reuters.com/business/energy/exxon-turns-automated-drilling-permian-push-higher-oil-ou...
1•geox•11m ago•0 comments

dotfiles on GitHub

https://dotfiles.github.io/
1•jcbhmr•12m ago•0 comments

Darkbloom (decentralized AI inference on Macs)-community security audit findings

https://github.com/Layr-Labs/d-inference/issues/705
1•mudiam•12m ago•0 comments

Show HN: LockIn – An iOS app blocker tied to Focus and Pomodoro timers

https://apps.apple.com/us/app/lockin-focus-pomodoro-timer/id6803402976
1•SunnyRK•13m ago•0 comments

Show HN: Screen memory without screenshots, just text to Markdown

https://github.com/dragthelake/ambient-context
4•Dramatize•15m ago•0 comments

Ydotool – Generic command-line automation tool

https://github.com/ReimuNotMoe/ydotool
2•modinfo•17m ago•0 comments

Are managers becoming better ICs?

https://swapniltalekar.substack.com/p/are-managers-really-becoming-better
2•swapnilt•18m ago•0 comments

Latah

https://en.wikipedia.org/wiki/Latah
1•emmelaich•18m ago•1 comments

Kyverno Policies to Secure Your Kubernetes Cluster

https://medium.com/@devarshidev/i-wanted-ai-code-review-i-could-actually-own-so-i-built-codra-bee...
1•devarshishimpi•20m ago•0 comments

Cloudflare OS: Open-Source Corp AI Platform Built on a Capability-Based Model

https://www.infoq.com/news/2026/08/cloudflare-os-ai-platform-secure/
1•binarray2000•26m ago•0 comments

Code maintainability plummets in the AI coding era

https://leaddev.com/ai/code-maintainability-plummets-in-the-ai-coding-era
2•ejboy•26m ago•0 comments

Distributed Identity

https://jyn.dev/distributed-identity/
1•speckx•31m ago•0 comments

Side projects, kids, full time job

https://twitter.com/JordanMorgan10/status/2091934796926627863
1•eric_khun•31m ago•0 comments

Huge Pages Can Improve PostgreSQL Performance

https://clickhouse.com/blog/huge-pages-clickhouse-managed-postgres
1•saisrirampur•32m ago•0 comments

Show HN: Wirespan, a daily power grid optimization puzzle I made for my son

https://wirespan.app/?r=hn
2•dualarte•32m ago•2 comments

Is Starlink a Secret Radar Constellation? [video]

https://www.youtube.com/watch?v=jbp3kdJZ1_A
1•fortran77•36m ago•0 comments

Volcanoes that made history

https://knowablemagazine.org/content/article/physical-world/2026/volcanoes-that-made-history
2•flabber•38m ago•0 comments

Mark Cuban, worth more than $10B, has a bold plan to tackle wealth inequa

https://economictimes.indiatimes.com/news/international/global-trends/mark-cuban-worth-more-than-...
1•newsomix9xl•39m ago•1 comments

Supermicro Super AI Station (GB300, 20 Pflops FP4, 748GB Coherent Memory)

https://www.supermicro.com/en/accelerators/nvidia/super-ai-station
2•peter_d_sherman•39m ago•1 comments

French firms & Rheinmetall AG targeted by Chinese export controls

https://www.intelligenceonline.com/asia-pacific/2026/08/25/three-french-firms-targeted-by-beijing...
1•alephnerd•40m ago•0 comments

It's Been 20 Years Since Astronomers Decided Pluto Isn't a Planet

https://www.cnet.com/science/space/20-years-since-astronomers-decided-pluto-isnt-a-planet/
2•speckx•44m ago•0 comments

Headlong: A Microharness for Persistent Agents

https://www.laude.org/updates/headlong-a-microharness-for-persistent-agents
12•lbw1215•54m ago•4 comments

AI algorithm for room temperature superconductor, candidate detected

https://zenodo.org/records/22073633
1•tsagaansuld•55m ago•0 comments

Ask HN: What's the current state of Quantum Vulnerability

1•vednig•55m ago•0 comments

'Normal' research trap limits EU scientific breakthroughs, disruptive innovation

https://www.researchgate.net/publication/408700233_A_%27normal%27_research_trap_limits_scientific...
1•musha68k•59m 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!