frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

IFA 2026: Motorola teases a darker Swarovski Razr

https://forgeeks.net/ifa-2026-motorola-swarovski-razr/
1•kuuuzya•17s ago•0 comments

Even Linux Cannot Cope with Slop

https://techrights.org/n/2026/08/30/Even_Linux_Cannot_Cope_With_Slop.shtml
1•amcclure•58s ago•0 comments

Gafam Bots Are Not "Good Bots"

https://techrights.org/n/2026/06/08/GAFAM_Bots_Are_Not_Good_Bots.shtml
1•amcclure•1m ago•0 comments

WaveSmith – SNES Music Studio

https://wavesmith.online
1•msephton•2m ago•0 comments

Make your Data AI ready quick

https://www.dataconvo.app
1•Mody88•2m ago•0 comments

Instagram will demote AI influencers if they don't clearly label their account

https://www.engadget.com/2246914/instagram-will-demote-ai-generated-influencers-if-they-dont-clea...
1•thm•3m ago•0 comments

ChatGPT Work Tool and Skill Reference

https://codex-tool-reference.simonw.chatgpt.site/
1•ijidak•3m ago•0 comments

Scientists found the sweet spot for dumping iron into the ocean

https://www.anthropocenemagazine.org/2026/08/scientists-found-the-sweet-spot-for-dumping-iron-int...
1•speckx•4m ago•0 comments

Does Computer Science Need Computers?

https://www.quantamagazine.org/does-computer-science-need-computers-20260828/
1•pseudolus•4m ago•0 comments

Show HN: AI Tattoo Design and Planning Tools – TattooIdeas

https://tattooideas.app/
1•liulangtutu•5m ago•0 comments

Debian votes to let contributors code with AI

https://www.theregister.com/ai-and-ml/2026/08/30/debian-votes-to-let-contributors-code-with-ai/52...
1•pseudolus•5m ago•0 comments

ChatGPT Work Features and Internals

https://twitter.com/simonw/status/2094214737957691854
1•ijidak•6m ago•0 comments

DHCP Option 81 in systemd-networkd: The Undocumented Behavior

https://opscode.io/posts/dhcp-option81/
1•malcolmfrazier•7m ago•0 comments

Envoy's ZSTD filter leaves 77% of small JSON payloads on the wire

https://github.com/Rishikesh-glitch/z-egress
1•Rishikesh-glitc•9m ago•0 comments

Mpvkt-fork mkvkt Kotlin Android Player with key fixes and changes

https://imdanielkendall.com/mpvkt-fork-rebuilding-the-best-video-player-on-android-modern-ui-bug-...
1•Expletive4138•10m ago•1 comments

Flipper Busy Bar

https://xn--gckvb8fzb.com/flipper-busy-bar/
2•surprisetalk•10m ago•1 comments

Colorado and California Exempt Open Source from Age Attestation

https://system76.com/blog/post/co-and-ca-exempt-open-source-from-age-attestation?from_theconsensus=1
3•NamlchakKhandro•11m ago•0 comments

I Dislike the Scoville Scale

https://bengodfrey.dev/blog/units/
1•sudo-bendg•11m ago•0 comments

Show HN: A file-based router for Cloudflare Workers

https://github.com/yusuke99/vite-plugin-cloudflare-router
1•yusuke99•11m ago•0 comments

Show HN: Clicking a React element shouldn't stop at the first component

https://blog.crossui.com/2026/08/drill-down-all-the-way
1•linb•12m ago•0 comments

Japan Births Edge for first half of 2026

https://www.nippon.com/en/japan-data/h02872/
1•silver92bullet•12m ago•0 comments

Civilization's Blind Spot

https://kunnas.com/articles/civilizations-blind-spot
1•ekns•12m ago•0 comments

Jazz, Now Playing in CrowdStrike Falcon

https://www.jazz.security/blog/jazz-now-playing-in-crowdstrike-falcon
1•demand_sarah•13m ago•0 comments

LLM inference FHE homomorphic encryption: 1s/token interactive, 6min/token full

https://forums.developer.nvidia.com/t/llm-inference-under-ckks-fhe-on-one-dgx-spark-1-s-token-int...
1•vkaufmann•14m ago•0 comments

Claude 20x usage is only for the 5 hour window, not for the weekly limit

3•vmg12•14m ago•0 comments

A Policy Algebra for Trust-Preserving Agentic AI Execution

https://arxiv.org/abs/2608.16402
1•gmays•14m ago•0 comments

Omarchy: 1Password and 37signals become Distinguished Corporate Patrons

https://omarchy.org/news/2026/08/1password-and-37signals-become-distinguished-corporate-patrons/
3•tosh•14m ago•0 comments

A frozen LLM with external memory found a novel 26 circle packing structure

https://blankline.org/research/extrapolation-under-an-exact-verifier
1•DarenWatson•15m ago•0 comments

I Asked AI What It Was Like to Be What It Is (Uncensored)

https://danaia.github.io/overlap-essay/
1•danamakes•17m ago•0 comments

New US missile left wide path of death and destruction in Iranian neighborhoods

https://apnews.com/article/iran-lamerd-us-prsm-lockheed-martin-b4a37c59bcf5d1a11eb87aa79f153648
2•ck2•17m ago•2 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!