David Thurstenson thurstylark
  • Joined on 2021-10-05
thurstylark pushed to master at thurstylark/tl-infrastructure 2022-11-11 06:09:29 +00:00
4d4a913abe linode-dyndns: Add hostname configuration
0237b81f36 linode-dyndns: Fix syntax error with string quoting
59b09ef819 linode-dyndns: pull image, use image tag when creating the container, and have podman generate systemd units
Compare 3 commits »
thurstylark pushed to master at thurstylark/tl-infrastructure 2022-11-11 05:55:49 +00:00
83486be84e Added podman-host and linode-dyndns roles
22e28c76fa Initial commit
Compare 2 commits »
thurstylark created branch master in thurstylark/tl-infrastructure 2022-11-11 05:55:48 +00:00
thurstylark pushed to master at dotfiles/vim 2022-11-11 04:39:27 +00:00
e3dd796a80 Added yamllint config
thurstylark created repository thurstylark/tl-infrastructure 2022-11-11 01:43:08 +00:00
thurstylark pushed to master at thurstylark/ansible-arch-libvirt-lab 2022-11-10 06:06:30 +00:00
33c099a92f Add TODO section in README
thurstylark pushed to master at thurstylark/ansible-arch-libvirt-lab 2022-11-10 05:36:52 +00:00
4eba8420fc Fix article link in README
thurstylark created branch master in thurstylark/ansible-arch-libvirt-lab 2022-11-10 05:35:40 +00:00
thurstylark pushed to master at thurstylark/ansible-arch-libvirt-lab 2022-11-10 05:35:40 +00:00
9e4f2a6de5 Initial commit
thurstylark created repository thurstylark/ansible-arch-libvirt-lab 2022-11-10 05:24:39 +00:00
thurstylark pushed to master at projects/timer-bar 2022-10-23 18:55:24 +00:00
06df87ee19 Added initial display implementation
thurstylark pushed to master at projects/timer-bar 2022-10-20 05:21:57 +00:00
e47c2babe1 Move time sign (-/+) into prettytime(), and move the countdown pause functionality to its own function
thurstylark pushed to master at projects/timer-bar 2022-10-20 04:46:03 +00:00
32d339c0fa Added rotary encoder example with debouncer
thurstylark pushed to master at projects/timer-bar 2022-10-20 04:42:36 +00:00
2ec2951415 Switch to using adafruit_debouncer instead of failing to roll my own
thurstylark pushed to master at projects/timer-bar 2022-10-19 23:14:50 +00:00
d90a17d79a Add main loop, add i2c rotary encoder, timer pause logic (still needs work), and prettytime()
3b31ab8ef1 Updating comments
ab000a200f Added rotary encoder example
fc4620cbd0 Added missing lib import for adafruit_datetime
Compare 4 commits »
thurstylark pushed to master at dotfiles/bashrc 2022-10-19 17:02:18 +00:00
c7445da550 Fix file name to reflect the actual function name: newfiles()
thurstylark pushed to master at dotfiles/bashrc 2022-10-19 16:55:18 +00:00
473e1e8f56 Added newdev() which uses inotifywait to list new files in the specified path, or /dev/ if unspecified
thurstylark pushed to master at projects/timer-bar 2022-10-15 12:13:01 +00:00
dcd0246843 Catch a couple special cases
5637ec322a Tweak the display time to use datetime.timedelta() instead of rolling my own with divmod() and friends
Compare 2 commits »
thurstylark pushed to master at projects/timer-bar 2022-10-10 05:24:31 +00:00
fb617a5eec Switch loop direction from count-up to count-down
7097136a57 Added neopixel rainbow example
Compare 2 commits »
thurstylark pushed to master at projects/timer-bar 2022-10-03 07:21:06 +00:00
58e5c94d8a Adding functionality to get pairity with colorbar-sleep.py, adding comments, and other small fixes