The days are long but the decades are short (2015)blog.samaltman.com4 points·by bootlegbilly·hace 7 meses·0 comments
Reverse engineering the GHA cache to improve performance (2024)depot.dev36 points·by bootlegbilly·hace 12 meses·6 comments
We rewrote large parts of our API in Go using AIturso.tech3 points·by bootlegbilly·el año pasado·1 comments
Ultra Runners – Up to 3x faster GitHub Actions jobsdepot.dev2 points·by bootlegbilly·hace 2 años·0 comments
Share with Care: Breaking E2EE in Nextcloudeprint.iacr.org1 points·by bootlegbilly·hace 2 años·0 comments
bootlegbilly·hace 3 meses·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·el año pasado·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·hace 2 años·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...