frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Fable 5 Ultracode + AI medical diagnosis

https://github.com/joelparkerhenderson/ai-medical-diagnosis-examples/blob/main/doctor-perspective...
1•jph•30s ago•0 comments

Moon Mnf: magic wands,idiots, first principal

https://www.lmcpress.com/
1•AITripleAce•1m ago•0 comments

Rejected Emoji Proposals

https://charlottebuff.com/unicode/misc/rejected-emoji-proposals/
1•cheeaun•6m ago•0 comments

Firefox for Android: Play Integrity Check Challenges Custom ROM Users

https://serverhost.com/blog/firefox-for-android-play-integrity-check-challenges-custom-rom-users/
1•shaunpud•8m ago•0 comments

Australian SaaS Platforms Can Verify Business Users with ABN Data

https://fastbusinessapi.com/article/how-australian-saas-platforms-can-verify-business-users-with-...
1•ApiFB-Dev•9m ago•0 comments

Principles for Agent-Native CLIs

https://trevinsays.com/p/10-principles-for-agent-native-clis
1•saikatsg•11m ago•0 comments

From the Transistor to the Web Browser

https://github.com/geohot/fromthetransistor
1•pythops•13m ago•0 comments

David Sinclair plans to test whole-body rejuvenation drugs in the xPrize compet

https://www.technologyreview.com/2026/06/09/1138545/david-sinclair-plans-to-test-whole-body-rejuv...
1•joozio•18m ago•0 comments

Compute-to-Surplus: Why AI Progress Doesn't Matter Until It Changes Economics

https://signal-memo.com/memo-the-compute-to-surplus-pipeline-is-a-product-spec-heres-how-to-ship-...
1•alex-ivan•19m ago•0 comments

Show HN: What Sound Looks Like [video]

https://www.youtube.com/watch?v=XvkDwInPYJw
1•FionaZhu•19m ago•0 comments

Lawyers Barred for A.I.-Generated Citations to Fake Cases

https://www.nytimes.com/2026/06/09/us/ai-lawyers-sanctioned-mississippi.html
2•iancmceachern•22m ago•0 comments

Don't Be Stupid: Grasp Solid

https://www.npopov.com/2011/12/27/Dont-be-STUPID-GRASP-SOLID.html
1•prakashqwerty•22m ago•0 comments

Show HN: Leash, a low-dopamine mobile browser replacement

https://leash.ax
2•hemmert•22m ago•4 comments

CIA officer arrested with gold bars accused of making up top secret program

https://www.nbcnews.com/politics/national-security/cia-officer-arrested-gold-bars-accused-making-...
3•u1hcw9nx•29m ago•0 comments

Self-Prompt

https://selfprompt.dev/posts/2026-06-08-self-prompt
1•pro_methe5•30m ago•0 comments

The Revenge of the Publicists: How Comms Execs Stormed the C-Suite

https://www.wsj.com/cmo-today/the-revenge-of-the-publicists-how-comms-execs-stormed-the-c-suite-2...
1•doener•31m ago•0 comments

USB Devices – OrbStack Docs

https://docs.orbstack.dev/features/usb
2•watermelon0•31m ago•0 comments

CrossOver 26.2.0

https://www.codeweavers.com/support/forums/announce
2•doener•43m ago•0 comments

What I Got Right and Wrong Building a Solo Project Around Real Life

https://medium.com/@ivan_49508/what-i-got-right-and-wrong-building-a-solo-project-around-real-lif...
3•enjoyminded•46m ago•0 comments

Ask HN: What is the best way to learn game logic programming for beginners?

1•huzaifasinan•47m ago•0 comments

Computer Lessons - A history of computers in education

https://technicshistory.com/2026/06/06/computer-lessons/
2•the-mitr•48m ago•0 comments

Show HN: RAG built for Frappe using TurboVec

https://github.com/ssenthilnathan3/turbo_rag
1•nathaah3•49m ago•0 comments

Claude Fable 5's new features, tested by having it write its own launch coverage

https://medium.com/@alirezarezvani/claude-fable-5-guide-for-claude-code-11501ceb78a8
1•jungard•52m ago•0 comments

Anthropic is intentionally nerfing Fable when asked to develop other LLMs

https://old.reddit.com/r/LocalLLaMA/comments/1u1s2oz/anthropic_is_intentionally_nerfing_fable_when/
2•theanonymousone•53m ago•0 comments

EU to favor European satellite services to prevent Musk's Starlink expansion

https://www.euronews.com/my-europe/2026/05/26/eu-to-favour-european-satellite-services-to-prevent...
4•hbarka•55m ago•1 comments

VibeOS [video]

https://www.youtube.com/watch?v=zh6fMtL_cSM
1•nreece•56m ago•0 comments

Sonny Piers elaborates on his ban from the Gnome community

https://discourse.gnome.org/t/2026-board-candidate-robert-mcqueen/35308
3•RandomGerm4n•1h ago•0 comments

Vibe Rounds in Healthcare

https://archive.org/details/vibe-rounds-concept-document
1•dravinash•1h ago•1 comments

TokenLens

1•navrekh•1h ago•0 comments

We all sometimes feel like this bird

https://medium.com/the-hairpin/we-all-sometimes-feel-like-this-bird-eb0b167385ba
1•webnrrd2k•1h 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!