?
Posts by bronifty
twins
apparently the folks over at qwik have worked on some new auth mechanism as well
both passkey and ssh key uses pki architecture
yup, migrating from ad-hoc mobx setup to RQ has unlocked wild gains in productivity
the energy i bring to bluesky
that is great for conversations. it is very conversational. my blog posts, on the other hand, are not. they are strictly reference material
dan -who is the entrypoint for many of us and certainly me on this app- is as deep as anyone on the fundamentals and as such he is constantly ideating in a way that looks at conventions, challenges them to be perceived in new ways, and extends things likewise…
i want to slowly build a business that shows everyone how to do basic things to level them up to a quasi sophisticated base. and on that build something great that people -even if they have all the code already- will pay for
i write blog posts as a reference to show my work and heck it allows me to share code between computers as well especially on a couple things i use often but never have been able to memorize
Came home from 2 weeks vacation and 1 week team retreat to 800 unreads, so I built this AI-powered email labeling / filtering app instead of manually going through them.
(Edited with inspector to change some of the info to protect identities, but they’re real.)
Bun webserver integrated with Gmail.
it's wild ez to get this site running locally to hack on
```
gh repo clone bluesky-social/social-app
cd social-app
yarn
yarn web
```
github.com/bluesky-soci...
like imagine you can cache different parts of the UI (sidebar, navbar, post, comments, footer, etc) with different lifetimes (seconds, minutes, hours, days etc) and have all of them compose nicely and being able to invalidate independently from each other. this is like, holy grail of caching