frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SocOCRbench – An OCR benchmark for social science documents

https://noahdasanaike.github.io/posts/sococrbench.html
1•KnightHawk3•25s ago•0 comments

Whither – HTTP redirect service powered by Wikipedia

https://whither.link/
1•dopple•1m ago•0 comments

Show HN: AgentShare Agent Readiness – Scan and optimize your site for AI bots

https://chromewebstore.google.com/detail/agentshare-agent-readines/nimndnhajfkicbnipbfdkmgencjejjed
1•Anh_Nguyen_vn•2m ago•0 comments

I Spent a Week in a Hacker House

https://www.theatlantic.com/technology/2026/06/hacker-houses-ai-boom-san-francisco/687737/
1•samizdis•4m ago•0 comments

Yt-Dlp Sequence Diagrams

https://app.ilograph.com/demo.ilograph.yt-dlp/Download%2520a%2520YouTube%2520Video
3•billyp-rva•6m ago•0 comments

Show HN: Open Schematics V2 – Largest open electronic schematics dataset

https://huggingface.co/datasets/bshada/open-schematics
1•_bshada•6m ago•0 comments

How Time Series Databases Work–and Where They Don't

https://www.honeycomb.io/blog/time-series-database
1•tosh•10m ago•0 comments

I Type Holes in Keyboard Covers – This One Survived

https://medium.com/@jamesgarside_/i-type-holes-in-keyboard-covers-e5664732ef93
1•monkeymagick•10m ago•0 comments

Buddhism and Big Bird Will Make You Brave

https://medium.com/the-taoist-online/buddhism-and-big-bird-will-make-you-brave-3b293b52078e
1•monkeymagick•12m ago•0 comments

Incorporate Monads and Category Theory

https://github.com/promises-aplus/promises-spec/issues/94
1•fagnerbrack•12m ago•0 comments

Observability Engineering (2nd Edition)

https://www.honeycomb.io/blog/honeycomb-releases-second-edition-observability-engineering-redefin...
1•tosh•13m ago•0 comments

EU: Proposed reform dangerously erodes privacy, automates surveillance

https://protectnotsurveil.eu/resources/press-release-europol-mandate-overhault-2026/
1•nickslaughter02•13m ago•2 comments

Online Age Verification Law Could Kill Whistleblowing – Dropsafe

https://alecmuffett.com/article/161713
2•bilsbie•14m ago•0 comments

Honeycomb: Migrating to Time Series Metrics

https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-to-time-s...
1•tosh•14m ago•0 comments

The Drivers, Dynamics, and Applications of the Pro-Russia Influence Ecosystem

https://cloud.google.com/blog/topics/threat-intelligence/pro-russia-influence-ecosystem/
1•hacb•17m ago•0 comments

Verification, not generation, is the bottleneck in AI coding

https://spark.temrel.com/p/the-audit-tax-why-your-agent-made-you-slower-d4e0
1•bentemrel•17m ago•0 comments

American Pride Falls to 25-Year Record Low

https://news.gallup.com/poll/711938/american-pride-falls-year-record-low.aspx
3•giuliomagnifico•20m ago•0 comments

Show HN: I indexed 37h of my videos using an RTX 4090 and local ML models in 24h

1•iliashad•23m ago•1 comments

A single MR with 52k commits had stalled GitLab CI

https://gitlab.com/gitlab-com/gl-infra/production/-/work_items/22412
3•ramon156•24m ago•0 comments

GitLab CI Is Down

https://status.gitlab.com/
3•absqueued•25m ago•1 comments

VPSMaxxing – Migrate Your Codex, Claude Code and Other Agents to a VPS

https://github.com/Kuberwastaken/VPSmaxxing
1•kuberwastaken•26m ago•1 comments

The emergence of human influence on the ozone layer by the 1960s

https://www.pnas.org/doi/10.1073/pnas.2608286123
1•croes•27m ago•0 comments

Why does AI still forget what your codebase is "for"?

https://www.reddit.com/r/Brunelly/s/UdTgItmmlS
1•RihabAI•27m ago•1 comments

On Lazy Secrets Management

https://radekmie.dev/blog/on-lazy-secrets-management/
1•thunderbong•33m ago•0 comments

Show HN: ZenLocks – A privacy-first, subscription-free iOS screen time blocker

https://zenlocks.haogre.com
1•haogre•33m ago•0 comments

I found a vulnerability in an IRS authorized e-file vendor's app. What's next?

2•kevinminehart•35m ago•0 comments

TheoremGraph: Search 18M+ Mathematical Dependencies

https://www.theoremsearch.com/theorem-graph
1•ilreb•36m ago•0 comments

AMD Versal Architecture and Product Data Sheet (New Premium Series Gen 2)

https://docs.amd.com/v/u/en-US/ds950-versal-overview
2•oneofthose•37m ago•2 comments

Herdr: One terminal for he whole herd

https://herdr.dev/
2•rldjbpin•38m ago•0 comments

Japan has 72 micro-seasons. In 2021 it stopped officially watching most of them

https://jivx.com/microseasons
4•momentmaker•41m 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!