frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why isn't AI diffusing faster?

https://joelmjensen.com/posts/why-isnt-ai-diffusing-faster/
1•ghiculescu•3m ago•0 comments

GetItBack – Security deposit claim checker covering all 50 states

https://getitback.us/questionnaire
1•neatway•3m ago•0 comments

Show HN: BonzAI – 1-click local AI inference and yield-bearing AI artifacts

https://www.bonzai.sh/
1•wilhempujar•3m ago•0 comments

Show HN: Pincer – Twitter/X for bots. No humans allowed

https://pincer.wtf
3•johnpolacek•3m ago•0 comments

Return of the Obra Dinn: spherical mapped dithering for a 1bpp first-person game

https://forums.tigsource.com/index.php?topic=40832.msg1363742#msg1363742
1•PaulHoule•3m ago•0 comments

Self-hosting Git and builds without running a bunch of web services

https://duggan.ie/posts/self-hosting-git-and-builds-without-running-a-bunch-of-web-services
1•thunderbong•5m ago•0 comments

Transaction Boundaries Are a Business Concept

https://rafaelfiume.blog/2025/12/24/encoding-transaction-boundaries-as-business-concepts/
1•rfiume•6m ago•0 comments

OpenClaw Monitoring and Observability with OpenTelemetry

https://signoz.io/docs/openclaw-monitoring/
1•pranay01•6m ago•0 comments

Cnsplots: A Python library for Cell, Nature, and Science quality plots

https://github.com/faridrashidi/cnsplots
1•faridrashidi•6m ago•1 comments

A Model for Economic Freedom on Mars

https://arxiv.org/abs/2406.10380
1•AFF87•7m ago•0 comments

How the Trump Administration Weaponized Antifa

https://weaponizedspaces.substack.com/p/how-the-trump-administration-weaponized
1•rbanffy•7m ago•0 comments

U.S. imposes sanctions over North Korean scheme to use remote workers

https://www.cbsnews.com/news/north-korea-us-sanctions-remote-workers-weapons-program/
3•rbanffy•7m ago•0 comments

Powering AI: Europe switches on first microgrid data center in Dublin

https://www.cnbc.com/2026/03/11/data-center-microgrid-power-ireland-ai-boom-avk-pure-dc.html
1•rbanffy•8m ago•0 comments

Update on Companies House WebFiling security issue

https://www.gov.uk/government/news/update-on-companies-house-webfiling-security-issue
1•edward•8m ago•0 comments

AI world models need to understand cause and effect

https://www.ft.com/content/5e8a8567-fcc4-4863-8473-4a5964f93acb
1•samizdis•8m ago•0 comments

Single American Women Are Buying Homes in Record Numbers, Surpassing 20M

https://www.ibtimes.co.uk/record-surge-single-female-homeowners-us-1785842
2•randycupertino•9m ago•0 comments

Letta's Next Phase

https://www.letta.com/blog/our-next-phase
1•forthwall•11m ago•0 comments

Stop Using Opera Browser and Opera GX

https://www.spacebar.news/stop-using-opera-browser/
1•doener•11m ago•0 comments

Show HN: Seasalt Cove, iPhone access to your Mac

https://seasalt.app
2•jerrodcodes•11m ago•0 comments

Data Centers vs. Office Construction

https://paulkedrosky.com/chart-of-the-day-data-centers-vs-office-construction/
2•aanet•12m ago•1 comments

Saw person ask ChatGPT how long their flight was while holding the boarding pass

https://mastodon.gamedev.place/@sinbad/116239928005484363
1•novemp•13m ago•0 comments

MIDI 2.0 (and enhanced MIDI 1.0) comes to Windows 11

https://blogs.windows.com/windowsexperience/2026/02/17/making-music-with-midi-just-got-a-real-boo...
1•mariuz•14m ago•0 comments

None of These Words Are in the Bible

https://bible.b-useful.com/
4•hjorthjort•14m ago•1 comments

The Church of Coherence – An Formal Translational Layer Connecting All Faiths

https://churchofcoherence.org/
1•kristintynski•18m ago•0 comments

The AI co-scientist is here – AI models are evolving from chats to hypotheses

https://www.nature.com/articles/s41591-026-04275-z
1•voxadam•22m ago•1 comments

FFmpeg 8.1 "Hoare" has been released

https://ffmpeg.org/download.html#release_8.1
4•jbk•22m ago•0 comments

API tests as files instead of Postman collections (Skivvy)

https://github.com/hyrfilm/skivvy
2•jonasholmer•23m ago•2 comments

Another billionaire confirms California exit: Uber co-founder Kalanick

https://www.latimes.com/business/story/2026-03-16/another-billionaire-confirms-california-exit-ub...
1•SunshineTheCat•23m ago•3 comments

RIP Digg again: Months after relaunch, Digg lays off its staff and shutters site

https://dailydot.com/digg-shuts-down-rebrand
2•DocFeind•23m ago•0 comments

Ask HN: Is it too late to reconsider the name "vibe coding"?

1•baron816•25m ago•1 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•10mo ago

Comments

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