#programming
5 posts
- 2023
-
Enigma Machine in C
For my high-school final work I read about Turing's life. I read about his computational model, now known as turing machine, and of the help he gave to the Allies for the decryption of german comunications during World…
-
Base64 Encoder in C
Sometimes I look at things that already exist in the world and my eyes fill up with wonder and curiosity. I look at them and I ask myself: how did that thing come to exist exactly the way it is? Why was it done that way…
- 2021
-
Web Scraping with Python (ft. BeautifulSoup)
After years of studying Computer Science at university I've come to realize the simple yet powerful fact that digital technology is all about the processing of information encoded in data. What we're doing with…
-
Implementing a Crossword Solver in C++
One of these endless nights I was mindlessly scrolling twitter until I saw a preview of a free course which promised to teach the basics of C with a small project: writing an automatic crossword solver. Being interested…
- 2020
-
On Doubly-Linked Lists, and the Linux Kernel
In the last 2-3 weeks I spent a significant amount of time developing a Linux device driver for a university project. The project was required by the Advanced Operating System course, which I followed last year, before…