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?

Claude Opus 4.7

https://www.anthropic.com/news/claude-opus-4-7
251•meetpateltech•1h ago•198 comments

Laravel raised money and now injects ads directly into your agent

https://techstackups.com/articles/laravel-raised-money-and-now-injects-ads-directly-into-your-agent/
51•mooreds•33m ago•21 comments

Cloudflare Email Service

https://blog.cloudflare.com/email-for-agents/
104•jilles•2h ago•51 comments

Mozilla Thunderbolt

https://www.thunderbolt.io/
93•dabinat•2h ago•74 comments

IPv6 traffic crosses the 50% mark

https://www.google.com/intl/en/ipv6/statistics.html?yzh=28197
579•Aaronmacaron•1d ago•369 comments

Cloudflare's AI Platform: an inference layer designed for agents

https://blog.cloudflare.com/ai-platform/
60•nikitoci•2h ago•20 comments

The Future of Everything Is Lies, I Guess: Where Do We Go from Here?

https://aphyr.com/posts/420-the-future-of-everything-is-lies-i-guess-where-do-we-go-from-here
159•aphyr•1h ago•127 comments

Launch HN: Kampala (YC W26) – Reverse-Engineer Apps into APIs

https://www.zatanna.ai/kampala
3•alexblackwell_•4m ago•0 comments

Show HN: MacMind – A transformer neural network in HyperCard on a 1989 Macintosh

https://github.com/SeanFDZ/macmind
19•hammer32•2h ago•4 comments

Codex Hacked a Samsung TV

https://blog.calif.io/p/codex-hacked-a-samsung-tv
121•campuscodi•4h ago•77 comments

Darkbloom – Private inference on idle Macs

https://darkbloom.dev
383•twapi•11h ago•192 comments

AI cybersecurity is not proof of work

https://antirez.com/news/163
94•surprisetalk•4h ago•43 comments

Qwen3.6-35B-A3B: Agentic Coding Power, Now Open to All

https://qwen.ai/blog?id=qwen3.6-35b-a3b
296•cmitsakis•1h ago•162 comments

€54k spike in 13h from unrestricted Firebase browser key accessing Gemini APIs

https://discuss.ai.google.dev/t/unexpected-54k-billing-spike-in-13-hours-firebase-browser-key-wit...
309•zanbezi•3h ago•204 comments

FSF trying to contact Google about spammer sending 10k+ mails from Gmail account

https://daedal.io/@thomzane/116410863009847575
275•pabs3•11h ago•169 comments

Modern Microprocessors – A 90-Minute Guide

https://www.lighterra.com/papers/modernmicroprocessors/
106•Flex247A•4d ago•11 comments

Claude Opus 4.7 Model Card

https://anthropic.com/claude-opus-4-7-system-card
44•adocomplete•52m ago•18 comments

Ancient DNA reveals pervasive directional selection across West Eurasia [pdf]

https://reich.hms.harvard.edu/sites/reich.hms.harvard.edu/files/inline-files/2026_Akbari_Nature_s...
45•Metacelsus•4h ago•26 comments

Six Characters

https://ajitem.com/blog/iron-core-part-2-six-characters/
4•Airplanepasta•3d ago•0 comments

PHP 8.6 Closure Optimizations

https://wiki.php.net/rfc/closure-optimizations
44•moebrowne•2d ago•5 comments

Fly Drones from the Browser

https://fpvsim.com/sim
13•mosfets•3d ago•15 comments

Cybersecurity looks like proof of work now

https://www.dbreunig.com/2026/04/14/cybersecurity-is-proof-of-work-now.html
506•dbreunig•1d ago•182 comments

RamAIn (YC W26) Is Hiring

https://www.ycombinator.com/companies/ramain/jobs/bwtwd9W-founding-gtm-operations-lead
1•svee•8h ago

Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis

5•kaliades•2h ago•0 comments

RedSun: System user access on Win 11/10 and Server with the April 2026 Update

https://github.com/Nightmare-Eclipse/RedSun
136•airhangerf15•11h ago•33 comments

There's yet another study about how bad AI is for our brains

https://www.engadget.com/ai/theres-yet-another-study-about-how-bad-ai-is-for-our-brains-183418494...
31•speckx•54m ago•27 comments

Long Instruction Word architectures and the ELI-512

https://dl.acm.org/doi/10.1145/800046.801649
17•rbanffy•5d ago•2 comments

ChatGPT for Excel

https://chatgpt.com/apps/spreadsheets/
273•armcat•18h ago•171 comments

North American English Dialects

https://aschmann.net/AmEng/
90•skogstokig•11h ago•48 comments

The paper computer

https://jsomers.net/blog/the-paper-computer
205•jsomers•3d ago•59 comments