frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Can AI do novel security research? Meet the HTTP Terminator

https://portswigger.net/research/can-ai-do-novel-security-research
1•mahemm•30s ago•0 comments

We tested six $24 Linode VMs in Los Angeles: CPU stayed flat, storage varied 76%

https://webbynode.com/articles/linode-24-dollar-vm-cpu-stable-storage-varied
1•gsgreen•47s ago•0 comments

HTML over WebSockets: real-time SPAs with barely any JavaScript

https://en.andros.dev/blog/ef4968f5/html-over-websockets-real-time-spas-with-barely-any-javascript/
1•redbell•1m ago•0 comments

FinCEN Ends Beneficial Ownership Reporting for Small Business Owners

https://home.treasury.gov/news/press-releases/sb0603
1•Cider9986•2m ago•0 comments

I "wrote" my own 8086 nostalgia emulator

https://pavkam.dev/2026-08-11-agents-rebuilt-my-childhood-computer/
1•speckx•4m ago•0 comments

Four Lads Who Shook the (Old) World: Alessio, Andy, Jervis, & Tuomas Drop By

https://bedroombattlefields.com/alessio-cavatore-andy-chambers-jervis-johnson-tuomas-pirinen/
2•Michelangelo11•5m ago•0 comments

Show HN: Snipsy – turn photos into a dated stamp keepsake, sent the same day

https://hosting-pages.netlify.app/snipsy
2•ashwinn11•6m ago•0 comments

Live: Total Solar Eclipse – August 12, 2026 [Live Stream] [video]

https://www.youtube.com/watch?v=DtjbfQtqlsY
2•andai•6m ago•1 comments

Wisconsin Primary Election Results

https://www.nytimes.com/interactive/2026/08/11/us/elections/results-wisconsin-primary.html
2•whack•6m ago•0 comments

In case you think there is consciousness, intelligence or personality in an LLM [video]

https://www.youtube.com/watch?v=vXV2ltVdLMQ
2•spottedmarley•6m ago•1 comments

New York State Newspapers on Microfilm

https://nysl.nysed.gov/nysnp/title4
2•gregsadetsky•8m ago•0 comments

Kalshi and Polymarket bets on clinical trials criticized as 'ghastly'

https://www.npr.org/2026/08/07/nx-s1-5922530/patients-betting-kalshi-polymarket-clinical-trials
2•bryanrasmussen•8m ago•0 comments

Beijing is forcing a mass breakup with AI lovers

https://restofworld.org/2026/china-ai-boyfriend-ban-bytedance-doubao/
3•impish9208•10m ago•0 comments

Using math for solving real-life problems

https://app.notion.com/p/Number-Pi-Podcast-E09-3b46c4fc04cb8077aad7fb4d4b1eb6cc
2•armanj•10m ago•0 comments

Who is Anthropic's auditor – and why should we care?

https://www.ft.com/content/b93d8030-203b-4445-b4a7-49e52d9b17a5
1•petethomas•11m ago•0 comments

Show HN: Harbofly, reclaim the 20–100GB of dev caches on your Mac

https://harbofly.app
2•buildcomcarlos•11m ago•0 comments

Ada 83/TLALOC: a modern Ada 83 compiler with DIANA 86 HLIR and fasmg back end

1•ViMoBr•11m ago•0 comments

Multi-tenant BYOK encryption in PostgreSQL with pgcrypto

https://xata.io/blog/multi-tenant-byok-encryption-in-postgresql-with-pgcrypto
2•tudorg•11m ago•0 comments

Data Center Foes' Newest Tack: Sue Locals over Approval Process

https://news.bloomberglaw.com/litigation/data-center-foes-newest-tack-sue-locals-over-approval-pr...
2•speckx•12m ago•0 comments

Oracle has drawn up plans for a new round of layoffs this month

https://www.businessinsider.com/oracle-is-planning-another-round-of-job-cuts-this-month-2026-8
3•DGAP•13m ago•0 comments

Optimizing SQLite for Servers

https://kerkour.com/sqlite-for-servers
2•cold_pizz4•14m ago•0 comments

Glaciers on the Climate Dashboard

https://climate.metoffice.cloud/glaciers.html
4•mooreds•14m ago•0 comments

DeepSeek V4 Pro 0813 quietly released

https://api-docs.deepseek.com/guides/responses_api/
10•HiPHInch•15m ago•1 comments

Prompt Injection Experiments with Opus-5 in Claude Code – Auto-Mode Edition

https://itmeetsot.eu/posts/2026-08-12-opus5_automode/
2•veganmosfet•17m ago•0 comments

[STORY] A Realistic Scenario

https://twitter.com/AISafetyMemes/status/2087549262427263014
2•barry-cotter•17m ago•0 comments

Multiple US sailors have tried to go overboard amid extended deployment

https://www.militarytimes.com/news/your-military/2026/08/11/multiple-uss-abraham-lincoln-sailors-...
3•Geekette•17m ago•0 comments

Buildings Calculate Forces. Software Must Calculate Meaning

https://ideal.iroha1203.dev/buildings-calculate-forces-software-must-calculate-meaning-5c9b2149744b
2•iroha1203•17m ago•0 comments

Meta, 29 states head to court; biggest test yet of youth social media litigation

https://www.reuters.com/business/meta-29-states-head-court-biggest-test-yet-youth-social-media-li...
3•1vuio0pswjnm7•17m ago•0 comments

That Test Isn't Flaky. It's Broken

https://will-keleher.com/posts/its-broken-not-flaky/
2•speckx•18m ago•0 comments

95% of the Fortune 1000 trust us with their information and assets

https://www.ironmountain.com/
1•amai•19m ago•1 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!