Lobster Roll

Stories by iv

Why Cities: Skylines 2 performs poorly (blog.paavo.me)
A Message to Our Customers (apple.com)
> The United States government has demanded that Apple take an unprecedented step which threatens the security of our customers. We oppose this order, which has implications far beyond the legal case at hand.
forbidden secrets of ancient X11 scaling technology revealed (flak.tedunangst.com)
The most obsolete infrastructure money could buy - my worst job ever (snellman.net)
What went wrong with the libdispatch. A tale of caution for the future of concurrency (tclementdev.com)
The inability to count correctly (blog.cr.yp.to)
Completely Silent Computer (tp69.wordpress.com)
Theo de Raadt on pinsyscall(2) (undeadly.org)
Alice - new build system for Ocaml (alicecaml.org)
Why the MacBook Pro is limited to 16GB of RAM (macdaddy.io)
Thoughts on replacement languages (tedunangst.com)
Mystery signal from a helicopter (windytan.com)
The Tree Structure of File Systems (fkohlgrueber.github.io)
Counting Objects (githubengineering.com)
Building an Emacs lisp VM in Rust (coredumped.dev)
Asynchronous Everything (joeduffyblog.com)
Part of Joe Duffy's [series](http://joeduffyblog.com/2015/11/03/blogging-about-midori/) on [Midori](https://en.wikipedia.org/wiki/Midori_(operating_system)), a research operating system from Microsoft.
The Git source code audit, viewed as a Rust programmer (litchipi.github.io)
Eric Lippert: Sharp Regrets: Top 10 Worst C# Features (informit.com)
Dreaming of a Parser Generator for Language Design (blog.adamant-lang.org)
On my misalignment with Apple's love affair with Swift (rant.monkeydom.de)
Why is it hard to write a compiler for PerlĀ 6? (perlgeek.de)
Bootstrapping a Forth for Art (tia.mat.br)
ok Considered Harmful (dolthub.com)
The WireGuard VPN challenge of provisioning clients (utcc.utoronto.ca)
An experimental blog written in Pollen / Racket (github.com)
Hide read comments
I sometimes want to hide comments I've already read so that it's easier for me to find the unread comments of a story I revisit. I made a bookmarklet for this: ```js document.querySelectorAll(".comment:not(:has(.comment_unread))").forEach((comment) => comment.style.display = "none") ``` Woul...
Source code sandboxing (kristaps.bsd.lv)
Introducing Network.framework: A modern alternative to Sockets - WWDC 2018 (developer.apple.com)
OpenBSD support for psutil (grodola.blogspot.com)
Cache is the new RAM (blog.memsql.com)