frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aggregated interviews on how YC W26 founders build internal AI employees

https://www.humanbehavior.co/blog/topic/ai-employees-inside-founders-agent-workflows
1•SkylerJi•56s ago•1 comments

I embedded Sigil's docs in its CLI so LLMs can write Sigil

https://inerte.github.io/sigil/articles/sigil-ships-embedded-docs-for-llm-cold-starts/
1•inerte•1m ago•0 comments

PeonPing: Sound packs for Claude, Codex, Cursor, and other AI coding agents

https://www.peonping.com/
1•tawb•1m ago•0 comments

Energy and Human Ambitions on a Finite Planet (2021)

https://escholarship.org/uc/item/9js5291m
1•measurablefunc•6m ago•0 comments

Context Lake: A System Class Defined by Decision Coherence

https://arxiv.org/abs/2601.17019
1•alexkimball•6m ago•0 comments

From apps to infrastructure: martech's most important migration

https://newsletter.chiefmartec.com/p/from-apps-to-infrastructure-martech-s-most-important-migration
1•mooreds•7m ago•0 comments

Introduction to Recursive-Mode

https://recursive-mode.dev/introduction
1•gmays•8m ago•0 comments

Tesla "Full Self-Driving" drives through RR crossing barriers in viral video

https://electrek.co/2026/03/09/tesla-fsd-drives-through-railroad-crossing-barriers-viral-video/
2•1vuio0pswjnm7•9m ago•0 comments

Show HN: Sudomake Friends, personalized AI personas in a Telegram group chat

https://github.com/audiodude/sudomake-friends/
1•audiodude•10m ago•0 comments

"Epicaricacy" (2025)

https://thisbugslife.com/2025/04/24/297655/
1•thomassmith65•12m ago•0 comments

On the scientific method and its application to the science of deep learning

https://jamiesimon.io/blog/on-the-scientific-method/
1•jamie-simon•15m ago•0 comments

"attention is all you need" in screen recording [video]

https://www.youtube.com/watch?v=FMucMp2kU-8&list=PLbUXLHqCDLr3j_WrCB6q5EkEZmimqcGVC&index=2
1•jiabins0303•17m ago•0 comments

MacBook Neo isn't innovation: It's Apple correcting a story it pushed for years

https://www.windowscentral.com/hardware/apple/the-macbook-neo-isnt-innovation-its-apple-finally-o...
2•bentocorp•20m ago•1 comments

The Expensive Thing

https://ajeygore.in/content/the-expensive-thing
2•vinipolicena•20m ago•0 comments

Agent - Native Mac OS X coding ide/harness

https://github.com/macOS26/Agent
2•jv22222•27m ago•0 comments

The AI Market Is Hitting Peak Absurdity

https://garymarcus.substack.com/p/peak-absurdity-part-ii
7•drob518•29m ago•3 comments

Robot Police Dogs Powered by AI Take over Atlanta's Streets

https://www.newsweek.com/robot-police-dogs-powered-by-ai-take-over-atlantas-streets-11782889
2•xoa•32m ago•0 comments

Show HN: I built a Wikipedia based AI deduction game

https://sleuththetruth.com/
2•brikym•33m ago•0 comments

Claude.md Scorer: paste your file, get rubric score and rewrites

https://claude-md-scorer.surge.sh
1•autonomykit•34m ago•0 comments

Durable Object alarm loop: $34k in 8 days, zero users, no platform warning

6•thewillmoss•37m ago•0 comments

Entasis

https://en.wikipedia.org/wiki/Entasis
1•nomilk•40m ago•0 comments

How the Bitcoin protocol works (2013)

https://michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/
1•downbad_•40m ago•0 comments

The first graffiti wall (online)

https://freestencilmaker.com/the-wall
1•superluvdub•42m ago•1 comments

Chinese Electrotech Is the Big Winner in the Iran War

https://paulkrugman.substack.com/p/chinese-electrotech-is-the-big-winner
3•MaysonL•49m ago•0 comments

Pentagon Approaches Automakers, Manufacturers to Boost Weapons Production

https://www.wsj.com/politics/national-security/pentagon-approaches-automakers-manufacturers-to-bo...
3•cwwc•50m ago•0 comments

WebODM – Free and open source drone mapping software

https://webodm.org
1•alligray•1h ago•0 comments

Treasury Secretary Scott Bessent is preparing banks to collect citizenship data

https://www.cnbc.com/2026/04/15/banks-citizenship-data-collection-customer-accounts.html
6•pseudolus•1h ago•0 comments

The Universal Constraint Engine: Neuromorphic Computing Without Neural Networks

https://zenodo.org/records/19600206
3•skinney_uce•1h ago•0 comments

Shares in Allbirds surge after maker of wool sneakers announces pivot to AI

https://www.theguardian.com/business/2026/apr/15/allbirds-stock-ai-pivot
4•i7l•1h ago•1 comments

Tirith – Track your AI API spend with one CLI import

https://github.com/joedaviesio/tirith
1•joedaviesio•1h 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•11mo ago

Comments

whizzter•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•11mo 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•11mo 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•11mo ago
sdf(p + sin(p)*0.01)
GistNoesis•11mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•11mo 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!