« get me outta code hell

blog - My blog website - https://florrie.ed1.club
about summary refs log tree commit diff
path: root/site/posts/19-belated-update.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/posts/19-belated-update.md')
-rw-r--r--site/posts/19-belated-update.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/site/posts/19-belated-update.md b/site/posts/19-belated-update.md
new file mode 100644
index 0000000..19d6f20
--- /dev/null
+++ b/site/posts/19-belated-update.md
@@ -0,0 +1,53 @@
+
+    title: "Belated update"
+    permalink: '19-belated-update'
+    date: {m: 8, d: 3, y: 2017}
+    categories:
+    - 'dev'
+    - 'text'
+
+---
+
+# Belated update
+
+Oh dear, I haven't published anything to this blog in nearly an entire month!
+Obviously that's my fault; sorry nothing's really come to mind.
+
+*However,* I did still do things in the last month; so, here's a simple little
+summary of what comes to mind:
+
+* I worked on [http-music][http-music]. A [lot][http-music-commits].
+  Interesting and important new features:
+  the entire playlist format has been changed (e.g. downloaders can be
+  manually specified per-track or [per-group][apply-example]);
+  it now supports [a bunch more sites][youtube-dl-supportedsites];
+  playlists can be downloaded from websites;
+  playlists that are modified at runtime ("active" playlists) can be exported;
+  and SoX now works again, so you don't need to install mpv (which has been
+  *very* difficult to install, for me).
+
+* I put some effort into [a couple][promise-all]
+  [StackOverflow posts][redefine-private], but they were ignored.
+
+* I [celebrated][1500000000000] hitting Unix timestamp 1500000000.
+
+* I hacked around with my Raspberry Pi a bunch! My entire setup is now
+  (optionally) battery-powered, has a (small) monitor, and fits in a (hardly
+  portable) suitcase. [I wrote about my old setup a while ago;][pi-madness]
+  maybe it'd be potentially interesting to write about my new one!
+
+* I drew a few things on paper. I've come to the conclusion that drawing on
+  paper is *much* nicer for, you know, drawing ideas??
+
+I also went on a vacation for half the month. It was nice. (I'm not sure if it
+makes up for this somewhat-underwhelming list of interesting things I did,
+though..!)
+
+  [http-music]: https://github.com/towerofnix/http-music
+  [http-music-commits]: https://github.com/towerofnix/http-music/compare/master@%7B2017-07-01%7D...master@%7B2017-08-03%7D
+  [apply-example]: https://gist.github.com/towerofnix/cd7465a82c8b367eef221e61c3b6186e
+  [youtube-dl-supportedsites]: https://rg3.github.io/youtube-dl/supportedsites.html
+  [promise-all]: https://stackoverflow.com/a/44849645/4633828
+  [redefine-private]: https://stackoverflow.com/a/45237361/4633828
+  [1500000000000]: https://towerofnix.github.io/1500000000000/
+  [pi-madness]: posts/11-raspberry-pi-madness.html