The days are long but the decades are short (2015)blog.samaltman.com4 points·by bootlegbilly·7 miesięcy temu·0 comments
Reverse engineering the GHA cache to improve performance (2024)depot.dev36 points·by bootlegbilly·12 miesięcy temu·6 comments
We rewrote large parts of our API in Go using AIturso.tech3 points·by bootlegbilly·w zeszłym roku·1 comments
Ultra Runners – Up to 3x faster GitHub Actions jobsdepot.dev2 points·by bootlegbilly·2 lata temu·0 comments
Share with Care: Breaking E2EE in Nextcloudeprint.iacr.org1 points·by bootlegbilly·2 lata temu·0 comments
bootlegbilly·3 miesiące temu·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·w zeszłym roku·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·2 lata temu·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...