Viewing profile — ikreymer
ikreymer
HN member- Joined
- Thu, Nov 26, 2015, 4:40 PM UTC
- HN karma
- 112
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About ikreymer
Recent public activity
-
comment
Comment #41867198
Every archiving tool out there makes trade-offs about what is archived and how. No one preserves the raw TLS encrypted H3 traffic because that's not useful. When you browse through…
-
comment
Comment #41866285
Unfortunately, there is not much we can do about transfer-encoding, but the data is otherwise exactly as is returned from the browser. Browsertrix uses the browser to create web ar…
-
comment
Comment #41866235
This isn't really true, our tools do not just modify response data for no reason! Our tools do the best that we can with an old format that is in use by many institutions. The WARC…
-
comment
Comment #36964256
Memory usage increases for long-running session, see this issue for more details: https://github.com/microsoft/playwright/issues/6319
-
comment
Comment #36961002
If you have other extensions, disable all of them before trying to record. Content from other extensions can't be accessed due to recent security changes in Chromium, and can cause…
-
comment
Comment #31827646
A bit late to this thread, but I think WARC is a reasonable format for raw HTTP traffic. We should definitely have better tools to ensure WARC files produced are valid, and that's …
- story
- comment
-
comment
Comment #26189604
At this point, mostly time constraints maintaining two very different implementations. The archiving is done via the CDP Fetch domain ( https://chromedevtools.github.io/devtools-pr…
-
comment
Comment #26188677
ArchiveWeb.page is the latest tool from the Webrecorder project. It works as a Chrome (or Brave, or Edge) browser extension or as a standalone Electron app. There's also an experim…
- story
-
comment
Comment #25531470
I'm excited to share the latest update from Webrecorder project, the release of a new OldWeb.today ( https://oldweb.today ), now running emulated browsers using JS/WASM entirely in…
- story
-
comment
Comment #14850100
Webrecorder supports remote browsers that allow you to run older browsers pre-configured with Flash, as well as Java applets. http://rhizome.org/editorial/2016/oct/25/rhizome-relea…
-
comment
Comment #14650954
Unfortunately, this approach alone will only work for sites that are mostly static, eg. do not use JS to load dynamic content. That is a small (and shrinking) percent of the web. O…
-
comment
Comment #14648472
Thanks Jack for mentioning Webrecorder! This is a project I started and it is now part of rhizome.org, a non-profit dedicated to promoting internet-based art and digital culture. I…
-
comment
Comment #10661126
I don't think JS-based emulators are quite there yet in terms of performance, but I've no doubt that they will be eventually. I think this is the next best option for now.
-
comment
Comment #10661108
Yes good point, this warrants some more research. The sudo was useful for install but I should see if it can be removed. Should also explore if there are concrete ways that the hos…
-
comment
Comment #10660407
There are many reasons. From technology standpoint, as the web changes, old technologies may no longer work in new browsers. One case in point: Java applets. A few of the old brows…
-
comment
Comment #10653038
oldweb.today connects to various web archives and allows users to browse old websites in old browsers, each running in a Docker container. Emulators such as Basilisk, Sheepshaver a…
- story