Weekly Brain Dump #20
At a Glance
- I Started Streaming Again Streaming my Tetris on Twitch
- Tmux Display Popup Switching from FTerm to tmux display-popup
- Comments! I've added comments to my blog
- Interesting Links Cool things I found this week
- Comments
I Started Streaming Again
Check me out on Twitch! I’ve been thinking about this for a bit. I’m just treating it as a fun little hobby and it’s letting me easily record my Tetris accomplishments to put onto theabsolute.plus.
Maybe I’ll do some live programming and game development, but for now it’s just for playing Tetris and chilling out. Feel free to come and chat programming with me, I always love that!
Tmux Display Popup
I decided to stop using the built in terminal (and thus FTerm) in Neovim and
instead switch to using tmux’s display-popup option.
This was surprisingly painful to get to feel nice, so I decided to write a blog post about it
Comments!
I’ve added comments to my blog. I’ve thought about how to do this for a while and decided to go the ultra low-tech route and just setup a mailto link at the bottom of all my blog posts. When someone emails me I’ll add their comment to the page and push it out.
Give it a try by clicking this link!
Interesting Links
DragonRuby’s Seventh Year - Where We Started and Where We’re Going: DragonRuby is an amazing project and I can’t believe it’s already been seven years!
Using Rust to Build a $1 Handheld Gaming Console: Amazing results and an impressive use of Rust. Sometimes I wonder if I should pick Rust up.
Ruby Concurrency: What Actually Happens: I love a good Ruby deep dive and this one doesn’t dissapoint.
Technomancy in which more paths are charted towards code independence: Sometimes I feel like I’ve only just scratched the surface with git, this post is one that makes me feel that extra hard.
Let’s Build an RPG: Quest 3 – Quest Tracking: The series continues! I think making a GameBoy game is a great place to learn about programming.