SumitPaul18_9 Profile Banner
sumit_p Profile
sumit_p

@SumitPaul18_9

Followers
80
Following
1K
Media
257
Statuses
956

🏔️ Mountaineer scaling peaks & code | Senior Backend Dev crafting AI/ML solutions | Sharing tech insights, cloud hacks & adventure stories | #AI #Backend

India
Joined May 2018
Don't wanna be here? Send us removal request.
@SumitPaul18_9
sumit_p
1 day
Hey, had shared with
0
0
1
@SumitPaul18_9
sumit_p
2 days
🚀 I've got a #Comet invite link up for grabs! 🌟 If you want to join the future of browsing, follow me & slide into my DMs. First come, first served—don't miss out! #PerplexityAI #CometInvite.
6
0
1
@SumitPaul18_9
sumit_p
2 days
Just got my Perplexity Comet invite! 🚀 Ab Hogi Badmoshi. Time to try something new. #Comet #PerplexityAI.
2
0
0
@SumitPaul18_9
sumit_p
4 days
I suffered today, so you don’t have to.
@SumitPaul18_9
sumit_p
4 days
If you're on macOS and git mv file.js File.js doesn't show up in git diff you're not crazy. Git ignores case-only renames on case-insensitive filesystems. Here's how to fix all of them automatically 🧵
Tweet media one
0
0
0
@SumitPaul18_9
sumit_p
4 days
Save this if you’ve ever renamed file.js → File.js and Git just gaslit you. macOS devs: I got you. 💻❤️.#git #macOS #devtips #javascript.
0
0
0
@SumitPaul18_9
sumit_p
4 days
Here's the full script: No more silent Git weirdness on macOS. This should be a git config opt, but until then. we automate.
1
0
0
@SumitPaul18_9
sumit_p
4 days
✨ The script:. Detects casing mismatches. Runs git rm --cached on wrong-case files. Adds correct-case files. Adds new untracked files (ignores .gitignore). Commits + pushes.
1
0
0
@SumitPaul18_9
sumit_p
4 days
Most fixes online suggest git mv file.js tmp && git mv tmp File.js. Works for one file. But what if you have 10+ files with case-only renames + new untracked ones too?. You need a scripted fix. Here's what I used 👇.
1
0
0
@SumitPaul18_9
sumit_p
4 days
macOS treats logger.js and Logger.js as the same file. But Git is case-sensitive. This leads to Git refusing to recognize renames like:. logger.js → Logger.js. Which means you can't push the correct casing in a PR. So frustrating.
1
0
0
@SumitPaul18_9
sumit_p
4 days
If you're on macOS and git mv file.js File.js doesn't show up in git diff you're not crazy. Git ignores case-only renames on case-insensitive filesystems. Here's how to fix all of them automatically 🧵
Tweet media one
1
0
0
@SumitPaul18_9
sumit_p
5 days
Everyone RN (including me) for Perplexity Comet Browser Invite Codes 😅. @perplexity_ai @PerplexityComet .@AravSrinivas. #PerplexityAI #AgenticAI
Tweet media one
0
1
1
@SumitPaul18_9
sumit_p
9 days
RT @noahgsolomon: I broke down Twitter's entire algorithm repo w/ Claude Code. And built "The X Bible" tool that scrapes ur profile+feed a….
0
192
0
@SumitPaul18_9
sumit_p
12 days
Stumbled on this gem today:.The Power of Delusional Self Belief by @modernideas 👊. If you’re building anything ambitious., this mindset shift is a gamechanger. #buildinpublic #mindset #founderenergy.
0
0
2
@SumitPaul18_9
sumit_p
14 days
Clarity beats motivation. This is the real consistency formula.
Tweet media one
0
0
5
@SumitPaul18_9
sumit_p
14 days
Had all schedulers inside the Node.js backend at @Talestitch . Worked for a while, then started slowing things down. Memory crept up, event loop got blocked, perf got messy. Moved them to a small @golang service. It runs steady at ~32 MB RAM, clean logs, predictable crashes,
Tweet media one
0
0
3
@SumitPaul18_9
sumit_p
16 days
RT @NASA: We're bringing NASA+ to @Netflix!. Starting this summer, Netflix audiences will be able to stream rocket launches, spacewalks, an….
0
5K
0
@SumitPaul18_9
sumit_p
17 days
RT @goyal__pramod: It is insane how underrated these blogs are . Man made an interative visualization for different kinds of attention mech….
0
100
0
@SumitPaul18_9
sumit_p
18 days
Tweet media one
0
0
0
@SumitPaul18_9
sumit_p
18 days
Broo whattt😮. .
@rohanpaul_ai
Rohan Paul
19 days
These guys literally burned the transformer architecture into their silicon. 🤯. And built the fastest chip of the world of all time for transformers architecture. 500,000 tokens per second with Llama 70B throughput. 🤯. World’s first specialized chip (ASIC) for transformers:
Tweet media one
Tweet media two
0
0
0
@SumitPaul18_9
sumit_p
19 days
Built an extension to remove all “Easy”, “Medium”, “Hard” tags from LeetCode. Because the real challenge should be the problem, not the label.
@SumitPaul18_9
sumit_p
19 days
Ever catch yourself overthinking a question because it’s tagged “Hard”? Or skip an “Easy” challenge, convinced it won’t stretch your skills? . Those labels set your mindset before you even read the prompt, seeding bias into your practice. Introducing LeetCode Difficulty Hider:
Tweet media one
0
0
2