The days are long but the decades are short (2015)blog.samaltman.com4 ポイント·投稿者 bootlegbilly·7 か月前·0 コメント
Reverse engineering the GHA cache to improve performance (2024)depot.dev36 ポイント·投稿者 bootlegbilly·12 か月前·6 コメント
bootlegbilly·3 か月前·議論The 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·昨年·議論I'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 年前·議論As 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...