swe | ai, distributed systems my opinions are my own

šŸŒ404
Joined August 2024
Pinned Tweet
wrote a quick blog on what I understood how Rust handles memory, also update the Books page with 2 books I've read recently for Rust I am liking this, might start with async rust next or implement things to get better understanding on things like lifetimes (still kinda struggling here)
7
40
423
that's a banger blog on move semantics
1
9
I might be on my cpp and database systems arc I stopped looking into ai stuff along back now, skill issues I guess
1
11
hmmmmmm shall I give cursor a 2nd try šŸ¤”šŸ¤”šŸ¤”šŸ¤” I did nothing productive the first time
Cafe Cursor is coming to: • London • Buenos Aires • Montreal • Stockholm • Mexico City • Toronto • Chiang Mai • Bangalore • Bangkok • San Diego Stay tuned!
2
how do you learn EC2, I didn't get this post like learn how to launch an instance?
Don’t overthink it. • Learn EC2 → compute • Learn S3 → storage • Learn RDS → database • Learn IAM → security • Learn VPC → networking • Learn Lambda → automation • Learn CloudWatch → monitoring • Learn Route 53 → DNS & domains You don’t need every AWS service. Just master the ones that actually run the cloud. ā˜ļø
33
3
4
533
on-device inference should be the next focus I think but easier said than done
1
btw really cool doc, people should give this a read
1
I had actually thought about this once, what if we focus on on-device inference instead of trying to optimize how it will run on Blackwell or A100s but then I remembered I have to go and study cpp and db internals so never thought more about it
3
5
no way people would buy this kinda phone right
Elon Musk: In 5-6 years, the phone becomes an AI edge node — basically a screen and audio "no apps, no operating systems" a cloud AI talks to your on-device AI, generating real-time video you'll get everything through AI that anticipates what you want
2
3
minami retweeted
Training LLMs end to end is hard. Very excited to share our new blog (book?) that cover the full pipeline: pre-training, post-training and infra. 200+ pages of what worked, what didn’t, and how to make it run reliably huggingface.co/spaces/Huggin…
this is cool
wouldn't it be great if you could just go to the s3 console and run unix tools on what's in your bucket? now you can. today, @archildata is launching Shells, a one-click, ephemeral Linux machine attached to your S3 bucket so you can run vim, less, and grep right on your data.
1
2
I like my mentor to shout at me, maybe that's why I write C++
trying zig for the first time compiler didn’t just throw errors, it explained why i was wrong like a mentor
1
14
Pixel 9a might be my best purchase ever
2
5
waiting for the time when we gonna see a C++ rewrite
Rust is not a C++ replacement C++ is a Rust replacement
1
9
will try to make a thread of blogs I read every day/week today these 2 are on the list
1
1
today's evening read šŸ‘€šŸ‘€šŸ‘€šŸ‘€šŸ‘€šŸ‘€
We process 14M messages/sec with sub-100μs latency. When rewriting our feed handler, Rust seemed like the obvious choice - we use it successfully across our stack... We chose C++ instead. Here's why the ownership model created friction for our specific use case: databento.com/blog/why-we-di…
1
2
well well well........
1
24
minami retweeted
New post: "Multi-Core By Default" On multi-core programming, not as a special-case technique, but as a new dimension in all code.