| 02:24:51 | | tzt quits [Ping timeout: 265 seconds] |
| 03:06:01 | | HP_Archivist (HP_Archivist) joins |
| 03:58:31 | | tzt (tzt) joins |
| 04:41:19 | | qw3rty__ joins |
| 04:44:53 | | qw3rty_ quits [Ping timeout: 258 seconds] |
| 05:28:12 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 05:30:30 | | HP_Archivist quits [Ping timeout: 258 seconds] |
| 08:09:50 | | sonick quits [Client Quit] |
| 08:35:26 | | AK quits [Quit: AK] |
| 08:37:22 | | AK (AK) joins |
| 13:37:04 | | HP_Archivist (HP_Archivist) joins |
| 13:57:16 | | HP_Archivist quits [Ping timeout: 258 seconds] |
| 14:09:32 | | Arcorann_ quits [Ping timeout: 258 seconds] |
| 14:16:39 | | qwertyasdfuiopghjkl joins |
| 14:32:14 | | HP_Archivist (HP_Archivist) joins |
| 14:38:17 | | HP_Archivist quits [Ping timeout: 258 seconds] |
| 15:08:24 | | ]42[ is now known as [42] |
| 16:44:56 | | HP_Archivist (HP_Archivist) joins |
| 17:01:43 | | spirit joins |
| 18:33:27 | | atphoenix quits [Ping timeout: 265 seconds] |
| 18:34:39 | | atphoenix (atphoenix) joins |
| 18:44:00 | | HP_Archivist quits [Ping timeout: 258 seconds] |
| 19:02:52 | | atphoenix_ (atphoenix) joins |
| 19:05:28 | | atphoenix quits [Ping timeout: 258 seconds] |
| 19:20:25 | <Ryz> | Hmm, for the past week or two, there's a notice on the Internet Archive donations when checking archived pages on the Wayback Machine, but it seems to be stuck on $3.5 million raised so far? And sometimes it doesn't appear? Is this normal? |
| 19:50:35 | | HP_Archivist (HP_Archivist) joins |
| 19:56:19 | | qwertyasdfuiopghjkl quits [Client Quit] |
| 20:36:22 | | AlsoHP_Archivist joins |
| 20:40:05 | | HP_Archivist quits [Ping timeout: 265 seconds] |
| 20:51:16 | | AlsoHP_Archivist quits [Ping timeout: 258 seconds] |
| 20:52:04 | | AlsoHP_Archivist joins |
| 20:58:56 | | AlsoHP_Archivist quits [Ping timeout: 258 seconds] |
| 20:59:43 | | AlsoHP_Archivist joins |
| 21:12:21 | | AlsoHP_Archivist quits [Ping timeout: 258 seconds] |
| 21:33:09 | | spirit quits [Client Quit] |
| 21:57:45 | <@JAA> | https://web.archive.org/web/*/https://github.com/jjjake/internetarchive → https://web.archive.org/web/*/internetarchive/* |
| 21:57:48 | <@JAA> | WTF? |
| 22:15:25 | <OrIdow6> | Playing around with this, it looks like (and I do not think this is entirely accurate) if the tokenized path (slashes and periods, at least) has "archive" in it, it changes it to the last path component (as determined by splitting on "/") |
| 22:15:40 | <OrIdow6> | *changes the URL to |
| 22:16:49 | <OrIdow6> | Counterexample: https://en.wikipedia.org/wiki/archive |
| 22:17:01 | | britmob25636477 quits [Quit: britmob25636477] |
| 22:17:34 | <OrIdow6> | Oh, the * on the end also seems to prevent it |
| 22:19:33 | <OrIdow6> | So https://web.archive.org/web/*/https://en.wikipedia.org/wiki/Archive -> https://web.archive.org/web/*/Archive/* |
| 22:22:14 | <Jake> | looks... broken? |
| 22:28:17 | | Cook joins |
| 22:28:26 | <Cook> | is there any way to search all of the Internet Archive by suffix, rather than domain/prefix? |
| 22:30:20 | <Cook> | I'm looking for a series of files that have well-defined names, but were hosted (and archived) on fairly random IP addresses between 2001 and 2003, like here: https://web.archive.org/web/*/66.28.11.52/* |
| 22:31:46 | <Cook> | The most extreme stupid way would be to go through 2^32 IP addresses, but I'm unsure if there's a better index, or an easily accessible list of partially-archived domains, that would make this plausible to look through |
| 22:36:02 | <@JAA> | The index only works by prefix, but the host is indexed in reverse order internally. Through the CDX API, you can query subdomains, and IPs are treated like domains as far as I can tell. |
| 22:36:11 | <@JAA> | So you could do it with 256 queries against the CDX API I suppose. |
| 22:37:04 | <Cook> | Oh, I hadn't considered that IP ranges are themselves sort of prefixes - I'll take a look and see whether that's tractable. thanks! |
| 22:38:02 | <@JAA> | Hmm nope, querying for *.52 doesn't work. But *.11.52 does. |
| 22:38:34 | <@JAA> | So 64 Ki queries. Still an improvement over 2^32. |
| 22:39:10 | <@JAA> | Note that the CDX API has awkward rate limiting which redirects you to an HTML page that's served with HTTP 200. |
| 22:39:55 | <Cook> | Interesting that it works on the last octets rather than first ones |
| 22:40:04 | <Cook> | But this is way better than what I was considering, so thanks |
| 22:40:06 | | Arcorann (Arcorann) joins |
| 22:40:16 | <@JAA> | As I said, hosts are indexed in reverse order of the labels. |
| 22:40:28 | <@JAA> | Otherwise, it wouldn't be possible to do subdomain searches. |
| 22:40:58 | <@JAA> | https://example.org/foo/bar internally becomes org,example)/foo/bar I believe. |
| 22:41:02 | <Cook> | Yeah, it makes sense for domains but it's still kind of funny since it's sort of inverting the order of how IP blocks work |
| 22:41:23 | <@JAA> | I think they simply didn't bother implementing something special for IPs. |
| 22:52:58 | | TheTechRobo joins |
| 22:55:58 | <Arcorann> | Is anyone else having issues with accessing sites on the Wayback Machine? |
| 22:56:32 | <@JAA> | Yeah, it was discussed in here briefly an hour ago. |
| 22:56:51 | <TheTechRobo> | Can you tl;dr it? I just joined |
| 22:57:01 | <@JAA> | TL;DR: Shit's broken, yo. |
| 22:57:05 | | britmob25636477 joins |
| 22:57:11 | <TheTechRobo> | :thumbsup: |
| 22:57:40 | <@JAA> | Prefix searches with a trailing /* seem to work, everything else is getting rewritten incorrectly. |
| 22:59:14 | | Sluggs quits [Client Quit] |
| 22:59:15 | <@JAA> | Actually, only the calendar thing is broken, snapshots still seem to work. |
| 23:19:18 | | Sluggs joins |
| 23:44:47 | | thetechrobo_ joins |
| 23:48:22 | | TheTechRobo quits [Ping timeout: 258 seconds] |