We just pitched @cypherzk_ at @rektoff_xyz shared what we’re building around private prediction markets, encrypted bets, accuracy markets, and why prediction markets should reward insight instead of visibility.
CC : @superteam@SuperteamIN@Arcium@ns
the async runtime schedules tasks, not futures. join 99 futures on one task and they split 50% of CPU time between them while a single spawned task gets the other 50%.
spawn them separately and each gets a fair share.
knowing when NOT to join is the real skill.
#tokio#rust
Crossed 1000 GitHub contributions in 2026.
Started this journey after getting inspired by @marsihq 's GitHub.
Since then, it's just been about showing up every day, building, learning, and staying consistent.
Spent some hours.. actually understanding async vs threads - not just memorizing definitions.
The moment it clicked that
async is about when tasks run and
threads are about where they run on the CPU...
everything made sense.
https://t.co/RwaccJ1PGG
Learning networking by building everything from scratch in C.
Started a repo where I'm implementing concepts from Beej's Guide.
repo:
https://t.co/ouIiI569b6
Phase 2 of Laminar is done .
Started this project after watching @sudobunni talk about beginning her Rust journey.
Big shoutout to @pie314n for contributing and helping shape the runtime along the way.
repo: https://t.co/NTjIZZPPjg