frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jef Raskin, the Visionary Behind the Mac

https://lowendmac.com/2013/jef-raskin-the-visionary-behind-the-mac/
1•tylerdane•2m ago•1 comments

Harness Engineering Course

https://harnesscourse.com/
1•gandalfgeek•4m ago•0 comments

They Might Be Giants – I'm Impressed (2007) [video]

https://www.youtube.com/watch?v=3CccPPDe2JU
1•petethomas•6m ago•0 comments

Marketing skill for Claude with 26 evals – +20pp over baseline

https://github.com/inerrata/brief
1•healman•8m ago•0 comments

Show HN: Nimic – write pure Python and compile AOT to native binaries via Nim

https://github.com/dima-quant/nimic
1•dima-quant•9m ago•0 comments

Software stocks wrap up best month since 2001; talk of 'SaaSpocalypse' subsides

https://www.cnbc.com/2026/05/29/software-stocks-wrap-best-month-since-2001-as-talk-of-saaspocalyp...
1•TMWNN•9m ago•1 comments

Oscar-winning Star Wars editor Marcia Lucas dies aged 80

https://www.bbc.com/news/articles/cvgzy64j9l1o
2•layer8•11m ago•0 comments

Show HN: AI Simulaionen Based on FEP

https://aic-ai-lab.site/login
1•luzifer333•12m ago•0 comments

Diablo 2 map generator based on 31 bits of information

https://www.reddit.com/r/diablo2/s/Gcn07WPLCK
1•nixass•13m ago•0 comments

Autism subtypes identified using cross-species functional connectivity analyses

https://www.nature.com/articles/s41593-026-02287-z
1•bookofjoe•13m ago•0 comments

Killing PRs was the easy part, now technical death keeps the CTO up

https://shiftmag.dev/killing-prs-was-the-easy-part-now-technical-death-keeps-the-cto-up-9910/
1•dxs•13m ago•0 comments

Viral stardom saves 'Trump' buffalo from sacrifice in Bangladesh

https://www.france24.com/en/asia-pacific/20260527-viral-stardom-saves-trump-buffalo-from-sacrific...
1•mooreds•14m ago•0 comments

Will AI Break the University?

https://rorytruex.substack.com/p/will-ai-break-the-university
1•Michelangelo11•14m ago•0 comments

Simple systems are the best systems

https://jerodsanto.net/2026/05/simple-systems-are-the-best/
1•mooreds•16m ago•0 comments

Most Americans Aren't Convinced Humans Are Causing Climate Change New Data Shows

https://www.forbes.com/sites/maryroeloffs/2026/05/28/most-americans-arent-convinced-humans-are-ca...
2•mooreds•17m ago•0 comments

Show HN: React-Rewrite – A visual editor for React that writes code, no LLM

https://github.com/donghaxkim/react-rewrite
2•donghaxkim•20m ago•0 comments

The Shrinking Synthesis: a 2037–2047 window for AI's institutional reformation

https://papers.ssrn.com/abstract=6731418
1•danielz-p•21m ago•0 comments

Show HN: Use Kimi and OpenAI Subscriptions in Claude Code

https://github.com/raine/claude-code-proxy
1•rane•21m ago•0 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
1•poppypetalmask•21m ago•0 comments

The Shell University

https://www.chronicle.com/article/the-shell-university
1•Michelangelo11•27m ago•0 comments

Grifters, cynics, and true believers: The family tree of vaccine opponents

https://arstechnica.com/science/2026/05/grifters-cynics-and-true-believers-the-family-tree-of-vac...
2•rbanffy•31m ago•0 comments

2D Particles sandbox using WebGPU

https://2sandbox.tulv.in/
1•atulvi•32m ago•0 comments

Bubbles: From "tronics" to "dot com" (1999)

https://www.forbes.com/1999/01/14/mu3.html
3•jumploops•32m ago•1 comments

Impossibly rare tropical bird swooped over California. Experts fear a trend

https://www.sfgate.com/california/article/rare-tropical-species-southern-california-22282620.php
2•c420•32m ago•0 comments

Show HN: leaf – one month later: website, releases and lots of improvements

https://leaf.rivolink.mg
1•RivoLink•35m ago•0 comments

Boston Mystery Boom

https://www.wcvb.com/article/did-you-feel-it-viewers-report-hearing-mystery-boom-across/71450011
2•benwhitehead21•37m ago•0 comments

Possible meteor/bolide atmospheric entry east of Boston

https://twitter.com/NStewWX/status/2060792766997655903
2•twoodfin•37m ago•0 comments

Meta is reportedly developing an AI pendant

https://techcrunch.com/2026/05/30/meta-is-reportedly-developing-an-ai-pendant/
2•rishikeshs•40m ago•0 comments

In Pursuit of Understanding the Crash in Me/CFS

https://likeannopeningbandforthesun.substack.com/p/in-pursuit-of-understanding-the-crash
1•brandonb•40m ago•0 comments

Fluid Fire Simulation Sandbox

https://www.escapemotions.com/experiments/fluid_fire_3/
2•Leftium•41m 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!