~lobsters | Bookmarks (1942)
-
On Long Term Software Development - Bert Hubert's writings
Recently the Dutch Electoral Board (where I am also a very part time advisor) invited me...
-
Do Not Fix Bugs Reported in Your Open Source Projects
Have you watched The IT Crowd? It’s a hilarious British television sitcom from around 2006 that...
-
Four limitations of Rust’s borrow checker
I’ve been using Rust for hobby projects since 2016 and have been working professionally in Rust...
-
Let's Build Snake with Rust
Since 2016, Rust has been voted the “most loved programming language” every year in the Stack...
-
UIs Should Be Versioned, Just Like We Version APIs
Every organization that offers an application programming interface almost immediately starts to version it. APIs are...
-
making a website is hard
i wrote like 8,000 words about how much i hate trying to make websites in the...
-
Nix is a build system
After using Nix for a decade, I dislike that it describes itself as a “purely functional...
-
Implementing Raft: Part 5 - Exactly-once delivery - Eli Bendersky's website
December 18, 2024 at 06:01 Tags Concurrency , Go , Network Programming This is Part 5...
-
Three web views for Common Lisp: build cross platform GUIs with Electron, WebUI or CLOG Frame - Lisp journey
You dream to build a cross-platform GUI in Common Lisp? It’s now easy with web views....