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•10mo ago

Comments

bschwindHN•10mo 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•10mo 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•10mo 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?

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
180•sam-bee•3h ago•78 comments

We found an undocumented bug in the Apollo 11 guidance computer code

https://www.juxt.pro/blog/a-bug-on-the-dark-side-of-the-moon/
189•henrygarner•4h ago•111 comments

Has electricity decoupled from gas prices in Germany?

https://has-electricity-decoupled-yet.strommarktberatung.de
21•konschubert•44m ago•12 comments

Show HN: A cartographer's attempt to realistically map Tolkien's world

https://www.intofarlands.com/atlasofarda
59•intofarlands•2h ago•10 comments

Dropping Cloudflare for Bunny.net

https://jola.dev/posts/dropping-cloudflare
113•shintoist•1h ago•46 comments

Every GPU That Mattered

https://sheets.works/data-viz/every-gpu
188•jonbaer•5h ago•103 comments

Identify a London Underground Line just by listening to it

https://tubesoundquiz.com/
101•nelson687•4h ago•28 comments

9 Mothers (YC P26) Is Hiring – Lead Robotics and More

https://jobs.ashbyhq.com/9-mothers?utm_source=x8pZ4B3P3Q
1•ukd1•49m ago

Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

https://locker.dev
134•Zm44•3h ago•116 comments

Running Out of Disk Space in Production

https://alt-romes.github.io/posts/2026-04-01-running-out-of-disk-space-on-launch.html
81•romes•3d ago•36 comments

Blackholing My Email

https://www.johnsto.co.uk/blog/blackholing-my-email/
99•semyonsh•5h ago•6 comments

Wi-Fi That Can Withstand a Nuclear Reactor: This receiver chip can take it

https://spectrum.ieee.org/robotics-in-nuclear-industry
32•voxadam•4d ago•1 comments

My Experience as a Rice Farmer

https://xd009642.github.io/2026/04/01/My-Experience-as-a-Rice-Farmer.html
248•surprisetalk•5d ago•113 comments

AI may be making us think and write more alike

https://dornsife.usc.edu/news/stories/ai-may-be-making-us-think-and-write-more-alike/
123•giuliomagnifico•3h ago•115 comments

DeiMOS – A Superoptimizer for the MOS 6502

https://aransentin.github.io/deimos/
33•Aransentin•3h ago•9 comments

Show HN: Pion/handoff – Move WebRTC out of browser and into Go

https://github.com/pion/handoff
48•Sean-Der•2h ago•10 comments

SQLite in Production: Lessons from Running a Store on a Single File

https://ultrathink.art/blog/sqlite-in-production-lessons
33•thunderbong•3d ago•14 comments

You can't cancel a JavaScript promise (except sometimes you can)

https://www.inngest.com/blog/hanging-promises-for-control-flow
9•goodoldneon•1h ago•5 comments

The best tools for sending an email if you go silent

https://blog.alcazarsec.com/posts/best-email-dead-mans-switches
17•alcazar•1h ago•6 comments

Breaking the console: a brief history of video game security

https://sergioprado.blog/breaking-the-console-a-brief-history-of-video-game-security/
50•sprado•4h ago•10 comments

Floating point from scratch: Hard Mode

https://essenceia.github.io/projects/floating_dragon/
55•random__duck•2d ago•8 comments

Haunting Photos Show the Aftermath of the Kursk Submarine Disaster in 2000

https://rarehistoricalphotos.com/kursk-submarine-disaster-photos/
62•mooreds•4d ago•9 comments

Record wind and solar saved UK from gas imports worth £1B in March 2026

https://www.carbonbrief.org/analysis-record-wind-and-solar-saved-uk-from-gas-imports-worth-1bn-in...
51•mindracer•2h ago•11 comments

Sam Altman may control our future – can he be trusted?

https://www.newyorker.com/magazine/2026/04/13/sam-altman-may-control-our-future-can-he-be-trusted
1671•adrianhon•1d ago•686 comments

"The new Copilot app for Windows 11 is really just Microsoft Edge"

https://twitter.com/TheBobPony/status/2041112541909205001
58•bundie•2h ago•39 comments

Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS

https://github.com/matthartman/ghost-pepper
422•MattHart88•18h ago•188 comments

Hybrid Attention

18•JohannaAlmeida•1h ago•3 comments

Issue: Claude Code is unusable for complex engineering tasks with Feb updates

https://github.com/anthropics/claude-code/issues/42796
1227•StanAngeloff•1d ago•663 comments

Three hundred synths, 3 hardware projects, and one app

https://midi.guide/blog/three-hunded-synths-one-app/
88•ductionist•9h ago•7 comments

Second Revision of 6502 Laptop

https://codeberg.org/TechPaula/LT6502b
83•uticus•4d ago•17 comments