Richard Patel Profile Banner
Richard Patel Profile
Richard Patel

@fd_ripatel

Followers
5,578
Following
907
Media
268
Statuses
2,532

Augsburg, Germany
Joined December 2022
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
@fd_ripatel
Richard Patel
1 year
Quick anecdote: I've quit RPC services & Eth consensus dev to go full time Solana core dev at @jump_firedancer Solana's execution layer & eBPF, was vastly more interesting to me due to its potential. We exist, but we're rather rare, for the following reasons.
@smsunarto
Scott Sunarto ◢ ✦ ◣
1 year
Cosmos and the modular stack is the prob the only meaningful brain drain Ethereum have ever received It's one hell of a powerful nerdsnipe that Solana, Cardano, and other alt L1s dont have
22
29
262
26
114
564
@fd_ripatel
Richard Patel
1 year
@0xgaut It's the woodland mansion
Tweet media one
3
1
453
@fd_ripatel
Richard Patel
11 months
If you think you have skin in the game, reminder that there's a Solana validator team (not me) that maintained near perfect uptime, persevering through shelling and bombardment, to now building >500+ UAVs for territorial defense taking out modern tanks.
Tweet media one
37
59
362
@fd_ripatel
Richard Patel
28 days
Clarifying some misconceptions about QUIC networking problems on blockchain. Here's my take: - QUIC is not inherently vulnerable DDoS (it still sucks) - Switching to another protocol won't magically fix things - Short term solution is to harden & fix QUIC servers
26
74
320
@fd_ripatel
Richard Patel
11 months
You'll be able to run a node from any home DSL once we ship basic improvements to Solana's block propagation protocols. Pic shows April 21st raw mainnet bandwidth (blue) at ~11 Mbps. Compression brings it down to 4 Mbps (orange).
Tweet media one
32
56
286
@fd_ripatel
Richard Patel
1 year
Philip from the Firedancer team optimized 256-bit Base58 encoding (radix conversion) down to ~300 clock cycles (~100ns). That's a 10-40x improvement over the Rust libraries!
Tweet media one
Tweet media two
16
38
280
@fd_ripatel
Richard Patel
1 year
fd_xdp, Firedancer's high-performance network driver, has landed in main. 🔥💃 Bypassing the Linux networking stack using AF_XDP allows for operation at over 40 Gbps while also staying compatible with existing hardware.
Tweet media one
26
48
254
@fd_ripatel
Richard Patel
3 months
Solana testnet replay on a Pixel 7
Tweet media one
13
44
219
@fd_ripatel
Richard Patel
22 days
Re blockchain code diversity: Reproducing complex deterministic software is nigh impossible with typical system programming practices. It took us over a year to rebuild Solana's SVM and understand it better than anyone else. A quick recap:
16
26
225
@fd_ripatel
Richard Patel
10 months
Solana goals we should all be aiming for: - Execution client diversity - Even greater block producer diversity - Stateless block production - <32GB memory for full replay - <10Mbps p2p bandwidth requirement - On-demand replay of any chunk of history - >3x replay speed
14
38
212
@fd_ripatel
Richard Patel
1 month
Trent walked me through the recent mainnet performance issues in Agave. Almost all of them are fixed by Frankendancer (FD network stack, Agave runtime/consensus), which was released to testnet last BP. Currently going through audits.
8
26
190
@fd_ripatel
Richard Patel
1 year
😍 @solanalabs ' VM team is building a Move compiler for Solana. Yesterday, devs were able to compile and link Move code into a Solana VM binary.
Tweet media one
16
40
181
@fd_ripatel
Richard Patel
6 months
stay humble
13
10
168
@fd_ripatel
Richard Patel
1 year
This false narrative is just tiring. Yet again, the facts (as of 2023-04-02): - Only whitelisted entities can prevent fraud on Arbitrum ¹ - Optimism has no network security; it is a central database with replicas ² - Polygon PoS supermajority consists of just 11 validators ³…
12
50
160
@fd_ripatel
Richard Patel
1 year
Excited to share fd_quic and fd_xdp, a scalable kernel-bypass net stack for building QUIC servers 💃🏻 TL;DR: 6Gbps per core / 1.4M streams/s. Still room for optimization.
@jump_firedancer
Firedancer 🔥💃🏻
1 year
Introducing Firedancer’s latest technical milestone: fd_quic 🔥💃 A high-performance implementation of the QUIC and Solana transaction ingest network protocols. 1/15
97
362
1K
17
27
168
@fd_ripatel
Richard Patel
2 months
Firedancer's transaction fuzzer has first blood on the Solana Labs codebase :) The bug is in a dev version. None of the networks are affected.
6
5
165
@fd_ripatel
Richard Patel
1 year
Reed-Solomon faster than your memory bandwidth presented by @jump_firedancer 🏃🏻 Using AVX512-GFNI (or AVX2) acceleration and an FFT-based algorithm, these make Solana's DA layer and P2P error correction more efficient. (ballpark 20x faster than Solana Labs Rust library 🤯)
@buffalu__
buffalu
1 year
130Gbps per-core reed-solomon encoding for solana turbine? boolish
7
13
85
12
34
161
@fd_ripatel
Richard Patel
1 year
@AlgodTrading @0xMert_ IMO It's more about solving complex challenges with a simple design. Solana has not needed any architecture changes since 2019 and we are now just optimizing its components. Think of it as a classic distributed system (such as the ones trading firms use) with security features…
10
95
160
@fd_ripatel
Richard Patel
1 year
You can't claim moral high ground by using ARB, OP, MATIC as your shining examples. Two use a private permissioned security model. The other is secured by 11 nodes. Mention Ethereum, and you are "naturally self-selected as a security-focused chain builder" 🤣
@TrustlessState
DavidHoffman.eth/acc🦇🔊
1 year
@zen_llama K I shouldn’t have phrased it as *any* I was saying to @Austin_Federa in DMs, there’s no magical property of L2s that make them so so can’t go down, ofc. They have the same risks that Solana has. The main difference between the high profile “Ethereum aligned” L2s (Arb, Op,…
16
0
4
8
31
154
@fd_ripatel
Richard Patel
1 year
Average week at @jump_firedancer : Kevin releases malloc 2; Network squad writes 100G zero-copy/DMA backend; Philip is scheduling AVX insns on paper and bin-packing L1I cache in his brain; I find out that a Solana slot can actually have more than 64 microblocks 💀
12
15
156
@fd_ripatel
Richard Patel
6 months
Fuzzing is cool. But symbolically unit testing a component against all possible inputs & constraint checking every intermediary state is cooler. 😎 Applying formal verification via CBMC/minisat2 to @jump_firedancer 's TLS 1.3 state machine:
Tweet media one
5
20
157
@fd_ripatel
Richard Patel
1 year
There's tech tested at scale for >2y. Now the easy part: Build docs and educate! I'm not done until: - More independent core devs than at Solana Labs - Give Toly a hug - Make strong devs start new "side projects" that into full-time dev affairs 🚧 WIP:
9
15
150
@fd_ripatel
Richard Patel
3 months
This week, @jump_firedancer received some quality-of-life improvements (1/3): fd_snapshot, a tool for Solana state snapshot.tar.zst archives. Supports YAML serialization of implicit state and CSV dumping of accounts while streaming from a file or HTTP.
Tweet media one
7
23
150
@fd_ripatel
Richard Patel
2 months
5 years into full time work I'm now feeling the pain of not having a degree. I have massive respect for the people that actually understand math, because it's all moon runes to me. Wat do now? Books? Sneak into lectures? Online courses? Accept fate?
57
6
148
@fd_ripatel
Richard Patel
1 year
@R89Capital Don't care if Solana goes sideways, up, down. Don't care if I get paid. I will finish this validator client because there is nothing more rewarding to me than Eth VCs coping and seething at a 10x faster system lol
15
28
143
@fd_ripatel
Richard Patel
1 year
Solana mainnet-beta consensus has degraded and currently in vote-only mode. This is a fail-safe mechanism that enables network-wide when finalization stalls. Block production continues but economic activity (non-vote-txns) has effectively halted.
15
33
143
@fd_ripatel
Richard Patel
1 year
Solana can currently provide enough capacity to execute the vast majority of economic activity on Ethereum and all of its rollups. Some are still coping with this fact.
@apolynya
polynya
1 year
Imagine being so bearish and doomer on crypto that thinking one mediocre server can supply the world's demand for crypto Reminder: web2 runs on 100,000,000 servers, billions of client-side peers also computing Correct eng'ing solution: fractal scaling w/ validity & fraud proofs
12
13
178
9
26
135
@fd_ripatel
Richard Patel
1 year
@aeyakovenko Bros, we are getting there. Each QUIC thread handling 5.6 Gbps now.
Tweet media one
12
21
130
@fd_ripatel
Richard Patel
11 months
If you work on Solana, you need ImHex – an open-source hex editor with a flexible struct definition language coming from the game reverse engineering scene ( @WerWolv )
Tweet media one
6
8
133
@fd_ripatel
Richard Patel
6 months
🫶
29
0
133
@fd_ripatel
Richard Patel
1 year
I cherish Twitter's reaction to unrolling a loop for a 5-10% performance improvement: "wtf", "kinda cool", a floppa meme, and "this is unmaintainable & job security" 🤣
Tweet media one
Tweet media two
Tweet media three
Tweet media four
12
7
122
@fd_ripatel
Richard Patel
13 days
The Solana VM memory map makes me profoundly sad. Mixed permissions within page. Unmapped pages sprayed into stack area. Input accounts not sufficiently aligned. 10kB of zeros at every account. We should run sBPF at native speeds, not function call for every memory access!
7
1
122
@fd_ripatel
Richard Patel
1 year
Solana's merge just happened 🥰 Welcome @helium to sun chain ☀️🔥
@SolanaFndn
Solana Foundation
1 year
1/ @Helium has now completed its upgrade to @Solana . Almost one million hotspots have joined the network as NFTs. Welcome, Helium family! 🎈
38
234
909
2
15
113
@fd_ripatel
Richard Patel
3 months
I want to rewrite the entire Solana program library in optimized C with ACSL annotations, together with @CantelopePeel . C drop-in replacements for slow contracts would eliminate a lot of overhead, not to mention if we change the ABIs.
18
9
108
@fd_ripatel
Richard Patel
1 year
Someone should make a "Solana gas price tracker" that just posts $0.0001 every day lmao
4
3
107
@fd_ripatel
Richard Patel
1 year
If you suck at code, just write comments instead
Tweet media one
17
2
105
@fd_ripatel
Richard Patel
1 year
Solana's eBPF platform is about to declare death to vendor lock-in. The same platform running - C and Rust via LLVM - Move via LLVM - EVM via @NeonLabsOrg - Python via @seahorse_lang 1/3
Tweet media one
6
16
103
@fd_ripatel
Richard Patel
2 months
What if Solana validators kept most of the ~200GB of accounts on disk instead of memory? We simulated an LRU cache strategy with a 2GB in-memory cache. First results indicate <=1MB/s median cache misses (disk accesses), and <=20MB/s p99.9.
14
6
96
@fd_ripatel
Richard Patel
2 months
Recently, Solana mainnet state footprint has exceeded ~450 million accounts totalling 221.7 GB. We don't often look at bandwidth though, so I began extracting data. The amount of state accesses each slot (400ms) are surprisingly low. (Might be underreported)
Tweet media one
11
9
99
@fd_ripatel
Richard Patel
10 months
I am joining an effort by to build a full implementation of the Solana runtime in Go.
8
14
103
@fd_ripatel
Richard Patel
4 months
fd_blake3 perf work is done now. Back to regular programming after some polishing. @oconnor663 @veorq ur block scheduling is slow
Tweet media one
6
12
102
@fd_ripatel
Richard Patel
11 months
Last Breakpoint conf, some of @everstake_pool devs couldn't attend due to obvious reasons, so they sent over homemade strawberry booze & their local craft beer as gifts instead. Protect them at all costs ♥️
1
1
102
@fd_ripatel
Richard Patel
8 months
Happy epoch 500 🥳
11
0
103
@fd_ripatel
Richard Patel
1 year
One of my favorite engineering teams to follow atm is @TigerBeetleDB . Close to the metal, linear per-core scalability, state-of-the-art fault tolerance, and trad distributed systems eng. 10/10 will satisfy all your C & Zig nerd hunger.
2
12
104
@fd_ripatel
Richard Patel
1 year
We live in a 🤡🌍 — 🇩🇪 left and green party celebrate shutdown of all nuclear power plants. What we achieved: increased carbon emissions, higher electricity prices, a national security problem amidst a war, and irreversible brain drain of nuclear eng. Depressing.
Tweet media one
13
10
99
@fd_ripatel
Richard Patel
1 year
@0xMert_ Hey @CoinDesk @RosiePerper this is inaccurate – transaction times are 5 times higher on Polygon compared to Solana (~2200ms vs 400ms) and fees are about ~35x more expensive
4
12
99
@fd_ripatel
Richard Patel
1 year
@0xEdgar Usually it's not worth optimizing memcpy, but it yielded a surprising improvement in the critical path of SHA-256 for hash chain and hash tree construction. (About 10% in the order of ~10 million nodes per second per core)
9
3
102
@fd_ripatel
Richard Patel
1 year
LLVM + libFuzzer + rust-fuzz + arbitrary is a godsent combo Took me 60 mins to throw together coverage-guided differential fuzzing of Firedancer vs Labs runtime. Soo many test cases generated
4
7
97
@fd_ripatel
Richard Patel
1 year
How did the "next billion users" narrative get so popular? The largest public ledgers struggle to scale to even a million daily users. Feels like a grift without a demonstrable 1000x improvement in transaction processing performance.
14
7
93
@fd_ripatel
Richard Patel
11 months
@greentexts_bot Go to a church
7
0
84
@fd_ripatel
Richard Patel
11 months
Shoutout to @0xErre for "reverse engineering" Solana's ChaCha20-based PRNG. Thanks to his work, @jump_firedancer can now derive the Solana mainnet leader schedule. Of course, with better memory and algorithmic efficiency. :) Spec to come!
5
5
89
@fd_ripatel
Richard Patel
4 months
When hashing <4KB messages, batch processing makes a dramatic difference: 6 Gbps => 20 Gbps speedup possible for #BLAKE3 when processing 1024 byte messages. Hoping to release fd_blake3 this week.
Tweet media one
8
12
87
@fd_ripatel
Richard Patel
28 days
For Agave, the tricky part lies in retrofitting external dependencies like quinn and rustls. Their devs are working on it. This is why we've designed @jump_firedancer 's custom net stack & QUIC server with these network practices in mind. Pushing hard to bring it to mainnet!
1
5
91
@fd_ripatel
Richard Patel
11 months
Tired of Solana compile times? sudo dnf install -y mold cat <<EOF >> ~/.cargo/config.toml [target.x86_64-unknown-linux-gnu] linker = "$(realpath $(which clang))" rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"] EOF We love @rui314
7
8
87
@fd_ripatel
Richard Patel
1 year
Work: "sorry for putting you on this bytecode format, it's a little undocumented" >They don't know for the past 2 years, me and my bros have been decompiling Mario Kart Wii into bit-by-bit reproducible C++ so we can play it without an emulator 😭 (this is FUN to me) (15% done)
Tweet media one
Tweet media two
7
7
86
@fd_ripatel
Richard Patel
11 months
Was planning to finish my draft on standardizing Solana full history storage which has been cooking with @triton_one @protocollabs since Oct 2022 But I ended up sleeping literally the entire Sunday so here's a teaser instead lmeow. Will be out this week
Tweet media one
Tweet media two
5
6
85
@fd_ripatel
Richard Patel
4 months
Another day, another hash function ...
Tweet media one
Tweet media two
5
3
86
@fd_ripatel
Richard Patel
4 months
@heyayushh brb going to India to get my broken 3DS and DS lite fixed
1
0
84
@fd_ripatel
Richard Patel
1 year
Large financial institutions interact with Solana more than any other blockchain network. Success stories in institutional DeFi are written by fundamentals: Reliability, Throughput, Low Latency, and Low Fees
@Austin_Federa
Austin Federa | 🇺🇸
1 year
Solana is the only blockchain in the world on which the CBOE, Jane Street, Virtu and 70 other major financial institutions submit txs to every single day. @PythNetwork is an onboarding path for financial institutions
47
204
873
2
17
77
@fd_ripatel
Richard Patel
19 days
Has Monad released even a single line of code yet?
18
3
83
@fd_ripatel
Richard Patel
1 year
where are the generation Minecraft devs
Tweet media one
Tweet media two
Tweet media three
Tweet media four
@Cabanimation
Cab 🌋
1 year
I'll bite. Four games that defined your childhood
Tweet media one
Tweet media two
Tweet media three
Tweet media four
100
30
417
18
0
80
@fd_ripatel
Richard Patel
3 months
kbowers just made the compiler segfault
12
1
82
@fd_ripatel
Richard Patel
3 months
Creating an associated token account (ATA) should not require 4 cross-program invocations considering how expensive those are. This proliferation of invocation spamming has unfortunately become extremely common (and even encouraged by Labs' Token2022).
Tweet media one
6
12
80
@fd_ripatel
Richard Patel
11 months
This shitpost-tier marketing is admittedly funny But the "modular" corner of the space has not even remotely demonstrated a leap in performance as implied here
@nickwh8te
Nick White 🤳✨
11 months
Blockchains are evolving from mainframes to cloud computers. Monolithic Modular
Tweet media one
Tweet media two
2
3
40
5
15
77
@fd_ripatel
Richard Patel
11 months
@Foobazzler honestly, I could have done 18 years at Los Alamos National Lab, D.E. Shaw, Bell Labs, and Intel too, written an award winning PhD thesis in electrical engineering and computer science, and programmed supercomputers for kinetic plasma simulation, but I just wasn't feeling the…
2
7
78
@fd_ripatel
Richard Patel
13 days
TL;DR Solana is somehow fast despite Solana It would be faster if we remove the dumb things from it
@fd_ripatel
Richard Patel
13 days
The Solana VM memory map makes me profoundly sad. Mixed permissions within page. Unmapped pages sprayed into stack area. Input accounts not sufficiently aligned. 10kB of zeros at every account. We should run sBPF at native speeds, not function call for every memory access!
7
1
122
1
3
80
@fd_ripatel
Richard Patel
4 months
After two weeks hammering at this, I'm very happy to finally move onto the next bottleneck. If there's interest, I'll write a forum post about the optimizations though.
Tweet media one
10
3
77
@fd_ripatel
Richard Patel
1 year
@gakonst Everytime I check Eth Twitter they are hyped over printf or something
Tweet media one
9
1
77
@fd_ripatel
Richard Patel
1 year
QUIC support in @jump_firedancer is under way, and it's fast! The protocol is just a *little* more complex than we first expected.
Tweet media one
6
11
71
@fd_ripatel
Richard Patel
3 months
I started writing a draft for a lightweight transport protocol on the weekend. Once the PoC works, I'll explain it in more detail on the forum. Warning, messy:
7
9
73
@fd_ripatel
Richard Patel
1 year
A modular stack isn't the reason why the Cosmos space is great at attracting talent (Solana codebase is also somewhat modular). Cosmos SDK is well documented in a way that Solana isn't, which greatly reduces friction for new researchers/developers.
3
8
70
@fd_ripatel
Richard Patel
1 year
Found a pair of @osec_io socks. Destined to write fuzz targets and tests today.
Tweet media one
11
9
69
@fd_ripatel
Richard Patel
1 year
As a blockchain nerd, super happy to see @Aptos_Network thrive lately. Having been through Libra/Diem testnets and countless validator drills, it was brutal to see the tech slowly die in 2021. But the same team of engineers pushed on regardless with strong commitment, respect.
2
3
68
@fd_ripatel
Richard Patel
2 months
Validator operators, please start capturing your TPU ingress so we build models of the transaction spam and backtest improvements to scheduling algorithms ... is what I'd say if pcaps weren't useless due to QUIC packet metadata encryption. I hate QUIC 👍
13
7
70
@fd_ripatel
Richard Patel
1 year
Sometimes when I'm really proud of a piece of code, KFB gives me that unimpressed look to subconsciously remind me my HPC skills are on par with those of a mcdonalds sprite
8
2
68
@fd_ripatel
Richard Patel
5 months
Please consider the following @solanalabs ✅ v1, v2, v3, v4 🚫 Deprecated, Upgradable, X, v3 🚫 v0.23.5, v1.14.11, X 🚫 Legacy, v0 🚫 Legacy, Legacy2, X (These are all real examples)
9
6
70
@fd_ripatel
Richard Patel
1 year
Solana core dev frens: - @CantelopePeel : Building Firedancer's eBPF virtual machine & Solana runtime - @immaterial_ink : Solana Go SDK maintainer & building the Solana IPLD/IPFS integration - @FS4WyWe9 @acheroncrypto : Building interactive eBPF debugger with web frontend
1
13
65
@fd_ripatel
Richard Patel
11 months
Everyone is chipping away at the protocol full speed this week. I'm currently in a feature branch merge hell cleaning up completed work (the software equivalent of washing the dishes) rebasing around 500 commits. Lots of stuff to land main this week.
5
2
66
@fd_ripatel
Richard Patel
5 months
@dominic_w This paper is entirely based on findings in a three node test cluster. Even PBFT needs min 4 nodes. Such a test setting is clearly not appropriate for drawing generalized conclusions.
2
6
64
@fd_ripatel
Richard Patel
19 days
Stake weight QoS is a band aid at best. An arbitrary and transparent policy for traffic prioritization is better than nothing at all, and that's all that it has going for it.
4
6
67
@fd_ripatel
Richard Patel
1 year
>Just use Rust Really? In front of my ultra high performance data structures?
Tweet media one
4
1
63
@fd_ripatel
Richard Patel
1 year
@aeyakovenko @dimahledba @fede_intern StarkWare lacks neutral credibility, governance is nowhere close to be as decentralized as Solana, hardware requirements too high. StarkWare is definitely interesting engineering wise but lacks fundamental philosophical aspects to be considered as a viable L2 IMO.
1
3
64
@fd_ripatel
Richard Patel
1 year
Noo stop building, you will never be a real L1
1
1
60
@fd_ripatel
Richard Patel
11 months
Good technical writers are magicians to me. It takes me 30 hours to write up a simple RFC. What are your secrets? (dog for engagement)
Tweet media one
8
1
61
@fd_ripatel
Richard Patel
22 days
Great work by @brianlong @linuskendall @immaterial_ink & Protocol Labs The new archive format is easy to parse, verifiable (soon with Firedancer), and support streaming. Gone are the days of dealing with .tar.zst dumps of RocksDBs 🥶
@FilFoundation
Filecoin Foundation
23 days
Solana’s ledger archive history is massive (~225 TB) and growing rapidly. Until recently, this data was stored on a centralized cloud provider. @brianlong , co-founder of @triton_one , tells the story of how and why the Solana ledger archive is migrating over to Filecoin ↓
21
73
294
6
5
63
@fd_ripatel
Richard Patel
1 year
Two opposite experiences I had when I was 18yo: A) Rewrote non-custodial backend infra of [large crypto exchange], hand it off to their team, get it into prod, get employment offer for $20/hr "not sure how flexible we are, it's great for your age!"
4
2
62
@fd_ripatel
Richard Patel
18 days
Re RPC APIs: FD won't need have an API for real-time account updates. Because the funk account cache *is* a shared memory protocol. I want it no less than entirely transparent, position-independent, and built from lock-free data structures.
6
5
64
@fd_ripatel
Richard Patel
11 months
Out of principle, just not going to use any network where a token transfer costs more than one cent or has less than 20 known identified block producers
6
4
61
@fd_ripatel
Richard Patel
1 year
My personal thoughts about Solana vs Eth theoretical security and scalability discussion subtweet number 2673.
11
11
59
@fd_ripatel
Richard Patel
11 months
IMO: Cosmos dev ecosystem success (as in no. of independent teams) is owed to the Go programming language as much as it is to good documentation
14
0
60
@fd_ripatel
Richard Patel
1 month
Regardless, I'm experimenting with Agave's networking. Will draft a replacement for the unscalable Tokio scheduler + quinn async QUIC server with a hand-written mio event loop + quiche packet handling + stake-weight QoS. Gain precise control over allocs & CPU time, remove locks..
3
1
61
@fd_ripatel
Richard Patel
1 year
(Wall of text warning TL;DR abandoning my side projects) This isn't my first p2p dev rodeo, but Solana core dev has been more time intensive than I thought. Every bit of time not spent on the client compounds and will result in delays launching. And that requires sacrificing…
10
0
61
@fd_ripatel
Richard Patel
1 year
@tinpham1612 @Austin_Federa @jump_firedancer It's hard to say but we are very close (days) to a demo of a block producer running the Firedancer transaction ingest modules (signature verification & dedup). For the rest, we created milestones on GitHub
3
7
60
@fd_ripatel
Richard Patel
3 months
gm but is it really a gm?
11
1
58
@fd_ripatel
Richard Patel
1 year
@0xMert_ 👋 Hi this is your Solana Labs-independent core maintainer to provide operational redundancy checking in
2
1
60
@fd_ripatel
Richard Patel
1 year
Another example is @protocollabs , who build reusable open standards to power their products (literally implied by the company name) The result: IPFS and IPLD have a massive silent adoption rate among web2, probably surpassing even Bitcoin and Ethereum.
1
3
57
@fd_ripatel
Richard Patel
6 months
No but do you know the brain tingle when you unwind a stack of thoughts faster than you can communicate it but the person you're talking to is on the same wave length, so you go monke instead and exchange thoughts hyper efficiently ,,,,,,
Tweet media one
@elhardfork
thehardfork
6 months
@fd_ripatel What psychedelics did you consume in Amsterdam? 👽
2
0
1
2
3
57
@fd_ripatel
Richard Patel
2 months
Relentlessly minimize protocol complexity: - No more native programs, use enshrined eBPF (great work by @realbuffalojoe ) - Kill syscalls, find a VM model efficient enough to do cryptography in bytecode - Use lighter network protocols
@CantelopePeel
CANTELOPEPEEL
2 months
SystemProgram can be written entirely in BPF given the current runtime and some minor tweaks. Technically SystemProgram::CreateAccount is just setting an empty account to 0 -> N
2
3
30
3
7
58