A Soiree into Symbols in Ruby
A Pythonista opens `irb` and looks at all the symbols in Ruby. Or so the joke begins.
A Pythonista opens `irb` and looks at all the symbols in Ruby. Or so the joke begins.
Sending a message about why you shouldn't write `for` loops in Ruby.
How to start really getting Ruby, especially blocks.
How does `return` work within blocks, procs and lambda?
How I started learning Ruby and Ruby on Rails in 2025 and what my experience has been like so far.
How I spent my week setting up multi-wan failover on OpenWRT on my Beelink EQI12
After years of living with Linux laptop quirks - battery surprises, broken suspend, useless gestures, and monitor chaos - I partnered with Claude to actually fix these problems instead of just accepting them as "the Linux experience."
Today I learned about watchexec, a cross-platform file watcher that replaced entr in my development workflow with better defaults and intuitive usage patterns for Hugo, Rust, and Go projects.
Using Coding Assistants frees me up to do other things
Small exercises to get you used to reading and writing Go code; Inspired by Rustlings