not_salgaonkar Profile Banner
biraj (બિરજ) 🪔 Profile
biraj (બિરજ) 🪔

@not_salgaonkar

Followers
4K
Following
14K
Media
552
Statuses
3K

escaping mediocrity

blr in space, 22 in time
Joined December 2023
Don't wanna be here? Send us removal request.
@not_salgaonkar
biraj (બિરજ) 🪔
23 days
yes. i also built a tool to help me with this 3 years ago. here:
@spikedoanz
spike
23 days
they don't want you to know this, but you can visualize arbitrarily hyper dimensional spaces in your head. just keep stacking!
Tweet media one
3
2
34
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
updated the list. posting to keep myself accountable.
Tweet media one
82
206
5K
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
my "from scratch" projects so far. - tcp server in C.- http sever in C.- websocket server in Node.js.- numpy in Go.- a text editor like nano in C.- JSON parser in Go.- multer in Node.js.- a small web framework inspired by express in Node.js. no 3rd party libraries used.
115
195
4K
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
@solarsystern bio checks out
Tweet media one
1
19
3K
@not_salgaonkar
biraj (બિરજ) 🪔
2 months
i learnt the most when i stopped thinking i needed a youtube video to learn everything. after a point, it's just not convenient. you have to read. there's no other way. the first thing i read was an article on building a text editor in C, and i'm so glad i did. in just a week, i
Tweet media one
28
135
3K
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
implementing linux containers from scratch in Go to understand Docker a lil bit better
Tweet media one
33
62
2K
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
DID THE CEO OF @vercel JUST QUOTE MY POST???. (excuse the farming lol). anyways, my honest thoughts:.> the way my account grew from just 50 to 2.5k in the last 2 weeks feels like a bubble.> BUT, i'm gonna try my best to live up to it 🫡. - just a regular everyday normal mf
Tweet media one
32
35
2K
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
i wrote an HTTP server from scratch in C.
Tweet media one
13
47
1K
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
i wrote an HTTP server from scratch in C.
Tweet media one
14
27
672
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
meet Focker, my toy implementation of Linux containers in Go with Ubuntu 22.04's rootfs which i wrote to understand how Docker works internally.
Tweet media one
11
17
482
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
time to learn some software engineering. from sc- yk the drill 🗿. join CodeCrafters:. less goo @codecraftersio 🫡
Tweet media one
9
26
439
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
things i'm currently working on. - neural nets in Go.- Redis in C from @codecraftersio 🫶.- a small React-like lib to understand how it works internally.- office work on sub-users, roles & permissions: both be & fe. i feel like a single-core CPU lol . 👇👇.
Tweet media one
8
2
201
@not_salgaonkar
biraj (બિરજ) 🪔
2 months
here's the booklet: about ANSI escape sequences:. my really bad source code:.
1
7
175
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
i'm watching this wonderful @GOTOcon talk by @lizrice .
3
6
153
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
joining Adapt as a backend engineer; founding, if i may add. will be working remotely btw. thanks twitter/x or whatever you wanna call it 🫡
Tweet media one
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
career update coming soon btw.
17
0
154
@not_salgaonkar
biraj (બિરજ) 🪔
29 days
i built a chrome extension called Get Bored for my own use. this extension hides reels and explore buttons on instagram, and if i visit instagram<dot>com/reels, the DOM gets cleared. i've been struggling with focus for a while, and today i watched @mohakmangal's yt video "How I
19
2
149
@not_salgaonkar
biraj (બિરજ) 🪔
2 months
what is polling?. it's when you keep checking every few mins if he/she texted back. your frontend does the same, sending a network request to your backend every few secs for updates. and when they're actually interested in you, that's websockets. you don't have to poll.
10
12
141
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
i implemented numpy from scratch in Go
Tweet media one
3
3
135
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
all are available on my github.
0
4
123
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
dense layer with forward pass achieved in Go 🫡
Tweet media one
3
1
118
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
1
6
113
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
on tech twitter, you'll find cracked people, beginners striving to become cracked, and incompetent mfs who will call themselves xyz enthusiasts.
10
5
109
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
i build from scratch not because i know it all, but to learn it all.
3
7
98
@not_salgaonkar
biraj (બિરજ) 🪔
25 days
how do companies like groq & openai host these huge LLMs and make them available to millions of users? especially groq, which is streaming answers from llama 3.3 70B super fast.
10
3
88
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
gomon: nodemon, but for Go files. written in Go [from scra- ok i won't say it] using macOS's kqueue() & kevent() system calls. didn't wanna use fsnotify. will try inotify() system call for linux next.
Tweet media one
8
5
85
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
i was talking to @sh17va & got curious about how OpenAI API streams tokens. looked it up & learnt that they use server-sent events so i implemented a simple POC to create a server that streams a word every 200ms to the clients.
Tweet media one
5
2
84
@not_salgaonkar
biraj (બિરજ) 🪔
9 months
@s1ckt1r3d yes. you may think that i'm flattering you, but actually, it's just me amusing myself with my wit 😌.
0
5
84
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
i wrote a shell in Zig. today was my first and last day using this language.
Tweet media one
5
1
84
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
i'm gonna crawl my way up.i'm gonna crawl my way up.i'm gonna crawl my way up.i'm gonna crawl my way up.i'm gonna crawl my way up.i'm gonna crawl my way up.i'm gonna crawl my way up.
3
4
85
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
how do i send an encrypted payload from frontend to backend? using an RSA key pair maybe?. - public key at FE encrypts the data.- private key at BE decrypts the data. really need some help here bc the only thing i've secured so far is a job 🤡.
18
4
84
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
rate my work github account pfp
Tweet media one
15
0
75
@not_salgaonkar
biraj (બિરજ) 🪔
2 months
@AndersonAndrue obv i knew what it was, but i don't think one can claim to know about pointers until they have tried memory management since it can lead to double free & shit. and also the void pointer, pointer arithmetic, etc.
1
0
72
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
@ThePrimeagen just raw sockets with syscalls. it's a fairly simple server that just echoes back what was sent. challenging part was understanding the event loop that keeps it single threaded but handles multiple connections. still a lot to learn about networking tho.
2
0
69
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
experiment results: 8x likes & 4x views
Tweet media one
Tweet media two
7
1
67
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
really need a math nerd gf rn.
6
1
65
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
note to self: comfort kills ambition.
3
5
65
@not_salgaonkar
biraj (બિરજ) 🪔
4 months
this is how it started btw @muchsahil. ps: we're now Outspeed, and we will be launching soon 🏎️
Tweet media one
5
0
65
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
switching to firefox. smth i should have done it years ago.
Tweet media one
14
0
65
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
i have fumbled a lot in my life
Tweet media one
4
4
61
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
my friend wrote the pong game from scratch in Assembly!!!.
@PrashanthK0
prashanth kumar
7 months
A game - from scratch (with Assembly) 😺. Just wrote 512byte bootsector game with nasm 8086 assembly (classical pong remake). REPO : Leme know if someone run this on a real hardware .im afraid as i dont have a backup device.
1
1
60
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
this goes hard for some reason
Tweet media one
3
2
61
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
today's menu 😋. Go Concurrency Patterns: Pipelines and cancellation. What's in an (Alias) Name?. Go Slices: usage and internals. Writing Web Applications. itadakimas 🙏
Tweet media one
2
2
61
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
TIL:. a DNS A record holds ipv4 address & AAAA record holds ipv6 addresses. why "A" record?."A" stands for "Address" 🤯. why "AAAA" record?.ipv4 - 32 bits (4 bytes).ipv6 - 128bits (16 bytes). since ipv6 is 4x the size of ipv4, we call it AAAA record. 🤯🤯🤯🤯.
3
0
60
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
5 merge conflicts right when i thought i could commit and leave the office. happy fuckin friday 🤡.
5
0
52
@not_salgaonkar
biraj (બિરજ) 🪔
1 month
2024 wrapped.> went from 20 to 4k followers, which helped me land a new job at @OutspeedAI (remote & US based, if that's what turns you on).> i get to work with @muchsahil & @JanakAgrawal2 💪.> made new friends from twitter @kriyanshii @Sahil_Gulihar_ @pranavreddyg @sxmawl.
6
0
50
@not_salgaonkar
biraj (બિરજ) 🪔
6 days
programming isn't something i love. i was just an average kid with nothing remarkable to show - someone who somehow got good grades in school, which made people around me think i was smart. i never liked that because i knew that it's bs. i didn't even know that multiplication.
3
3
49
@not_salgaonkar
biraj (બિરજ) 🪔
2 months
i solved my first ever leetcode medium (and my second leetcode problem ever) lol. after finishing i gave my solution to chatgpt, and it said that it's dynamic programming. i've no idea what that is 🤡
Tweet media one
8
0
49
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
i am beyond thrilled bitch
Tweet media one
8
3
49
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
company dinner they said, but she lowkey served. ✨️💅. hi. i am looking for a room available in a 2/3bhk in HSR. if you’re looking for a flatmate or know any leads please let me know. thanks 🫡. @fmrbangalore @BangaloreRoomi. ps: i = me, biraj. SIKEEEE
Tweet media one
13
3
45
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
i will be able to write redis server in C but i won't ever be able to properly init a typescript & node project with path alias setup 👍.
9
0
43
@not_salgaonkar
biraj (બિરજ) 🪔
29 days
yo. just added some new features to Get Bored, the chrome extension i cooked that will let me (and maybe you) cook more 🚀. - you can now customize extension settings ⚙.- anti-shorts mode: blocks short form content (Instagram reels & explore, YouTube shorts, TikTok), and you
4
0
46
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
in case nobody has told you this before, having an engineering degree doesn't make you an engineer.
6
2
43
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
done with the implementation of event loop & non-blocking io for "Build your own Redis" by @codecraftersio!!! and now it's time to parse some RESP 🫡. it's really fun ngl. here's the link for you to try it as well:.
Tweet media one
2
1
42
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
back to basics
Tweet media one
5
1
42
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
done with the implementation of event loop & non-blocking io for "Build your own Redis" by @codecraftersio!!! and now it's time to parse some RESP. it's really fun ngl. here's the link for you to try it as well:.
Tweet media one
1
0
42
@not_salgaonkar
biraj (બિરજ) 🪔
27 days
built a quick and fun project inspired by Perplexity. used Mistral 7B Instruct and Google Custom Search JSON API. source code:
Tweet media one
1
0
40
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
@katawaridokii this site is on my todo list:
2
1
39
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
zed's summercamp theme on vs code, React and 2000s bollywood music. life good 😌
Tweet media one
4
0
36
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
okay i did not know that
Tweet media one
6
1
39
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
Tweet media one
1
1
37
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
@shauseth thought you were baiting so i googled and 💀. didn't find anything regarding this in the news section🤷🏻 (i just searched nvidia btw). then finally @perplexity_ai
Tweet media one
0
0
39
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
better than __init__, __call__, __str__, operator overloading bs, messy asyncio, uvicorn/gunicorn bs.
@0x_pix
pixel
5 months
Tweet media one
3
0
38
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
ReLU activation layer achieved in Go 🫡
Tweet media one
3
0
37
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
Tweet media one
2
1
36
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
my first aws bill
Tweet media one
7
0
38
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
ehh understanding what from scratch now?
Tweet media one
2
0
37
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
i tried to simulate the behavior of Go channels in order to understand them. i'm not sure if it's correct though. would appreciate it if someone would weigh in and check the code. thanks. code:. left (mine) vs right (Go)
Tweet media one
5
3
37
@not_salgaonkar
biraj (બિરજ) 🪔
4 months
you're meant for more than just CRUD apps.
3
1
37
@not_salgaonkar
biraj (બિરજ) 🪔
8 days
free tall beverage at starbucks less go
Tweet media one
4
0
36
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
man i love TypeScript ❤️
Tweet media one
2
0
36
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
didn't know that babel was this cool. used to hate it because i didn't understand it. mb 🫡
Tweet media one
4
0
35
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
hi. i wrote a short blog a few days back. would appreciate your critiques.
Tweet media one
2
1
33
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
it's incredible how far i've come, despite the voices in my head constantly telling me that i can't.
3
1
36
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
hello fastapi 🏎️.(yeah using light mode because it's kinda sunny yk)
Tweet media one
Tweet media two
4
1
35
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
source code (work in progress):.
0
3
33
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
this guy implemented AWS Lambda in Go & Rust 🫡.
@will_x86
Willx86
7 months
@not_salgaonkar Yeah I made 50% of it in 3 days as the project was DUEEEEE .The end result is you create some code like this:.or .And it runs.
4
0
34
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
me vs the guy she tells me not to worry about 🥲
Tweet media one
Tweet media two
2
0
33
@not_salgaonkar
biraj (બિરજ) 🪔
3 months
why aren't you worried about your future?
Tweet media one
1
2
33
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
thinking about how big losers those 'teachers' were who used to get mad when you didn't say good morning.
4
1
32
@not_salgaonkar
biraj (બિરજ) 🪔
8 months
go underneath those abstractions anon, and you'll experience wonders.
0
4
34
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
hello terraform & aws ☁️.> created an ec2 instance with an elastic ip & a sg that exposes for ports 22 (ssh) & 3000 (app).> used user_data (cloud-init) to run a script that:. - installs git & docker. - clones my node server repo. - builds the image & runs the container
Tweet media one
2
0
34
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
if you are into tech or that fuckin list of web dev, android, ai/ml, robotics and shit. and using 🧑‍💻 emoji turns you on. let's #connect.
8
0
31
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
yet another Claude 3.5 Sonnet appreciation post 🫡
Tweet media one
5
0
33
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
WHY DOESN'T THIS STUPID BUTTON EVER WORK IN THE FIRST TRY BC!
Tweet media one
3
1
30
@not_salgaonkar
biraj (બિરજ) 🪔
5 months
lazygit is so cool wtf
Tweet media one
8
0
32
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
i don't want any more interesting anime, manga, manhwa, movie or any other kind of fiction. all i want is for my life to be interesting.
3
0
32
@not_salgaonkar
biraj (બિરજ) 🪔
6 days
just loving what you do isn't enough, it seems. you need a mission. no matter how much you love programming, building things from scratch, or chess, there are days when you just don't feel like doing it. any action can become boring (except maybe sex). that's where a mission.
3
1
31
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
if i go below 1700 ever again, just shoot me 👍
Tweet media one
5
0
30
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
ideas are like premature babies; they don't come out fully formed.
2
0
31
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
tech enthusiast, AI enthusiast, web3 enthusiast, linux enthusiast, lawda lassan.
2
1
29
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
learnt so much about aws & terraform in the last 6-7 days. tho it's still basic, but i think i learnt much more than i imagined i could. i can do more.
2
0
31
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
shooting my shot at making @mozilla my sugar mommy 💪
Tweet media one
0
1
31
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
small account me was so silly.
@not_salgaonkar
biraj (બિરજ) 🪔
9 months
programming in javascript has made me blind cuz i can't c 😔.
1
0
30
@not_salgaonkar
biraj (બિરજ) 🪔
2 months
don't beat your meat.
@100xDevs
100xDevs
2 months
You meet your 14 year old self. You’re allowed upto 4 words. What are you saying?.
1
0
30
@not_salgaonkar
biraj (બિરજ) 🪔
7 months
this is why i love LLMs. i can ask all my noob-like questions & immediately get the answers! yeah ik ik i suck at math 🥲
Tweet media one
Tweet media two
3
1
30
@not_salgaonkar
biraj (બિરજ) 🪔
4 months
i promise that you'll never see me posting shit like "what's stopping you from coding like this" or that salary/freelance money credited sms or romanticising overworking bs.
4
0
28
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
1. get rid of self-loathing.2. develop narcissism.3. acquire god complex.4. rest will happen automatically.
1
2
27
@not_salgaonkar
biraj (બિરજ) 🪔
6 months
hello terraform and cloud ☁️
Tweet media one
2
0
28