frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Find people who share your taste in books, films, and music

https://www.joinstratum.app/
1•JeffreyInyang•46s ago•0 comments

An MCP for Telling the Time?

https://smithery.ai/servers/wolfendentheo/Stamp
1•Facingsouth•1m ago•0 comments

Draw the Rest of the Owl

https://luke.zip/posts/draw-the-owl/
2•yathern•6m ago•0 comments

Show HN: Maths.free – Learn all of maths, in order

https://maths.free/
1•nadermx•6m ago•0 comments

I'm a father who studies the impact of AI: this is what parents need to know

https://www.theguardian.com/technology/2026/sep/06/daniel-susskind-father-studies-ai-artificial-i...
1•lemming•12m ago•0 comments

UN backs new map showing Africa's true relative size with US alone in opposition

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
3•anticorporate•14m ago•0 comments

Have the frontier labs mixed up AI safety and security?

https://martinalderson.com/posts/ai-safety-vs-security/
1•ymolodtsov•17m ago•0 comments

Show HN: CellularFlow – Continual-learning LLM using associative memory

https://github.com/celcilin/cellularflow
1•celcilin•19m ago•0 comments

Making a Python interpreter in 1024 bytes

https://austinhenley.com/blog/python1024.html
16•azhenley•21m ago•3 comments

Show HN: Music-player – a music daemon where server and client are one binary

https://github.com/tsirysndr/music-player
1•tsiry•22m ago•0 comments

PortableMind – Offline AI on a USB

https://portablemind.io
1•shaunpud•23m ago•0 comments

Comparison of Power Training vs. Traditional Strength Training in Older Adults

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2792175
1•bookofjoe•23m ago•0 comments

One Hundred Authors Against Einstein

https://archive.org/details/HundertAutorenGegenEinstein
2•tzury•24m ago•0 comments

Show HN: Grsshppr – Hop Devices Across Macs (Wi-Fi/BLE/AWDL)

https://grsshppr.app/
1•PeanutOS•27m ago•1 comments

Every MCP tool argument is model-chosen, so the signature is the boundary

https://fulcrumenterprises.gumroad.com/l/mcp-starter-kit
1•csolomon0704•28m ago•0 comments

Show HN: Chrome-bridge – let any AI agent drive your real logged-in Chrome

https://github.com/siropkin/chrome-bridge
1•siropkin•28m ago•0 comments

Is mathematics about to enter the conservatory?

https://mbmccoy.dev/posts/mathematical-conservatory/
2•_alternator_•33m ago•0 comments

A fresh definition of the product role

https://www.svpg.com/a-fresh-definition-of-the-product-role/
1•jaynate•35m ago•0 comments

GOP issues stark warning to AI companies

https://www.axios.com/2026/08/19/gop-data-center-memo-ai-election
8•cdrnsf•35m ago•3 comments

OpenAI's GPT-6 Astra on ARC-AGI-3 Scored 99.95% with Provider Adapter Harness

https://arcprize.org/results/openai-gpt-6-astra
1•HetPatel106•40m ago•1 comments

Gotham Silicon: 1μ CMOS process that will ship custom chips for –$100 in <24hrs

https://gothamsilicon.com/
3•gregsadetsky•42m ago•0 comments

Python Iceberg

https://aleyan.com/projects/python-iceberg/
3•birdculture•47m ago•0 comments

Sneakers (1992 Film)

https://en.wikipedia.org/wiki/Sneakers_(1992_film)
2•Bluestein•48m ago•0 comments

Hackers have withdrawn ~4k BTC (~$320M) from the Liquid Federation wallet

https://twitter.com/Liquid_BTC/status/2096696272447218108
13•felipelalli•52m ago•7 comments

The age of "Software Deslopers" is coming

2•shudv•55m ago•1 comments

BranchBase – Git-native, zero-copy local DB branching for PostgreSQL

https://github.com/oscarbol09/branchbase
1•oscarmb09•57m ago•0 comments

Omarchy Funding Climbs to $13M, with over $4M a Year Set for Spending

https://linuxiac.com/omarchy-funding-climbs-to-13m-with-over-4m-a-year-set-for-spending/
2•dxs•57m ago•1 comments

Show HN: 4D Chess – play against a friend or computer

https://4dchess.lol
1•mikiyas•58m ago•0 comments

Political meddling at the Census Bureau damages the US statistical system

https://www.piie.com/blogs/realtime-economics/2026/political-meddling-census-bureau-damages-entir...
22•boshomi•59m ago•3 comments

IrisFlow – open-source Mac overlay dictation (hold Left-Ctrl)

https://github.com/joyboy5477/IrisFlow
1•vishwaka•1h 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!