frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stories from Tomorrow. Ministry of Defense (2023)

https://www.gov.uk/government/publications/stories-from-the-future-exploring-new-technology-throu...
1•AFF87•23s ago•0 comments

Hetzner is working on LLM Inference

https://sliplane.io/blog/hetzner-inference
1•jonas_scholz•1m ago•0 comments

Stable Diffusion in the Browser with WebNN and ONNX Runtime

https://scribbler.live/2026/04/02/Stable-Diffusion-in-the-Browser-with-WebNN-ONNX.html
1•gopisuvanam•1m ago•0 comments

BYD Launches the Denza Z9 GT EV in Europe and the UK at over 3X the Price

https://electrek.co/2026/07/23/byd-launches-denza-z9-gt-ev-europe-the-uk-3x-price/
1•ksec•6m ago•0 comments

PDF Reader – PDF Viewer

https://play.google.com/store/apps/details?id=com.pdfreader.pdfviewer.editor.officereader&hl=en_US
1•satyampromotion•10m ago•1 comments

Trump says nearly 200 firms signed pledge to protect from costs of datacenters

https://www.theguardian.com/us-news/2026/jul/23/trump-datacenter-costs-big-tech
1•beardyw•12m ago•1 comments

The government of India wants bitchat taken down

https://twitter.com/jack/status/2080565084586135773
2•temphnaccount•13m ago•0 comments

Grok muscles into Excel with an AI add-in of its own

https://www.theregister.com/ai-and-ml/2026/07/22/grok-muscles-into-excel-with-an-ai-add-in-of-its...
1•beardyw•15m ago•0 comments

Apertus 1.5

https://apertus-ai.org/articles/2026-07-apertus-1-5/
1•denysvitali•16m ago•0 comments

Nothing works and everyone is euphoric

https://ptrchm.com/posts/nothing-works-and-everyone-is-euphoric/
2•pchm•17m ago•0 comments

The day Steve Jobs dissed me in a keynote (2010)

https://sive.rs/itunes
4•downbad_•18m ago•0 comments

Building pi in a World of Slop [video]

https://www.youtube.com/watch?v=RjfbvDXpFls
1•ciconia•21m ago•0 comments

RTK and Claude Code Token Savings: A Closer Look

https://blog.jetbrains.com/ai/2026/07/rtk-claude-code-token-savings/
2•OyoKooN•24m ago•0 comments

Google Cloud is killing it

https://www.theregister.com/paas-and-iaas/2026/07/22/google-cloud-is-killing-it/5276632
2•beardyw•24m ago•0 comments

Go 1.26 and Dead Goroutines: a walkthrough of the goroutineleak profile

https://medium.com/towardsdev/the-goroutines-that-refuse-to-die-and-how-go-1-26-finally-made-them...
2•cheikhdev•24m ago•0 comments

The world is crazy. Why are stocks up?

https://www.axios.com/2026/07/23/moodys-markets-geopolitics-world
3•porridgeraisin•26m ago•0 comments

Show HN: filtersql – A Dependency-Free JSON-to-SQL Compiler for LLMs and WebAPIs

https://github.com/fthiella/filtersql/
1•fthiella•29m ago•1 comments

Pellmell

https://pellmell.ai/
2•achairapart•29m ago•0 comments

The Post-Delivery Gap Nobody's Talking About

https://atkatana.com/blog/post-delivery-gap.html
1•atkatana•30m ago•0 comments

Exoplanets Around Barnard's Star Are Uninhabitable

https://www.universetoday.com/articles/astronomers-determine-that-exoplanets-around-barnards-star...
1•root-parent•32m ago•0 comments

Launching Courieroo – P2P Delivery

https://landing.courieroo.com/
1•sitesouk•34m ago•0 comments

Andrew Ng made an open source agent

https://openworker.com/
1•sudo_cowsay•38m ago•1 comments

Claude Code hooks that block find/sed/cat, redirect to native tools

https://github.com/HabibiCodeCH/claude-no-bash-detour
1•habibicode•39m ago•0 comments

Kitboga manipulates AI scam call into hallucination

https://www.youtube.com/watch?v=lk3jCuITwcE
1•platevoltage•40m ago•0 comments

A Master of the Traveling Salesperson Problem Finds His Own Path

https://www.quantamagazine.org/shayan-oveis-gharan-wins-2026-imu-abacus-medal-20260723/
1•pykello•41m ago•0 comments

Police Keep Losing Their Jobs for Using Flock Cameras to Stalk People

https://www.motherjones.com/politics/2026/07/police-losing-jobs-flock-cameras-alprs/
1•baranul•43m ago•0 comments

Are emoji allowed in XMPP addresses?

https://op-co.de/blog/posts/emoji_xmpp_address/
1•fanf2•43m ago•0 comments

Show HN: Forje Studio – data-driven design and motion, entirely client-side

https://studio.forjelo.com
1•teutrindade•49m ago•0 comments

Uncle Bob: My current strategy is to not read any of the code by my agents

https://twitter.com/unclebobmartin/status/2080257779395154409
3•jameslk•49m ago•0 comments

Audit: Skill library for agentic app audit

https://github.com/metacircu1ar/audit
1•metacircu1ar•49m ago•1 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!