Today I am going to try:
Books
Some books I’m interested in: Sapiens: A Brief History of Humankind Kindle Edition and What We Owe The Future: A Million-Year View. So much to read, so little time.
Raspberry Pi Model Information
So I found this great article: Checking Raspberry Pi Revision Number & Board Version
To enable the `pinout` command (which is kinda cool):
# apt install python3-gpiozero
See CPU info with:
# cat /proc/cpuinfo
And see model information with:
# cat /proc/device-tree/model
Four Cs for code samples
I’m reading Data Cleaning Pocket Primer in which the author mentions the “Four Cs” for code samples: they must be Clear, Concise, Complete, and Correct.
You Suck at Excel with Joel Spolsky
I learned a few things about spreadsheets from You Suck at Excel with Joel Spolsky.
Ubuntu upgrade
Note to self:
sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade -y sudo do-release-upgrade -y
Strange Loop
So I read up on Strange Loop. It’s a tech conference which was started back in 2009 and each year’s talks are available in the archive. I can see myself binge watching…
JavaScript strings
I learned some things I didn’t know about strings in JavaScript over here: How big is a JavaScript string?
It’s Just Data
This was fun: Every Clojure Talk Ever.
Harry’s Rules
So I just finished reading Younger Next Year (thanks Craig!) and its advice is basically “do heaps of exercise”. I thought I might list Harry’s Rules:
- Exercise six days a week for the rest of your life.
- Do serious aerobic exercise four days a week for the rest of your life.
- Do serious strength training, with weights, two days a week for the rest of your life.
- Spend less than you make.
- Quit eating crap!
- Care.
- Connect and commit.