frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Did the Hudson River School Painters See?

https://www.nytimes.com/2026/05/25/travel/hudson-valley-painting-thomas-cole-frederic-church.html
1•prismatic•1m ago•0 comments

Show HN: Hm – a task runner with a Python DSL, growing into a CI/CD system

https://github.com/harmont-dev/harmont-cli
1•suis_siva•1m ago•0 comments

Webb reveals black hole that formed before its galaxy

https://esawebb.org/news/weic2609/?lang
1•alkyon•2m ago•0 comments

Spotify boss defends move to AI music, saying it is better than 'slop'

https://www.theguardian.com/technology/2026/may/26/spotify-ai-remix-tool-protects-artists-slop
1•Brajeshwar•2m ago•0 comments

Pied Piper Pitching YC: Simpsons Style

https://v2.deepmyst.com/v/f1FQektQ2Dm9Vlj1Ee6p3w
1•bahaAbunojaim•3m ago•0 comments

I think Anthropic and OpenAI have found product-market fit

https://simonwillison.net/2026/May/27/product-market-fit/
1•simonw•4m ago•0 comments

Google Replaces Fitbit App with Terrible AI Garbage, Being Review Bombed

https://kotaku.com/google-fitbit-app-health-new-update-ai-filled-version-and-everybody-is-mad-200...
2•deng•4m ago•0 comments

Show HN: Book: the Pattern Language of Software Architecture

https://leanpub.com/metapatterns
1•descri•6m ago•1 comments

Europe is making a fatal mistake with China – Yanis and Wolfgang [video]

https://www.youtube.com/watch?v=lw_KQ1Izq-U
2•xbmcuser•7m ago•0 comments

Show HN: OAuth 2.0 framework for MCP servers

https://github.com/brooksmcmillin/mcp-authflow
2•bengal•8m ago•0 comments

Tell HN: Submission titles should indicate entirely-AI-generated content

2•nunez•9m ago•0 comments

CSS vs. JavaScript

https://www.joshwcomeau.com/animation/css-vs-javascript/
2•ibobev•11m ago•0 comments

Pushing to a pull request that isn't yours

https://00f.net/2026/05/27/pushing-to-someone-elses-pr/
1•speckx•11m ago•0 comments

Chaos Dimension: A themeable mission control for agent orchestration

https://www.chaosdimension.fyi/
1•gabelev•11m ago•0 comments

South Korea detains dissident who fled China in rubber boat

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

More Whimsical OEIS Sequences

https://www.jeremykun.com/shortform/2026-05-22-1528/
1•ibobev•12m ago•0 comments

Show HN: VimRace

https://vimrace.vercel.app
1•jaequery•12m ago•0 comments

Show HN: Hodor – a 701KB native macOS prompt launcher for AI tools

https://hodor.design
1•woodydesign•12m ago•0 comments

Benchmarking LLMs for Web Tasks

https://100x.bot/a/Benchmarking-LLMs-for-Web-Tasks
1•shardullavekar•13m ago•0 comments

DuckDuckGo search saw 28% more visits after Google said people love AI mode

https://www.pcgamer.com/hardware/duckduckgos-ai-free-search-saw-nearly-28-percent-more-visits-in-...
4•HelloUsername•14m ago•1 comments

Planetary Intelligence

https://will4planet.substack.com/p/planetary-intelligence
1•jcattle•14m ago•0 comments

Show HN: I built an AI-agent skill to audit supply-chain attack exposure

https://github.com/javaid-codes/audit-supply-chain-agents
1•WasimBhai•16m ago•0 comments

A naked microblogging app built on open-standards

https://veenew.com
3•serious-sam•16m ago•0 comments

Stress disrupts hippocampal integration of overlapping events, memory inference

https://www.science.org/doi/10.1126/sciadv.aea5496?user_id=66c4bf745d78644b3aa57b08
1•gmays•17m ago•0 comments

OpenAI and Anthropic dig in against each other on AI jobs apocalypse

https://www.axios.com/2026/05/27/ai-hype-doom-openai-anthropic
2•1vuio0pswjnm7•17m ago•0 comments

Centrality in the DNS

https://www.potaroo.net/ispcol/2026-05/dns-centrality.html
1•speckx•19m ago•0 comments

How to Weigh a Cell

https://burrito.bio/essays/how-to-weigh-a-cell
1•mailyk•19m ago•0 comments

Show HN: Workplane – collaborative filesystem for humans and AI

https://workplane.co
4•tweezers0x•20m ago•0 comments

Robinhood Lets Your AI Agent Trade Stocks

https://techcrunch.com/2026/05/27/robinhood-now-lets-your-ai-agents-trade-stocks/
1•gbourne•21m ago•0 comments

Ubuntu Workshop: secure, fast, and composable development environments

https://documentation.ubuntu.com/canonical-workshop/latest/
1•polyrand•23m 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!