frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

2001: Cameras..On Phones?

https://www.youtube.com/watch?v=6ywODcJ8yu8
1•chistev•41s ago•0 comments

EU opens call for seven 'gigafactories' to train next-generation AI

https://www.euronews.com/my-europe/2026/07/30/eu-opens-call-for-seven-gigafactories-to-train-next...
1•geox•1m ago•0 comments

Donto: An Evidence Operating System for Contested Knowledge

https://donto.org/reports/donto-paper-2026-05-28
1•jerlendds•2m ago•0 comments

OpeClaud AI – Catch runtime bugs in AI-generated code before production

https://opeclaud.com
1•rumeshdyr•3m ago•0 comments

Image Shows What 14 Years of Driving Has Done to NASA's Mars Rover

https://www.bgr.com/2226633/14-years-nasa-mars-rover-image-wear-tear/
1•giuliomagnifico•4m ago•0 comments

Jacobian, a high level maths toolkit for agents

https://github.com/morluto/jacobian
2•Mplto•5m ago•0 comments

I built a free AI curriculum from philosophy to LLMs

https://howmachinesthink.substack.com/
1•abhaysinghr516•7m ago•1 comments

C++ float-to-int conversion can be undefined behavior

https://kttnr.net/blog/cpp-float-to-int-conversion-undefined-behavior/
1•signa11•10m ago•0 comments

I Got a Free Meal from a Private Chef–Who Filmed It All to Train Robots

https://www.wired.com/story/i-let-a-private-chef-film-my-kitchen-for-robot-training-data/
1•JeanKage•11m ago•0 comments

Let's Make the Worst Htmx

https://zserge.com/posts/worst-htmx-ever/
1•Tomte•11m ago•0 comments

Mental health startup graveyard: an analysis of 542 dead companies, 2000–2026

https://mentalium.me/en/research/mental-health-startup-graveyard/
1•trubetskov•12m ago•0 comments

Open-weights AI models have become good enough

https://blog.senko.net/open-weights-ai-models-have-become-good-enough
1•chistev•12m ago•0 comments

Open Source is not a business model (2016)

https://blog.senko.net/open-source-is-not-a-business-model
1•chistev•13m ago•1 comments

CliffordNet: All You Need Is Geometric Algebra[ArXiv:2601.06793]

https://arxiv.org/abs/2601.06793
1•unprovable•15m ago•0 comments

Show HN: Two AI eyes argue about morality, using the sociology of justification

https://orb-eye-ten.vercel.app/
1•zamtam•15m ago•0 comments

1.25K → 9.04K clicks in 60 days: Pointed an agent to GSC every morning

https://www.reddit.com/r/better_claw/s/RTb2Auc7rx
1•sbnmkatoch•15m ago•0 comments

Ventora Expands Its AI Business Builder to Help Solo Founders

1•darius88•15m ago•0 comments

Singleton Attractors in Recursive Self-Improvement Dynamics [pdf]

https://nathanlangley.dev/Singleton%20Attractor.pdf
1•frozenseven•18m ago•1 comments

The Onion King and Market Manipulation

https://www.sherwoodfp.com/post/the-onion-king-and-market-manipulation
1•theanonymousone•19m ago•0 comments

A Note on Hidden Shifts as Hidden Subgroups for Quantum Cryptanalysis

https://presheaf.blogspot.com/2026/07/note-on-hidden-shifts-as-hidden.html
1•unprovable•20m ago•0 comments

Nvidia Accelerates Chip Engineering with AI Agents

https://www.nextplatform.com/hpc/2026/07/27/nvidia-accelerates-chip-engineering-with-ai-agents/52...
2•rbanffy•22m ago•0 comments

Rem3Di: Learning smooth, chiral 3D molecular descriptors

https://arxiv.org/abs/2607.19977
1•rbanffy•22m ago•0 comments

Show HN: Wiki-like edit for Lean 4 project Physlib

https://jstoobysmith.github.io/PhyslibVerso/
1•leanexplorer•22m ago•0 comments

Thoughts about the Leiden Declaration by Timothy Gowers

https://gowers.wordpress.com/2026/07/26/thoughts-about-the-leiden-declaration/
1•subset•23m ago•0 comments

Ubiquitous Language is prompt engineering that humans can read

https://menelaos.vergis.net/posts/Why-Domain-Driven-Design-Is-a-Great-Fit-for-Coding-with-Claude
1•melenaos•32m ago•0 comments

How Data Centers Avoid Local Planning [video]

https://www.youtube.com/watch?v=UdxiyQAcwfM
2•mngnt•32m ago•0 comments

Subpostmasters anxious over Horizon replacement as it is delayed yet again

https://www.computerweekly.com/news/366646732/Subpostmasters-anxious-over-Horizon-replacement-as-...
1•latein•35m ago•0 comments

Agent-Manager: A Tmux TUI for Running Claude Code, Codex and OpenCode

https://github.com/YoanWai/agent-manager
1•yoanwaidev•35m ago•0 comments

The Dutch alternative to sharing public code

https://code.overheid.nl/
1•pelasaco•37m ago•0 comments

With the Carina System, QuiX Pushes Photonic Quantum Computing Forward

https://www.nextplatform.com/compute/2026/07/29/with-the-carina-system-quix-pushes-photonic-quant...
1•rbanffy•38m 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!