HackerTrans
トップ新着トレンドコメント過去質問紹介求人

davidfstr

no profile record

投稿

Oops, I Wrote a Database

dafoster.net
4 ポイント·投稿者 davidfstr·3 か月前·0 コメント

コメント

davidfstr
·3 か月前·議論
Good on Anthropic for giving an update & token refund, given the recent rumors of an inexplicable drop in quality. I applaud the transparency.
davidfstr
·3 か月前·議論
Wine for classic Mac OS? Amazing. Well done.
davidfstr
·6 か月前·議論
You should not be using Python types without a type checker in use to enforce them.

With a type checker on, types are fantastic for catching missed cases early.
davidfstr
·7 か月前·議論
I intentionally avoid using us-east-1 for anything, since I’ve seen so many outages.
davidfstr
·7 か月前·議論
> If you didn't know, you can embed JavaScript into an SVG file.

Oh yikes. I did not know.
davidfstr
·7 か月前·議論
I’ve been meaning to write this article for a long time @flexdinesh . Thanks for taking the time to share this technique for managing stacked diffs using vanilla git rebase!
davidfstr
·昨年·議論
mypy is compiled using mypyc. It does not run as Python code.
davidfstr
·3 年前·議論
WhatsApp is owned by Meta/Facebook
davidfstr
·5 年前·議論
For languages that don't give you a choice of signed vs. unsigned - giving you signed and sometimes arbitrary-precision integers - this debate is irrelevant.

I'll put it in my same mental bucket of "things that I no longer worry about", along with buffer overflows, wild pointers, etc that are eliminated by memory-safe languages.