> anything from elaborate ASCII art generators to programs that solve imaginary problems
I did a little of both with https://asciitabs.com/random - trying to learn some basic music theory and improvisation with guitar and thought maybe this would be a good way to help out.
Actually WRITING the program did indeed help memorize the spacing of notes and general pattern of scales. But it was one of those "write it to throw away" moments where now that I have written it... well it's fun to look back at and click a few times!
But I have to chuckle in hindsight to think that the way to "improvise on a guitar in a way that sounds good" is anything other than just hours and hours of practice
Good point on this too. I think there's value in allowing and exploring one-off / alternative views into Wikipedia especially where the data isn't accessible already - but long term any serious effort should be merged back into (or at least offered) to the official source.
> What I like most about it is how easy it is to achieve something useful with a very moderate amount of code.
100%. One of the best things about both Wikipedia and Python IMO, neither may deliver perfect results but they get you WORKABLE results very quickly.
I was also delighted reading this article about writing a Python parser for Wikipedia on a Jekyll blog... because I did an eerily similar thing ~5 years ago and it's still my most starred repo - https://roche.io/2016/05/scrape-wikipedia-with-python. Small world :)
Best of luck with the project! On one hand it seems impossible with all the irregularities in article structure and being able to QA the long-tail of niche topics. But on the other if you can manage to wrangle 99% of it into a reliable query language... that can mean a lot to many other side projects!
I helped bridge the gap in my own guitar playing from “can play tabs” to “can vamp and improvise from a scale” by making / using a random tab generator: https://www.asciitabs.com/random
I think building the site helped more than using it... breaking the concepts down into code helped me to see the broader patterns and abstractions more than just reading about it.
I also like forcing arbitrary constraints during practice. Can you make a simple song from only firsts and fifths in one key? Now add in sevens. Then do a key change every 8 measures (but same pattern). Now invert part of the pattern during the key change. Etc...
That kind of practice helped me intuitively understand what sounded good and what didn’t, which helped me finally grok the theory / vocab i was reading online but didn’t really get before then
Thanks for sharing - lots of detail on the process and the pictures look really helpful, although honestly I have no familiarity with pizza dough making to judge by. Great read regardless.
I love the idea of Github becoming a more popular place for recipes. I translate many of the recipes I end up cooking into Markdown files[1], and love that Github renders them in a way that I can still share with my relatives.
The real win though is that with git for VC, you can update these recipes with the smallest changes and notes each time you cook it, knowing that each time you're getting closer to the perfect version of each meal. I hope this idea catches on enough that people might one day submit issues / PRs for each others recipes much like we do with open-source code.
May try this dough out myself soon since I'm still on a baking kick from all the Christmas cookies. Will open a PR / issue if I have any suggestions from the experience!
Philadelphia is a really great city to live and work in my opinion. Good city density but not overcrowded, walkable, affordable, good public transit, diverse. Public schools aren't the best currently so many families with young children do end up moving to the immediate suburbs where schools are some of the best. Lots of colleges (UPenn, Drexel, Temple) to recruit from as you expand.
I'm not sure Philly would rank highest on the "could be helped" aspect since it has a decent business sector already, but the tech (especially startup) scene is just getting started compared to the tons of healthcare and finance firms.
I did a little of both with https://asciitabs.com/random - trying to learn some basic music theory and improvisation with guitar and thought maybe this would be a good way to help out.
Actually WRITING the program did indeed help memorize the spacing of notes and general pattern of scales. But it was one of those "write it to throw away" moments where now that I have written it... well it's fun to look back at and click a few times!
But I have to chuckle in hindsight to think that the way to "improvise on a guitar in a way that sounds good" is anything other than just hours and hours of practice