How to use Github pages with multiple repositories

Spoiler alert, don’t do it I wrote some high level and low level markdown summaries for my aviation kaggle data sciency project. I placed them in the github repo of the project itself. Today I have been thinking about how to best build the Github Pages repo to showcase those markdowns that live in that other repository. Looking for inspiration, I saw this author has chosen to have a typical github....

May 31, 2020 · (updated November 3, 2024) · 2 min · 242 words · Michal Piekarczyk

Steak Puzzle

I have been trying to solve the steak puzzle for several attempts now. That is, how do you cook a good cast iron to oven transfer? The problem so far has been that the recommended time for the oven for a 450 finish, in this article , 4-5 minutes is the recommendation for a medium steak and 2-4 minutes for a rare. Although I did not quite follow the 450, I used 400 F, I followed the temperature lore from here last night, using a meat thermometer instead of time, because I suspect oven temperatures in one oven is not the same as that of another....

May 31, 2020 · (updated November 3, 2024) · 3 min · 427 words · Michal Piekarczyk

Updates

Summary I tried rebuilding today after 7 months of forgetting how this works and when I tried to jekyll build I got $ jekyll build Traceback (most recent call last): ... /usr/local/Cellar/ruby/2.6.5/lib/ruby/2.6.0/bundler/lockfile_parser.rb:108:in `warn_for_outdated_bundler_version': You must use Bundler 2 or greater with this lockfile. (Bundler::LockfileError) Per this answer, I ran gem list bundler to see my rubygems version and then gem update --system $ gem list bundler *** LOCAL GEMS *** bundler (2....

May 30, 2020 · (updated February 26, 2023) · 1 min · 120 words · michal

Physiological deep learnings

learning physiological state from time series data

April 5, 2020 · (updated February 26, 2023) · 14 min · 2922 words · Michal Piekarczyk

Keras Hello WOrld

Here I’m doing one of the Keras hello world micro projects, involving classification of tiny 28x28 wardrobe images. This was really fun. ( Here’s the original home for the python notebook). One really fun part of this was that at the end I hand drew my own clothing samples, paired them down using the python PIL library and threw them against the classifier. Surprisingly, the mini model performed really well. That’s some generalizability!...

May 13, 2019 · (updated February 26, 2023) · 10 min · 1975 words · Michal Piekarczyk