Originally posted on mastodon.technology.
Today I had the privilege of judging an elementary school science fair - the same school I attended so many years ago. I'm really excited to see kids learning about and applying the scientific method in addition to basic engineering principles at such a young age.
Originally posted on mastodon.technology.
Turns out one of my favorite websites, http://tay.today/ has been suspended by the hoster, probably because the bill hasn't been paid...
I've managed to recover all of the data thanks to archive.org <3 but now I need to find a cool domain name to host it on :/
Originally posted on mastodon.technology.
https://www.youtube.com/watch?v=tCXGJQYZ9JA
Delicate's video is hilarious. Taylor is going to be gif'd more than Emma Stone.
Originally posted on mastodon.technology.
If you're a The Office fan, you'll love https://www.youtube.com/watch?v=lc9eEphSxqc
It's one of my new favorite songs!
h/t to my sister for showing it to me.
Originally posted on mastodon.technology.
I've recently been using SQLAlchemy's ORM for a Python web app I'm developing. I really like the idea of declaring tables using a class, which provides you with an object class too.
For querying, I'm still a bit undecided. I like .filter_by(), .first(), and .all(), but I'm worried that losing visibility into the direct SQL queries being used makes it easier to forget about indexes. Then again, this project is small enough that I expect to not even need indexes.
Originally posted on mastodon.technology.
New dashboard shows the last jenkins run for a MediaWiki extension/skin: https://tools.wmflabs.org/ci/last_run.html
I mostly made this to be able to find extensions that fail PHP 7.0 tests while it's still non-voting, and to find gaps in coverage (there's one Wikimedia-deployed extension with no voting tests :().
One day I need to unify all my CI/extension related dashboards so I'm not constantly copying code from one to another.