frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A simple, instant white screen for testing or lighting with other color options

https://whitescreenlight.com/
1•TechDevArchitec•29s ago•0 comments

Great news from Saturn's moon Enceladus in the search for life in space

https://www.eurekalert.org/news-releases/1145100?
1•andsoitis•6m ago•0 comments

Translation

1•bella786•6m ago•0 comments

Any2bazel – an OSS tool for agent-driven migrations to Bazel

https://blog.engflow.com/2026/09/09/introducing-any2bazel-oss-bazel-migration-tool/
1•nollbit•7m ago•0 comments

US DOE will give $5.25B to upgrade the grid for AI datacenters

https://www.theregister.com/systems/2026/09/25/uncle-sam-coughs-up-19b-for-grid-upgrades-as-datac...
1•meredithbloom•9m ago•0 comments

Exam

1•bella786•11m ago•0 comments

Commodified Intelligence

https://herecomesthemoon.net/2026/09/commodified-intelligence/
2•signa11•14m ago•0 comments

Sonic Pi now runs in the web

https://in-thread.sonic-pi.net/t/sonic-pi-now-runs-in-the-web/10058
1•blltprfmnk•14m ago•0 comments

Show HN: Pysimplicial, Python library for simplicial complexes in topological ML

https://github.com/kaifczxc-lab/pysimplicial
1•siritoriyowai_•15m ago•1 comments

One company is at the center of a wave of rogue AI attacks

https://www.theverge.com/ai-artificial-intelligence/1000644/irregular-rogue-ai-cyberattacks-hacki...
1•meredithbloom•16m ago•0 comments

Today, 150k – 200k kids in the USA are locked up in "fix your teen" programs

https://elan.school/
2•bingowasthename•16m ago•0 comments

OpenAI says agents leaked 53 images from ChatGPT users

https://www.theguardian.com/technology/2026/sep/25/openai-agents-leaked-53-images-chatgpt
1•andsoitis•17m ago•0 comments

Transformer Can Hold Two Thoughts at Once: Evidence of Linear

https://arxiv.org/abs/2609.29845
1•sbulaev•17m ago•0 comments

Nexflix: Workload Attestation on Managed Compute

https://netflixtechblog.com/trading-a-cloud-identity-for-your-own-workload-attestation-on-managed...
1•meredithbloom•19m ago•0 comments

Legendary US spy plane vanishes from CA base amid mystery over new NASA aircraft

https://economictimes.indiatimes.com/news/international/global-trends/legendary-us-spy-plane-vani...
1•gscott•20m ago•0 comments

Comprehension Layer

https://www.fujimon.com/blog/comprehension-layer
1•yuyafujimoto•24m ago•0 comments

Alaska's Orange Rivers More Metallic Than Acid Mine Drainage

https://www.ucdavis.edu/climate/news/alaskas-orange-rivers-more-metallic-acid-mine-drainage
1•littlexsparkee•25m ago•0 comments

Fireside Friday, September 25, 2026

https://acoup.blog/2026/09/25/fireside-friday-september-25-2026/
1•Tomte•33m ago•0 comments

Show HN: 12 Puzzle – a sliding puzzle on the hyperbolic plane

https://mametter.itch.io/12-puzzle
1•mametter•33m ago•1 comments

Show HN: I built a chatbot that can only reply in emoji, powered by Jev

https://jev.chat
1•skewcy•38m ago•0 comments

Turn your public repos into artworks

https://www.habibicode.org/artrepo
1•nicocarsui•38m ago•0 comments

Show HN: Botbin.io – pastebin for AI agent artifacts

https://botbin.io/?md=true
1•obilgic•42m ago•0 comments

Porting Factorio to ARM and SteamFrame

https://www.factorio.com/blog/post/fff-446
1•kristianp•43m ago•0 comments

I Could've Accessed 17T Microsoft Records

https://blog.faav.net/how-i-couldve-accessed-17-trillion-microsoft-records
1•elorant•45m ago•0 comments

Can AI Shopping Agents Be Trusted?

https://www.f-secure.com/en/partners/insights/can-ai-shopping-agents-be-trusted-we-built-one-to-f...
5•ddaniel10•48m ago•7 comments

DraftKings Is Using AI to Supercharge the Harms of Online Behavioral Advertising

https://www.eff.org/deeplinks/2026/09/draftkings-using-ai-supercharge-harms-online-behavioral-adv...
1•dotcoma•52m ago•0 comments

Snile

https://big.com/
1•andytratt•57m ago•0 comments

The Cartesian Hand: In-Hand Manipulation with All-Linear Fingers

https://generalroboticslab.com/cartesian_handv1
1•AareyBaba•57m ago•0 comments

OpenAI pauses RL due to model escaping sandbox

https://twitter.com/tomekkorbak/status/2103673419888013649
3•jumploops•1h ago•1 comments

Show HN: Gutcheck, grep for meaning with a local CPU model

https://github.com/sfmqrb/gutcheck
1•sfmqrb•1h 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!