The Three Pillars of JavaScript Bloat

Over the last couple of years, we’ve seen significant growth of the e18e community and a rise in performance focused contributions because of it. A large part of this is the “cleanup” initiative, where the community has been pruning packages which are redundant, outdated, or unmaintained. One of the most common topics that comes up […]
The truth that haunts the Ramones: ’They sold more T-shirts than records’

On April 23, 1976, the Ramones’ first, self‑titled album was released. It was recorded over seven days on the eighth floor of New York’s Radio City Music Hall and cost $6,400 at the time — an almost laughably small amount compared with the big budgets common in the record industry then. Their label, Sire, decided […]
Chest Fridge

Using vertical doors in refrigeration devices is an act against the Nature of Cold Air. Understanding and cooperating with Nature rather than acting against it leads to much better efficiency. My chest fridge (Vestfrost freezer turned into a fridge) consumes about 0.1 kWh a day. It works only about 2 minutes per hour. At all […]
Why craft-lovers are losing their craft
March 21, 2026 Les Orchard made a quiet observation recently that I haven’t been able to shake. Before LLM coding assistants arrived, the split between developers was invisible: Craft-lovers and make-it-go people sat next to each other, shipped the same products, looked indistinguishable. The motivation behind the work was invisible because the process was identical. […]
Looking at Unity made me understand the point of C++ coroutines
20 Mar 2026 on C++, Game development I had seen many talks about coroutines but it never really clicked where I could use them outisde of async IO. Until I looked at how Unity uses them in C#. Coroutines have been around in C++ for 6 years now. And still I have yet to encounter […]
The Impact of AI on Game Dev Jobs. Open to Work Crisis

The impact of AI on Game Dev Jobs. Open To Work Crisis – Darko Tomic By Darko Tomic
Floci – A free, open-source local AWS emulator

🍿☁️ Light, fluffy, and always free Named after floccus — the cloud formation that looks exactly like popcorn. A free, open-source local AWS emulator. No account. No feature gates. No CI restrictions. Just docker compose up. LocalStack’s community edition sunset in March 2026 — requiring auth tokens, dropping CI support, and freezing security updates. Floci is […]
Attempts to post the latest Trivy security incident have been marked [dead]
Use Manifesto to store and query metadata for container images (github.com/aquasecurity) 1 point by ekiauhce on Oct 13, 2023 | past CIS Software Supply Chain Security Guide [pdf] (github.com/aquasecurity) 2 points by mooreds on July 19, 2022 | past Tfsec is a static analysis security scanner for your Terraform code (github.com/aquasecurity) 1 point by sidcool […]
Do Not Turn Child Protection into Internet Access Control

Age verification is no longer a narrow mechanism for a few adult websites. Across Europe, the USA, the UK, Australia, and elsewhere, it is expanding into social media, messaging, gaming, search, and other mainstream services. The real question is no longer whether age checks will spread. It is what kind of internet they are turning […]
Tinybox- offline AI device 120B parameters

tinygrad: A simple and powerful neural network framework tinygrad We write and maintain tinygrad, the fastest growing neural network framework It’s extremely simple, and breaks down the most complex networks into 3 OpTypes ElementwiseOps are UnaryOps, BinaryOps, and TernaryOps.They operate on 1-3 tensors and run elementwise.example: SQRT, LOG2, ADD, MUL, WHERE, etc… ReduceOps operate on […]