frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•tudorizer•34s ago

Tool to verify DKIM signatures on an mbox of emails

https://github.com/associatedpress/verify-dkim
1•mooreds•1m ago•0 comments

Defining AI Psychosis. Part 3: "Parasocial AI Psychosis"

https://jeffs.blog/p/defining-ai-psychosis-part-3-parasocial
3•euthymiclabs•3m ago•0 comments

Ok Google: please publish your DKIM secret keys (2020)

https://blog.cryptographyengineering.com/2020/11/16/ok-google-please-publish-your-dkim-secret-keys/
1•mooreds•3m ago•0 comments

I discovered roads in the US across > 1000 themes

https://road-about-a-theme.pinedesk.biz/
1•91awebsi•4m ago•1 comments

Jevmem – automatic project memory for Claude Code, built on Jev

https://github.com/Avinash-jetwani/jevmem
3•avinashjetwani•5m ago•0 comments

VestFin – Privacy-first, manual-entry personal finance app

https://vestfin.app/en/
1•AB_Garcia•6m ago•0 comments

Poo

1•sarieems•6m ago•0 comments

DTAP – check Linux servers infrastructure with Bash

http://dtap.sparrowhub.io:9192/doc/checks
1•melezhik•7m ago•1 comments

How to Build an Electrostate

https://www.bloomberg.com/news/articles/2026-09-24/how-to-build-an-electrostate
1•toomuchtodo•8m ago•1 comments

The end times fascists are plotting their escape from our world

https://www.theguardian.com/us-news/ng-interactive/2026/sep/13/end-times-fascists-essay
2•xyzal•10m ago•0 comments

Over 2.8M Audi and Volkswagen vehicles face recall worldwide

https://www.euronews.com/2026/09/25/over-28-million-audi-and-volkswagen-vehicles-face-recall-worl...
1•Markoff•11m ago•1 comments

DNS: A Replacement for Finger

https://nochan.net/b/Internet-Crap/20260527-DNS-A-Replacement-For-Finger/
1•Bender•12m ago•0 comments

N-Th Numbers

https://dpdmancul.gitlab.io/blog/2026/09/n-th-numbers/
3•DPDmancul•12m ago•0 comments

Strauss–Howe Generational Theory

https://en.wikipedia.org/wiki/Strauss%E2%80%93Howe_generational_theory
1•jerlendds•13m ago•0 comments

New Apple TV 4K Leaked

https://www.macrumors.com/2026/09/25/new-apple-tv-4k-leaked/
2•mikhael•14m ago•0 comments

Claude Code Integration with iTerm2 Is Legitimately Awesome

https://www.reddit.com/r/ClaudeCode/s/Gsi3XsHEJg
3•KazaNLP•15m ago•0 comments

The Supreme Court revives a controversial data system for citizenship checks

https://www.npr.org/2026/09/25/nx-s1-5976804/supreme-court-trump-save-noncitizen-voting
2•mikhael•15m ago•0 comments

Biolinq's color-coded glucose sensor patch nets FDA clearance

https://www.fiercebiotech.com/medtech/biolinqs-color-coded-glucose-sensor-patch-nets-fda-clearance
1•brandonb•17m ago•0 comments

Show HN: Choreoglyphs – our new, invisible writing system

https://choreoglyphs.com/
2•spython•19m ago•0 comments

Trump admin using AI to deny medical care for seniors in disastrous experiment

https://arstechnica.com/health/2026/09/trump-admin-using-ai-to-deny-medical-care-for-seniors-in-d...
4•clumsysmurf•23m ago•0 comments

Self-Complexity

https://en.wikipedia.org/wiki/Self-complexity
1•toomuchtodo•24m ago•0 comments

YOLO Linux

https://yololinux.com/
1•raattgift•25m ago•1 comments

Show HN: Draw something once a day with friends

https://justdraw.peerdiem.com/
1•afkqs•26m ago•0 comments

Missile Task

https://beza1e1.tuxen.de/lore/missile_task.html
1•gavinhoward•26m ago•0 comments

In Company Style: Illustrations from James Skinner's Kitāb-I tashrīḥ al-aqvām

https://publicdomainreview.org/collection/james-skinner-india-castes/
1•SamuraiLion•27m ago•0 comments

Measuring Taiwan's Mobile Slowdown with OONI in Taipei

https://mashbean.net/en/blog/2026/0813-16xy2v/
1•DemiGuru•27m ago•0 comments

SlopCop Power Ranking: live tickets in a 1.1M loc codebase

https://slopcop.com/power-ranking
1•jbellis•28m ago•0 comments

Meta bans another Toronto performer from Instagram and Facebook over Bikini

https://www.thestar.com/news/gta/meta-bans-another-toronto-performer-from-instagram-and-facebook-...
2•bhouston•28m ago•0 comments

Small questions, measurable gains with Jev – CraftCX

https://craftcx.com/blog/moving-support-decisions-to-jev
1•dugjason•29m 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!