Weeknotes 205
1st June, 2025
“Mostly what I'm watching”
-
Tenderlove is at it again: Fast Allocations in Ruby 3.5.
-
In the meantime, please know this: we’re not trying to shut Arc down. We know you use it and rely on it. Many of our family and friends do, too.
This doesn’t surprise me but at least Arc will be receiving regular updates, for now.
-
We finally made a shortlist of builders, and contacted a number of them this week. Months and months of procrastination solved in a few hours.
-
Love, Death & Robots Season 4 got better thankfully, but still underwhelming compared to previous seasons. Recommended episodes: Zeke Found Religion, The Other Large Thing, and For He Can Creep.
-
The Last of Us Season 2 ended on a cliffhanger after just 7 episodes!
This is unacceptable!
-
Last year I became aware of Station Eleven and I watched the first two episodes but somewhere along the way I stopped for reasons I can’t remember. So when I saw it mentioned online recently I decided to pick it up again, but from the start. It’s really good. It’s quite slow in a deliberate way. The acting is great.
-
Artifacts is an image + link organizer app for macOS and iOS. A completely native, local first way to save all that stuff you find across the web.
I’ve been wanting some way to collect inspiration from around the web so I’ll be keeping an eye on this.
-
Elixir Contributor Summit 2025: Shaping the Future Together at Software Mansion
On May 17th 2025, something special happened for the Elixir community. Right after ElixirConf EU, we opened the doors of our Kraków office to host the very first Elixir Contributor Summit.
-
Neovim content is back.
vim.keymap.set('x', '/', '<C-\\><C-n>`</\\%V', { desc = 'Search forward within visual selection' }) vim.keymap.set('x', '?', '<C-\\><C-n>`>?\\%V', { desc = 'Search backward within visual selection' })
Easily search within visual selections using this tip I saw on Reddit.