Om Sharma
@omsharmadev
Followers
59
Following
268
Media
33
Statuses
282
Just someone who enjoys exploring computers and how things work.
127.0.0.1
Joined February 2024
Bubblesort is famously, or infamously, the "never use this" algorithm. Donald Knuth even said it has "nothing to recommend it, except a catchy name." But there is actually a niche where it does well - game development (source linked). What makes bubblesort interesting - each
46
87
2K
Offline for the last ten days — my brother’s wedding kept me fully occupied. Getting back to work and projects now!
0
0
0
Wrote my first Rust → WASM image pipeline. JS passed pixels, Rust mutated them, and I inspected the raw linear memory updates in Chrome DevTools. Watching real byte-level changes in the browser feels next-level. WASM is genuinely close to native.
2
1
4
LLMs are just perfect normie traps. Normies will do anything to think less because they love being dumb. As soon as you present them a thing that allegedly allows them to think less they happily switch off their brain and don't even notice that the thing is actually garbage.
137
279
4K
Learning how to code will still be the best skill to have in 2026.
122
59
714
Just tried Rust → WASM in the browser. The same 2M-iteration computation that took JS ~20ms finished in WASM ~3ms. 🤯 The browser literally loads a small binary and executes it like native code. WebAssembly is a different level.
0
1
9
While building my Zapier-like automation tool, I learned this: Google Web OAuth = 7-day refresh tokens. Google Desktop OAuth = never-expiring refresh tokens (Zapier uses this). Use Desktop client + offline + consent for stable automations. https://t.co/KJ7DL4uoHX
github.com
Created a Platform like Famous Automation Tools Like Zapier. - GitHub - OmSharma42306/zapier_by_om: Created a Platform like Famous Automation Tools Like Zapier.
0
0
2
Quandoom is a DOOM port for quantum computers, using 70,000 qubits and 80 million gates. Runs at 10-20 FPS on classical hardware with a lightweight C++ QASM simulator. 👇source code in comments.
166
477
4K
One of my favorite lessons I’ve learnt from working with smart people: Action produces information. If you’re unsure of what to do, just do anything, even if it’s the wrong thing. This will give you information about what you should actually be doing. Sounds simple on the
1K
6K
47K
Wild how you almost never touch useLayoutEffect—until the UI starts doing pre-paint gymnastics. useLayoutEffect(() => { setTranslate({ x: innerWidth/2 - 380/2, y: innerHeight/4 }); }, []); One well-placed hook can save the whole vibe. 🚀 https://t.co/HwbY9h2Apy
#React #WebDev
github.com
… state fetch API - Implement draggable ZapCanvas with grid-style background and smooth panning - Add pre-paint centering via useLayoutEffect to prevent initial jump - Integrate existing ZapCell c...
0
0
0
Building my own Automation Platform (like Zapier)! Backend ✔️ | Complex Queue System ✔️ | Now polishing the frontend 👨💻 Transactional Outbox, multi-service architecture (Webhooks, Google Docs & more). Repo: https://t.co/KJ7DL4uoHX Super excited about this one! ⚡️soon deploying.
0
0
1
Opened GitHub today and my contribution graph is straight-up haunted! Loving this Halloween glow-up—who else is rocking an orange streak? #GitHub #Halloween #DevLife 🎃🎃🎃 👻
0
0
0
🦀Just built Rafka a lightweight, Kafka written from scratch in Rust⚡ ✅Append-only durability ✅Partitioned storage ✅Offset-based reads ✅Producer–Consumer over TCP Deep dive into distributed logs & fault tolerance https://t.co/luGpAspChF
#rustlang #Kafka #DistributedSystems
1
0
10
I think @Medium is down.. Couldn't open medium app Or my account!.. Checked in browser also... Couldn't open there also...
0
0
1
As an Indian proud of OSS, huge shoutout to @Nithin0dha for the ₹83L ($100k) donation to @FFmpeg ! Supporting tools like FFmpeg, Blender & freeCodeCamp shows our tech strength. Time for more Indian leaders & cos to back OSS for a sustainable future! #OpenSource #IndiaTech
We would like to thank @Nithin0dha for the $100k donation to FFmpeg (pending)! While this does not solve the funding problems behind FFmpeg and Open Source in general, it's a step forward to a sustainable future for Open Source Software.
0
0
6
Done with an Realtime Quiz App For Teachers... Like they wanted an Custom Quiz App and i am building that 80 % done most of feautres were done!!.. soon will launch ... #FullStackDeveloper repo : https://t.co/DTieZ6zMtl
0
0
1