frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How do teams prevent duplicate LLM API calls and token waste?

1•cachelogic•3m ago•0 comments

Agentic open-source local news comedian (Pydantic, Llama 3.1)

https://github.com/jeffjbowie/Local-News-Comedian-Agent
1•Veritaco•6m ago•0 comments

The First Multi-Behavior Brain Upload

https://theinnermostloop.substack.com/p/the-first-multi-behavior-brain-upload
1•bwjx•8m ago•0 comments

The Art of Dailiness, by Michael Bierut

https://www.itsnicethat.com/features/michael-bierut-the-art-of-dailiness-advice-education-creativ...
1•jruohonen•9m ago•0 comments

Fine I'll Try Linux One More Time [video]

https://www.youtube.com/watch?v=kluoZ9RhmVo
1•eldaisfish•10m ago•0 comments

Coworker Isn't the Enemy–Why Compete with Them?

1•01-_-•10m ago•0 comments

Sometimes the simple ideas are the most effective

https://www.trustle.online
1•cdotkay•10m ago•1 comments

Spirals – Or Visualizing Cycles and Patterns

https://uditsaxena.bearblog.dev/spirals-cycles-patterns/
1•wavelander•11m ago•0 comments

Show HN: I wrote a script to customise Hacker News with bigger fonts and skins

https://github.com/susam/hnskins
1•susam•11m ago•0 comments

I used pulsar detection techniques to turn a phone into a watch timegrapher

https://www.chronolog.watch/timegrapher
1•tylerjaywood•15m ago•1 comments

AI-Powered F1 Predictions

https://danielfinch.co.uk/words/2026/03/06/ai-f1-predictions/
1•danielsamuels•15m ago•1 comments

The MacBook Neo drops: What I'm doing to get it

https://www.sonka.io/wishlist/survival-funds-376a71
1•chiswanjo•16m ago•0 comments

Google PM open-sources Always On Memory Agent, ditching vector databases

https://venturebeat.com/orchestration/google-pm-open-sources-always-on-memory-agent-ditching-vect...
1•antigrav_kids•17m ago•2 comments

Full Circle: How AI Agents Are Bringing Back the Age of the Designer

http://bodgerwashere.blogspot.com/2026/03/full-circle-how-ai-agents-are-bringing.html
1•jlbprof•19m ago•0 comments

Sendbuilds: Build and deploy any GitHub repo with one command

https://github.com/Sendara/sendbuilds
1•notsliver•20m ago•0 comments

Uber CEO on culture: expects weekend email replies, will push out non-performers

https://fortune.com/2026/03/04/uber-ceo-dara-khosrowshahi-rejects-work-life-balance-staffers-resp...
3•nickvec•20m ago•1 comments

Extinction by Optimization: Tech Monopolies and the South Korea Trajectory

https://natansessays.com/posts/the-sterile-american-empire/
1•JhonOliver•21m ago•1 comments

Teaching Claude Code to run commands in Neovim

https://fredrikaverpil.github.io/blog/2026/03/07/teaching-claude-code-to-run-commands-in-neovim/
1•fredrikaverpil•22m ago•0 comments

Show HN: I Made OpenClaw for Coding – ClawCode

https://clawcode.app
1•pvisilias•26m ago•0 comments

On Being a Dad

https://www.derekthompson.org/p/three-reasons-to-be-a-parent
1•NaOH•27m ago•0 comments

Knuth Claude's Cycles note update: problem now fully solved by LLMs

https://www-cs-faculty.stanford.edu/~knuth/papers/claude-cycles.pdf?updated
3•fs123•27m ago•2 comments

Gumlet CLI and Skills: Upload and manage videos with agents

https://github.com/gumlet/cli
1•adityapatadia•28m ago•0 comments

Show HN: Rust primitives for AI agents, LLM infrastructure, and financial data

https://github.com/Mattbusel/rust-crates
1•Shmungus•29m ago•0 comments

Maybe the easily method to start with LLMs?

https://github.com/skorotkiewicz/rmux-rs
2•modinfo•30m ago•0 comments

An Uncomfortable Emotion That's Worth Feeling

https://www.theatlantic.com/newsletters/2026/03/boredom-attention-meaning/686286/
3•nativeit•31m ago•0 comments

LineageOS 22.2 for BlackBerry KEY2

https://xdaforums.com/t/rom-15-unofficial-beta-athena-lineageos-22-2-for-blackberry-key2.4777062/
1•hggh•33m ago•0 comments

Reinsurers Triple Ship Insurance Costs After US Torpedo Attack

https://www.bloomberg.com/news/articles/2026-03-06/reinsurers-scrap-war-risk-cover-after-us-torpe...
3•JumpCrisscross•34m ago•0 comments

Show HN: Ytm-player – A cross-platform TUI+CLI YouTube Music player in Python

https://github.com/peternaame-boop/ytm-player
3•pnaame•34m ago•0 comments

Troops Mass as Landlocked Ethiopia Chases Access to the Sea

https://www.wsj.com/world/africa/troops-mass-as-landlocked-ethiopia-chases-access-to-the-sea-211e...
2•JumpCrisscross•35m ago•0 comments

Show HN: StreetSeekr a Street View scavenger hunt

https://streetseekr.com/
1•leeschmalz•37m 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•9mo ago

Comments

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