frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

If there is an AI bubble, where is it?

https://gregoryap.substack.com/p/if-there-is-an-ai-bubble-where-is
1•gphil•1m ago•0 comments

Introducing Opus 4.8

https://old.reddit.com/r/ClaudeAI/comments/1tq99mu/introducing_claude_opus_48/
1•baroiall•2m ago•1 comments

Show HN: Secure or Broken? A puzzle game about the pain of configuring CSP

https://cspradar.com/tools/csp-defender
1•itsdevdaniel•3m ago•0 comments

How the EU's plan to turbocharge Italy's economy fell flat

https://www.ft.com/content/152088a1-9615-4485-9669-fb8300f60b13
1•malshe•4m ago•1 comments

Generative Recursive ReAsoning Models (Gram)

https://arxiv.org/abs/2605.19376
1•ijidak•4m ago•0 comments

Why American Parents Send Their Kids to 'Russian Math' (2017)

https://www.mathschool.com/blog/news-and-events/npr-why-thousands-of-american-parents-are-sending...
1•Tomte•6m ago•0 comments

How HN: Tokenscope – see what your Claude Code session cost

https://github.com/wartzar-bee/tokenscope
1•wartzarbee•7m ago•0 comments

Bricks and Minifigs Stole a Man's $200k Lego Collection

https://mybricklog.com/blog/bricks-minifigs-corporate-stole-old-mans-200000-lego-collection
2•philips•9m ago•0 comments

To Gen or Not to Gen: The Ethical Use of Generative AI

https://blog.johanneslink.net/2025/11/04/to-gen-or-not-to-gen/
1•archagon•9m ago•1 comments

New Phishing Technique Vaultjacking: One Captured Pin, the Password Vault

https://phishu.net/blogs/blog-vaultjacking-phishing-the-google-password-manager-vault-in-the-phis...
1•curtbraz•9m ago•0 comments

Using Claude Code with GPT 5.5, Gemini 3.5, Grok 4.3, and other models

https://dechained.ai
2•sryDarioXOXO•10m ago•0 comments

The AI Resist List

https://airesistlist.org/
3•lylo•11m ago•0 comments

Announcing Rust 1.96

https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
4•adamch•13m ago•0 comments

Built a chat-first AI personal operator in 48h – need 5 honest beta testers

https://operatoros-web-czi4.onrender.com
2•tomdieter•13m ago•0 comments

A Double Shot of DuckDB

https://peterdohertys.website/blog-posts/double-shot-of-duck.html
2•ethagnawl•14m ago•0 comments

William Joseph "Wild Bill" Donovan, New York

https://gratitude250.substack.com/p/william-joseph-wild-bill-donovan
2•rbanffy•14m ago•0 comments

Death of Security by Obscurity

https://blog.reqproof.com/p/death-of-security-by-obscurity
3•LeonidBugaev•16m ago•0 comments

Nitpicking the shell history scene in 'Tron: Legacy'

https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/tron-legacy/
7•speckx•17m ago•1 comments

Training more efficient smol models with SSTT and Canonical Entity IDs

https://github.com/beaglabs/sst/
1•jdbohrman•18m ago•0 comments

Separate the Cord from the Device

https://bookofjoe2.blogspot.com/2026/05/blog-post_27.html
3•bookofjoe•18m ago•0 comments

Folding in Parallel

https://okmij.org/ftp/Algorithms/map-monoid-reduce.html
1•thunderbong•19m ago•0 comments

US government prepares to print $250 note featuring Trump's face

https://www.bbc.com/news/articles/clypeyx6nemo
1•tartoran•19m ago•0 comments

Elon Musk boosted false USAID conspiracy theories to shut down global aid

https://www.nbcnews.com/politics/doge/elon-musk-boosted-false-usaid-conspiracy-theories-global-ai...
4•tastyface•20m ago•0 comments

Associative learning turns DEET from aversive to appetitive in Aedes aegypti

https://journals.biologists.com/jeb/article/229/10/jeb251935/371741/Associative-learning-switches...
1•croes•21m ago•0 comments

EU wants crisis powers to seize control of chip supplies

https://www.ft.com/content/9d7d6204-4fc7-4f1d-af05-473c3649efcd
2•merksittich•21m ago•0 comments

Create the Space: They're waiting to show up

https://opensourceonpurpose.substack.com/p/create-the-space
1•taubek•21m ago•0 comments

Nobody talks about the AI bubble anymore

1•xchip•21m ago•2 comments

gRPC Studio, open sourced web UI for managing gRPC

https://medium.com/@pranavpsawant/building-a-reflection-based-grpc-explorer-with-streaming-and-au...
1•pranavpsawant•22m ago•0 comments

Demo: Fold your coding sessions into LLM weights

https://app.scalarlmforge.com/blog/introducing-orbital
1•gdiamos•26m ago•0 comments

How Online Sleuthing Helped Catch the ‘Google Insider’ on Polymarket

https://www.wsj.com/finance/currencies/how-online-sleuthing-helped-catch-the-google-polymarket-tr...
3•thm•28m 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!