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?

Ask.com has closed

https://www.ask.com/
169•supermdguy•2h ago•83 comments

Ti-84 Evo

https://education.ti.com/en/products/calculators/graphing-calculators/ti-84-evo
401•thatxliner•10h ago•362 comments

Job Postings for Software Engineers Are Rapidly Rising

https://www.citadelsecurities.com/news-and-insights/2026-global-intelligence-crisis/
110•delichon•4h ago•35 comments

Artemis II Photo Timeline

https://artemistimeline.com/#artemis-ii-walkout-nhq202604010003
150•geerlingguy•2d ago•12 comments

New research suggests people can communicate and practice skills while dreaming

https://www.newyorker.com/culture/annals-of-inquiry/its-possible-to-learn-in-our-sleep-should-we
304•XzetaU8•12h ago•170 comments

LFM2-24B-A2B: Scaling Up the LFM2 Architecture

https://www.liquid.ai/blog/lfm2-24b-a2b
16•nateb2022•2d ago•2 comments

Why does it take so long to release black fan versions?

https://www.noctua.at/en/expertise/blog/how-can-it-take-so-long-to-release-black-fan-versions
13•buildbot•1h ago•0 comments

K3k: Kubernetes in Kubernetes

https://github.com/rancher/k3k
15•jzebedee•2h ago•5 comments

CollectWise (YC F24) Is Hiring

https://www.ycombinator.com/companies/collectwise/jobs/rEWfZ6R-senior-forward-deployed-engineer
1•OBrien_1107•1h ago

To Restore an Island Paradise, Add Fungi

https://e360.yale.edu/digest/atoll-islands-sea-level-rise-fungi
39•Brajeshwar•2d ago•3 comments

I built the Playwright for desktop apps. 80% token savings

https://github.com/lahfir/agent-desktop
37•lahfir•3h ago•5 comments

I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA

149•proberts•15h ago•206 comments

Lib0xc: A set of C standard library-adjacent APIs for safer systems programming

https://github.com/microsoft/lib0xc
123•wooster•11h ago•48 comments

Eka’s robotic claw feels like we're approaching a ChatGPT moment

https://www.wired.com/story/when-robots-have-their-chatgpt-moment-remember-these-pincers/
121•zdw•2d ago•155 comments

Direct electrochemical black coffee quality appraisal using cyclic voltammetry

https://www.nature.com/articles/s41467-026-71526-5
40•bookofjoe•2d ago•12 comments

The smelly baby problem

https://www.worksinprogress.news/p/how-disposable-diapers-conquered
155•dionysou•2d ago•95 comments

Sourcefeed – a pop-up RSS service

https://www.sourcefeed.app/
16•bjhess•3d ago•3 comments

Ask HN: Who is hiring? (May 2026)

248•whoishiring•15h ago•263 comments

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

https://github.com/darrylmorley/whatcable
474•sleepingNomad•21h ago•136 comments

A Report on Burnout in Open Source Software Communities (2025) [pdf]

https://mirandaheath.website/static/oss_burnout_report_mh_25.pdf
55•susam•6h ago•12 comments

Integer Overflow Checking Cost

https://danluu.com/integer-overflow/
4•iwsk•2d ago•2 comments

Chasing a SharedKey signature mismatch: fix azurerm_storage_table_entity

https://topaz.thecloudtheory.com/blog/debugging-table-entity-auth/
9•kamilmrzyglod•1d ago•2 comments

Whohas – Command-line utility for cross-distro, cross-repository package search

https://github.com/whohas/whohas
135•peter_d_sherman•15h ago•32 comments

Apocalypse Early Warning System

https://ews.kylemcdonald.net/
152•carlsborg•13h ago•82 comments

Tvheadend: Self-Hosted IPTV Server

https://tvheadend.org
24•hyperific•3d ago•7 comments

City Learns Flock Accessed Cameras in Children's Gymnastics Room as a Sales Demo

https://www.404media.co/city-learns-flock-accessed-cameras-in-childrens-gymnastics-room-as-a-sale...
369•joshcsimmons•11h ago•99 comments

The gay jailbreak technique (2025)

https://github.com/Exocija/ZetaLib/blob/main/The%20Gay%20Jailbreak/The%20Gay%20Jailbreak.md
468•bobsmooth•13h ago•189 comments

Whimsical Animations Course Open House

https://courses.joshwcomeau.com/wham/open-house/00-introduction
85•SpyCoder77•10h ago•9 comments

Create an MP4 video of a web page scrolling at a steady speed

https://github.com/upenn/web-scroll-video
9•shawnzam•3h ago•4 comments

Show HN: AI CAD Harness

https://fusion.adam.new/install
81•zachdive•12h ago•81 comments