frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Precomputing Transparency Order in 3D

https://jacobdoescode.com/2025/05/18/precomputing-transparency-order-in-3d
14•jacobp100•12mo ago

Comments

bschwindHN•12mo ago
> Today, getting the correct order for translucent faces typically involves sorting the faces by their distance to the camera on the CPU, then sending the sorted faces to the GPU. This means every time the camera moves, you need to re-sort the translucent faces.

Don't most games and rendering engines these days use order-independent transparency if they care about these problems?

https://osor.io/OIT

How does the method in the OP article work if you're rendering meshes instead of planar objects? Sure, a mesh is just composed of planar triangles, but that's a _lot_ of triangles to sort, and with an O(n^2) algorithm, it's going to be painful.

user____name•12mo ago
A big problem with OIT techniques is that it presumes all see-trough surfaces use alpha blending. In reality other blending modes can be used, most notably additive blending. Additive blending is very useful because it ensures the surface will always be brighter than the background, which is important for things like fire, which look strange when the background is actually brighter than the blended surface, this is quite common.

Another issue is that OIT techniques usually have a breaking point where drawing too many layers will start showing artefacts.

So in order for OIT to work correctly you have to enforce all surfaces to be either opaque or use alpha blending and also avoid drawing too many layers. This is more limiting than sorting based approaches for the average usecase, even if it does end up fixing cases that aren't easily fixed via sorting. Besides that, people working in games and realtime rendering have simply gotten accustomed to designing around alpha blending issues.

bschwindHN•12mo ago
What's the granularity of sorting, for most modern games? I'm guessing just sorting by an object or mesh center, instead of sorting each triangle, but are there are methods I'm unaware of?

Kioxia and Dell cram 10 PB into slim 2RU server

https://www.blocksandfiles.com/flash/2026/05/14/kioxia-and-dell-cram-10-pb-into-slim-2ru-server/5...
62•rbanffy•3h ago•40 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
118•ibobev•3d ago•46 comments

SANA-WM, a 2.6B open-source world model for 1-minute 720p video

https://nvlabs.github.io/Sana/WM/
258•mjgil•8h ago•104 comments

OpenAI and Malta partner to bring ChatGPT Plus to all citizens

https://openai.com/index/malta-chatgpt-plus-partnership/
7•bookofjoe•16m ago•4 comments

An australian teen team is making radio astronomy affordable for rural schools

https://mag.openrockets.com/p/how-an-australian-teen-team-is-making-radio-astronomy-affordable-fo...
96•openrockets•5h ago•24 comments

Accelerando (2005)

https://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html
193•eamag•8h ago•104 comments

Moving away from Tailwind, and learning to structure my CSS

https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
317•mpweiher•11h ago•211 comments

Δ-Mem: Efficient Online Memory for Large Language Models

https://arxiv.org/abs/2605.12357
167•44za12•11h ago•40 comments

Frontier AI has broken the open CTF format

https://kabir.au/blog/the-ctf-scene-is-dead
293•frays•13h ago•256 comments

Fame! A Misunderstanding: A new translation of Albert Camus's complete notebooks

https://lareviewofbooks.org/article/albert-camus-complete-notebooks-ryan-bloom-existentialism-abs...
18•Caiero•2d ago•2 comments

Clusters become personal (like PCs did)

https://aranya.tech/blog/arrival-of-the-personal-cluster
34•druid•3d ago•24 comments

HTML Lists

https://blog.frankmtaylor.com/2026/05/13/you-dont-know-html-lists/
232•speckx•3h ago•47 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
28•tsiry•3h ago•10 comments

Project Gutenberg – keeps getting better

https://www.gutenberg.org/
1112•JSeiko•1d ago•264 comments

Japan runs out of robot wolves in fight against bears

https://www.popsci.com/environment/japan-robot-wolf-army/
23•bookofjoe•1h ago•10 comments

Greek Alphabet Cards

https://labs.randomquark.com/alphabet_cards/
80•ricochet11•8h ago•32 comments

DeepSeek-V4-Flash means LLM steering is interesting again

https://www.seangoedecke.com/steering-vectors/
152•Brajeshwar•5h ago•57 comments

Futhark by example

https://futhark-lang.org/examples.html
97•tosh•10h ago•24 comments

We've made the world too complicated

https://user8.bearblog.dev/the-world-is-too-complicated/
80•James72689•12h ago•91 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
9•bryanrasmussen•4d ago•0 comments

Accelerate

https://github.com/AccelerateHS/accelerate
63•tosh•6h ago•15 comments

Kyber (YC W23) Is Hiring a Founding Marketer

https://www.ycombinator.com/companies/kyber/jobs/1rLQAro-founding-marketer-content-community
1•asontha•8h ago

After 8 years, I rewrote my open-source PyTorch curvature library

https://github.com/noahgolmant/pytorch-hessian-eigenthings
49•noahgolmant•2d ago•1 comments

Nearly 50 Years Later, WKRP in Cincinnati Becomes a Real Radio Station

https://www.openculture.com/2026/05/nearly-50-years-later-wkrp-in-cincinnati-becomes-a-real-radio...
81•bookofjoe•4d ago•53 comments

Technofascism

https://third-bit.com/2026/05/15/technofascism/
47•speckx•3h ago•11 comments

My Favorite Bugs: Invalid Surrogate Pairs

https://george.mand.is/2026/05/my-favorite-bugs-invalid-surrogate-pairs/
73•meysamazad•7h ago•40 comments

I believe there are entire companies right now under AI psychosis

https://twitter.com/mitchellh/status/2055380239711457578
1769•reasonableklout•1d ago•971 comments

Fecal transplants for autism deliver success in clinical trials (2025)

https://refractor.io/adhd-autism/fecal-transplants-for-autism-delivers-success-in-clinical-trials/
249•breve•11h ago•177 comments

Points are a weird and inconsistent unit of measure

https://buttondown.com/hillelwayne/archive/points-are-a-weird-and-inconsistent-unit-of/
58•danborn26•2d ago•54 comments

Show HN: Daily vibe-coding video games, day 33: Tower Defense (single prompt)

https://gamevibe.us/33-tower-defense
6•pzxc•2h ago•0 comments