DEV Community

Why haven't I done hacktoberfest before?

adro.codes on October 28, 2019

Over the weekend, I decided to partake in Hacktoberfest. Not going to lie, I mainly wanted the shirt, however, what I found was that Open Source is...
Collapse
 
johanneslichtenberger profile image
Johannes Lichtenberger

For me it was also super amazing... getting first contributions especially in the beginning of October for an Open Source project, which was started at the university back in 2006 or 2007 I guess, but where I worked alone on the project since the end of 2012. But where I'm now more convinced than ever that the ideas borrowed especially from ZFS are great. Versioning done at the storage layer (completely written from scratch) using immutable keyed tries, log-structured and without the overhead of a persistent transaction-log, versioning even the data-pages fine granularly, using a distributed transaction log in the future for sharding...

So I'd love to move forward with the help of the Open Source community and to build a great analytics platform for analysing the past, doing audits, simply revert to a known good state because of human- or application-errors while even being able to stream real time changes :-) The versioning aspect introduces just a little bit of constant overhead, but in general unchanged structures are simply shared between revisions, even unchaned records of a data page.

Collapse
 
hurricaneinteractive profile image
adro.codes

Awesome to hear! All the best with the project as well! I am sure if you pull the word out about your project people would flock to it to help out.

Collapse
 
andrewbarber profile image
Andrew A. Barber

Likewise this was my first #Hacktoberfest, and the project I've found suits me so well. I plan to continue contributing.. without the t-shirt incentive! πŸ˜‚

I went along to a Hacktoberfest event in Glasgow and one site they'd suggested for finding projects to work on was CodeTriage. Might help you find future projects too!

Collapse
 
murrayvarey profile image
MurrayVarey

Thanks for the CodeTriage recommendation. It looks like a really handy site.

Collapse
 
hurricaneinteractive profile image
adro.codes

πŸ˜‚ yes I will definitely be continuing without the t-shirt incentive from now on.

Awesome, I'll have a look.

Collapse
 
johnlukeg profile image
John Luke Garofalo

I appreciated reading this and hearing about your fears going into it and how they weren’t so scary after you overcame them. Thank you for sharing!

Collapse
 
dbarwikowski profile image
Daniel Barwikowski

Still faster than IE ;)