projects | blog


[all the things] [rss]

November 17, 2020 10:03 PM

My DDR quarantine goal

Back when the pandemic first started, I gave myself a quarantine goal of getting an A in every single song in Dance Dance Revolution Konamix. Now I love DDR, and I guess I'm decent at it, but not amazing. But this is a really old version of DDR for the PS1. Getting an A in Konamix means getting a FULL COMBO--nothing but Greats and Perfects. (Marvelous didn't exist in this version)

,=. .*. ,'. ,=. ,+ ,+ . | | . ,+ +. +. +. ,+ -----. + `.| |.' + ,+ +. .===== +. + =====' `+ ` ` +' + .'| |`. + '----- + `+ '+ `+ +' `' | | `' +' +' `=' `-' '-' `=' These arrows were a lot of work to type out.

All of the songs in Konamix have a level from 1-9, 1 being easy and 9 being the hardest. Nowadays, the highest level is 20. The hardest songs in Konamix miiight be a 13 in today's scale. So, getting a full combo on all of them? Totally doable.

EXCEPT, I'm in a second floor apartment and all I have are crappy foam dance pads. Each one seems to have a different arrow that's at least a little broken. Konamix also didn't have a lot of options. Pretty much everyone speeds up the arrows now, but you have to read everything at 1x in Konamix. And on top of all that the backgrounds are suuuuper trippy.

Anyway, this was a really silly quarantine goal, and to be honest, I didn't actually think I was going to finish this because of my pads misfiring ALL. THE. TIME. But! I was determined! And on Sunday I finally achieved my goal. It only took many months and many, many attempts at playing Drop Out.


November 21, 2020 10:48 PM

Food blog revamp

My next big tech-y project is getting the food blog back. I've created version 2.0, but right now only a few people know about it, and it's still listed under this domain. I have two main goals that I'm working on:

My wordpress subscription expires in like 50 days so I've gotta get moving on this!

I'm working on the first part now. I was able to download an XML export of all my content on wordpress, and I'm writing a perl script to parse it and load it into the database and CDN for the new food blog. I've been using the XML::LibXML perl module, and I must say it has excellent documentation.

I've also got some other small food blog updates:


November 27, 2020 1:52 PM

Using the DigitalOcean Spaces API

This is a very long post. So long that I cut off the post unless you look at the individual entry page for this post. I doubt anyone would care to read this, unless someone is interviewing me for a job, and they want to know how I approach problems. So, read it if you want.

So, I have a bunch of pictures on my wordpress site that I need to port over to my Spaces CDN. I've got a script that parses an XML wordpress export, and any time it runs into an image, I need to:

Simple enough. So what I did was take each image, and extract the path out of it. So for this url https://meyzdaisy.files.wordpress.com/2019/01/img_0308.jpg, I'd need the 2019/01/img_0308.jpg part. I have a bucket that I store all the files in, and each file is accessed using a key. I created a folder in my bucket just for these images that are coming from my WP site called from-wordpress. And with this, the key for this particular image would be from-wordpress/2019/01/img_0308.jpg

Now to use the Spaces API. If you read their documentation, you'll notice that they have examples in JavaScript, Go, Python, PHP, and Ruby. No Perl. Of course there's no Perl. A quick google search for "DigitalOcean Spaces Perl" doesn't seem to come up with anything. Sometimes I think, man it would be so much easier if I just learned Python and used that instead of Perl. But I am a Perl programmer and I will figure this out.


November 29, 2020 12:11 PM

Thanksgiving site updates

Since I'm not with family this Thanskgiving, I've been spending this whole break writing code and working on this website. And I officially ported over all the blog posts from my old food blog into my new one! I also made a couple of other minor changes:

Next up will be to move the site over to my flailinginmykitchen domain.

I also have a few site updates for this part of the site:


December 6, 2020 7:25 PM

Educated

I've been trying to read more lately. Like, read things on paper, not on the internet. I wanted something to do during my weekend breakfasts that didn't involve staring at a screen, since I don't think it's good for me to look at a screen so early in the day if I don't have to.

I've been keeping a list of "books to read" and Educated by Tara Westover was on the top of it. I don't really remember when I added that book to my list, but I have a feeling I saw it at a hipster book store and it looked interesting. Plus it was on the New York Times Bestseller list and had pretty high reviews on Goodreads.

/\ ## /##\ Can you tell this is a pencil? `#*` ...No? Neither can I. / \ . o . / ,^~. \ |`' `'| | | | |

Educated is a memoir, and I like reading memoirs. It's like reading about a celebrity in a magazine, but it's in the form of a chapter book, so you feel like you're doing something productive.

This book wasn't quite what I expected. I thought I would learn more about her education, but it was really about her family issues. It's actually kind of disturbing, especially because it's a true story. But overall, this was a gripping tale. Very enjoyable read.


<< Older More Recent >>