Paramarisha Senani

217 posts

Paramarisha Senani banner
Paramarisha Senani

Paramarisha Senani

@paramarishi

Humble servant to arcane called Deep Learning.

Cascadia Katılım Mayıs 2026
17 Takip Edilen1 Takipçiler
DeepakNess
DeepakNess@DeepakNesss·
I was using Gemini 3.5 Flash in the Antigravity CLI and accidentally told it to "commit and push" when I only wanted to commit locally. And, oh boy, things went completely wrong. 🤡 The Flash model found a different folder with a similar name, took its remote GitHub repo link, and force-pushed the completely new code straight to the main branch of a totally different project which was in production! Thankfully, I caught this within 5 minutes and fixed immediately.
English
21
6
199
24.4K
Paramarisha Senani
Paramarisha Senani@paramarishi·
@yunalsca Monty Oum. Everything about him was great. His DDR. His skills. His life. Even his signature. We will remember you. Always.
Paramarisha Senani tweet media
English
0
0
0
22
char🪽
char🪽@yunalsca·
loved the way tifa came to help cause my girls were getting their asses KICKED
English
109
706
9.9K
1.2M
Williams Agi
Williams Agi@WilliamsAgi1·
@HappyPunch There’s weight classes for a reason. Give him a heavyweight like Francis Ngannou or Brock Lesnar and let’s see if he would still be standing.
English
2
0
16
17.4K
Happy Punch
Happy Punch@HappyPunch·
Sumo wrestler destroyed a 5-0 pro boxer in an MMA fight last night 😳
English
1K
2.6K
43.7K
14.6M
Paramarisha Senani
Paramarisha Senani@paramarishi·
The fundamental mistake in statistics. Assuming statistics of wider population will necessarily apply to a small self selected component as well. (I am not even going to engage with laughable 76-82 IQ estimate).
Paramarisha Senani tweet media
English
0
0
0
2
Paramarisha Senani
Paramarisha Senani@paramarishi·
@kenlife202010 Another way. 1 - 1/2 = 1/2 1/2-1/4 = 1/4 1/4 - 1/8= 1/8 ..... and so on. Telescoping.... So 1-1/2 -1/4 - 1/8 - 1/16 - 1/32 = 1/32
English
0
0
0
78
けんたろ| 知識図解
けんたろ| 知識図解@kenlife202010·
数学のセンスが問われる一問。センスがある人は一瞬で解答できる。
けんたろ| 知識図解 tweet media
日本語
260
64
1.7K
1.3M
Paramarisha Senani
Paramarisha Senani@paramarishi·
@reddit_lies I really pity those folks whose parents named them Ajeet. LOL! Solid name, but brutal bullying.
English
0
0
0
747
Paramarisha Senani
Paramarisha Senani@paramarishi·
@Big_Fin_Art @DavidSacks There can be difference between what kids learn out of college, in traditional internships etc and what in six months market has moved to. This is amplified by the fact Big Tech who used to hire mostly generalist who could solve L33tCode are not hiring right now.
English
0
0
1
10
Paramarisha Senani
Paramarisha Senani@paramarishi·
@Big_Fin_Art @DavidSacks Then there could be a mismatch in what market wants and what people have to offer. Market might want folks with AI experience, cloud roles and developing custom agents while a massive number of floks available have skills in traditional backend-frontend roles.
English
1
0
1
11
David Sacks
David Sacks@DavidSacks·
Q: How are job postings for software engineers rising rapidly despite AI agents automating coding? A: Because there’s far more code to manage than ever before. We’re already seeing a 14x YoY increase in GitHub commits, and it’s accelerating. AI has dramatically lowered the cost of writing code, so it’s now being used across far more businesses, applications, and use cases. We’re at the beginning of a massive productivity boom driven by the proliferation of bespoke software throughout the entire economy. Coding has been AI’s breakout use case this year. The fact that it’s increased demand for software engineers — rather than decreased it — should call into question the entire “AI will cause mass job loss” narrative.
David Sacks tweet media
English
768
1.3K
8.2K
1.2M
Pro American Indian
Pro American Indian@ProAmericanDesi·
@DavidSacks This is eye wash. Ask any engineer, he needs to apply 1000 jobs to get an interview call. AI is definitely displacing jobs. Alphabet soup visas making it even harder.
English
1
0
8
428
Paramarisha Senani
Paramarisha Senani@paramarishi·
@code_star I still remember the absolute bugaboo during 2023 before development of o1 and o3 models, the so called project strawberry, which used RLHF to bring native reasoning in models. People were talking about absolute carnage etc and all sorts of conspiracy theories.
English
0
0
0
4
Cody Blakeney
Cody Blakeney@code_star·
The most maddening part of working in AI over the past 4-6 years is that you would hear the most insane shit from the EAs/accelerationists that in no way seemed grounded in reality, but then about 25-40% of it would actually happen. The rest wouldn't, and seemed stupid that anyone would have suggested it. So now I just spend my life trying to figure out which batshit predictions I need to prepare for.
English
15
10
279
16.6K
Massimo
Massimo@Rainmaker1973·
This video was taken in India, which is currently the hottest country in the world. Tap water has a temperature of 124°F or 51°C with no water heater. Exposure over 3 minutes could cause first degree burns.
English
410
778
5.4K
894.1K
justadev
justadev@just_adev·
@levelsio @TermiusHQ so do you write code? or you just write to Claude what do you want? ex. you want a new feature or you want a change. you just prompt or what ? or Claude is mainly the assistant here? my question mostly is how much trust you put on claude while you are on prod.
English
35
0
70
414.3K
@levelsio
@levelsio@levelsio·
My laptop screen looks pretty much like this all day now and same on my iPhone when I work (which could be anywhere now) It's just tabs for my sites, all on a VPS, synced with my iPhone via @TermiusHQ (unaffiliated) and usually with Claude Code open to fix or build new things
@levelsio tweet media@levelsio tweet media@levelsio tweet media
@levelsio@levelsio

So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'm in my server and I get dropped in a tmux session that's always tied to the corresponding site I wanna log in to To make this work I have this startup snippet in each site's Termius profile: > cd /srv/http/hoodmaps.com && tm (so /srv/http is where my sites are and then hoodmaps .com is the example site here, and "&& tm" is the important part here) Then in my ~/.bashrc file I added this (written by Claude Code) which defines the "tm" function, again all it does it just put me in the right tmux session based on the folder I'm in The result is I can switch without interruption from my laptop to phone in Termius with auto reconnecting sessions and usually I just have Claude Code open in each session to work Before I had to mess around with 1) not having smooth switching from laptop to phone, I'd have to use Claude Code's /resume for it, annoying, 2) having multiple sessions for same sites, gets messy and confusing fast, now it FORCES me into one session per site, this just works so well, I'm so fast, and each of my sites is just an open tab in Termius, I've never worked so structured and clean! Here is the code, maybe it helps somebody: # tmux session per folder. `tm` (no args) attaches to / creates a session # named after the current dir's basename. `tm name` overrides the name. # Works whether already inside tmux (uses switch-client) or outside it. tm() { command -v tmux >/dev/null 2>&1 || { echo "tmux not installed"; return 1; } local name="${1:-$(basename "$PWD")}" # tmux session names can't contain '.' or ':' — replace with '-' name="${name//./-}" name="${name//:/-}" if [ -n "$TMUX" ]; then tmux has-session -t "$name" 2>/dev/null || tmux new-session -d -s "$name" -c "$PWD" tmux switch-client -t "$name" else tmux attach -t "$name" 2>/dev/null || tmux new -s "$name" -c "$PWD" fi } # Auto-attach on interactive login: picks a session named after wherever # you land. Plain `ssh server` lands in $HOME → session "root". Use # `ssh server -t "cd /srv/sm.levels.io && bash -l"` to land in a site # folder → session "sm-levels-io". Skips inside tmux and non-interactive # shells so scp/rsync/scripted ssh keep working. if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ] && [[ $- == *i* ]]; then tm fi

English
192
131
3K
824.4K