Blog 2019/1/25
<- previous | index | next ->
Browsing solutions to the same problem is a great way to compare languages!
Blog 2019/1/25
<- previous | index | next ->
Browsing solutions to the same problem is a great way to compare languages!
Blog 2019/2/1
<- previous | index | next ->
This script gives you a convenient way to access your list of repos. Useful for piping the output into grep, etc.
Blog 2019/2/1
<- previous | index | next ->
HMACs came up in a discussion at work
Blog 2019/2/3
<- previous | index | next ->
This weekend I resurrected an old NSLU2 which I had somehow gotten stuck into a non-bootable state.
#!/bin/bash | |
set -e -o pipefail | |
set -x | |
# remove any debian version of clojure | |
if dpkg -l | grep '^ii' | awk '{print $2}' | grep clojure >/dev/null; then | |
apt-get -y remove '.*clojure.*' | |
fi |
Blog 2019/2/10
<- previous | index | next ->
A little script to install Clojure 1.10 on Debian 9 ("stretch").
Blog 2019/2/20
<- previous | index | next ->
Summary:
Blog 2019/2/24
<- previous | index | next ->
Blog 2019/2/25
<- previous | index | next ->
Blog 2019/2/26
<- previous | index | next ->