My first hackathon - Hack4Lem 2021

My first hackathon - Hack4Lem 2021

40 hours of objective oriented work focused on learning not winning

During last weekend I've participated in the Hack4Lem hackathon organized by PKO Bank Polski and Instytut Polska Przyszłości im. Stanisława Lema (Stanislaw Lem's Institute "Polish of the Future"). It lasted 40 hours from June 18th 5PM to June 20th 9AM.


Contents

  1. Deploy working AWS E2 instance
  2. Use Python and Bash scripting whenever possible
  3. Don't put 100% effort into the solution
  4. SwearJar - NLP Processing Ecosystem
  5. Conclusion
  6. Additional readings

Because it was my first hackathon ever, I did know that I should focus on more favorable things that winning the prize. So from the two available categories

  1. Bank of the Future.
  2. Cybersecurity - Fighting Cyberbullying

I have chosen the latter one and set myself three goals.

Back to top

Deploy working AWS E2 instance

Few weeks ago I have created an Amazon Web Services account having the idea of private VPS setup tests, but since then, I didn't do anything on cloud. This was the opportunity for me to push myself a bit and get that experience with AWS Dashboard, SSH access, network hardening and file transfer over rsync.

sudo rsync -e "ssh -i privatekey.pem" -rv {local_folder}/ ubuntu@{IP}:{remote_folder}/

Back to top

Use Python and Bash scripting whenever possible

I though that choosing interaction with social media portals would pair nicely with scripting language. Python is my go-to language when I work with hacking challenges and I want to keep better at it. During this hackathon, I wanted to see how I can create Python server and in overall what are the best practiced when writing a standalone application. So far, my experience with Python was some simple request/response actions in a single file script.

Back to top

Don't put 100% effort into the solution

I knew I won't join the finalists, neither by delivering the complete solution nor by skipping the night. My idea doesn't feel innovative enough, and I didn't see the point of putting accessibility features by force into it - so it won't fit the constraints of the competition we are challenged with.

What I wanted to have is a solution that will meet my personal goals

Back to top

SwearJar - NLP Processing Ecosystem

SwearJar has a main processing unit that is hosted on the cloud (or other publicly available place) and is exposing its classification powers over the API. Other modules, called Monnies would send the text to it and receive the prediction value - is this an offensive phrase or not.

Now, depending on the Monnie, method of acquisition and action taken are different.

MonnieMethod of acquisitionActions taken
WordPress DoubloonComment, before it is submittedPrevent posting, warn and educate commenter, send to moderation
JavaScript DimeAny defined text fieldPrevent submitting, warn and educate user
Twitter PennySearch phrase, profile or any other Twitter query, ex. geolocationSend a private message or tweet responding to the aggressive tweet
YouTube NickelComments under the videosSend a private message or respond to the aggresive tweet

This was the main idea - but I know I wouldn't be able to prepare all of it in just 40 hours. So, I focused on the core Python module deployed on AWS (SweatJar) and Twitter Penny Monnie.

Here you can see GitHub repository:

👉 SwearJar source code

Please don't hesitate to fork and play with it, I don't mind if this idea pays forward.

Back to top

Conclusion

Did I win something? No.

Actually yes, but only from the Discord giveaways: Lem's book "Niezwyciężony" ("The Invincible") and delivery food service coupons worth of 4 dinners for two.

Am I disappointed? No way! I have completed my goals, I have participated (and survived) my first hackathon, met some insightful people. So, all in all - I'm happy I've subscribed to this (with a little push from my wife).

Are you interested in what it looked from my perspective? See the highlights below my profile:

👉 Hack4Lem Highlights

Additional readings

📌 Follow the #CyberEthical hashtag on the social media

👉 Instagram: @cyber.ethical.me

👉 LinkedIn: Kamil Gierach-Pacanek

👉 Twitter: @cyberethical_me

👉 Facebook: @CyberEthicalMe

Back to top

Did you find this article valuable?

Support Kamil Gierach-Pacanek by becoming a sponsor. Any amount is appreciated!