rasib (@rasibx) 's Twitter Profile
rasib

@rasibx

backend engineer working on @ http://localhost:5173

(fighting the urge to write a database everyday)

nix btw, nvim btw

ID: 1505224710589718533

linkhttp://rasib.me calendar_today19-03-2022 16:48:46

174 Tweet

3 Followers

38 Following

Π’sΡ„diΠΈg (@tsoding) 's Twitter Profile Photo

LLMs for coding are just non-deterministic compilers from natural language to programming language. And if you argue that this is what Programming actually is you are the kind of person who's gonna be replaced by them, congratulations.

rasib (@rasibx) 's Twitter Profile Photo

Building a website with go, templ, htmx, js was the best thing I ever did to teach me how web dev actually works. Now when I use a fuller stack framework like Sveltekit, every feature here feels less like bloat and everything just makes sense.

rasib (@rasibx) 's Twitter Profile Photo

This week I learned: - js promises are eager - async svelte is weird (but cool?) - how to manually parse epub files - how to use blobs on the web to store stuff locally

rasib (@rasibx) 's Twitter Profile Photo

I find it really cool that Vue's syntax leaves room for doing runtime meta-programming using just the dom apis (since reactivity is reflected in the html attributes).