Let's pwn!
No, you don't need Oh My Zsh
23 June 2025
Don’t get me wrong – Oh My Zsh is an excellent product. It’s well-maintained, feature-rich, and has helped millions of developers enhance their shell experience. But here’s the thing: you don’t need it to have a great zsh experience.
When I recently set up a new workstation, I decided to skip Oh My Zsh entirely and configure zsh manually. The result? A lightweight, fast, and fully customized shell that does exactly what I need – nothing more, nothing less.
Read More…My journey optimizing the Go Compiler
28 April 2020
At EDGE we write a lot of Go, and we love it for various reasons, one of them being speed. One day I got into a situation where I need to assign an int
to a variable based on another string value.
Sounds easy right? well yes, but this particular use case awakened the beast in me and made me think what’s the best way to do it.
The journey finished by me contributing to the language compiler and make map
lookups faster.
Noxale CTF: Grocery List (pwn)
9 September 2018
In this challenge, we are given a service IP and PORT, to which we can connect using netcat
or any similar tool.
We are also provided with an ELF
file.
PlaidCTF: Shop (pwn)
6 May 2018
Below, you will find the full exploit for PlaidCTF pwn200 task. The full write-up will follow.
Read More…AceBear CTF: Secure login (reverse)
30 January 2018
In this article I will share with you the solution to Secure Login
challenge presented at Acebear CTF, this task was worth 900 points. Even though I did not manage to solve the challenge on time, I still enjoyed it a lot.