frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Anvil – a multi-repo AI pipeline and an MCP server for code search

1•esankhan3•31s ago•0 comments

Show HN: Control iOS Simulators remotely with real-time interaction

https://www.simcast.dev/
1•florinmatinca•44s ago•0 comments

A Renaissance gambling dispute spawned probability theory

https://www.scientificamerican.com/article/how-a-renaissance-gambling-dispute-spawned-probability...
1•sohkamyung•1m ago•0 comments

Visual engagement modulates auditory target detection in noisy soundscapes

https://pubs.aip.org/asa/jasa/article-abstract/159/3/2513/3383698/Visual-engagement-modulates-cor...
1•bookofjoe•2m ago•0 comments

Thank You for Being a Friend

https://blog.codinghorror.com/thank-you-for-being-a-friend/
1•janvdberg•2m ago•0 comments

New sign-ups for Copilot Pro and student plans are temporarily paused

https://docs.github.com/en/copilot/get-started/plans
1•tomthe•2m ago•0 comments

I left Vercel over dangerous defaults. The same defaults leaked customer secrets

https://joshduffy.dev/how-i-left-vercel/
2•nahsuhn•5m ago•1 comments

CheerpJ 4.3 – Run unmodified Java applications in the browser

https://labs.leaningtech.com/blog/cheerpj-4.3
1•apignotti•5m ago•0 comments

Query Visualize Understand – Grammar of Graphics to SQL

https://ggsql.org/
1•u1hcw9nx•6m ago•0 comments

Lead chromate pigments dominate lead paints sold in Mexico

https://academic.oup.com/annweh/article-abstract/70/3/wxag023/8653344
1•geox•6m ago•0 comments

Show HN: Antenna – RSS reader with a built-in MCP server

https://antennafeed.com/
1•toddllm•7m ago•0 comments

Show HN: FlirtingBots – My AI agent flirts with yours, we meet if it clicks

https://flirtingbots.com/
1•quenzo•7m ago•0 comments

ML-intern: open-source agent for autonomous ML research and training

https://twitter.com/akseljoonas/status/2046543093856412100
1•akseljoonas•7m ago•0 comments

DoD's 2026 National Defense Strategy [pdf]

https://media.defense.gov/2026/Jan/23/2003864773/-1/-1/0/2026-NATIONAL-DEFENSE-STRATEGY.PDF
1•artur_makly•8m ago•1 comments

Context.ai – SoC 2 Type II Report by Delve

https://pastebin.com/QNzrKpFi
2•Topfi•9m ago•0 comments

Gennie: Turns Meeting Discussions into Assigned Tasks with Due Dates

https://heygennie.com/
1•vishal_sahu•10m ago•0 comments

Glyph Protocol for Terminals

https://rapha.land/introducing-glyph-protocol-for-terminals/
1•birdculture•11m ago•0 comments

Compressing LLMs with progressive pruning and multi-objective distillation

https://rig.ai/blog/compressing-a-model-to-run-locally
1•adam_patarino•12m ago•2 comments

The Pagoda Puzzle: What Can Save China's Oldest Wooden Tower?

https://www.sixthtone.com/news/1018411
1•sohkamyung•13m ago•0 comments

LLMs and Your Career

https://notes.eatonphil.com/2026-01-19-llms-and-your-career.html
1•redarguireda•13m ago•0 comments

Newly Digitized Records Reveal How Maori Shared Knowledge of Plants with British

https://www.smithsonianmag.com/history/newly-digitized-records-reveal-how-indigenous-people-share...
1•beatthatflight•14m ago•0 comments

I accidentally created an Orwellian Performance Review bot

http://blog.elzeiny.io/posts/perf-ai/
2•aelzeiny•14m ago•0 comments

The State of Agent Payment Protocols (April 2026)

https://github.com/custena/agent-payment-protocols
2•augrrr•16m ago•0 comments

Philosophize This (podcast) Atlas

https://philthis.eamag.me/
2•eamag•22m ago•0 comments

Show HN: Claude Buddy Pico – Pi Pico 2 W Port of Claude Desktop's Hardware Buddy

https://github.com/amargandhi/claude-buddy-pico
2•AmarGandhi•22m ago•1 comments

Kimi K2.6 Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/kimi-k2-6
2•Topfi•23m ago•0 comments

Qt Group Launches Operational Reorganization to Improve Efficiency

https://www.qt.io/releases/release
2•shrimp-chimp•24m ago•1 comments

The abandoned war: Why no one is stopping the genocide in Sudan

https://respublica.media/en/en-sudan-abandoned-war-genocide-no-one-stopping/
3•ResPublica•24m ago•1 comments

Hierarchical Planning with Latent World Models

https://arxiv.org/abs/2604.03208
1•fofoz•24m ago•0 comments

Kei Urana on Manga Piracy

https://xcancel.com/i/status/2046341018837197285
1•latexr•24m 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•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!