frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

whohas – Command-line utility for cross-distro, cross-repository package search

https://github.com/whohas/whohas
2•peter_d_sherman•3m ago•1 comments

Beyond the Rabbit Hole: Conspiracism and the Quixotic Quest for "The Truth"

https://anessayeverymonth.substack.com/p/beyond-the-rabbit-hole
2•smcmurtry•3m ago•1 comments

Shapewelding

http://gurneyjourney.blogspot.com/2007/10/shape-welding.html
1•Michelangelo11•3m ago•0 comments

Experience: I died on my 44th birthday

https://www.theguardian.com/lifeandstyle/2026/may/01/experience-i-died-on-my-44th-birthday-assist...
2•Archelaos•4m ago•0 comments

Ask HN: Who is hiring? (May 2026)

4•whoishiring•4m ago•6 comments

Ask HN: Who wants to be hired? (May 2026)

4•whoishiring•4m ago•15 comments

Rotating objects in space station [video]

https://www.youtube.com/shorts/BKGJx4d-Ncc
1•Guestmodinfo•4m ago•1 comments

The OpenAI-Microsoft reset, decoded: Why AWS may come out ahead

https://thenewstack.io/openai-aws-bedrock-integration/
1•Brajeshwar•6m ago•0 comments

Disposable Tools: Single user or single use tools

https://github.com/cloudstreet-dev/Disposable-Tools
2•DavidCanHelp•6m ago•0 comments

AI chatbots need 'deception mode'

https://www.computerworld.com/article/4165733/ai-chatbots-need-deception-mode.html
1•mikelgan•7m ago•1 comments

SenseNova-U1 – Open-source unified understanding+generation model with no VAE

https://github.com/OpenSenseNova/SenseNova-U1
1•DanielWen666•8m ago•0 comments

System / One

https://www.system.one/
1•doener•10m ago•0 comments

Auto-research applied to a skill/prompt improvement

https://tylerschultz.me/auto-research/
1•TySchultz•12m ago•0 comments

GhostBox – disposable little machines from the Global Free Tier.

https://www.ghost.charity/
10•keepamovin•12m ago•4 comments

Narwhal v0.6.1 – hardening the channel persistence layer shipped in 0.6.0

https://github.com/lonewolf-io/narwhal/releases/tag/narwhal-0.6.1
1•ortuman•13m ago•1 comments

Oruk (global breaking news wire with SSE, REST API, and MCP support)

https://oruk.ai/
1•nroll•13m ago•0 comments

Ask HN: Why is it even possible to post content when it's not 9am-11am US ET?

1•audiodude•15m ago•1 comments

AI clause in new SAP API policy has partners worried over lock-in

https://www.theregister.com/2026/04/29/new_sap_api_policy_provokes/
3•akyuu•15m ago•0 comments

Show HN: GitLeak – A GitHub OSINT tool for emails, timezones, and activity

https://gitleak.io
2•ekvanox•16m ago•0 comments

A single HTML file that organizes your PDF pages locally, mobile friendly

https://privatepdf.eu/
1•tonymelony•16m ago•1 comments

Telegraph and Politico owner says journalists must support Israel or resign

https://www.middleeasteye.net/news/telegraph-and-politico-owner-says-journalists-must-support-isr...
4•robtherobber•18m ago•0 comments

Sally McKee, who coined the term "the Memory Wall", has died

https://www.online-tribute.com/SallyMcKee
2•deater•18m ago•0 comments

Russia cloaks launch schedule after spaceport falls in Ukraine's sights

https://arstechnica.com/space/2026/04/russian-cloaks-launch-schedule-after-spaceport-falls-in-ukr...
4•Teever•21m ago•0 comments

Rep. Diana Harshbarger: Owner access to vehicle data

https://washingtonreporter.news/op-ed-rep-diana-harshbarger-owner-access-to-vehicle-data-is-essen...
1•bilsbie•22m ago•0 comments

Automatic Brightness in Plasma

https://zamundaaa.github.io/wayland,display/2026/04/24/automatic-brightness.html
1•speckx•24m ago•0 comments

You can just do things

https://bhagyeshpathak.com/uncategorized/2026/03/30/you-can-just-do-things/
2•bhagyeshsp•25m ago•1 comments

U.S. senators ban themselves from prediction markets trading

https://www.cnbc.com/2026/04/30/senate-prediction-markets-trading-ban-kalshi-polymarket.html
3•smurda•28m ago•1 comments

Food for Agile Thought #542: Command and Control Returns, Slowing Down with AI

https://age-of-product.com/food-agile-thought-542-slowing-down-ai/
1•swolpers•28m ago•0 comments

Zuckerberg Tells Meta Employees: We're Tracking You Because You're Smart

https://www.theinformation.com/briefings/exclusive-zuckerberg-tells-meta-employees-tracking-smart
4•jmsflknr•29m ago•0 comments

PFlash: 10x prefill speedup over llama.cpp at 128K on a RTX 3090

https://github.com/Luce-Org/lucebox-hub/tree/main/pflash
2•GreenGames•30m 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•11mo ago

Comments

whizzter•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo ago
Hi, I'm the first author of the paper. Thank you so much for your comment, it means the world to me!
kaoD•11mo 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•11mo 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•11mo ago
sdf(p + sin(p)*0.01)
GistNoesis•11mo ago
See "Deformations and distortions" paragraph in https://iquilezles.org/articles/distfunctions/ where it suggests playing with the ray-marching step size.
Remnant44•11mo 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!