The days are long but the decades are short (2015)blog.samaltman.com4 points·by bootlegbilly·il y a 7 mois·0 comments
Reverse engineering the GHA cache to improve performance (2024)depot.dev36 points·by bootlegbilly·il y a 12 mois·6 comments
We rewrote large parts of our API in Go using AIturso.tech3 points·by bootlegbilly·l’année dernière·1 comments
Ultra Runners – Up to 3x faster GitHub Actions jobsdepot.dev2 points·by bootlegbilly·il y a 2 ans·0 comments
Share with Care: Breaking E2EE in Nextcloudeprint.iacr.org1 points·by bootlegbilly·il y a 2 ans·0 comments
bootlegbilly·il y a 3 mois·discussThe main thing I'm excited about is the new `Bun.Webview` feature, especially as a replacement for things like Puppeteer or Playwright.> All input is dispatched as OS-level events — sites can't distinguish view.click() from a real mouse click (isTrusted: true).This is especially exciting
bootlegbilly·l’année dernière·discussI'm unsure how to handle the title, since it misrepresents the content of an otherwise interesting article. I know there's HN etiquette around editorializing, so I submitted as is.
bootlegbilly·il y a 2 ans·discussAs someone who's been working on a file upload service for a while, this is the only real way to download very large files on Firefox.The file system access API is a great way to write chunks of a file at a gime, but for now Firefox doesn't support ithttps://wicg.github.io/file-system-access/ https://mozilla.github.io/standards-positions/#native-file-s...