Page - 17

On my team we often have to change data types of columns in a pandas.DataFrame for a variety of reasons. The main one is it tends to be an artifact of EDA whereby a file is read in via pandas but the data types are somewhat wonky (ie. dates show up ... read more →

Tiddly Wiki is a great note taking utility for organizing non-linear notes. I used it to replace my OneNote workflow and my only complaint is I don't have an easy way to access and edit my tiddlers (posts) if I'm not at home. The tiddlywiki is just ... read more →

Check out stow for a brief introduction to stow What if I want to stow a package somewhere else? Boom, that's where -t comes in... Maybe I don't like having my dotfiles repo at $HOME and instead I want it in ~/git or ~/personal just to stay organize ... read more →

I ran into an issue where I had some copy-pasta markdown tables in a docstring but the generator I used to make the table gave me tabs instead of spaces in odd places which caused black to throw a fit. Instead of manually changing all tabs to spaes, ... read more →

After carefully staging only lines related to a specific change and comitting I suddenly realized I missed one... darn, what do I do? Old me would have soft reset my branch to the previous commit and redone all my careful staging... what a PIA... Ne ... read more →

Stow is a great tool for managing dotfiles. My usage looks like cloning my dotfiles to my home directory, setting some environment variables via a script, then stowing relevant packages and boom my config is good to go... cd ~ git clone <my dotfi ... read more →

Sometimes I need to manually set a static IP of a Linux machine. I generally run the latest version of Ubuntu server in my VMs at home. In Ubuntu 20 I'm able to change up /etc/netplan/<something>.yml network: version: 2 ethernets: enp0 ... read more →

<!doctype html> Personal — Theology and Tech + General Stuff /* Basic styles used before we boot up the parsing engine */ /* Error message and password prompt */ .tc-error-form { font-family: sans-serif; color: #fff; z-index: 20000; po ... read more →

<!doctype html> Personal — Theology and Tech + General Stuff /* Basic styles used before we boot up the parsing engine */ /* Error message and password prompt */ .tc-error-form { font-family: sans-serif; color: #fff; z-index: 20000; po ... read more →

<!doctype html> Personal — Theology and Tech + General Stuff /* Basic styles used before we boot up the parsing engine */ /* Error message and password prompt */ .tc-error-form { font-family: sans-serif; color: #fff; z-index: 20000; po ... read more →