
muffin
@badmuffin06
Followers
317
Following
14K
Media
66
Statuses
439
22 • sde • agressive vibe coder
undefined
Joined December 2023
solving leetcode questions after 3 months, it feels like i've forgotten most of the concepts
2
0
14
Modern soultions:- 1. epoll (linux) 2. kqueue (macOS/BSD) 3. IOCP (Windows) These are OS-level APIs that scale much better than select/poll.
0
0
4
Early SOlutions:- Select - Scans all descriptors every time, with a hard limit, usually 1024. Poll - Similar to select, but removes the 1024 limit
1
0
4
It's an API provided by the OS that efficiently monitors many I/O sources (like sockets, files) and notifies your program when something is ready to read/write. Instead of checking each I/O source constantly (select/poll), the OS only notifies us when an I/O event occurs.
1
0
5
nodejs is single threaded for JavaScript execution, but uses a thread pool (via libuv, a C++ library) under the hood to handle blocking tasks like file I/O, DNS, and crypto. This makes Node.js both single and multi-threaded in nature.
0
0
6
I ruined my founder's white shirt by spilling sambar on it during Fun Friday 😭 ab toh job gayi meri 😭😭
2
0
16
techbro who left blr coz of language barrier gets beaten up in mumbai. finally moves to gurgaon and a thar runs him over
113
911
12K
Received a new macbook from my company, feels really premium. Still prefer linux over mac & windows, though.
2
0
8
Want to compile Neovim from source on debian? I wrote a complete step-by-step guide for you. 🔗 https://t.co/LCRhrzeiRK
0
0
6
This platform was never that bad, things weren't this inhumane, trolling was fine but within boundaries. Gutted. prayers for the ones who lost their loved ones. Sad day.
6
55
666
the only person coming to save you is the version of yourself that is tired of your current situation
0
0
8
MI fans preaching about “saving humanity” when they literally mentally tortured their own captain last year by booing every time he took the field in Mumbai — has to be the funniest shit ever.
36
193
1K
While everyone was waving each other goodbye on the last day of clg, I was looking for that one face, probably for the last time.
1
0
5
We're so focused on our future, that we forgot that we are in the middle of what we once wished for
0
0
5
A clarity that hurts you is better than the hopeful confusion that holds you
1
0
4