Rohit
295 posts


#5 on the list 👀
Really enjoying the grind, learning a ton from the cohort @kirat_tw Not done yet, aiming even higher next month!!
Harkirat Singh@kirat_tw
Wrapped up the First Bootcamp 1.0 x Superteam monthly bounty. 400 students from the bootcamp gave the contest. 120 gave the AI interview. 80 cheated during the interview. Rest 40 were given $250 each. Congrats to the winners. See you next month.
English

you don't need 10 threads for 10 connections
you need poll() - one syscall that watches all fds at once
built it in rust. 10 connections × 10 messages. 62,474 msgs/sec. 1.6ms total.
p50 was 2µs. the OS scheduler caused more latency than my code did 💀
#buildinpublic

English

@HKsoldev @superteam Agreed .. I am also using saturated_add and sub these days
English

3/3 DeFi Math is scary. 1 + 1 isn't always 2 if you hit an overflow it round back to zero which no one want so I used `checked_add` & `checked_sub` throughout the program. One line of code prevents a catastrophic financial loss from a wrap-around error. Safety > Speed.
@superteam
English

Implementing secure withdrawals on Solana isn't just about moving tokens from one account to another We also have to tackle the edge case too.
Here what i use for the Withdrawal.
#Turbin3Tribe @solanaturbine @SuperteamIN
English

Built a Solana staking program from scratch.
repo: github.com/rohitdevsol/an…
English

@101xanshu @deepseek_ai it was a question on unsafe rust ..
why should we not update a location directly using the pointers rather than using .write() method.
The end result was same .. AI's reason was unreasonable.
English

@rohitdevsol @deepseek_ai Noob, try adding please, this is prompt engineering. /s
English







