Saitama
385 posts

Saitama
@rohitdevsol
at @cypherzk_ and autopsylabs i use rust btw
Neptune Katılım Aralık 2025
82 Takip Edilen191 Takipçiler

Just opened a PR in @anza_xyz 's Agave
fixed block-id repair liveness when the original DMR is missing.
- start block-id repair immediately instead of waiting indefinitely for the original DMR
- remove the dependency on turbine completion for initiating repair
- added regression tests covering the new repair decision
cc : @superteam @SuperteamIN @solana
PR link :
github.com/anza-xyz/agave…
English

Gave an interview today for Founder's Associate Role:
- very quick call, took ~20mins
- it went casual and chill
- fumbled at very start, but it continued well
- shared my projects, from technical to creative
- i assume they're impressed w projects
- talked about their competition apps
- shared my personal experience after using the competition apps
- they asked my opinion on their services, and from my side, their marketing can be improved
There are 2 more rounds, let's see how it goes

English

quick update: got RTT estimation working on mini-quic today.
watched smoothed RTT converge from 333ms → 0.4ms over ~130 packets on localhost.
Saitama@rohitdevsol
Shifting to kuramalabs with this one . repo: github.com/kuramalabs/min…
English

done with phase 1 of mini-quic today
raw UDP → sequence numbers → ACKs → retransmission timer
the moment the retransmit task fired on a dead server and kept retrying without crashing hit different
phase 2 next.
repo:
github.com/kuramalabs/min…

English

Working on the new @cypherzk_ landing page from design to code. WIP, will share more soon.
Any feedback is welcome

English

quick update :
Sent messages now tracked in a pending map.
Server classifies packets (InOrder/Gap/Duplicate/LateArrival) and ACKs accordingly.
Client clears on receipt.
Saitama@rohitdevsol
Shifting to kuramalabs with this one . repo: github.com/kuramalabs/min…
English

quick update: added sequence numbers .
logging difference among inconsistencies.
will implement retransmission tomorrow .
goodnight !
Saitama@rohitdevsol
Shifting to kuramalabs with this one . repo: github.com/kuramalabs/min…
English

quick update : done with active client tracking.
Learning -
Before using a Mutex, ask yourself:
"Will I be waiting on something I can't control while holding this lock? (like the network, another task, or a timer)"
If the answer is yes, a Mutex is probably not the right tool.
Saitama@rohitdevsol
Shifting to kuramalabs with this one . repo: github.com/kuramalabs/min…
English


Life of a 21yo unemployed kid:
- wake up with no idea to do whatsoever
- emotional breakdown every 2hrs
- find startups to apply
- find founders and jobs
- cold dm 10-15 people everyday, knowing it wont work
- have no backup plan
- vibe code something to validate their capabilities
- post smth on X hoping someone would help
We all are doing the same thing everyday, hoping it would turn out differently someday
All we gotta do is have self-belief
English







