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?

UK sovereign LLM inference

https://relax.ai/docs
54•benjamintnorris•1h ago•37 comments

Explore Wikipedia Like a Windows XP Desktop

https://explorer.samismith.com/
63•smusamashah•1h ago•14 comments

Removing the modem and GPS from my 2024 RAV4 hybrid

https://arkadiyt.com/2026/05/13/removing-the-modem-and-gps-from-my-rav4/
882•arkadiyt•17h ago•458 comments

Show HN: Find the best local LLM for your hardware, ranked by benchmarks

https://github.com/Andyyyy64/whichllm
11•andyyyy64•1h ago•1 comments

Building ML framework with Rust and Category Theory

https://hghalebi.github.io/category_theory_transformer_rs/
37•adamnemecek•18h ago•12 comments

A few words on DS4

https://antirez.com/news/165
322•caust1c•12h ago•130 comments

Show HN: GlycemicGPT – Open-source AI-powered diabetes management

https://github.com/GlycemicGPT/GlycemicGPT
29•jlengelbrecht•5h ago•11 comments

UK government replaces Palantir software with internally-built refugee system

https://www.bbc.com/news/articles/c2l2j1lxdk5o
231•cdrnsf•11h ago•79 comments

Details of the Daring Airdrop at Tristan Da Cunha

https://www.tristandc.com/government/news-2026-05-11-airdrop.php
149•kspacewalk2•6h ago•42 comments

RTX 5090 and M4 MacBook Air: Can It Game?

https://scottjg.com/posts/2026-05-05-egpu-mac-gaming/
599•allenleee•18h ago•145 comments

First public macOS kernel memory corruption exploit on Apple M5

https://blog.calif.io/p/first-public-kernel-memory-corruption
371•quadrige•16h ago•86 comments

Gyroflow: Video stabilization using gyroscope data

https://github.com/gyroflow/gyroflow
95•nateb2022•2d ago•18 comments

New Nginx Exploit

https://github.com/DepthFirstDisclosures/Nginx-Rift
384•hetsaraiya•17h ago•87 comments

Solar-based sleep patterns compared to modern norms

https://dylan.gr/1775146616
73•James72689•6h ago•62 comments

Codex is now in the ChatGPT mobile app

https://openai.com/index/work-with-codex-from-anywhere/
339•mikeevans•14h ago•171 comments

Mullvad exit IPs are surprisingly identifying

https://tmctmt.com/posts/mullvad-exit-ips-as-a-fingerprinting-vector/
393•RGBCube•8h ago•235 comments

Access to frontier AI will soon be limited by economic and security constraints

https://writing.antonleicht.me/p/cut-off
160•thoughtpeddler•9h ago•151 comments

Tesla Wall Connector bootloader bypasses the firmware downgrade ratchet

https://www.synacktiv.com/en/publications/exploiting-the-tesla-wall-connector-from-its-charge-por...
100•p_stuart82•13h ago•45 comments

Claude for Legal

https://github.com/anthropics/claude-for-legal
97•Einenlum•13h ago•90 comments

HDD Firmware Hacking

https://icode4.coffee/?p=1465
192•jsploit•18h ago•26 comments

RISC-V Router

https://router.start9.com/
124•janandonly•14h ago•66 comments

What's in a GGUF, besides the weights – and what's still missing?

https://nobodywho.ooo/posts/whats-in-a-gguf/
152•bashbjorn•17h ago•46 comments

Porting 3D Movie Maker to Linux

https://benstoneonline.com/posts/porting-3d-movie-maker-to-linux/
129•speckx•3d ago•26 comments

How Claude Code works in large codebases

https://claude.com/blog/how-claude-code-works-in-large-codebases-best-practices-and-where-to-start
171•shenli3514•6h ago•123 comments

New arXiv policy: 1-year ban for hallucinated references

https://twitter.com/tdietterich/status/2055000956144935055
508•gjuggler•13h ago•174 comments

Geography is four-dimensional

https://sive.rs/4d
10•galfarragem•49m ago•0 comments

OVMS: Open source electric vehicle remote monitoring, diagnosis and control

https://www.openvehicles.com/home
80•BHSPitMonkey•12h ago•13 comments

More than sixty percent of the United States is experiencing drought conditions

https://news.vt.edu/articles/2026/05/drought-united-states-la-nina-expert.html
205•littlexsparkee•11h ago•76 comments

Coldkey – Post-quantum age key generation and paper backup tool

https://github.com/pike00/coldkey
20•pike00•6h ago•6 comments

WinUI 3 Performance: A Leap Forward

https://github.com/microsoft/microsoft-ui-xaml/discussions/11096
101•whatever3•15h ago•99 comments