x19 (@0xnineteen) 's Twitter Profile
x19

@0xnineteen

peace and code

ID: 1479888029263273985

linkhttps://github.com/0xNineteen calendar_today08-01-2022 18:49:57

1,1K Tweet

1,1K Followers

1,1K Following

Joe C (@realbuffalojoe) 's Twitter Profile Photo

Okay, a lot of people were pretty pumped about that article I wrote about Agave's runtime, so here's one about the VM. Some might say, the _real_ SVM. anza.xyz/blog/the-solan…

x19 (@0xnineteen) 's Twitter Profile Photo

new syndica v2 infra is released! - lowest latency and lowest slot-lag across all solana PRC providers - new rate-limiting control - fresh real-time dashboards - 10 MILLION FREE RPC calls

x19 (@0xnineteen) 's Twitter Profile Photo

sig engineer went hard and wrote 50+ pages of pure gold on how solanas blockstore works 😂 part one of syndica/sigs engineering on the blockstore coming soon!

starry (@jstrry) 's Twitter Profile Photo

Really happy to see Timely Vote Credits get activated on mainnet today! This feature was proposed, implemented, and voted on by the Solana validator community with support from ashwin.sol and the rest of Anza 🧵👇

x19 (@0xnineteen) 's Twitter Profile Photo

awesome overview of progress migrating BPF programs to on-chain programs by Joe C 🥁 : github.com/orgs/solana-pr… massive project which will save tons of time for client teams !

Syndica ☀️ (@syndica_io) 's Twitter Profile Photo

Part 5 of Sig Validator Engineering's blog: Ledger and Blockstore. This thread and blog post explore Sig's ledger design, emphasizing its modularity, flexibility, database support, and key operations processing @Solana blocks and transactions. 🧵 blog.syndica.io/sig-engineerin…

Ace — The JS Hater (@ace2489_) 's Twitter Profile Photo

Red-black trees. I've been working on an impl in Zig, and I can share it now. Hardest part was keeping invariants during tree ops. Even with a correct algorithm, a bug in any operation will silently corrupt the tree. My biggest db/systems project in Zig, so far. Link below.