frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Elon Musk made flying worse so Palantir could profit

https://www.theverge.com/transportation/981194/faa-air-traffic-elon-musk-peter-thiel-palantir
1•trymas•47s ago•0 comments

Self-hosting your ATProto PDS

https://jola.dev/posts/self-hosting-your-pds
1•shintoist•1m ago•0 comments

Show HN: H2AI Chat – multi-AI debate you can self-host with local models (AGPL)

https://github.com/Tonterias/h2aichat
1•h2aichat•7m ago•0 comments

If you can draw the flowchart, you don't need an agent

https://willdady.com/if-you-can-draw-the-flowchart-you-dont-need-an-agent
1•Groady•9m ago•0 comments

An MCP server that turns a Claude conversation into scheduled carousels

https://postnitro.ai/mcp
1•MuneebAwan•10m ago•0 comments

US will allow some private firms to carry out cyberattacks

https://techcrunch.com/2026/08/13/in-a-first-us-will-allow-some-private-firms-to-carry-out-cybera...
2•deepmem•10m ago•0 comments

Microsoft working on Defender patch for ShieldBreak zero-day

https://www.bleepingcomputer.com/news/security/microsoft-working-on-defender-patch-for-shieldbrea...
1•DemiGuru•10m ago•0 comments

The Fairphone (Gen. 6)

https://www.fairphone.com/the-fairphone-gen-6-plus
1•mcraiha•10m ago•1 comments

Anatomy of a delegated audit – an agent, three specs, four traps

https://stl-lang.org/exhibit/
1•scoslab•12m ago•0 comments

Accurate int/float colour conversions

http://lomont.org/posts/2023/accuratecolorconversions/
2•fanf2•12m ago•0 comments

Don't Paste the AI, Please

https://dontpastetheai.com/
2•Bluestein•13m ago•2 comments

One affiliate now brings in half my SaaS sales

https://tinyfound.com/p/backl-io
1•alexbelyanin•13m ago•0 comments

Families with a mutation for gastric cancer have stomachs preemptively removed

https://www.theatlantic.com/health/2026/03/stomach-cancer-total-gastrectomy/686623/
1•ike_usawa•14m ago•0 comments

FritzHole – FRITZ OS DNS filter blocks unwanted content

https://fritz.com/en/pages/fritz-labor-8-40-zusatzinformationen
3•jeffreygoesto•14m ago•0 comments

Earth Mover's Distance

https://en.wikipedia.org/wiki/Earth_mover%27s_distance
1•ariru•15m ago•0 comments

AI Does Not Change Goodhart or the Folly of Tokenmaxxing

https://www.scrum.org/resources/blog/folly-tokenmaxxing-or-reinventing-wheel
1•swolpers•15m ago•0 comments

Rewriting a production compiler's IR with AI agents in five weeks

https://github.com/CommanderTvis/writing/tree/main/rr-truffle-rewrite
1•CommanderTvis•18m ago•0 comments

A $21B 'Kids in Chips' Startup Is Scooping Up Nvidia Talent

https://www.wsj.com/tech/ai/a-21-billion-kids-in-chips-startup-is-scooping-up-nvidia-talent-4d099f12
2•_tk_•20m ago•0 comments

Prompt Injection in VirusTotal's Code Insights API

https://exploiting.systems/posts/2026-08-08-prompt-injection-in-virustotals-code-insights-api
2•ropbear•24m ago•0 comments

Conlang

https://en.wikipedia.org/wiki/Constructed_language
1•svenfaw•25m ago•0 comments

As Wisconsin cities flee Flock, its shared camera network loses value

https://arstechnica.com/tech-policy/2026/08/as-wisconsin-cities-flee-flock-its-shared-camera-netw...
9•xoa•27m ago•1 comments

KDE's bookmark search ignores Brave because of one unmatched string

https://balint.blog/krunner-brave/
1•balintkorosi•27m ago•0 comments

Constantine's Bridge Has Surfaced from Beneath the Danube

https://thedebrief.org/a-mile-long-ancient-roman-engineering-marvel-has-suddenly-surfaced-from-be...
1•bookofjoe•29m ago•1 comments

Democracy vs. the machine: birth of digital age,the warnings that were ignored

https://www.theguardian.com/news/2026/aug/18/the-long-read-democracy-v-the-machine-digital-age-wa...
3•pseudolus•29m ago•0 comments

Searching for Answers from the Man Accused of Sabotaging Alaska's Senate Race

https://www.nytimes.com/2026/08/18/us/politics/dan-sullivan-alaska-senate-primary.html
1•dataflow•33m ago•0 comments

Wound/wait deadlock-proof mutex design

https://www.kernel.org/doc/html/latest/locking/ww-mutex-design.html
1•teleforce•34m ago•0 comments

Suicide hotlines don't seem to help

https://www.nber.org/papers/w35601
2•root-parent•39m ago•2 comments

US LLCs for founders whose country Stripe/Shopify don't support

https://open-entity.com
1•Doccc•40m ago•0 comments

Who bears the risk in Nvidia's $500B financing platform?

https://www.sascha-steffen.de/updates/nvidia-500bn-ai-financing-credit-risk
2•root-parent•41m ago•0 comments

AI Used to Verify Toughest Mathematics Proof Yet

https://spectrum.ieee.org/axiom-math-246-theorem-formalization
1•pseudolus•43m 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!