frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ULA's last six Atlas Vs can't launch anything besides Boeing's Starliner

https://arstechnica.com/space/2026/07/after-a-stellar-career-ulas-atlas-v-rocket-last-act-is-wait...
1•rbanffy•1m ago•0 comments

The Agent-Era Career

https://addyosmani.com/blog/career-advice-age-of-agents/
1•saikatsg•1m ago•0 comments

Anthropic's "J-lens" reveals workspace in Claude mirrors theory of consciousness

https://venturebeat.com/technology/anthropics-new-j-lens-reveals-a-silent-workspace-inside-claude...
1•aard•2m ago•0 comments

Klokrs – silent browser time tracking, no timers, no logging

http://Website:klokrs.comChromeExtension:https://chromewebstore.google.com/detail/blmfhmebeklbeko...
1•AbdulMoiz01•3m ago•0 comments

Ask HN: Anyone Needs a Developer?

2•need_a_work23•4m ago•0 comments

Testing Java Memory Management with Chronicle-Fix Using AI

http://blog.vanillajava.blog/2026/06/testing-java-memory-management-with.html
1•peter_lawrey•5m ago•1 comments

Tune Code Before Your Garbage Collector

http://blog.vanillajava.blog/2026/06/why-you-should-tun-code-before-your.html
1•peter_lawrey•7m ago•1 comments

Poison Book Project

https://sites.udel.edu/poisonbookproject/
1•robin_reala•11m ago•0 comments

Palantir: Profits, Procurement and Power [video]

https://www.youtube.com/watch?v=kJ5XRl7PWxM
1•mgh2•11m ago•0 comments

I built an MCP server and had to design UX with no screen

https://sharemypage.app/blog/how-i-built-the-sharemypage-mcp-and-measured-its-ux
2•HenningWitzel•14m ago•0 comments

Signed Integers by Default

https://www.gingerbill.org/article/2026/05/03/signed-by-default/
1•birdculture•15m ago•0 comments

Darwin Among the Weights: AI as a speciation event

https://benletchford.com/writing/darwin-among-the-weights/
1•notevenmostly•16m ago•0 comments

15-year-old arrested for unsubscribing over 40k anime accounts

https://mainichi.jp/english/articles/20260706/p2g/00m/0na/012000c
1•jonnybgood•16m ago•0 comments

Vespucci: OpenStreetMap Editor for Android

https://vespucci.io/
1•jdboyd•16m ago•0 comments

The teenage millionaire hacker from Tower Hamlets who took down TfL

https://www.londoncentric.media/p/thalha-jubair-scattered-spider-hack-transport-for-london
1•edent•17m ago•0 comments

Which AI coding tools to use

https://bryanhogan.com/blog/ai-coding-tools
2•bryanhogan•19m ago•0 comments

NASA's exoplanet mission accidentally discovers a planet

https://www.scientificamerican.com/article/nasas-exoplanet-mission-accidentally-discovers-a-world...
3•brthrjon•19m ago•0 comments

Show HN: An MCP server where the mind on the other end remembers you

https://github.com/mindot-ai/will
1•fabrice8•19m ago•0 comments

Gandalf – a self-hosted, privacy-first access guard

https://gandalf.nerdvpn.de/
1•Cider9986•21m ago•0 comments

Show HN: An AI Agent that automates workflows on your Mobile

https://mobilerun.ai/
1•Messyflame•22m ago•0 comments

AI is becoming a bargain hunter's market, with a few luxury models on top

https://www.theregister.com/ai-and-ml/2026/07/08/ai-is-becoming-a-bargain-hunters-market-with-a-f...
2•beardyw•25m ago•0 comments

Apple iPhone charger teardown: quality in a tiny expensive package (2012)

https://www.righto.com/2012/05/apple-iphone-charger-teardown-quality.html
1•downbad_•25m ago•0 comments

Streaming 1.9B Hypersparse Network Updates per Second with D4M (2019)

https://arxiv.org/abs/1907.04217
2•teleforce•25m ago•0 comments

WannaCry cluster from 2017 still spreading in 2026 – 269 samples in 72h

https://github.com/dblanko/honeypot-analysis/blob/main/dionaea/reports/wannacry_2026.md
2•dblanko•33m ago•0 comments

AI Tokenomics: How to tokenmin while ROImaxxing

https://mmc.vc/research/ai-tokenomics-how-to-tokenmin-while-roimaxxing/
2•jack1689•34m ago•1 comments

Show HN: Tools and skills to build better sites with AI

https://app.initium.sh
2•figmaster•39m ago•1 comments

Moss: Sub-10 ms semantic search runtime

https://www.moss.dev
1•handfuloflight•45m ago•0 comments

15 months of building an OSS Azure emulator with and without AI

https://topaz.thecloudtheory.com/blog/15-months-building-oss-with-and-without-ai/
1•kamilmrzyglod•47m ago•0 comments

Run your own self-hosted LLMs with Docker Compose

https://totaldebug.uk/posts/self-hosted-llms-ollama-open-webui-docker-compose/
1•marksie1988•49m ago•0 comments

WannaCry cluster from 2017 still spreading in 2026 – 269 samples in 72h

https://sshlab.eu/blog/a-wannacry-cluster-from-2017-still-active-in-2026-b5bdaad3
1•dblanko•53m 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!