Hello World :)
You have found the mindspace (scratchpad) of Prateek Rathod. I like to share about things I am learning or unlearning. If there's an AI uprising, I will pretend to be a bot.
Recent Posts
-
Master's in Informatik – Coursework & Technical Archive
This document is a structured academic record of the courses I completed during my Master’s degree at RPTU Kaiserslautern and the key systems, concepts, and implementations I worked on. It serves as a...
read article -
Building Minidote: A Distributed CRDT System in Elixir
Distributed systems are hard. The moment you have multiple nodes trying to maintain consistent state, you face the classic CAP theorem tradeoffs. Do you sacrifice availability for consistency, or vice...
read article -
Membership Inference Attacks on Graph Neural Networks
Can Your Graph Neural Network Keep a Secret? Exploring Membership Inference Attacks on GNNs Machine learning models are increasingly being trained on sensitive data, social networks, medical records,...
read article -
SyncP - Synchronized Media Player
Brief SyncP (sync player) is a couple of Python scripts that use an mpv backend to play local media files in sync between hosts and clients. A host and a client are needed because it's a serverless...
read article -
PDWM - Personal DWM Fork
A personal dwm fork with a more practical and visually pleasing setup. It's just a bunch of patches and a few personal changes to the source. My fork. Brief Suckless's dwm is a dynamic window manager...
read article -
DNDR - Flutter Reader App
📦 Content WHY! HOW! WHAT NOW! WHY Imagine two guys just talking about some tech/framework (very easy to imagine I'm sure) which is fascinating to them and just like anybody else gets too excited...
read article