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?

Sabotaging projects by overthinking, scope creep, and structural diffing

https://kevinlynagh.com/newsletter/2026_04_overthinking/
27•alcazar•26m ago•4 comments

Spinel: Ruby AOT Native Compiler

https://github.com/matz/spinel
185•dluan•6h ago•43 comments

Different Language Models Learn Similar Number Representations

https://arxiv.org/abs/2604.20817
8•Anon84•20m ago•0 comments

DeepSeek v4

https://api-docs.deepseek.com/
1395•impact_sy•11h ago•993 comments

Mounting tar archives as a filesystem in WebAssembly

https://jeroen.github.io/notes/webassembly-tar/
52•datajeroen•4h ago•13 comments

US special forces soldier arrested after allegedly winning $400k on Maduro raid

https://www.cnn.com/2026/04/23/politics/us-special-forces-soldier-arrested-maduro-raid-trade
448•nkrisc•16h ago•476 comments

Show HN: How LLMs Work – Interactive visual guide based on Karpathy's lecture

https://ynarwal.github.io/how-llms-work/
173•ynarwal__•8h ago•41 comments

An update on recent Claude Code quality reports

https://www.anthropic.com/engineering/april-23-postmortem
821•mfiguiere•21h ago•624 comments

Why I Write (1946)

https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/why-i-write/
223•RyanShook•12h ago•53 comments

8087 Emulation on 8086 Systems

https://www.os2museum.com/wp/learn-something-old-every-day-part-xx-8087-emulation-on-8086-systems/
22•ingve•3h ago•11 comments

Bitwarden CLI compromised in ongoing Checkmarx supply chain campaign

https://socket.dev/blog/bitwarden-cli-compromised
813•tosh•1d ago•395 comments

GPT-5.5

https://openai.com/index/introducing-gpt-5-5/
1453•rd•20h ago•969 comments

Hear your agent suffer through your code

https://github.com/AndrewVos/endless-toil
74•AndrewVos•3h ago•22 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
81•aliezsid•8h ago•15 comments

How to be anti-social – a guide to incoherent and isolating social experiences

https://nate.leaflet.pub/3mk4xkaxobc2p
130•calcifer•4h ago•120 comments

South Korea police arrest man for posting AI photo of runaway wolf

https://www.bbc.com/news/articles/c4gx1n0dl9no
189•giuliomagnifico•5h ago•111 comments

MeshCore development team splits over trademark dispute and AI-generated code

https://blog.meshcore.io/2026/04/23/the-split
250•wielebny•21h ago•134 comments

Meta tells staff it will cut 10% of jobs

https://www.bloomberg.com/news/articles/2026-04-23/meta-tells-staff-it-will-cut-10-of-jobs-in-pus...
704•Vaslo•19h ago•697 comments

Linux 7.1 Removes Drivers for Bus Mouse Support

https://www.phoronix.com/news/Linux-7.1-Input
13•speckx•1h ago•4 comments

Familiarity is the enemy: On why Enterprise systems have failed for 60 years

https://felixbarbalet.com/familiarity-is-the-enemy/
79•adityaathalye•10h ago•42 comments

Using the internet like it's 1999

https://joshblais.com/blog/using-the-internet-like-its-1999/
198•joshuablais•18h ago•134 comments

UK Biobank health data keeps ending up on GitHub

https://biobank.rocher.lc
172•Cynddl•1d ago•44 comments

Affirm Retooled for Agentic Software Development in One Week

https://medium.com/@affirmtechnology/how-affirm-retooled-its-engineering-organization-for-agentic...
7•brd529•1h ago•0 comments

TorchTPU: Running PyTorch Natively on TPUs at Google Scale

https://developers.googleblog.com/torchtpu-running-pytorch-natively-on-tpus-at-google-scale/
168•mji•18h ago•14 comments

Show HN: Atomic – Local-first, AI-augmented personal knowledge base

https://atomicapp.ai/
6•kenforthewin•2h ago•1 comments

My phone replaced a brass plug

https://drobinin.com/posts/my-phone-replaced-a-brass-plug/
166•valzevul•22h ago•44 comments

Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
246•lucaronin•16h ago•113 comments

Alberta startup sells no-tech tractors for half price

https://wheelfront.com/this-alberta-startup-sells-no-tech-tractors-for-half-price/
2241•Kaibeezy•1d ago•754 comments

Habitual coffee intake shapes the microbiome, modifies physiology and cognition

https://www.nature.com/articles/s41467-026-71264-8
224•scubakid•10h ago•178 comments

Show HN: Agent Vault – Open-source credential proxy and vault for agents

https://github.com/Infisical/agent-vault
127•dangtony98•1d ago•43 comments