frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Joy of Numbered Streets

https://humantransit.org/2026/03/the-joy-of-numbered-streets-or-call-it-39th-avenue.html
1•dmit•4m ago•0 comments

Bitmoji Anthropology [video]

https://www.youtube.com/watch?v=E2I0tqgaEVo
1•broabprobe•11m ago•0 comments

Dandelion Mesh: Serverless mesh network for browsers using WebRTC

https://github.com/predatorray/dandelion-mesh
1•zetaplusae•13m ago•0 comments

I made aipack and wanted to share

https://github.com/shrug-labs/aipack
1•waffleman21•14m ago•1 comments

CLTR finds a 5x increase in scheming-related AI incidents

https://www.longtermresilience.org/reports/v5-scheming-in-the-wild_-detecting-real-world-ai-schem...
1•kuerbel•14m ago•0 comments

I did a deep dive into cursors SQLite storages, different from Claude Code

https://vibe-replay.com/blog/cursor-local-storage/
1•tuo-lei•16m ago•2 comments

Aldus PageMaker on the Apple Macintosh

https://stonetools.ghost.io/pagemaker-mac/
1•zdw•16m ago•0 comments

I got tired of dd() and built a visual PHP debugger that doesn't need Xdebug

https://ddless.com
1•jeffsynister•17m ago•1 comments

Geometric Return and Portfolio Analysis (2003)

https://www.treasury.govt.nz/publications/wp/geometric-return-and-portfolio-analysis-wp-03-28#abs...
1•tosh•19m ago•0 comments

The new AI literacy: Insights from student developers

https://cloud.google.com/blog/topics/developers-practitioners/how-uc-berkeley-students-use-ai-as-...
1•gpi•22m ago•0 comments

Avi Loeb says recent meteorites signal "Fireball Season"

https://avi-loeb.medium.com/is-the-recent-surge-in-meteor-fireballs-on-earth-related-to-3i-atlas-...
1•tbreschi•23m ago•0 comments

Will Google's TurboQuant AI Compression Demolish the AI Memory Wall?

https://www.buysellram.com/blog/will-googles-turboquant-ai-compression-finally-demolish-the-ai-me...
3•jamesbsr•23m ago•0 comments

Ask HN: Help re-finding a self hosting platform with decent SSO support

1•evolve2k•23m ago•0 comments

MacroPulse – Daily macro regime classification via REST API

https://macropulse.live
1•gaberto•28m ago•0 comments

The Future of Python: Evolution or Succession – Brett Slatkin – PyCascades 2026 [video]

https://www.youtube.com/watch?v=1gjLPVUkZnc
2•matt_d•28m ago•0 comments

How to Keep Services Running During Failures?

https://newsletter.scalablethread.com/p/how-to-keep-services-running-during
1•fagnerbrack•30m ago•0 comments

Show HN: Qwen Meetup Presentation, Function Calling Harness, 6.75% to 100%

https://autobe.dev/blog/function-calling-harness-qwen-meetup-korea/
2•samchon•32m ago•1 comments

Is SwiftUI as fast as UIKit in iOS 26?

https://blog.jacobstechtavern.com/p/swiftui-vs-uikit
3•wpm•34m ago•0 comments

Southern Journey

https://en.wikipedia.org/wiki/Southern_Journey
2•tintinnabula•35m ago•0 comments

Ask HN: Anyone using Meshtastic/LoRa for non-chat applications?

4•redgridtactical•36m ago•0 comments

I Trained an LLM on My MacBook Neo

https://taylorarndt.substack.com/p/i-trained-an-llm-on-my-macbook-neo
3•_vaporwave_•39m ago•0 comments

Costasiella Kuroshimae

https://en.wikipedia.org/wiki/Costasiella_kuroshimae
1•thunderbong•52m ago•0 comments

24/7 AI Lo-Fi Radio Station

https://airwaves.fm/
3•newtechwiz•59m ago•2 comments

TokenFence – Per-workflow budget caps and kill switch for AI agents

https://tokenfence.dev/
3•karhagba•1h ago•0 comments

H100 prices are melting *UP

https://www.latent.space/p/ainews-h100-prices-are-melting-up
6•swyx•1h ago•0 comments

The toughest new sport in Japan is street-racing office chairs

https://www.cnn.com/2026/03/27/asia/japan-office-chair-racing-intl-hnk
5•rawgabbit•1h ago•0 comments

Habitat Avatar Simulator

https://juliendorra.com/habitat/
5•niedzielski•1h ago•0 comments

Programmatic SEO is just noise based on my last 5 years experience

3•milanspeaks•1h ago•1 comments

He suddenly couldn't speak in space. NASA astronaut says his medical scare remai

https://phys.org/news/2026-03-suddenly-couldnt-space-nasa-astronaut.html
7•bookmtn•1h ago•1 comments

The AI Boom Is Missing the Secret Sauce of the 1990s

https://www.bloomberg.com/news/articles/2026-03-27/why-today-s-ai-boom-won-t-repeat-the-1990s-eco...
3•petethomas•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•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!