frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The CDP Is the AI

https://www.jacquescorbytuech.com/writing/cdp-ai
1•iamacyborg•1m ago•0 comments

Majorana 2: Microsoft's new quantum chip

https://news.microsoft.com/source/features/innovation/majorana-2-microsoft-discovery-agentic-ai/
2•mgh2•1m ago•0 comments

RSS is back AI agents are reading it

https://julienreszka.com/blog/rss-is-back-ai-agents-are-reading-it/
1•julienreszka•2m ago•0 comments

Y Combinator Requests for Startups, 2008–2026

https://hoodasaurabh.github.io/yc-requests-for-startups/
1•hooda•6m ago•0 comments

Free Pascal – Advanced open source Pascal compiler

https://www.freepascal.org/
2•reconnecting•6m ago•0 comments

The terrifying reality of Wi-Fi sensing [video]

https://www.youtube.com/watch?v=oBDX_dPvq4A
1•gozzoo•8m ago•0 comments

Session-Aware Agentic Routing: Continuity-Aware Model Selection for Long-Horizon

https://vllm.ai/blog/2026-06-02-session-aware-agentic-routing
1•matt_d•8m ago•0 comments

I built a React and MDX workspace so AI agents stop generating giant HTML files

https://github.com/quan0715/open-press
1•quan0715•9m ago•0 comments

Cooklang – A Recipe Markup Language

https://cooklang.org
1•emerongi•9m ago•1 comments

Show HN: Jolli AI – Local-First AI Memory for Claude Code, Codex, and Gemini CLI

https://www.jolli.ai
1•keoni45•9m ago•0 comments

African Trypanosomiasis

https://en.wikipedia.org/wiki/African_trypanosomiasis
1•OsrsNeedsf2P•9m ago•0 comments

Real-time and low-latency quantum error correction with superconducting qubits

https://www.nature.com/articles/s41467-026-73331-6
1•bookofjoe•11m ago•0 comments

Riscrithm (v1.1) – An intuitive RISC-V assembler and optimizer written in Go

https://github.com/ghetea-patrick/riscrithm/releases/tag/v1.1.0
1•patrick-ghetea•12m ago•1 comments

Uber caps employee AI spending after blowing through budget in four months

https://techcrunch.com/2026/06/02/uber-caps-employee-ai-spending-after-blowing-through-budget-in-...
4•notfried•12m ago•1 comments

MacBook Neo Outsold Every Other Mac in Its Debut Quarter

https://www.macrumors.com/2026/06/02/macbook-neo-outsold-every-other-mac/
2•mgh2•16m ago•0 comments

Can Chainguard Save Open-Source Software from Mythos? Can Anyone?

https://devops.com/can-chainguard-save-open-source-software-from-mythos-can-anyone/
1•CrankyBear•16m ago•0 comments

Fruit Walls: Urban Farming in the 1600s

https://solar.lowtechmagazine.com/2015/12/fruit-walls-urban-farming-in-the-1600s/
1•DamonHD•17m ago•0 comments

The AI Trap We're Walking Into

https://unvoid.substack.com/p/the-ai-trap-were-walking-into
1•0asa•20m ago•0 comments

Branchless Quicksort faster than std:sort and pdqsort with C and C++ API

https://tiki.li/blog/blqsort
1•birdculture•21m ago•0 comments

Microsoft Execution Containers (MXC)

https://github.com/microsoft/mxc
1•nor0x•21m ago•0 comments

Recovering Eric Graham's 1987 Amiga Juggler raytracer source code

https://alphapixeldev.com/recovering-eric-grahams-1987-amiga-juggler-raytracer-source-code/
1•doener•22m ago•0 comments

Russia Ships Most Oil Since 2022 as Drones Strike Refineries

https://www.bloomberg.com/news/articles/2026-06-02/russia-gushes-crude-exports-as-drone-strikes-h...
1•speckx•22m ago•0 comments

Who Paid the Piper?

https://en.wikipedia.org/wiki/Who_Paid_the_Piper%3F
2•simonebrunozzi•24m ago•0 comments

My thoughts after using Clojure for about a month

https://www.acdw.net/clojure/
2•speckx•25m ago•0 comments

AI Budget Is Growing. Your Returns Aren't

https://www.bain.com/insights/your-ai-budget-is-growing-your-returns-arent-heres-why/
1•jameslk•25m ago•0 comments

Angular jasmine unit tests are harder to code/maintain than the actual feature

2•GamingAtWork•26m ago•0 comments

New college grads are doing better than the vibes suggest

https://www.vox.com/future-perfect/490383/college-graduation-artificial-intelligence-2026-jobs-labor
1•dabinat•26m ago•0 comments

Project Tapestry: The Path to Frontier Sovereign AI

https://thealliance.ai/blog/project-tapestry-the-path-to-frontier-sovereign-ai
1•AI_Alliance•27m ago•0 comments

Show HN: Clor – give your agent claws

https://clor.com/
4•jacobgold•28m ago•1 comments

Seven states sue US for paying $1B to make TotalEnergies exit wind power

https://www.ft.com/content/d4f25b34-ce45-4321-a4ee-cb5879f7a57a
4•JumpCrisscross•28m 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!