Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile
Vipul Vaibhaw

@vaibhaw_vipul

Open source contributor - apache datafusion-comet. Maintainer raft-rs.

Math Grad.

Rust. Scala. Python.

Distributed Systems.

ID: 3181785012

linkhttps://github.com/vaibhawvipul calendar_today01-05-2015 14:43:22

6,6K Tweet

11,11K Followers

3,3K Following

Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

Been reading a lot about custom memory allocators. This got me interested. I coded a few variants of simple allocator in rust lang. A lean allocator - 1 syscall during init and then merely manage it throughout. FYI, It overrides rust's own alloc.

Been reading a lot about custom memory allocators. This got me interested.

I  coded a few variants of simple allocator in rust lang.

A lean allocator - 1 syscall during init and then merely manage it throughout. 

FYI, It overrides rust's own alloc.
Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

Look what I found on YT. This guy streams every week I guess and he is trying to build a kernel in C. Crazy stuff. youtube.com/watch?v=iidgpK…

Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

Week 4 - Empowered Coder cohort 7 - Structured concurrency vs dynamic structured concurrency - design of async runtimes - Introduction to distributed systems - Exploring CAP Theorem and its shortcomings We will be reading Map Reduce paper. check out - empoweredcoder.com

Miguel Ángel Pastor (@miguelinlas3) 's Twitter Profile Photo

Everything You Always Wanted to Know About Compiled and Vectorized Queries But Were Afraid to Ask vldb.org/pvldb/vol11/p2… (pdf)

Evan You (@youyuxi) 's Twitter Profile Photo

My bet: - Infrastructure level tooling in Rust (well defined problems / slow-moving targets / big perf ROI considering the scale of the ecosystem) - High-level tooling / applications in JS/TS (better dev velocity, fast enough, lower complexity, lower barrier for contribution

Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

As a knowledge worker, one should aim to establish a substantial independent body of work. As a Programmer - Research papers -> Open source contributions -> Well maintained Github -> Technical blogs

Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

Which books do you want to re-read or have already re-read? Here are some I can revisit: - Why nations fail - Zero to One - The Black Swan - Engineering a safer world - Principles of Mathematical Analysis - Merchants of Doubts - A Mathematician's Apology

Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

I loved this take on Antithesis's website. I hope this becomes norm. Ghosting is never nice. I dislike the power imbalance. Kudos to these folks!

I loved this take on <a href="/AntithesisHQ/">Antithesis</a>'s website. I hope this becomes norm.

Ghosting is never nice. I dislike the power imbalance. 

Kudos to these folks!
Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

A company which will truly build AGI will be - Open source - decentralized (peer-to-peer) - geographically distributed compute - Edge native - privacy focused - remote-first - written in modern systems language

Vipul Vaibhaw (@vaibhaw_vipul) 's Twitter Profile Photo

Session 5, cohort 7: We spoked about - - understanding 'safety' in context of future of various programming languages like scala, cpp. - Non-determinism in concurrency/dist systems (intro to deterministic simulation testing) - system models of distributed systems - network