frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Analysis of Opus 5's 'Contrition'

https://github.com/curtis-arch/Why-Opus-feels-intolerable/blob/main/reports/recommended-instructi...
1•slowmovintarget•44s ago•0 comments

Artificial Intelligence Is Artificial Thinking

https://krezl.com/essays/artificial-intelligence-is-artificial-thinking
1•prad_r•1m ago•0 comments

Forgle – a small foundry of four daily word puzzles

https://forgle.games/
1•LittleGrand•1m ago•0 comments

Competitors have more analysts. They should not know more than you

1•Shmungus•2m ago•0 comments

Building a Deterministic Language Server: Speed vs. Truth

https://zenzic.dev/blog/2026/07/27/editor-trilogy-v0240-v0260/
1•PythonWoods-Dev•4m ago•0 comments

Did an AI Really Hack Hugging Face?

https://www.youtube.com/watch?v=q2KCrmQz9WE
1•Erikun•5m ago•0 comments

Remote Work Is Not Making Us Miserable

https://reason.com/2026/07/27/no-remote-work-is-not-making-us-miserable/
3•apparent•7m ago•1 comments

Proofs that age verification and e-voting do not require sacrificing any privacy

https://magarshak.com/papers.html
1•EGreg•8m ago•0 comments

Understand Pressure Stall Information (Psi) Metrics

https://kubernetes.io/docs/reference/instrumentation/understand-psi-metrics/
1•nikolay_sivko•8m ago•0 comments

Show HN: This App Is My Lifelong Labor of Love

1•vitalipom•8m ago•0 comments

Show HN: Loopsfinity–I built an agentic platform that writes and ships code

https://loopsfinity.com/
2•shymaple•8m ago•0 comments

Show HN: Palette Manipulator

https://bztsrc.gitlab.io/paltool/
1•skrellm•9m ago•1 comments

Big Tech's Debt Binge Raises Risk in Race to Create an AI World

https://news.bloomberglaw.com/artificial-intelligence/big-techs-debt-binge-raises-risk-in-race-to...
2•1vuio0pswjnm7•11m ago•0 comments

Show HN: FedTerm – a Claude-native terminal for macOS that popup like Spotlight

https://github.com/feod1/fedterm
1•treenix_io•11m ago•0 comments

Donate to GrapheneOS

https://grapheneos.org/donate
3•charliebwrites•11m ago•0 comments

Starlink exempted from FCC ban on foreign-made routers

https://arstechnica.com/tech-policy/2026/07/starlink-gets-exemption-from-fcc-ban-on-routers-made-...
4•logickkk1•12m ago•0 comments

Show HN: Writekin – fine-tune a local LLM on your own writing, on your Mac

https://github.com/scouttyg/writekin
1•eggbrain•12m ago•0 comments

Show HN: Local AI Clipboard Actions

https://apfel-clip.franzai.com/
1•franze•12m ago•0 comments

Tory MP accuses French Navy of firing 'warning' shots near him in Channel

https://www.theguardian.com/uk-news/2026/jul/28/tory-mp-chris-philp-accuses-french-navy-of-firing...
1•Tomte•13m ago•1 comments

PostgreSQL Autovacuum Internals and Benchmark

https://percona.community/blog/2026/07/01/postgresql-autovacuum-internals-benchmark/
2•nikolay_sivko•14m ago•0 comments

Betelgeuse Astronomers capture clearest image yet of famous star's companion

https://www.space.com/astronomy/stars/betelgeuse-betelgeuse-astronomers-capture-clearest-image-ye...
2•rpledge•15m ago•0 comments

What matters for performance: lessons from a year of benchmarks

https://clickhouse.com/blog/what-really-matters-for-performance-lessons-from-a-year-of-benchmarks
1•nikolay_sivko•16m ago•0 comments

Distilling Frontier AI Models

https://www.marginpoints.com/issues/2026-07-28-distilling-frontier-ai-models
1•historian1066•16m ago•1 comments

Why not a DIY solar car?

https://old.reddit.com/r/Anticonsumption/comments/1v1fpq0/why_not_a_diy_solar_car/
2•moltean•17m ago•1 comments

Show HN

https://www.skim402.com
1•JessieJanie•17m ago•0 comments

American bison all have some cattle DNA. Here's why. (2022)

https://www.nationalgeographic.com/animals/article/all-american-bison-have-cattle-genes
2•speckx•19m ago•0 comments

Druk

https://github.com/letstri/druk
1•acmnrs•20m ago•1 comments

Gemini Distillation Service

https://web.archive.org/web/20260728173925/https://docs.cloud.google.com/gemini-enterprise-agent-...
4•denysvitali•23m ago•0 comments

Show HN: I made Bingo vs. Alex, a puzzle game inspired by Bingo

https://puzznest.com/bingo
1•puzznest•24m ago•0 comments

Warner Bros. Deal Collapse Would Cost the Ellisons $9.8B

https://www.bloomberg.com/news/articles/2026-07-28/warner-bros-deal-collapse-would-cost-the-ellis...
7•toomuchtodo•26m ago•2 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!