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

Comments

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

The workers behind Meta’s smart glasses can see everything

https://www.svd.se/a/K8nrV4/metas-ai-smart-glasses-and-data-privacy-concerns-workers-say-we-see-e...
705•sandbach•5h ago•405 comments

Show HN: I built a sub-500ms latency voice agent from scratch

https://www.ntik.me/posts/voice-agent
230•nicktikhonov•6h ago•66 comments

Closure of the Weatheradio Service in Canada

https://www.rac.ca/rac-responds-to-the-closure-of-the-weatherradio-service-in-canada/
97•da768•4h ago•44 comments

Seed of Might Color Correction Process (2023) [pdf]

https://andrewvanner.github.io/som/SoM_CC_Process_Day.pdf
76•haunter•5h ago•17 comments

What are your guilty displeasures?

https://www.hopefulmons.com/p/what-are-your-guilty-displeasures
31•aregue•1d ago•38 comments

British Columbia to end time changes, adopt year-round daylight time

https://www.cbc.ca/news/canada/british-columbia/b-c-adopting-year-round-daylight-time-9.7111657
513•ireflect•7h ago•274 comments

New iPad Air, powered by M4

https://www.apple.com/newsroom/2026/03/apple-introduces-the-new-ipad-air-powered-by-m4/
341•Garbage•13h ago•546 comments

First in-utero stem cell therapy for fetal spina bifida repair is safe: study

https://health.ucdavis.edu/news/headlines/first-ever-in-utero-stem-cell-therapy-for-fetal-spina-b...
260•gmays•13h ago•50 comments

Against Query Based Compilers

https://matklad.github.io/2026/02/25/against-query-based-compilers.html
35•surprisetalk•1d ago•12 comments

RCade: Building a Community Arcade Cabinet

https://www.frankchiarulli.com/blog/building-the-rcade/
59•evakhoury•4d ago•12 comments

The 185-Microsecond Type Hint

https://blog.sturdystatistics.com/posts/type_hint/
52•kianN•5h ago•5 comments

How to Build Your Own Quantum Computer

https://physics.aps.org/articles/v19/24
48•tzury•4h ago•12 comments

Show HN: Govbase – Follow a bill from source text to news bias to social posts

https://govbase.com
167•foxfoxx•10h ago•72 comments

Motorola announces a partnership with GrapheneOS

https://motorolanews.com/motorola-three-new-b2b-solutions-at-mwc-2026/
2091•km•21h ago•749 comments

The Cathode Ray Tube site

https://www.crtsite.com/didactic-crt.html
14•joebig•1d ago•0 comments

Do AI Agents Make Money in 2026? Or Is It Just Mac Minis and Vibes?

https://www.siliconsnark.com/do-ai-agents-actually-make-money-in-2026-or-is-it-just-mac-minis-and...
9•SaaSasaurus•1h ago•4 comments

Ars Technica Fires Reporter After AI Controversy Involving Fabricated Quotes

https://futurism.com/artificial-intelligence/ars-technica-fires-reporter-ai-quotes
19•danso•2h ago•5 comments

Programmable Cryptography

https://0xparc.org/writings/programmable-cryptography-1
52•fi-le•2d ago•27 comments

iPhone 17e

https://www.apple.com/newsroom/2026/03/apple-introduces-iphone-17e/
215•meetpateltech•13h ago•291 comments

Ask HN: Who is hiring? (March 2026)

181•whoishiring•11h ago•229 comments

Inside the M4 Apple Neural Engine, Part 1: Reverse Engineering

https://maderix.substack.com/p/inside-the-m4-apple-neural-engine
283•zdw•1d ago•74 comments

Welcome (back) to Macintosh

https://take.surf/2026/03/01/welcome-back-to-macintosh
272•Udo_Schmitz•6h ago•189 comments

Show HN: Visual Lambda Calculus – a thesis project (2008) revived for the web

https://github.com/bntre/visual-lambda
24•bntr•2d ago•4 comments

Simple Screw Counter

https://mitxela.com/projects/screwcounter
4•jk_tech•2d ago•1 comments

Launch HN: OctaPulse (YC W26) – Robotics and computer vision for fish farming

68•rohxnsxngh•11h ago•30 comments

"That Shape Had None" – A Horror of Substrate Independence (Short Fiction)

https://starlightconvenience.net/#that-shape-had-none
83•casmalia•9h ago•15 comments

LFortran compiles fpm

https://lfortran.org/blog/2026/02/lfortran-compiles-fpm/
53•wtlin•3d ago•21 comments

Reflex (YC W23) Is Hiring Software Engineers – Python

https://www.ycombinator.com/companies/reflex/jobs
1•apetuskey•10h ago

Ask HN: Who wants to be hired? (March 2026)

79•whoishiring•11h ago•193 comments

Show HN: Giggles – A batteries-included React framework for TUIs

https://github.com/zion-off/giggles
5•ajz317•1h ago•4 comments