AllWrightyThen
allwrightythen.bsky.social
AllWrightyThen
@allwrightythen.bsky.social
React, Typescript, Python, Performance, ML, startups. Currently building carbonate.dev. he/him.
As a fellow Brit, how is your discover feed? I can't seem to get it to show anything other than US politics, no matter how many times I click "show less like this".
July 7, 2025 at 6:16 PM
Can confirm, I've seen a few friends getting scammed in the exact same way via Instagram adverts - before GenAI was a thing.
March 14, 2025 at 11:50 PM
When spelt correctly it's literally the French word for "used". I'd be willing to bet that's the origin of the word and using it as a synonym for "use" is, and has always been, perfectly valid.
March 12, 2025 at 3:46 AM
This is why I struggle to write opinion/advice pieces. "What if I'm actually giving bad advice?", "What if I get torn to shreds on HN?" etc. all very much go through my head. I still write them, because I enjoy it, I just don't publicise the articles.
March 6, 2025 at 3:34 PM
I highly recommend @astro.build. It's fast, has great documentation, lots of very powerful features, and has great support for mdx.
February 21, 2025 at 9:31 PM
You don't need access to the code, the webhook receives the commit message so you could just use a webhook to capture each commit. Much less risk on your behalf but it wouldn't work on historical commits.
February 12, 2025 at 7:41 PM
Not necessarily. Develop gets deployed to staging and master to prod. Merge features into develop, test them on your staging environment and then merge develop into prod to go live.
December 13, 2024 at 2:23 AM
Agreed but I do find typing in other languages is 100% useful without getting in the way. Whereas with typescript, I'm spending more of my time appeasing a fussy type checker than than necessary to prevent actual real world bugs.
December 8, 2024 at 11:45 AM