diff --git a/build.py b/build.py index 25ef279..a36f6ee 100644 --- a/build.py +++ b/build.py @@ -4,7 +4,6 @@ # that the contents of output/ can be copied to, committed, & pushed to the # production server. -# TODO: replace gallery.tinyletterapp.com images with locally hosted content. # TODO: in template.html, add apple touch icon, maybe other favicon sizes. # TODO: local mirrors of all papers in publications.html diff --git a/content/blog/20190403-update.md b/content/blog/20190403-update.md index cc6f53d..18ae200 100644 --- a/content/blog/20190403-update.md +++ b/content/blog/20190403-update.md @@ -14,7 +14,7 @@ You might suspect there is some chicanery going on with this result. You'd be co There's also some [supporting material](/sigbovik) on this website, including a [gallery of all 100 images](/sigbovik/splatters.html) and their associated valid Perl code. Here's a screenshot of some of them. (Did you know that the string `lerzfijglpFiji-j` evaluates to the number `0` in Perl?) -![screenshot of 17 paint splatters, and the Perl programs they represent](https://gallery.tinyletterapp.com/76b879b0e95d11cda4d7d21283ce7d32a4f76e09/images/63d8cc7b-9d70-493c-9f64-1aa7da5b9426.png) +![screenshot of 17 paint splatters, and the Perl programs they represent](/media/20190403-update-splatters.png) As it turns out, the publication date of my paper was exactly 10-years-minus-a-day since my Ph.D. thesis defense. I'd planned on travelling back to Carnegie Mellon to give this talk live at SIGBOVIK 2019, but unfortunately came down with a nasty cold-and-cough so I had to cancel my trip. :( Perhaps I can give a belated talk at next year's conference. @@ -24,13 +24,13 @@ Some other random things that I've been up to in the last month-and-a-half: * [ohnosay](https://twitter.com/mcmillen/status/1095795492196364297), which is like "cowsay" but for comics in the style of webcomicname. [GitHub] This was a good excuse to get a Linux development environment set up on a persistent Google Cloud instance & to learn how to GitHub. Since then, I also realized that the World Outside Google uses Python 3, so I've started learning that :) - ![a three panel comic displayed on a linux terminal: "i will write a silly program" "hm, what did i do with my ssh credentials?" "oh no"](https://gallery.tinyletterapp.com/76b879b0e95d11cda4d7d21283ce7d32a4f76e09/images/e5032bd6-fe2c-4d1a-a023-3598e144c9c2.png) + ![a three panel comic displayed on a linux terminal: "i will write a silly program" "hm, what did i do with my ssh credentials?" "oh no"](/media/20190403-update-ohno.png) * Gardening! Last August I randomly planted some peppermint in a railing container on my balcony, and it went gangbusters. This spring I've actually planned out a whole porch-garden (like [Stardew Valley but real life](https://twitter.com/sevandyk/status/1109121188079427585)). Last year's mint has started growing again, and I've added spearmint and mojito mint. I've also got two types of peas, two mixes of salad greens, and spinach planted. Later I'll be planting carrots, basil, and rosemary. The peas just started sprouting a couple days ago, which is exciting! - ![a container showing an assortment of "asian salad" greens](https://gallery.tinyletterapp.com/76b879b0e95d11cda4d7d21283ce7d32a4f76e09/images/4e7e993c-8f90-4117-ad36-bb32a20a78c5.jpg) + ![a container showing an assortment of "asian salad" greens](/media/20190403-update-garden.jpg) - * Gloomhaven! This is a cooperative legacy-style board game -- a fun dungeon-crawler that doesn't need a DM, so everyone gets to play. Our group is still only a few scenarios in, but we're enjoying it so far. SO MANY HEX TILES. I'm also getting ready to paint our party's miniatures, which is another (potential) new hobby of mine; more to come in a future newsletter, I suspect :) + * Gloomhaven! This is a cooperative legacy-style board game --- a fun dungeon-crawler that doesn't need a DM, so everyone gets to play. Our group is still only a few scenarios in, but we're enjoying it so far. SO MANY HEX TILES. I'm also getting ready to paint our party's miniatures, which is another (potential) new hobby of mine; more to come in a future newsletter, I suspect :) * Video games: just started Sekiro: Shadows Die Twice on PS4. Recently completed (and really enjoyed) New Super Mario Bros. U Deluxe for Nintendo Switch (though Nintendo seems to be trying to give Google a run for their money on ridiculous product names). I've also been playing Total War: Warhammer 2 regularly, and Splatoon 2 from time to time. I tried getting into XCOM 2 & enjoyed it, but I'm not sure I'm interested enough to finish the campaign. I keep going back to Total War when I want something in the tactical / strategy genre. diff --git a/content/blog/20200209-sneak.md b/content/blog/20200209-sneak.md index d589a53..5dcbd76 100644 --- a/content/blog/20200209-sneak.md +++ b/content/blog/20200209-sneak.md @@ -14,7 +14,7 @@ If you want to follow along, I have an extremely-placeholder website up at [semi I only got started in December & a lot of my work so far has been on building infrastructure (and learning how to start a business), so I don't have any Extremely Compelling Gameplay Videos yet. Here's a short animated GIF for now. The [bloopers on Twitter](https://twitter.com/mcmillen/status/1205164954728509440) might be more fun though. :) -![Animation](https://gallery.tinyletterapp.com/76b879b0e95d11cda4d7d21283ce7d32a4f76e09/images/deb53c32-0d33-4362-bfd4-97c22b5745f5.gif) +![Animation of a pixel-art character swinging a sword](/media/20200209-sneak.gif) (Art definitely not final!) Thanks for following along with me on this adventure! Hopefully my next update will come more quickly, and be less wordy! I've wanted to make videogames since I was Literally A Kid, so I'm quite excited to finally be doing that full-time, and to hopefully share something good with all of you. When I'm at a stage where I want alpha testers, I'll definitely be asking here first. diff --git a/static/media/20190403-update-garden.jpg b/static/media/20190403-update-garden.jpg new file mode 100644 index 0000000..adc00d1 Binary files /dev/null and b/static/media/20190403-update-garden.jpg differ diff --git a/static/media/20190403-update-ohno.png b/static/media/20190403-update-ohno.png new file mode 100644 index 0000000..bbf12f8 Binary files /dev/null and b/static/media/20190403-update-ohno.png differ diff --git a/static/media/20190403-update-splatters.png b/static/media/20190403-update-splatters.png new file mode 100644 index 0000000..59522fd Binary files /dev/null and b/static/media/20190403-update-splatters.png differ diff --git a/static/media/20200209-sneak.gif b/static/media/20200209-sneak.gif new file mode 100644 index 0000000..e681724 Binary files /dev/null and b/static/media/20200209-sneak.gif differ