Hobbyist developer, Linux enthusiast, and Arch Linux user.

“The only things constant in this world are death and taxes, I’ve got both!”Skeleton Merchant, Terraria

  • 10 Posts
  • 117 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle

















  • One of my main projects (framed_text) is pretty much complete and now has entered maintenance mode, where I’ll mainly fix bugs and only add something if I need it.

    However, I’ve started work on a Logging Python package that allows for full customization of the log text (How its structured), whether to log it to the console, a file, or both. Plus a timer for timing code execution (TBD).

    Mainly making it for my sake, but I’ll upload it anyway in case someone else wants to use it. (That’s basically my programming philosophy)


  • For quick edits in the terminal? Sure.

    As my main IDE? No way. I’m too used to GUI IDEs like VSCodium and PyCharm.

    I just find it easier to navigate with a mouse. With just keyboard, I find I overshoot the block of code I’m looking for, whereas scroll wheel gives me more control.