From 62a048e520bf22b906b9d2b252460d861179b15d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 1 Nov 2019 22:55:58 +0000 Subject: [PATCH] Publish hacktober 2019 post --- .spelling | 1 + content/posts/hacktoberfest-2018.md | 1 + content/posts/hacktoberfest-2019.md | 71 +++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 content/posts/hacktoberfest-2019.md diff --git a/.spelling b/.spelling index f69eae9..fc42242 100644 --- a/.spelling +++ b/.spelling @@ -153,3 +153,4 @@ gotchas wireguard macOS IPsec +dev.to diff --git a/content/posts/hacktoberfest-2018.md b/content/posts/hacktoberfest-2018.md index 5def26b..667cc53 100644 --- a/content/posts/hacktoberfest-2018.md +++ b/content/posts/hacktoberfest-2018.md @@ -2,6 +2,7 @@ title: Hacktoberfest 2018 date: 2018-11-01 image: https://pbs.twimg.com/media/DqdlUEHWoAAWk30.jpg +tags: [programming] --- Hacktoberfest is a great initiative created by DigitalOcean and GitHub to get more developers contributing to open-source projects. After opening a set number of pull requests to open-source projects, they're rewarded with branded swag. As someone who does a lot of development in their free time, it's not hard for me to find some open source projects, and contribute where possible. Generally it's to improve or add features I need, rather than simply closing issues, but that's just me. diff --git a/content/posts/hacktoberfest-2019.md b/content/posts/hacktoberfest-2019.md new file mode 100644 index 0000000..eaa06be --- /dev/null +++ b/content/posts/hacktoberfest-2019.md @@ -0,0 +1,71 @@ +--- +title: Hacktoberfest 2019 +date: 2019-11-01 +image: https://hacktoberfest.digitalocean.com/assets/HF19_social-744d976f227e4aff6866443abcede8c651b309ec9c7c9f7410f5944f8e1299b9.png +tags: [programming] +--- + +# Hacktoberfest 2019 + +This is year number 3 of my participation in [Hacktoberfest](https://hacktoberfest.digitalocean.com/), the initiative from DigitalOcean, and new this year, [Dev.to](https://dev.to/). In previous years, the objective was to submit 5 pull requests to an open-source project. This year, the number was reduced to 4, for some reason. + +In [2018]({{< relref "hacktoberfest-2018" >}}), I submitted a total of 10 pull requests to open-source projects. This year, I did a few more than that. + +## My contributions + +Whilst DigitalOcean did have an official checker this year, it was garbage! Not only was it incredibly slow, but it was only possible to see _your_ pull requests, rather than any user. Instead, the third-party [Hacktoberfest Checker](https://hacktoberfestchecker.jenko.me/user/RealOrangeOne) shows the relevant pull requests. + +### 3 Contributions to `srobo/team-emails` + +- [Add email confirming kickstart details](https://github.com/srobo/team-emails/pull/29) +- [Add email sending out kit disclaimer form early](https://github.com/srobo/team-emails/pull/30) +- [Add an email asking for an address confirmation](https://github.com/srobo/team-emails/pull/31) + +### 2 Contributions to `srobo/docs` + +- [Correct favicon](https://github.com/srobo/docs/pull/112) +- [Deploy the rules for SR2020](https://github.com/srobo/docs/pull/114) + +### 2 Contributions to `srobo/website` + +- [Change link to say 'All events'](https://github.com/srobo/website/pull/175) +- [Add more specific details for Southampton campus](https://github.com/srobo/website/pull/176) + +### 2 Contributions to `RealOrangeOne/zoloto` + +- [Test against Python 3.8 in Travis](https://github.com/RealOrangeOne/zoloto/pull/81) +- [Try running multi-arch tests on CI](https://github.com/RealOrangeOne/zoloto/pull/82) + +### 2 Contributions to `srobo/reverse-proxy` + +- [The cluster is actually on DO](https://github.com/srobo/reverse-proxy/pull/4) +- [Intercept error pages and serve custom content](https://github.com/srobo/reverse-proxy/pull/8) + +### 1 Contributions to `polybar/polybar-scripts` + +- [Correctly parse multiple artist metadata](https://github.com/polybar/polybar-scripts/pull/193) + +### 1 Contributions to `polybar/polybar` + +- [Warning style on temperature should be inclusive](https://github.com/polybar/polybar/pull/1897) + + +### 1 Contributions to `kees-z/DuplicatiDocs` + +- [Fix typo in credentials constraints](https://github.com/kees-z/DuplicatiDocs/pull/48) + +### 1 Contributions to `srobo/inventory` + +- [Use GitHub Actions to validate inventory](https://github.com/srobo/inventory/pull/10) + +### 1 Contributions to `aaronn/django-rest-framework-passwordless` + +- [Generate tokens in a cryptographically secure way](https://github.com/aaronn/django-rest-framework-passwordless/pull/34) + +### 1 Contributions to `dabapps/heroku-buildpack-cleanup` + +- [Initial implementation](https://github.com/dabapps/heroku-buildpack-cleanup/pull/1) + +## Overview + +As with last year, I personally consider many of these contributions invalid, primarily because they don't really fit with the spirit of Hacktoberfest. Namely, all those under the `srobo` organisation don't especially fit, and the ones on my own repos. Excluding those, there's still more than enough to get my t-shirt!