Hacktoberfest 2017

Last week, the awesome guys from DigitalOcean launched this year’s installment of their Hacktoberfest… hackathon? I’ve decided to take part in it because there’s a limited edition T-shirt up for grabs. I mean, it’s limited edition. Who could say no to that?

But wait… Hacktoberfest?

For those of you who have no clue what I’m talking about, here’s Hacktoberfest in 3 steps:

  1. Sign up on the Hacktoberfest 2017 website by linking your GitHub account. If you don’t have one, better make one now.
  2. Find 4 public projects hosted on GitHub (or perhaps pick 4 nasty bugs in the same one) and submit a pull request to them. It doesn’t matter if the pull requests are not accepted or merged, what’s important is to get them out there.
  3. Make sure you do this by the 31st October.
  4. Win a free T-shirt! It’s a T-shirt. People sure love T-shirts, right? And it’s free. Do I need to say more?

#BWFTT

I rounded up a small list of worthy projects eligible for a wholesome make-it-count PR made by moi. Here they are, least ambitious first:

  1. librini: I love C and use every opportunity I get to flex my flimsy low-level development muscles. One of my C practice projects makes use of INI files to load its simple runtime configuration. At the moment I’m using a custom (1) parsing algorithms for config files which is even simpler than an INI file. This is kind of ropey so I’ll be switching to something equally simple but nicer in the near future. So I found this little INI parsing library which I’m quite happy to use and improve with minor documentation updates and removing compiler warnings. Because nothing feels better than running clang on your C project with -Wall -Wextra enabled and getting no compiler complaints whatsoever. [PR] [Issue]
  2. vault-viewer: I use Vault at work quite a lot. It’s a pretty sound secret management system. The problem with it is that, as much as I love ye olde command line, browsing Vault directories can get a bit cumbersome sometimes. How about we put a simple web interface in front of it? Yeah, let’s do that. How about we add a few quality-of-life improvements to it? Can never go wrong with a few ‘back’ buttons here and there. [PR].
  3. s-tui: good-looking CPU monitoring CLI tool written in Python. I’m currently looking into adding a threshold-based hooks system to it so that if a certain metric (e.g. temperature, voltage, etc.) exceeds a defined upper limit, an arbitrary script is run perhaps to alert someone that their server is toasting itself. PR on the making!
  4. ranger: this is probably the most difficult and annoying of the pack. ranger is my favourite file browser. It runs on the terminal and lets you move around and manipulate files using Vim-like keybindings, which rocks. Long story short, ranger has been dragging on this bug whereby its image preview functionality made images be painted on top of the previous one. This means that if both the previous and the next image previews are of different sizes, the smaller one will appear superimposed onto the larger one. This is annoying and I’d like to fix it.

My plan for the rest of the month is to power through my remaining 2 PR’s. Let’s see how it goes. I recommend you do the same. Help fix things, learn heaps of new stuff in the meantime, get a free T-shirt. So get PR’ing!


1: rubbish

Back to top ↑

Do you have any questions, comments or feedback about this article to share with me or the world?

Send an email to my public mailing list. You can also reach out to me privately if you'd prefer. I would love to hear your thoughts either way!

Articles from friends and people I find interesting

Interview with Ron Jeffries

Markus Gärtner interviewed Ron Jeffries, co-author of the Agile Manifesto and Coach of the first Extreme Programming team. Ron reflects back on the past 20-or-so-years of Agile Software Development and dares to look ahead on things to come.

via ronjeffries.com August 18, 2024

Deep list copy: More than meets the eye

I recently came across a take-home C programming test which had more depth and complexity than I suspect the interviewer intended. While considering it, I also came up with a novel, or at least unconventional, solution. The problem is to deep copy a li…

via null program July 31, 2024

Linux is a CNA

As was recently announced, the Linux kernel project has been accepted as a CNA as a CVE Numbering Authority (CNA) for vulnerabilities found in Linux. This is a trend, of more open source projects taking over the haphazard assignments of CVEs against their …

via Linux Kernel Monkey Log February 13, 2024

Generated by openring