Skip to main content
aayushprime.
Failed image loading
Flashing AOSP on my old phone

A collegue of mine convinced me to play Clash of Clans again, because apparently the waiting time is lesser now. I used to play that game a …

November 8, 2025

Failed image loading
Reflections on two years on the industry.

I have been working as a software engineer for a little more than two years now. Having worked at two different places, I think the …

September 17, 2025

Failed image loading
Cloudflare Tunnels: Expose your local server to the internet.

How can you quickly expose your local server to the internet? There’s ngrok which is as easy as ngrok http 8000 but it has a free tier …

June 17, 2025

Failed image loading
Why is my Golang server (not) crashing?

I was hit by one of these “you didn’t know this, now suffer” moments today. I was working on a websocket server and was …

June 3, 2025

Failed image loading
Tmux Snippets (take your commands with you everywhere!)

Wouldn’t it be great if you could take your commands with you everywhere? Sure aliases are great but can you really put a price on the …

May 18, 2025

Failed image loading
Where are my bits getting lost?

Today I was trying to implement the Snowflake Id generator for Fly.io Gossip Glomers second challenge, Unique Id generation. Here’s …

April 2, 2025

Failed image loading
Python: Solving slow eval

Welcome to another one of my interesting findings, where I explore some stuff for fun and profit just fun A while back I was solving AOC and …

January 10, 2023

Failed image loading
Why does my drive mount as read only?

Today I tried to write an fstab entry so that my drive would automount on boot. It went as smoothly as I had hoped (at first). So, I ran …

January 17, 2022

Failed image loading
Google Sheets as Database?

I recently learned that Google Sheets can be used as a database (although with caveats I hear). And I love it. It is so much easier to see …

December 14, 2021

Failed image loading
String Bug

Today the coding calendar Advent of Code started. You should try it too, Advent of Code. I tried to solve the first challenge. It was pretty …

December 1, 2021