frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Connect Four on a 9x8 board against a neural net, in the browser

https://line4-9x8.com/
1•selectany•39s ago•0 comments

AI 2027

https://ai-2027.com/
1•thatxliner•1m ago•0 comments

Show HN: An inbox for your AI coding agents (herdr plugin)

https://github.com/douglascorrea/herdr-agent-inbox
1•douglascorrea•3m ago•0 comments

Claude Voice Mode

https://twitter.com/claudeai/status/2080376099268169943
1•alvis•3m ago•0 comments

ChatGPT Voice is now in the desktop app

https://twitter.com/OpenAI/status/2080378182469857576
1•alvis•4m ago•0 comments

Cloudflare Introduces Cache Response Rules

https://blog.cloudflare.com/introducing-cache-response-rules/
1•Erenay09•5m ago•0 comments

Ask HN: Have you noticed an improvement in AI responses with memory disabled?

1•zbikowski•7m ago•0 comments

DingDuff: A Claude MCP connector for legal research

https://www.dingduff.com/
1•sparklingmango•7m ago•0 comments

Scopion: A kernel for agents (in VMs) [video]

https://www.youtube.com/watch?v=6Gm0gictud8
1•eisbaw•9m ago•0 comments

Pick the Lock for Everyone

https://harperz9.github.io/pick-the-lock-for-everyone.html
1•zaindanaharper•10m ago•0 comments

Mourning Dan Williams

https://lwn.net/Articles/1084545/
2•speckx•10m ago•0 comments

DeepSeek's Liang Wenfeng Breaks His Silence

https://www.fredgao.com/p/deepseeks-liang-wenfeng-breaks-his
2•imagi•10m ago•0 comments

Fujitsu just offloaded five datacenters while everyone else piles in

https://www.theregister.com/off-prem/2026/07/22/anyone-with-a-shed-an-extension-cord-a-couple-of-...
1•logickkk1•11m ago•0 comments

New rental trend? A $200 'work-from-home fee' tacked on to Bay Area lease

https://abc7news.com/post/new-rental-trend-200-work-home-fee-tacked-bay-area-lease/19547108/
5•randycupertino•11m ago•1 comments

Skipper – An offline, voice-enabled AI companion for off-grid environments

https://meetskipper.ai/
1•fgcity•14m ago•0 comments

China Rolls Out the ROAs

https://www.kentik.com/blog/china-rolls-out-the-roas/
2•oavioklein•14m ago•0 comments

Breaking Down $1.65T of Big Tech AI Spending (Not Debt)

https://finterm.ai/blog/big-tech-ai-spending-1-65-trillion.html
2•cheeseblubber•15m ago•1 comments

Bakelite – first commercial synthetic plastic

https://en.wikipedia.org/wiki/Bakelite
3•gurjeet•15m ago•0 comments

Future euro banknote design proposals

https://www.ecb.europa.eu/euro/banknotes/future_banknotes/html/all-design-proposals.en.html
5•mopsi•15m ago•2 comments

'Customers prefer AI chatbots,' says British Gas owner as call centre jobs axed

https://www.theguardian.com/business/2026/jul/23/customers-prefer-ai-chatbots-says-chris-oshea-br...
3•chrisjj•15m ago•1 comments

The DeepSeek Doctrine

https://www.thexpin.com/p/the-deepseek-doctrine
3•imagi•15m ago•0 comments

Write video in HTML, render MP4 in the browser

https://webmotion.superhq.ai/
2•phoenixranger•16m ago•1 comments

The future of AI is community driven and open

https://www.cncf.io/blog/2026/07/23/the-future-of-ai-is-community-driven-and-open/
1•hasheddan•17m ago•0 comments

Dcmake: A new CMake debugger UI

https://nullprogram.com/blog/2026/04/07/
1•birdculture•17m ago•0 comments

Brussels slaps €890M fine on Google despite looming new US tariffs

https://www.euronews.com/my-europe/2026/07/23/brussels-slaps-890-million-fine-on-google-despite-l...
4•billybuckwheat•18m ago•1 comments

Shift from Argo CD to Flux CD: Rethinking GitOps for the Secure Enterprise

https://control-plane.io/posts/shift-from-argo-to-flux/
1•gpi•18m ago•0 comments

Fil-C: Garbage In, Memory Safety Out – Filip Pizlo – SSW 2026 [video]

https://www.youtube.com/watch?v=5F-2Y1LPRek
1•Bootvis•19m ago•0 comments

ChatGPT proves Dinitz-Garg-Goemans conjecture is false

https://twitter.com/DmitryRybin1/status/2079906232069177643
2•leopoldj•20m ago•0 comments

Emerging challenge: We know students are no longer reading books

https://theconversation.com/college-professors-face-an-emerging-challenge-we-know-students-are-no...
2•pseudolus•21m ago•0 comments

How AI Is Changing Open Source

https://enblog.eischmann.cz/2026/07/23/how-ai-is-changing-open-source/
4•pksadiq•22m 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!