news
Programming Leftovers
-
Rlang ☛ How to Test R Code That Uses LLMs, APIs, or Databases
The key is to test how your code behaves when interacting with external resources, without using the real ones. Here’s how: [...]
-
Erlang Solutions Ltd ☛ Supporting the BEAM Community with Free CI/CD Security Audits
The BEAM ecosystem continues to grow across languages like Erlang, Elixir and Gleam, driven by a global community of developers, maintainers, educators and advocates. Erlang Solutions is proud to contribute across multiple fronts, including: [...]
-
Python
-
Jamie Zawinski ☛ Fucking Python
-
-
Shell/Bash/Zsh/Ksh
-
Eric Bower ☛ you might not need tmux: replacing tmux in my dev workflow
So, did I finally replace tmux? For me, the answer is a resounding yes! Once I got all of this setup on my dev machine, I haven't used tmux or feel like a massive downgrade. I did have to adjust my normal workflow slightly, but that's been fun. Further, I'm slowly noticing things that tmux didn't handle well, but now, "just work": native scrollback, terminal notifications, and terminal titles being the most notable changes.
It's not perfect, there are active issues with shpool, like it doesn't restore terminal state properly when reattaching which can make resizing broken while using nvim. But as noted in that issue, there is a work-around: [...]
-