frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Congress Trading Dashboard

https://www.quiverquant.com/congresstrading/
1•mooreds•15s ago•0 comments

Arch Mission Foundation

https://en.wikipedia.org/wiki/Arch_Mission_Foundation
1•XiS•1m ago•0 comments

Ozempic for Broiler-Breeder Chickens

https://optimistsbarn.substack.com/p/ozempic-for-chickens
1•powera•1m ago•0 comments

Utopia and Historical Actions

https://vmchale.com/static/serve/utopia-historical-action.html
1•vmchale•1m ago•0 comments

Checking in on 'Marathon' a Month After Launch

https://www.forbes.com/sites/paultassi/2026/04/09/checking-in-on-marathon-a-month-after-launch/
1•TMWNN•1m ago•0 comments

My AI tutor kept forgetting me between sessions, so I fixed that

https://github.com/sliamh11/Deus
1•sliamh11•1m ago•0 comments

Travel writing's biggest myth (and why everyone is lying)

https://denisecullen.com.au/travel-writings-biggest-myth-and-why-everyone-is-lying/
1•speckx•2m ago•0 comments

Cloudflare gatekeeps small browsers by requiring WebGL draft for their CAPTCHA

https://forum.palemoon.org/viewtopic.php?t=32045&start=740
1•mimasama•3m ago•0 comments

Library Might Do Less

https://martiansoftware.com/articles/the-best-library-might-do-less
1•Tomte•5m ago•0 comments

Meta's new model is Muse Spark, and meta.ai chat has some interesting tools

https://simonwillison.net/2026/Apr/8/muse-spark/
1•gmays•5m ago•0 comments

2SLGBTQQIA+ Sub-Working Group MMIWG2SLGBTQQIA+ National Action Plan Final Report

https://scholars.wlu.ca/indg_faculty/1/
1•mhb•12m ago•0 comments

How I changed my engineering teams' workflow after a year of resisting AI tools

https://shiftmag.dev/as-an-engineering-manager-i-couldnt-ignore-ai-if-my-teams-are-to-survive-9061/
1•choochilla4•14m ago•0 comments

Atanasoff-Berry Computer

https://www.computerhistory.org/revolution/birth-of-the-computer/4/99
1•widenrun•15m ago•0 comments

ClawNetwork – A blockchain built for OpenClaw and all AI agents

https://chain.clawlabz.xyz/en
1•ludis•15m ago•0 comments

Ursa – a new Iceberg-first storage engine for Kafka

https://topicpartition.io/blog/ursa-a-new-lakehouse-first-storage-engine-for-kafka
3•enether•18m ago•0 comments

Applying "Programming Without Pointers" to an mbox indexer using Zig

https://simonhartcher.com/posts/2026-04-08-applying-programming-without-pointers-to-an-mbox-index...
1•mpweiher•19m ago•0 comments

Google: MCP Toolbox

https://github.com/googleapis/mcp-toolbox
2•danielmorozoff•19m ago•1 comments

South Africa's VALR Launches AI Service for Humans and AI Agents

https://mybroadband.co.za/news/industrynews/639519-valr-launches-ai-service-for-humans-and-ai-age...
1•DistantCl3ric•19m ago•0 comments

How Censorship Seized America

https://unherd.com/2026/04/how-censorship-seized-america/
1•barry-cotter•20m ago•0 comments

Claude Scholar

https://github.com/Galaxy-Dawn/claude-scholar
1•danielmorozoff•22m ago•0 comments

The acyclic e-graph: Cranelift's mid-end optimizer

https://cfallin.org/blog/2026/04/09/aegraph/
1•tekknolagi•23m ago•0 comments

Analysis of Virtual.1 by Bagolymadar

https://farena.in/reverse%20engineering/code%20virtualization/virtual-1-vm-solution/
1•speckx•25m ago•0 comments

Show HN: CodeJourney – Verifiable due diligence for code and IP

https://github.com/adaptive-scale/codejourney
1•debarshri•26m ago•0 comments

Scientists question CIA "Ghost Murmur" long-range heartbeat detection

https://www.scientificamerican.com/article/what-is-the-quantum-ghost-murmur-purportedly-used-in-i...
1•daniel_iversen•31m ago•0 comments

Llama LLM Network Feture

https://github.com/Jeffyjefchat/oracle-protocol
1•jeffy864567•31m ago•0 comments

Google rolls out Gmail end-to-end encryption on mobile devices

https://www.bleepingcomputer.com/news/google/google-rolls-out-gmail-end-to-end-encryption-on-mobi...
1•elsewhen•32m ago•1 comments

My Picture of the Present in AI

https://www.lesswrong.com/posts/WjaGAA4xCAXeFpyWm/my-picture-of-the-present-in-ai
1•speckx•33m ago•0 comments

Get Smart with Stupid Models

https://www.drewlyton.com/story/get-smart-with-stupid-models/
2•drew_lytle•34m ago•1 comments

Show HN: LLM-wiki LLM-compiled knowledge bases with multi-agent research v0.0.20

https://llm-wiki.net/
2•nvk•35m ago•0 comments

An open letter to 21 people I know who died

https://laylahughes.substack.com/p/an-open-letter-to-21-people-i-know
2•surprisetalk•36m 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!