frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Coldcard Mk3 security advisory: seeds from firmware 4.0.1 onward may be at risk

https://blog.coinkite.com/coldcard-mk3-seed-generation-warning/
1•nicou•47s ago•0 comments

Why the world trusts China more than America

https://www.ft.com/content/f3ad032f-3c06-4ed4-82e2-7c2e5e68af26
1•Markoff•53s ago•0 comments

Why is 'Chat Control' one of the EU's biggest digital rights fights?

https://www.euronews.com/my-europe/2026/07/28/why-is-chat-control-one-of-the-eus-biggest-digital-...
1•latexr•1m ago•0 comments

Show HN: Cursor's Tab, cursor-jump included, inside Neovim

https://github.com/teocns/neocursor.nvim
1•teocns•3m ago•0 comments

Martin Kleppmann – Local-first in an unstable world [video]

https://www.youtube.com/watch?v=--Ru7cL22rI&list=PLXxEKA_dxoH0&index=1
1•JeremyTheo•3m ago•0 comments

How the Startup Mentality Failed Kids in San Francisco

https://www.wired.com/story/willie-brown-middle-school-startup-mentality-failed/
1•FinnLobsien•3m ago•0 comments

Montana's new "right to try" law can't come soon enough for some

https://www.technologyreview.com/2026/07/31/1140945/montanas-new-right-to-try-law-cant-come-soon-...
1•joozio•4m ago•0 comments

Tokens per Second Is a Memory Bandwidth Number

https://portfolio-orcin-beta-29.vercel.app/blog/tokens-per-second-memory-bandwidth/
1•rohitghumare•5m ago•0 comments

AI Firms Are Buying Up Old Books, Then Scanning and Destroying Them

https://novaramedia.com/2026/07/29/ai-firms-are-buying-up-old-books-then-scanning-and-destroying-...
2•trhway•5m ago•1 comments

No more zero-retention policy for OpenCode go

https://www.reddit.com/r/opencodeCLI/comments/1vbltva/no_more_zeroretention_policy_for_opencode_go/
1•gman83•6m ago•0 comments

ai calorie tracker with Mivee

https://mivee.app
1•nafas-hmn•6m ago•0 comments

An Ocean in Motion: NASA's View of Earth's Underwater Highways [video]

https://www.youtube.com/watch?v=R5-s6O8qyvE
1•simonebrunozzi•8m ago•0 comments

Show HN: MathJump – A math-based running game that requires quick calculations

https://mathjump.cc/
1•wdamao•10m ago•0 comments

VideoOnRepeat – a simple way to loop YouTube videos

https://videoonrepeat.com
1•multiplesauces•11m ago•0 comments

Show HN: Ctx traits · Turn your team skills into typed and versioned modules

https://ctx.company/traits/
1•rpunkfu•12m ago•0 comments

7 in 10 Americans say large tech companies have too much power

https://www.axios.com/2026/07/29/little-tech-big-tech-americans-power
2•mapping365•12m ago•0 comments

Friluftsliv

https://it.wikipedia.org/wiki/Friluftsliv
1•simonebrunozzi•15m ago•0 comments

Quantum Statistical Plasmonic Metacrystals

https://www.nature.com/articles/s41586-026-10782-3
1•bookofjoe•16m ago•0 comments

State of the MCP Ecosystem – July 2026

https://mcpqueen.com/reports/state-of-mcp-2026-07
1•Bluestein•16m ago•0 comments

Show HN: Explore different scenarios for making a decision, a future simulation

https://www.futuraengine.com
2•Amir_hz•17m ago•0 comments

FCC bans future Roombas from being sold in the US

https://www.dexerto.com/entertainment/fcc-bans-future-roombas-from-being-sold-in-the-us-3393016/
3•imperio59•17m ago•2 comments

How does the Code Execution tool sandbox arbitrary code the LLM generates?

1•Hannah203•19m ago•0 comments

No more asking 'who are you'; we have all been reduced to a passphrase

https://josh.mn/posts/we-have-all-been-reduced-to-a-passphrase/
1•erremerre•19m ago•0 comments

Reconsidering O_CREAT|O_DIRECTORY

https://lwn.net/SubscriberLink/1085617/952dc74937521328/
1•jwilk•19m ago•0 comments

DearSQL: Native SQL Client for macOS, Linux and Windows

https://dearsql.dev/
1•klaussilveira•19m ago•0 comments

Ymery: Interactive imgui applications with YAML instead of code

https://github.com/zokrezyl/ymery
1•klaussilveira•25m ago•0 comments

Restaurants recommandations from Google always suck

1•yurimhln•29m ago•0 comments

Stripe Just Wants a Number

https://blog.exe.dev/billable-facts
1•mtlynch•30m ago•0 comments

Venice Acqua Alta and a changing climate

https://www.nature.com/articles/s41612-023-00513-0
1•simonebrunozzi•30m ago•0 comments

Network+ for Windows Updated

https://github.com/myaaghubi/NetworkPlus
1•myaaghubi•35m 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!