frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

There Is No Consensus on Biological Sex

https://onlinelibrary.wiley.com/doi/10.1111/ele.70350
1•doener•13s ago•0 comments

libBeresta – cross-platform C library for generating PDF files

https://github.com/libBeresta/libBeresta
1•smartmic•1m ago•0 comments

De-slop the text you shouldn't be writing anyway

https://blog.stephenturner.us/p/deslop
1•epistasis•1m ago•0 comments

Agentic engineering: a practical guide to reliable coding agents

https://scottspence.com/posts/agentic-engineering-practical-guide
1•mellosouls•3m ago•0 comments

Police Are Spending Opioid Settlement Funds on Flock Cameras

https://www.motherjones.com/politics/2026/08/police-opioid-funding-flock-alpr-camera-surveillance...
1•cdrnsf•3m ago•0 comments

Nuisance-call blocker fined £190k for being a nuisance caller

https://www.theregister.com/security/2026/08/27/nuisance-call-blocker-fined-190k-for-being-a-nuis...
1•joebuckwilliams•3m ago•0 comments

Watch the temperature of the moon during the eclipse tonight

https://moontemperature.com/
1•axolve•5m ago•1 comments

Omarchy distro gains serious backing

https://www.theregister.com/os-platforms/2026/08/27/omarchy-distro-gains-serious-backing/5293026
1•joebuckwilliams•5m ago•0 comments

Placemark is now open source

https://macwright.com/2026/08/25/placemark-fully-open-source
1•leephillips•5m ago•0 comments

Google Search Trend for Human

https://trends.google.com/explore
2•impjohn•6m ago•0 comments

Former Twitter lawyer launches Twitter.now

https://trademarklawyermagazine.com/former-twitter-lawyer-launches-twitter-now-as-trademark-battl...
2•tevrede•6m ago•0 comments

The Flakiness.io Analytics Engine

https://blog.flakiness.io/posts/2026/engine/
1•aslushnikov•6m ago•0 comments

Vercel WebGPU library, designed for agents

https://vgpu.sh
1•hugodan•8m ago•0 comments

Systemengineering: Requirements Mapping

https://share.wyzer.it/dataisbeautiful_wyzer.png
1•wyzer•9m ago•0 comments

Twitch reporting major outage across web, chat and video delivery

https://status.twitch.com
2•supernes•12m ago•1 comments

YeshiAI: Prayer, Journaling, Study and Spiritual Growth with AI

https://yeshi.ai/
1•eli_genc•12m ago•1 comments

Is This Why the Treasury Secretary Is Blocking Epstein's Financial Records?

https://kaitjustice.substack.com/p/bessent-kushner-55-billion-ea-deal-epstein
3•CGMthrowaway•13m ago•0 comments

Google tells Android app developers to cool it on memory use, or else

https://www.theverge.com/tech/985679/google-play-android-17-memory-limit
1•stalfosknight•13m ago•0 comments

The Banishment of Beauty from Everyday Life

https://www.honest-broker.com/p/the-banishment-of-beauty-from-everyday
1•CGMthrowaway•14m ago•0 comments

UniBLEed: Unauthenticated Root RCE on Any Unitree G1 Humanoid Robot

https://boschko.ca/g1-ble-rce/
1•Boschko•14m ago•0 comments

Delete YouTube Joke

https://delete-youtube-joke.b-saatsazov.workers.dev/
1•rowid•16m ago•0 comments

Show HN: Public threads that branch when you reply

https://app.treechat.com/quest/post-0e602844-aa9a-4040-a637-02403bdc8284
1•mitya777•17m ago•0 comments

There's a Decimal Point on That Speed Limit Sign. Here's Why

https://www.rd.com/article/decimal-point-speed-limit-sign/
1•gmays•18m ago•0 comments

Show HN: Qbix webserver 1.0, is able to handle 100x more traffic than Nginx+PHP

https://github.com/Qbix/webserver
2•EGreg•18m ago•0 comments

Show HN: An open T2I benchmark with all 9k+ generated images published

https://imagebench.ai/gallery
1•damien_henry•18m ago•0 comments

How Americans See EU Tech - Kai Lentit [video]

https://www.youtube.com/watch?v=gGlpBuW6ZFc
1•tcumulus•19m ago•0 comments

Inter-trial convergence of neural task states supports cognitive flexibility

https://www.cell.com/current-biology/fulltext/S0960-9822(26)00927-9
1•wertyk•20m ago•0 comments

First contracts kick off European Launcher Challenge

https://www.esa.int/Enabling_Support/Space_Transportation/First_contracts_kick_off_European_Launc...
1•rbanffy•20m ago•0 comments

Show HN: Black Friday is in 91 days

https://blackfriday.tools
1•buildItN0w_•22m ago•0 comments

Salesforce puts its CRM inside Claude – says you won't need the app

https://venturebeat.com/orchestration/salesforce-just-put-its-entire-crm-inside-claude-and-says-y...
2•wertyk•23m 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•1y ago

Comments

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