frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

When crows join your LiveKit call

https://eniveld.substack.com/p/when-crows-join-your-livekit-call
1•davidz•1m ago•0 comments

Apple Is Quietly Building the Most Profitable AI Toll Booth

https://seekingalpha.com/article/4902208-apple-quietly-building-most-profitable-ai-toll-booth
1•ndr42•3m ago•0 comments

UAE Building 'Cope Cages' to Protect Energy Facilities from Drone Attack

https://www.twz.com/news-features/uae-building-massive-cope-cages-to-protect-energy-facilities-fr...
2•uticus•5m ago•0 comments

Six SQL patterns I use to catch transaction fraud

https://analytics.fixelsmith.com/posts/sql-fraud-patterns/
1•analyticsfs•5m ago•0 comments

How Mamdani and Hochul Are Solving New York City's Budget Crisis

https://www.nytimes.com/2026/05/12/nyregion/mamdani-budget-nyc.html
1•thunderbong•5m ago•0 comments

Project Bluefin now based on top of GNOME OS

https://docs.projectbluefin.io/blog/making-our-own-fate/
1•trogdor3000•6m ago•0 comments

Obsidian Sync Audits by Cure53 and Trail of Bits

https://obsidian.md/blog/cure53-tob-sync-audits/
2•cdrnsf•9m ago•0 comments

Aictx – Repo-local continuity runtime for coding agents

https://github.com/oldskultxo/aictx
2•santism•9m ago•1 comments

Stochastic Parrots: Frequently Unasked Questions

https://medium.com/@emilymenonbender/stochastic-parrots-frequently-unasked-questions-49c2e7d22d11
1•olalonde•12m ago•0 comments

How the U.S. Became the Greatest Energy Exporter

https://www.wsj.com/business/energy-oil/us-energy-exports-charts-60f29985
1•JumpCrisscross•13m ago•0 comments

Adult game industry complaint to FTC regarding Visa/Mastercard (2025) [pdf]

https://avvn.org/ftc.pdf
1•Scaled•14m ago•1 comments

Crypto Revolution

https://tera-finance.io
1•tyoma_cho•15m ago•0 comments

Stacktree – The publish primitive for agent-made HTML

https://stacktr.ee/
1•indigodaddy•15m ago•0 comments

Show HN: AICTL – A native AI agent for terminal and macOS, in Rust

https://aictl.app
1•piotrwittchen•16m ago•1 comments

The Chakram and its Forgotten Technique [video]

https://www.youtube.com/watch?v=IyBXkhTzAK0
1•Nevaeh•18m ago•0 comments

Claude programmatic usage get separate budget

https://xcancel.com/ClaudeDevs/status/2054610152817619388
1•willempienaar•19m ago•0 comments

I built a reference Go project (and taught an AI agent to clone it)

https://aran.dev/posts/why-i-built-a-reference-go-project/
1•aranw•20m ago•0 comments

From News Articles to Knowledge Graphs with SpaCy and NetworkX

https://data4sci.substack.com/p/from-news-articles-to-knowledge-graphs
1•Anon84•22m ago•0 comments

The 'Special Child' Trap: From 'Indigo' to Modern Identity

https://growsomelabia.substack.com/p/indigo-vs-trans-children-status
1•GSL_Commentary•23m ago•0 comments

Meta won't let you block its AI account on Threads

https://www.theverge.com/tech/929091/meta-ai-threads-account-block
8•logickkk1•25m ago•2 comments

I built an iPhone app for practicing happiness through small daily actions

https://apps.apple.com/us/app/practice-of-happiness/id6466039739
1•practiceofhappy•25m ago•0 comments

Made This Free URL Shortener with Indepth Analytics

https://old.reddit.com/r/sideprojects/comments/1tabelm/finished_making_this_url_shortener_complet...
1•godlymod•25m ago•0 comments

RFV-0001: Request for Vibes

https://tomaytotomato.com/request-for-vibes/
2•tomaytotomato•27m ago•0 comments

Why We Ignore Advice

https://yusufaytas.com/why-we-ignore-advice
13•yusufaytas•28m ago•1 comments

New Linux kernel security bug; Fragnesia

https://www.openwall.com/lists/oss-security/2026/05/13/3
3•tankenmate•28m ago•0 comments

Ask HN: How to Invest 10K EUR

3•default_•29m ago•2 comments

Harvard Votes on Limiting "A" Grades

https://www.axios.com/local/boston/2026/05/11/harvard-faculty-vote-grade-inflation-cap-a-grades-i...
2•smurda•29m ago•1 comments

What happened to the car designed for women, by women?

https://uxdesign.cc/what-happened-to-the-car-designed-for-women-by-women-1fdcde8a0bc4
1•rmason•30m ago•2 comments

The AI Apocalypse

https://www.youtube.com/watch?v=8nsxuB3Vsts
1•indigodaddy•31m ago•0 comments

Continuous lamination unlocks production of large-area flexible circuit boards

https://techxplore.com/news/2026-04-lamination-stable-production-large-area.html
3•PaulHoule•33m 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•12mo 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•12mo 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!