frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Cloud Fraud Defence is just WEI repackaged

https://privatecaptcha.com/blog/google-cloud-fraud-defence-wei/
1•ribtoks•50s ago•0 comments

Junkyard Computing: Repurposing Discarded Smartphones to Minimize Carbon

https://arxiv.org/abs/2110.06870
1•PaulHoule•2m ago•0 comments

New 40k Acre NSA AI Datacenter: Stratos Project Fact Sheet

https://www.boxeldercountyut.gov/647/Stratos-Project-Fact-Sheet
1•djha-skin•7m ago•1 comments

Are we ready for a prompt-in-public system?

https://github.com/andrewarrow/prompt-in-public/blob/main/README.md
1•fcpguru•9m ago•0 comments

Huawei braces for $12B in AI chip revenue-Chinese fabs can barely keep up

https://www.tomshardware.com/tech-industry/huawei-expects-12-billion-in-ai-chip-revenue-this-year...
2•sleepyguy•9m ago•1 comments

Yes, I set up Karpathy's LLM wiki. Now what?

https://twitter.com/keane42443/status/2052426761477255448
1•10keane•10m ago•0 comments

Show HN: I made a tool to search your video footage and it's on GitHub

1•iliashad•11m ago•0 comments

Did anyone expect Win32 to still be going strong in 2026?

https://xcancel.com/docsmsft/status/2052089975802368301
1•HelloUsername•11m ago•0 comments

Show HN: DefinitelyTyped Search – Raycast extension for TypeScript types

https://www.raycast.com/tcelestino/definitelytyped
1•zigzeira•11m ago•0 comments

Ask HN: What are your strategies for reviewing AI generated code?

1•iryna_kondr•13m ago•0 comments

Just Fucking Use Go

https://blainsmith.com/articles/just-fucking-use-go/
31•xngbuilds•16m ago•7 comments

Surprising benefits of MCP-only analytics

https://offstage.sh/benefits-of-mcp-only
2•jamie_davenport•17m ago•0 comments

Building a web server in aarch64 assembly to give my life (a lack of) meaning

https://imtomt.github.io/ymawky/
1•theanonymousone•17m ago•0 comments

The post-DMA App Store fee stack and the case for Web-to-App billing

https://foresightmobile.com/blog/app-store-fees-2026-web-to-app-billing
1•gazreese•17m ago•0 comments

Meta will use AI to analyze height and bone structure to identify underage users

https://techcrunch.com/2026/05/05/meta-will-use-ai-to-analyze-height-and-bone-structure-to-identi...
1•gmays•18m ago•0 comments

Addressing Some AI Fake News [video]

https://www.youtube.com/watch?v=vdPP7zLCgrk
2•salutis•23m ago•1 comments

ExpLab: A free and open-source warehouse native experimentation analysis tool

https://github.com/anasfrh/explab
1•ahW8iyz•25m ago•1 comments

You computer guys. You build something you can't control

2•chenzhendong•26m ago•0 comments

Is GraphQL the Panacea for Agentic AI?

https://magiroux.com/posts/is-graphql-the-panacea-for-agentic-ai
2•xuorig_•26m ago•0 comments

David Attenborough celebrating his 100th birthday today

https://www.nbcnews.com/world/united-kingdom/david-attenborough-excited-hushed-voice-nature-progr...
1•HarHarVeryFunny•27m ago•1 comments

End-to-End Autoregressive Image Generation with 1D Semantic Tokenizer

https://arxiv.org/abs/2605.00503
1•gmays•27m ago•0 comments

OpenQASM 3: A broader and deeper quantum assembly language

https://arxiv.org/abs/2104.14722
1•modinfo•32m ago•0 comments

NARE CLI (github.com/nare-labs)

https://cli.narelabs.com/
2•BastOfMax•32m ago•0 comments

Podman rootless containers and the Copy Fail exploit

https://garrido.io/notes/podman-rootless-containers-copy-fail/
4•ggpsv•34m ago•0 comments

Three Model Organisms for Taste

https://www.astralcodexten.com/p/three-model-organisms-for-taste
2•Ariarule•34m ago•0 comments

PipeDream on the Acorn Archimedes

https://stonetools.ghost.io/pipedream-archimedes/
1•TMWNN•35m ago•0 comments

Ask HN: Is anyone interested in engineering focused coding agent course?

2•onder_ceylan•36m ago•0 comments

They found more bad vulns in cPanel

https://old.reddit.com/r/cpanel/comments/1t6wf5n/cpanel_whm_security_update_cve202629201/
1•taspeotis•36m ago•0 comments

Presidential Unsealing and Reporting System for UAP Encounters

https://war.gov/UFO
3•yawboakye•37m ago•2 comments

Show HN: Clipd – A better clipboard manager for Windows 11, written in Rust

https://github.com/Brumbelow/clipd
1•brumbelow•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•12mo ago

Comments

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