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

Surveillance vendors caught abusing access to telcos to track people's locations

https://techcrunch.com/2026/04/23/surveillance-vendors-caught-abusing-access-to-telcos-to-track-p...
29•mentalgear•32m ago•4 comments

I am building a cloud

https://crawshaw.io/blog/building-a-cloud
524•bumbledraven•8h ago•269 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
23•russellthehippo•51m ago•3 comments

Alberta startup sells no-tech tractors for half price

https://wheelfront.com/this-alberta-startup-sells-no-tech-tractors-for-half-price/
1865•Kaibeezy•20h ago•613 comments

Sneaky spam in conversational replies to blog posts

https://shkspr.mobi/blog/2026/04/sneaky-spam-in-conversational-replies-to-blog-posts/
18•ColinWright•54m ago•1 comments

Your hex editor should color-code bytes

https://simonomi.dev/blog/color-code-your-bytes/
184•tobr•2d ago•48 comments

Jiga (YC W21) Is Hiring

https://jiga.io/about-us/
1•grmmph•41m ago

Apple fixes bug that cops used to extract deleted chat messages from iPhones

https://techcrunch.com/2026/04/22/apple-fixes-bug-that-cops-used-to-extract-deleted-chat-messages...
652•cdrnsf•16h ago•164 comments

Writing a C Compiler, in Zig

https://ar-ms.me/thoughts/c-compiler-1-zig/
33•tosh•3h ago•6 comments

We found a stable Firefox identifier linking all your private Tor identities

https://fingerprint.com/blog/firefox-tor-indexeddb-privacy-vulnerability/
766•danpinto•19h ago•225 comments

Isopods of the world

https://isopod.site/
34•debesyla•2d ago•10 comments

5x5 Pixel font for tiny screens

https://maurycyz.com/projects/mcufont/
683•zdw•3d ago•139 comments

Our newsroom AI policy

https://arstechnica.com/staff/2026/04/our-newsroom-ai-policy/
92•zdw•7h ago•61 comments

A True Life Hack: What Physical 'Life Force' Turns Biology's Wheels?

https://www.quantamagazine.org/what-physical-life-force-turns-biologys-wheels-20260420/
115•Prof_Sigmund•2d ago•22 comments

Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image

https://antiz.fr/blog/archlinux-now-has-a-reproducible-docker-image/
113•maxloh•10h ago•39 comments

The Onion to Take over InfoWars

https://www.nytimes.com/2026/04/20/business/infowars-alex-jones-the-onion.html
232•lxm•2d ago•70 comments

Highlights from Git 2.54

https://github.blog/open-source/git/highlights-from-git-2-54/
41•ingve•2d ago•12 comments

Over-editing refers to a model modifying code beyond what is necessary

https://nrehiew.github.io/blog/minimal_editing/
381•pella•18h ago•219 comments

Email could have been X.400 times better

https://buttondown.com/blog/x400-vs-smtp-email
21•maguay•4h ago•17 comments

Website streamed live directly from a model

https://flipbook.page/
318•sethbannon•18h ago•85 comments

An amateur historian's favorite books about the Silk Road

https://bookdna.com/best-books/silk-road
35•bwb•2d ago•14 comments

Show HN: Built a daily game where you sort historical events chronologically

https://hisorty.app/
11•damiannn•2h ago•8 comments

Technical, cognitive, and intent debt

https://martinfowler.com/fragments/2026-04-02.html
277•theorchid•20h ago•73 comments

Work with the Garage Door Up

https://notes.andymatuschak.org/Work_with_the_garage_door_up
4•jxmorris12•1d ago•2 comments

Tempest vs. Tempest: The Making and Remaking of Atari's Iconic Video Game

https://tempest.homemade.systems
87•mwenge•11h ago•27 comments

Ping-pong robot beats top-level human players

https://www.reuters.com/sports/ping-pong-robot-ace-makes-history-by-beating-top-level-human-playe...
134•wslh•21h ago•174 comments

Parallel agents in Zed

https://zed.dev/blog/parallel-agents
243•ajeetdsouza•19h ago•131 comments

Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model

https://qwen.ai/blog?id=qwen3.6-27b
881•mfiguiere•23h ago•407 comments

Books are not too expensive

https://www.millersbookreview.com/p/no-books-are-not-remotely-too-expensive
72•herbertl•2d ago•80 comments

Ultraviolet corona discharges on treetops during storms

https://www.psu.edu/news/earth-and-mineral-sciences/story/treetops-glowing-during-storms-captured...
243•t-3•23h ago•65 comments