Newsletter May 2025: Podcasts and a new Blog This month I consumed some podcasts and Youtube videos related to programming.
Here are my favourites:
* Listening to [](bib:lex467sweeny) made me...
Classes as a Bunch of Independed VMs I want to explore what and object-oriented programming system looks like where
each object is represented as a VM running on...
How to Make Programs Come Alive? In [](bib:lex309carmack), Carmack explains how he likes to run his programs
through a debugger so that he can see what is...
What is Software Engineering? In [](bib:lex48bjarne), Bjarne talks about that he wants certain (safety
critical) systems to be programmed by trained engineers. Not just any
programmer.
That...
Security is a Systems Property In [](bib:lex48bjarne), Bjarne talks about security being a systems property.
You can not make a system secure by only securing certain...
Newsletter April 2025: projects2 This month I've done a lot of programming. I ended up working more on [my own
code hosting platform](https://projects.rickardlindberg.me/). I call...
Newsletter March 2025: Snowboarding This month I have done nothing related to programming in my spare time. Partly
because it is snowboard season.
<img src="uploads/2025/snowboard-are.jpg"
width="600" height="337"...
Replacing Ctrl-R in Bash without TIOCSTI I have [previously
written](https://rickardlindberg.me/2017/05/19/evolution-of-recalling.html)
about how I use [rlselect](https://rickardlindberg.me/projects/rlselect/) as a
replacement for Ctrl+R in Bash.
It works by creating a key binding in...
Newsletter December 2024: Advent of Code December is the month of [Advent of Code](https://adventofcode.com/). I had
told myself not to participate this year because I know I...