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•11mo 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•11mo 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•11mo 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?

Rendering the Sky, Sunsets, and Planets

https://blog.maximeheckel.com/posts/on-rendering-the-sky-sunsets-and-planets/
252•ibobev•3h ago•17 comments

Bambu Lab is abusing the open source social contract

https://www.jeffgeerling.com/blog/2026/bambu-lab-abusing-open-source-social-contract/
550•rubenbe•2h ago•188 comments

Learning Software Architecture

https://matklad.github.io/2026/05/12/software-architecture.html
406•surprisetalk•7h ago•75 comments

The Future of Obsidian Plugins

https://obsidian.md/blog/future-of-plugins/
56•xz18r•1h ago•23 comments

Launch HN: Voker (YC S24) – Analytics for AI Agents

https://voker.ai
20•ttpost•1h ago•8 comments

Screenshots of Old Desktop OSes

http://www.typewritten.org/Media/
545•adunk•12h ago•264 comments

Why senior developers fail to communicate their expertise

https://www.nair.sh/guides-and-opinions/communicating-your-expertise/why-senior-developers-fail-t...
23•nilirl•2h ago•5 comments

Instructure pays ransom to Canvas hackers

https://www.insidehighered.com/news/tech-innovation/administrative-tech/2026/05/11/instructure-pa...
12•Cider9986•14h ago•7 comments

Postmortem: TanStack NPM supply-chain compromise

https://tanstack.com/blog/npm-supply-chain-compromise-postmortem
1007•varunsharma07•20h ago•423 comments

eBay Rejects GameStop's $56B Takeover as Not Credible

https://www.bloomberg.com/news/articles/2026-05-12/ebay-rejects-gamestop-s-56-billion-takeover-as...
106•voisin•1h ago•93 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

4•namanyayg•47m ago•0 comments

Profiling.sampling – Statistical Profiler

https://docs.python.org/3.15/library/profiling.sampling.html#module-profiling.sampling
67•djoldman•2d ago•18 comments

They Live (1988) inspired Adblocker

https://github.com/davmlaw/they_live_adblocker
484•tokenburner•16h ago•153 comments

The Real Story of Troy

https://storica.club/blog/troy-was-real/
8•cemsakarya•2d ago•5 comments

EU to crack down on TikTok, Instagram's 'addictive design' targeting kids

https://www.cnbc.com/2026/05/12/tiktok-instagram-social-media-addictive-eu-crack-down.html
386•thm•6h ago•333 comments

If AI writes your code, why use Python?

https://medium.com/@NMitchem/if-ai-writes-your-code-why-use-python-bf8c4ba1a055
764•indigodaddy•20h ago•793 comments

Text Blaze (YC W21) Is Hiring for a No-AI Summer Internship

https://www.ycombinator.com/companies/text-blaze/jobs/P4CCN62-the-blaze-no-ai-summer-internship
1•scottfr•5h ago

The Surprisingly Long Life of the Vacuum Tube

https://www.construction-physics.com/p/the-surprisingly-long-life-of-the
30•surprisetalk•1d ago•16 comments

Chasing Chicago's movable bridges (2014)

https://aresluna.org/seesaws-for-giants/
56•NaOH•2d ago•8 comments

Amazon employees are "tokenmaxxing" due to pressure to use AI tools

https://arstechnica.com/ai/2026/05/amazon-employees-are-tokenmaxxing-due-to-pressure-to-use-ai-to...
82•Bender•50m ago•78 comments

Analysis points to a unexpected cause of reading difficulties

https://phys.org/news/2026-05-years-struggles-obvious-massive-analysis.html
20•wglb•2d ago•30 comments

UCLA discovers first stroke rehabilitation drug to repair brain damage (2025)

https://stemcell.ucla.edu/news/ucla-discovers-first-stroke-rehabilitation-drug-repair-brain-damage
412•bookofjoe•23h ago•83 comments

Through the looking glass of benchmark hacking

https://poolside.ai/blog/through-the-looking-glass
18•jxmorris12•19h ago•8 comments

Extremely Low Frequencies

https://computer.rip/2026-05-09-extremely-low-frequencies.html
171•pinewurst•13h ago•14 comments

Docker images are hundreds of MB; a full game engine compiles to 35MB WASM

https://bogomolov.work/blog/posts/wasm-vs-docker/
53•theanonymousone•3d ago•56 comments

UnDUNE II

https://liquidream.itch.io/undune2
114•tosh•4h ago•22 comments

Coursera and Udemy are now one company

https://blog.coursera.org/coursera-and-udemy-are-now-one-company-creating-the-worlds-most-compreh...
155•Anon84•6h ago•66 comments

Software Internals Book Club

https://eatonphil.com/bookclub.html
169•aragonite•14h ago•27 comments

Claude Platform on AWS

https://claude.com/blog/claude-platform-on-aws
209•matrixhelix•15h ago•87 comments

I let AI build a tool to help me figure out what was waking me up at night

https://martin.sh/i-let-ai-build-a-tool-to-help-me-figure-out-what-was-waking-me-up-at-night/
255•showmypost•20h ago•262 comments