Thu 13 June 2019
Another Tip of the Week, in the same week as the previous one (because I've
been slacking off). This one is very simple, and rather non-technical. I simply
want to direct attention toward
humblebundle.com, and their quite frequent book
bundles. Many of these book bundles include or are entirely …
Read more...
Tue 11 June 2019
Alright, so Tip of the Week has turned somewhat into "tip every two or three
weeks". It turns out that it's pretty difficult to find the time to actually
write something every week. but I'll keep trying. With that out of the way,
let's head into the subject matter of …
Read more...
Tue 21 May 2019
Many, many bash commands are built around and meant to be used with a
fundamental feature of the bash shell (actually, most shells), called piping.
Put simply, piping takes the output of one command and provides it as input to
the next. Here's a simple example of running ls
and …
Read more...
Mon 06 May 2019
For this Tip of the Week, I'd like to present something that took me a while
to figure out why it was useful. That something is bash aliases, and I'll now
walk you through how to create aliases, and the two main ways in which I use
them (although I'm …
Read more...
Mon 29 April 2019
Nowadays, Git is almost ubiquitous in software development. Most developers also
know that Git is a decentralized version control system, meaning that every
copy of the repository carries the full revision history, and there is no
"central" repository. A consequence of the decentralized aspect of Git is that
you can …
Read more...