Two tools I find very useful when navigating large C code-bases with Vim are ctags and cscope. (more…)
Read more »
Editor, Adam Turner,. This article explains the new features in Python 3.12, compared to 3.11. Python 3.12 was released on October 2, 2023. For full details, see the changelog. Summary – Release hi... (more…)
Read more »
Many of us use password managers to securely store our many unique passwords. A critical part of a password manager is the master password. This password protects all others, and in that way, it is a risk. Anyone who has it can pretend to be you… anywhere... (more…)
Read more »
Machine learning is a very big field for both amateur and professional computer scientists. This depth can make accessing the topic, which is dynamic and fast moving, seem complicated. Thankfully R… (more…)
Read more »
Have you ever wondered what python does when you run one of your programs? $ python script.py This article opens a series which seeks to answer... (more…)
Read more »