Skip to main content

original.flipster - software so slick, it feels illegal

Welcome to my crib πŸ’―

Nice to see you visit my little corner of the internet. This is where I drop some insights on stuff I picked up along the way and also the occasional tech-related rant. Since I low-key wanted to become a writer but somehow got caught up in the tech industry, I just have to write about that now instead.

My mission: challenge what needs challenging and spread awareness for a more diverse and security-conscious industry. I reflect on the stuff I’ve seen, question things that don’t add up, and share what I’ve picked up along the way. Still keeping it light though β€” if I make you crack a smile while something actually lands, that’s a win in my book.

original.flipster logo witch chainz, cat and fire

🫰🏾 You can’t automate what you don’t understand. Resilient processes and reliable software don’t happen by accident β€” they’re built on strong fundamentals.

nothing to see here, that’s just me

nothing to see here, that’s just me

nothing to see here, that’s just me

nothing to see here, that’s just me

nothing to see here, that’s just me

About me ♐️

English major by training, tech veteran by street cred. 10+ years in the game and the biggest lesson? Tech is the easy part. The hard part is people β€” communication, trust, empathy, sharing knowledge, actually listening. I always keep it 100 because sugarcoating ain’t helping nobody, and I bring the real people skills to an industry that’s been sleeping on them for way too long. At the end of the day, software and tech is built to help people β€” no cap.

Recent

My first Vibe (with success)
·963 words·5 mins
AI Me & My Agent Just Vibing
The internet is divided, one half has gone full-blown Coding Agent Mode, adamant not to touch any code ever again and the other half is skeptic AF and trying to convince everyone that AI generated code still mostly sucks. So, this is just me trying to see for myself and sharing my experience after my first actually successful result from Vibe Coding or Agentic Engineering or whatever.
Read more
What's Cracking? Oh, must be your KeePass password!
·815 words·4 mins
Red Team Security Black Hat Go
Recently, I found myself stumbling upon a .kdbx (KeePass Database) file as part of a backup in a CTF and needed to crack the password to gain access to the secrets contained and consequently elevate my privileges. Problem was, that I couldn’t get the hash in the right format for cracking it with john: unsupported database file version (4). So, I built keepass-rush to do so myself.
Read more
Privilege Escalation via DPAPI
··672 words·4 mins
Red Team Security Windows
DPAPI can be useful in situations when you got an initial foothold on a Windows host and are seeking to escalate your privileges. More specifically, we are talking a scenarios where your initial access user shares their home folder with a privileged account. This is a setup that is commonly found in Active Directory contexts, when a single person is operating with 2 distinct users, 1 for their everyday work and another one for dedicated administrative actions such as managing other users & groups that required elevated privileges.
Read more
Go KonMari on your SQL queries, bruh!
··1771 words·9 mins
Database Java/Spring Performance Gainz
Let’s dive into the mess that we get ourselves into when naively relying on JPA and its implementations and see how to generate nothing else but SQL statements that spark joy! Spring Data, JPA, Hibernate got our backs though to avoid such a mess, right? HELL NO! All they do is teach you a lesson to not rely on other systems without verifying the fundamentals functioning as expected yourself! There is ALWAYS pitfalls and you do not want to iron out those kinks in production.
Read more
Go Big or Go Home - The Beauty of the Monolith
··1988 words·10 mins
The Art of Architecture Don't Believe the Hype The Domain Thing
The microservices hype is 4 real, but also completely unjustified. Netflix somehow claims to have pulled it off and suddenly everyone is slaying perfectly good monoliths into tiny pieces just to secure a spot on the bandwagon. But, microservices are out there to hurt you, just wait and see. Meanwhile, monolithic architectures who have always been kind to us have gone out of fashion without any good reason. As Public Enemy said it best: ‘Don’t Believe the Hype’.
Read more