diff --git a/Gemfile.lock b/Gemfile.lock index c9de3da..d40d260 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,20 +199,22 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minima (2.5.0) jekyll (~> 3.5) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.12.2) multipart-post (2.1.1) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.1.1) + racc (1.6.0) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) diff --git a/_posts/2019-11-10-the-rapalyzer.markdown b/_posts/2019-11-10-the-rapalyzer.markdown index 03e318f..3f07ebe 100644 --- a/_posts/2019-11-10-the-rapalyzer.markdown +++ b/_posts/2019-11-10-the-rapalyzer.markdown @@ -19,5 +19,3 @@ While it's a fun toy, it's not perfect. Some future things I'd like to implement - Genius' lyrics sometimes contain cruft that should be cleaned more thoroughly. - The colors used to indicate rhyme groups are randomly generated, making it possible that two groups have the same color. - Many rappers bend rhymes using unusual pronounciation (example: [Eminem](https://www.youtube.com/watch?v=lPcR5RVXHMg)). It may be possible to use speech-to-text to more accurately pick up rhymes. - -Try it out at [rap.zrich.dev](https://rap.zrich.dev). Thanks! \ No newline at end of file diff --git a/_posts/2019-12-06-fit-trak.markdown b/_posts/2019-12-06-fit-trak.markdown index 49661ee..8e448ce 100644 --- a/_posts/2019-12-06-fit-trak.markdown +++ b/_posts/2019-12-06-fit-trak.markdown @@ -14,5 +14,3 @@ FitTrak is an application that allows users to track their meals, cardio, and we uses AWS services for user management, data storage, and CI. My goals for the app were to learn how to design a programmatic iOS GUI and to implement the AWS lifecycle on iOS. - -Thanks for reading! \ No newline at end of file diff --git a/_posts/2020-07-25-spoti-stats.markdown b/_posts/2020-07-25-spoti-stats.markdown index 2f0527e..84ce3a5 100644 --- a/_posts/2020-07-25-spoti-stats.markdown +++ b/_posts/2020-07-25-spoti-stats.markdown @@ -8,5 +8,3 @@ categories: jekyll update I use Spotify... a lot. Spotify provides some personalized streaming data in the form of their [Spotify Wrapped](https://newsroom.spotify.com/2019-12-05/spotify-wrapped-2019-reveals-your-streaming-trends-from-2010-to-now/) tool. They also make some user data available via their [API](https://developer.spotify.com/console/get-current-user-top-artists-and-tracks/?type=artists&time_range=&limit=&offset=), allowing registered apps to gather data about your streaming usage and trends. As a new project to work on my web development skills, I decided to create a mini-Spotify Wrapped experience using the Spotify API. - -Try it out at [spot.zrich.dev](https://spot.zrich.dev). Thanks! \ No newline at end of file