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?

Austin’s surge of new housing construction drove down rents

https://www.pew.org/en/research-and-analysis/articles/2026/03/18/austins-surge-of-new-housing-con...
374•matthest•3h ago•358 comments

Cook: A simple CLI for orchestrating Claude Code

https://rjcorwin.github.io/cook/
45•staticvar•1h ago•12 comments

Nvidia greenboost: transparently extend GPU VRAM using system RAM/NVMe

https://gitlab.com/IsolatedOctopi/nvidia_greenboost
204•mmastrac•3d ago•37 comments

Autoresearch for SAT Solvers

https://github.com/iliazintchenko/agent-sat
63•chaisan•3h ago•9 comments

A sufficiently detailed spec is code

https://haskellforall.com/2026/03/a-sufficiently-detailed-spec-is-code
27•signa11•1h ago•3 comments

Warranty Void If Regenerated

https://nearzero.software/p/warranty-void-if-regenerated
231•Stwerner•7h ago•134 comments

OpenRocket

https://openrocket.info/
448•zeristor•3d ago•86 comments

Rob Pike’s Rules of Programming (1989)

https://www.cs.unc.edu/~stotts/COMP590-059-f24/robsrules.html
876•vismit2000•18h ago•421 comments

Wander – A tiny, decentralised tool to explore the small web

https://susam.net/wander/
232•susam•20h ago•63 comments

Nvidia NemoClaw

https://github.com/NVIDIA/NemoClaw
264•hmokiguess•12h ago•200 comments

Czech Man's Stone in Barn's Foundations Is Rare Bronze Age Spearhead Mold

https://www.smithsonianmag.com/smart-news/a-czech-man-used-this-stone-in-his-barns-foundations-it...
17•bookofjoe•2d ago•1 comments

Show HN: Will my flight have Starlink?

195•bblcla•10h ago•259 comments

Book: The Emerging Science of Machine Learning Benchmarks

https://mlbenchmarks.org/00-preface.html
99•jxmorris12•4d ago•4 comments

RX – a new random-access JSON alternative

https://github.com/creationix/rx
28•creationix•4h ago•13 comments

An x86-64 back end for raven-uxn

https://www.mattkeeter.com/blog/2026-03-15-uxn/
17•dcre•3d ago•4 comments

What’s on HTTP?

https://whatsonhttp.com/
42•elixx•6h ago•20 comments

Show HN: I built 48 lightweight SVG backgrounds you can copy/paste

https://www.svgbackgrounds.com/set/free-svg-backgrounds-and-patterns/
195•visiwig•12h ago•36 comments

The math that explains why bell curves are everywhere

https://www.quantamagazine.org/the-math-that-explains-why-bell-curves-are-everywhere-20260316/
81•ibobev•2d ago•43 comments

CVE-2026-3888: Important Snap Flaw Enables Local Privilege Escalation to Root

https://blog.qualys.com/vulnerabilities-threat-research/2026/03/17/cve-2026-3888-important-snap-f...
110•askl•12h ago•67 comments

2025 Turing award given for quantum information science

https://awards.acm.org/about/2025-turing
109•srvmshr•17h ago•25 comments

Show HN: Playing LongTurn FreeCiv with Friends

https://github.com/ndroo/freeciv.andrewmcgrath.info
59•verelo•8h ago•28 comments

OpenAI Has New Focus (on the IPO)

https://om.co/2026/03/17/openai-has-new-focus-on-the-ipo/
173•aamederen•17h ago•165 comments

On a Boat

https://moq.dev/blog/on-a-boat/
135•mmcclure•5d ago•23 comments

Machine Payments Protocol (MPP)

https://stripe.com/blog/machine-payments-protocol
160•bpierre•12h ago•71 comments

Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m

https://huggingface.co/datasets/open-index/hacker-news
330•tamnd•4d ago•139 comments

LotusNotes

https://computer.rip/2026-03-14-lotusnotes.html
7•TMWNN•3d ago•0 comments

Measuring progress toward AGI: A cognitive framework

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/measuring-agi-cognitive...
110•surprisetalk•16h ago•181 comments

Trevor Milton is raising funds for a new jet he claims will transform flying

https://www.wsj.com/business/trevor-milton-pardon-nikola-trump-3163e19c
104•jgalt212•15h ago•162 comments

Despite Doubts, Federal Cyber Experts Approved Microsoft Cloud Service

https://www.propublica.org/article/microsoft-cloud-fedramp-cybersecurity-government
449•hn_acker•13h ago•206 comments

Ask HN: How do you deal with people who trust LLMs?

76•basilikum•2h ago•89 comments