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?

US SEC preparing to scrap quarterly reporting requirement

https://www.reuters.com/business/finance/us-sec-preparing-eliminate-quarterly-reporting-requireme...
457•djoldman•5h ago•251 comments

Kagi Translate now supports LinkedIn Speak as an output language

https://translate.kagi.com/?from=en&to=LinkedIn+speak
50•smitec•45m ago•7 comments

Monkey Island for Commodore 64 Ground Up

https://pixeldust.se/monkey-island-project
40•aresant•1h ago•7 comments

Leanstral: Open-source agent for trustworthy coding and formal proof engineering

https://mistral.ai/news/leanstral
387•Poudlardo•8h ago•80 comments

Every layer of review makes you 10x slower

https://apenwarr.ca/log/20260316
58•greyface-•2h ago•22 comments

Meta’s renewed commitment to jemalloc

https://engineering.fb.com/2026/03/02/data-infrastructure/investing-in-infrastructure-metas-renew...
391•hahahacorn•11h ago•171 comments

The “small web” is bigger than you might think

https://kevinboone.me/small_web_is_big.html
359•speckx•12h ago•159 comments

The American Healthcare Conundrum

https://github.com/rexrodeo/american-healthcare-conundrum
293•rexroad•12h ago•257 comments

Claude Tips for 3D Work

https://www.davesnider.com/posts/claude-3d
11•snide•3d ago•0 comments

My Journey to a reliable and enjoyable locally hosted voice assistant (2025)

https://community.home-assistant.io/t/my-journey-to-a-reliable-and-enjoyable-locally-hosted-voice...
348•Vaslo•16h ago•101 comments

Beyond has dropped “meat” from its name and expanded its high-protein drink line

https://plantbasednews.org/news/alternative-protein/beyond-meat-not-the-moment-rebrand/
92•rmason•8h ago•162 comments

Jepsen: MariaDB Galera Cluster 12.1.2

https://jepsen.io/analyses/mariadb-galera-cluster-12.1.2
32•aphyr•1h ago•3 comments

Show HN: Oxyde – Pydantic-native async ORM with a Rust core

https://github.com/mr-fatalyst/oxyde
91•mr_Fatalyst•3d ago•48 comments

Why I love FreeBSD

https://it-notes.dragas.net/2026/03/16/why-i-love-freebsd/
387•enz•18h ago•191 comments

In space, no one can hear you kernel panic (2020)

https://increment.com/software-architecture/in-space-no-one-can-hear-you-kernel-panic/
46•p0u4a•4d ago•5 comments

Show HN: Thermal Receipt Printers – Markdown and Web UI

https://github.com/sadreck/ThermalMarky
59•howlett•3d ago•23 comments

Starlink Mini as a failover

https://www.jackpearce.co.uk/posts/starlink-failover/
229•jkpe•21h ago•175 comments

Pyodide: a Python distribution based on WebAssembly

https://github.com/pyodide/pyodide
27•tosh•3d ago•11 comments

AirPods Max 2

https://www.apple.com/airpods-max/
246•ssijak•16h ago•433 comments

Lf-lean: The frontier of verified software engineering

https://theorem.dev/blog/lf-lean/
29•alpaylan•4d ago•7 comments

Polymarket gamblers threaten to kill me over Iran missile story

https://www.timesofisrael.com/gamblers-trying-to-win-a-bet-on-polymarket-are-vowing-to-kill-me-if...
1412•defly•17h ago•912 comments

AnswerThis (YC F25) Is Hiring

https://www.ycombinator.com/companies/answerthis/jobs/CNdatw5-founding-engineering-lead
1•ayush4921•8h ago

Canopy Height Maps v2

https://ai.meta.com/blog/world-resources-institute-dino-canopy-height-maps-v2/?_fb_noscript=1
22•tzury•4d ago•6 comments

Language model teams as distributed systems

https://arxiv.org/abs/2603.12229
84•jryio•12h ago•39 comments

Home Assistant waters my plants

https://finnian.io/blog/home-assistant-waters-my-plants/
269•finniananderson•4d ago•134 comments

The bureaucracy blocking the chance at a cure

https://www.writingruxandrabio.com/p/the-bureaucracy-blocking-the-chance
114•item•1d ago•136 comments

Launch HN: Voygr (YC W26) – A better maps API for agents and AI apps

71•ymarkov•13h ago•56 comments

Lies I was told about collaborative editing, Part 2: Why we don't use Yjs

https://www.moment.dev/blog/lies-i-was-told-pt-2
227•antics•4d ago•107 comments

Show HN: Claude Code skills that build complete Godot games

https://github.com/htdt/godogen
210•htdt•13h ago•132 comments

Lazycut: A simple terminal video trimmer using FFmpeg

https://github.com/emin-ozata/lazycut
176•masterpos•17h ago•54 comments