frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why can't you combine .tar.gz files with cat?

https://alexwlchan.net/2026/cat-confusion/
1•ingve•1m ago•0 comments

Yes/No/Cancel causes Aspirin sales to soar

https://martin.kleppmann.com/2007/07/19/yes-no-cancel-causes-aspirin-sales-to-soar.html
1•ankitg12•1m ago•0 comments

Doing Everyone Else's Job

https://yosefk.com/blog/doing-everyone-elses-job.html
1•olvy0•2m ago•0 comments

Anomaly Detection with LLMs for Cybersecurity

https://ngrislain.github.io/blog/2026-8-20-language-models-are-anomaly-detectors/
1•ngrislain•3m ago•0 comments

List of All Cognitive Biases

https://cognitivebiases.academy/
1•vladimirzh•6m ago•0 comments

Website behind widely shared fake election polls run by 21-year-old

https://www.theguardian.com/us-news/2026/aug/20/fake-polling-website-median-strategies
1•cdrnsf•7m ago•0 comments

DuckDB V2 PEG-based SQL parser

https://duckdb.org/2026/08/20/duckdb-20-peg-parser
2•karma_daemon•8m ago•0 comments

Isopolis – Behind the Scenes

https://sf.isopolis.city/dev.html
1•speckx•9m ago•0 comments

Show HN: SkyRoads (1993) reverse-engineered and ported natively to macOS

https://github.com/pedrocatalao/skyroads-mac
1•pedrocatalao•9m ago•0 comments

AI models' 'creative' output is becoming similar across providers

https://www.unite.ai/ai-models-creative-output-is-becoming-similar-across-providers/
1•50kIters•11m ago•0 comments

Helmholtz Resonator [video]

https://www.youtube.com/watch?v=bwTOQ_Ull9A
1•soupspaces•13m ago•1 comments

China launches biggest ever auto recall campaign over door handle safety

https://www.reuters.com/world/tesla-fix-software-millions-china-made-imported-evs-china-2026-08-21/
2•Propelloni•13m ago•0 comments

No IP? No Problem

https://ersei.net/en/blog/no-ip-no-problem
1•speckx•15m ago•0 comments

CRLF-Powered Desync Attacks: Beheading HTTP Streams

https://portswigger.net/research/crlf-powered-desync-attacks
2•chillax•15m ago•0 comments

Zenfmt is extremely fast 19 types document to Markdown converter written in Zig

https://insanai.github.io/zenfmt/
1•vikrantrathore•16m ago•0 comments

Shown HN : Idum Authenticator

https://apps.apple.com/us/app/idum-authenticator/id6801459486
1•SylvainMouquet•16m ago•0 comments

Rules vs. examples: what helps LLMs write correct SQL?

https://blog.getcassis.com/derivation-distance/
1•matthieu_bl•17m ago•0 comments

FCC Weakens U.S. Broadband Speed Goals to the Benefit of Elon Musk and Comcast

http://www.techdirt.com/2026/08/21/trump-fcc-weakens-u-s-broadband-speed-goals-to-the-benefit-of-...
1•beardyw•17m ago•0 comments

WaveHouse: Open-source real-time API gateway for ClickHouse

https://wavehouse.dev
1•thunderbong•17m ago•0 comments

Organizational attention is all you need

https://www.anthonyputignano.com/p/organizational-attention-is-all-you
1•anthonyp•17m ago•0 comments

The Oldest Living Things: 14 Ancient Organisms

https://www.atlasobscura.com/articles/where-to-find-the-oldest-living-things-in-the-world
1•sohkamyung•20m ago•0 comments

Nothing Doing

https://www.futilitycloset.com/2026/08/10/nothing-doing-12/
1•surprisetalk•20m ago•0 comments

Loss of Cultural Heritage in the Digital Age

https://cerebralrift.cc/2026/08/19/loss-of-cultural-heritage-in/
1•speckx•21m ago•0 comments

Show HN: Cloth Physics in 3D CSS

https://css.graphics/cloth/
1•rofko•22m ago•0 comments

Meta launches new vibe-coding platform, Pocket, in the US

https://www.neowin.net/news/meta-launches-new-vibe-coding-platform-pocket-in-the-us/
2•bundie•25m ago•1 comments

Show HN: Waltier – a generalized version of Cursor's S3 WAL

https://github.com/danthegoodman1/waltier
2•dangoodmanUT•25m ago•0 comments

Isaiah 7:14

https://en.wikipedia.org/wiki/Isaiah_7:14
1•chistev•27m ago•0 comments

Talk: The P2P chat from 1983 that a VPN brought back to life

https://en.andros.dev/blog/03a4ffb9/talk-the-p2p-chat-from-1983-that-a-vpn-brought-back-to-life/
1•andros•28m ago•0 comments

Grafana > Datadog

https://pocketarc.com/articles/i-replaced-datadog-with-grafana-loki-tempo-and-prometheus
1•pocketarc•30m ago•0 comments

The Prague of Deus Ex: Mankind Divided

https://www.killscreen.com/disjointed-prague-deus-ex-mankind-divided/
2•keiferski•31m 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!