Manav

479 posts

Manav banner
Manav

Manav

@radioac7iv

22, backend engineer // building @usesendin

India Katılım Temmuz 2022
345 Takip Edilen107 Takipçiler
Sabitlenmiş Tweet
Manav
Manav@radioac7iv·
built TempFS, temporary file sharing service - upload a file, set a use limit and expiry, get a link - no account needed for guest uploads; pro tier adds password-protected links - share via email - server never touches your file bytes, direct browser-to-R2 via presigned URLs
English
1
0
3
475
Manav
Manav@radioac7iv·
how it works: - upload: browser → presigned PUT → R2 directly; server only stores metadata - download: one Postgres query atomically checks expiry, verifies password, claims the use - no cleanup job, R2 TTL handles deletion, expired links blocked at the app layer
Manav tweet media
English
1
0
0
47
Manav
Manav@radioac7iv·
built TempFS, temporary file sharing service - upload a file, set a use limit and expiry, get a link - no account needed for guest uploads; pro tier adds password-protected links - share via email - server never touches your file bytes, direct browser-to-R2 via presigned URLs
English
1
0
3
475
Manav retweetledi
Abhi Varde
Abhi Varde@varde_abhi·
Going through a tough time. Actively looking for work. Last 6 months: → Merged PRs in @better_auth @appwrite @mintlify @umami_software → 150+ GitHub stars, 4K+ npm downloads → Shipped 10+ products app Frontend & Product Engineer. 3+ yrs. Available now. DM or retweet. 🙏
Abhi Varde tweet media
English
2
126
850
52.7K
Manav retweetledi
sarthak
sarthak@0xSarthak13·
i've been reading agave's source code for a few weeks and have now started building toy versions of different components for fun with gossip being the first. it has: - bloom filter with fnv hashing - crds table with conflict-free timestamp resolution - gossip protocol messages over udp - multi-node convergence across gossip rounds i might also come up with @solana 's own version of "build your own x" lol link to the repo below:
sarthak tweet media
English
5
6
38
1.6K
Manav retweetledi
aditya.
aditya.@bit2swaz·
and with that, i'm now open to work. remote only. internship, contract, part-time, or paid trial. anything works. --- about me: 18. first-year CS student. got into systems and infra in october 2025. haven't stopped since. primary languages: Rust and Go. C/Python/TS when needed. --- things i've built: Rust: > Arbx: autonomous MEV arbitrage engine. 186 tests, 17ns AMM calculation, $31 mainnet budget. launching april 2026 > Shadow Index: Reth ExEx Ethereum indexer. 4.08ms latency, 71k tx/sec (dm'd by @gakonst after this post) > Mempool Sniper: event-driven Ethereum mempool monitor. <500ms detection latency > Rusty Redis: Redis clone. 1.4M+ ops/sec > Merkle Trie: Ethereum MPT implementation. O(1) state verification > Cold CLI: HD wallet generator. zeroizes RAM on drop Go: > Orion: distributed container orchestrator. self-healing cluster in under 2 seconds > Aether: distributed SQL database. Raft consensus, Postgres wire protocol > CrisisMesh: offline-first mesh network. guaranteed delivery during partitions > VelocityCache: remote build cache. 231x faster than Turborepo (at local cache restoration) > Prism: serverless, instant database branching under 300ms for any PostgreSQL C: > lithos: LSM-tree storage engine. 72k+ writes/sec, 97k+ reads/sec. MVCC. --- open source (merged): > token-2022 (Solana) > anchor (Solana, approved) > CometBFT (3 merged, 3 open) > cosmos-sdk > Gaia > Sovereign SDK --- wrote 4 technical deep dives. MEV, Ethereum Merkle Trie, Redis, and LSM-trees. --- looking for: systems, protocol, or blockchain infra. backend works too. Rust or Go. remote only. not looking for: frontend, full-stack, anything off the metal. --- DMs are open or mail at bit2swaz@gmail.com github: github.com/bit2swaz portfolio: bit2swaz.vercel.app blog: bit2swaz.vercel.app/blog
aditya.@bit2swaz

i wrote the only MEV guide youll ever need. covers everything from first principles: > what a blockchain actually is > how DeFi markets create price gaps > why flash loans are structural edge and SO much more. link in replies :)

English
40
26
339
36.7K
Manav retweetledi
Amaan
Amaan@dextertwts·
was reading about amazon's S3 bucket and object storages so i built frusta , my S3 styled manual chunk upload engine - out of order+ parallel chunk acceptance - resume and stream fail logic for chunk uploads - idempotent file writes/db writes - atomic renaming from temp to final folder (check docs) - merge failure handling - node pipelines for reqStream,writeStream and merge w backpressure-safe transfer - explicit upload states (init/uploading/completing/completed/failed) - feature based scalable architecture and middlewares - also learnt about testing (23+6) and benchmarks (k6) along the go [repo link in comments]
Amaan tweet media
English
6
8
69
2.7K
Manav retweetledi
hrdk
hrdk@hrdktwt·
tired of outdated startup job boards? I built an interactive map that shows every fresh startup role in blr - it auto updates itself every 72 hours automatically - and it's fully free to use, no login required
English
42
39
531
32K
Manav
Manav@radioac7iv·
@farhatkadiwala_ @vrajdesai78 Well written! been struggling with this for a few weeks now and still have no idea lol but excited for what comes next
English
1
0
1
32
Manav
Manav@radioac7iv·
yo, built a TOTP authentication service. It works with any authenticator app (Google, Microsoft, etc.) it implements RFC 6238 (extension of RFC 4226) to generate HMAC - based OTPs, derived from fixed time steps.
Manav tweet media
English
2
0
1
122
Manav
Manav@radioac7iv·
features & security: - secrets never persisted in plaintext - AES-GCM encrypted secret storage - per-user multi-device enrollment (max 3) - replay protection via last accepted timestep of OTP
English
1
0
0
37
Manav retweetledi
LaurieWired
LaurieWired@lauriewired·
CPUs are getting worse. We’ve pushed the silicon so hard that silent data corruptions (SDCs) are no longer a theoretical problem. Mercurial Cores are terrifying because they don’t hard-fail; they produce rare, but *incorrect* computations!
LaurieWired tweet media
English
284
1.2K
16.6K
1.7M
Manav retweetledi
Shimazu.S
Shimazu.S@ShimazuSystems·
I built my own graphics library and got a whole map of my city onto a device with only 64kb of free RAM using my own rendering method written entirely in C & assembly, and a converter that take GeoJSON files and compresses them - this one went from 5mb to 34kb in my proprietary binary format, uses linedraw vector rendering to keep the entire memory buffer at only 8kb of RAM whilst tiling larger maps In short Screw google, aint no reason maps needs to be gigabytes of RAM to use
English
676
2.5K
29.4K
1.4M
Farhat Kadiwala
Farhat Kadiwala@farhatkadiwala_·
guess what's written there
Farhat Kadiwala tweet media
English
5
0
5
393
Manav
Manav@radioac7iv·
it's 2026 and windows still doesn't have a proper screen time tracker so i built my own. - lightweight (~60mb memory) - auto start at startup - stats (daily/last week/month/3 months) - daily limit notifications (so you can touch grass) vibe-coded in golang
Manav tweet mediaManav tweet media
English
1
0
0
62