- https://github.com/arnarthor/advent-of-code-2017 (Native & BuckleScript)
- https://github.com/rrdelaney/advent-of-code-2017 (Native)
- https://github.com/fazouane-marouane/advent-of-code-2017 (BuckleScript)
- https://github.com/jaredly/advent-2017 (BuckleScript)
- https://github.com/brentbaum/advent-of-code (BuckleScript)
- https://github.com/Lokeh/advent-2017 (BuckleScript)
- https://github.com/wyze/advent-of-code-2017 (BuckleScript)
- https://github.com/brentvatne/advent-of-code-2017 (BuckleScript)
⚠️ Note 2023-01-21
Some things have changed since I originally wrote this in 2016. I have updated a few minor details, and the advice is still broadly the same, but there are some new Cloudflare features you can (and should) take advantage of. In particular, pay attention to Trevor Stevens' comment here from 22 January 2022, and Matt Stenson's useful caching advice. In addition, Backblaze, with whom Cloudflare are a Bandwidth Alliance partner, have published their own guide detailing how to use Cloudflare's Web Workers to cache content from B2 private buckets. That is worth reading,
- Download .zip file, unzip, and cd into extracted
- Run setup.sh
- changes the US layout option to 21st century keyboard navigation
- tldr; Capslock disabled, Capslock used as new modifier key
- navigation with
- caps + j, k, l, i = arrows in arrow layout
- caps + u, o = home, end
- caps + h, ; = backspace, delete
This is an overview of how I configured my system to play a sound when a USB device (such as a flash drive) is plugged in.
- Linux install with
udev
andsystemd
. - Root access.
- A utility to play sounds (I used
aplay
). - Sounds to play.
Using the tool aplay
(found in the Arch package alsa-utils
), it is easy to play an audio file: aplay insert.wav