00:36:25 | | nicolas17 quits [Ping timeout: 260 seconds] |
00:40:34 | | nicolas17 joins |
03:34:20 | | AK quits [Ping timeout: 260 seconds] |
03:47:47 | | AK (AK) joins |
04:26:12 | | DogsRNice joins |
04:28:13 | <nicolas17> | looks like the CDX API is not reliable D: |
04:28:57 | <nicolas17> | https://swcdn.apple.com/content/downloads/22/57/071-29406-A_MR0D3X845Q/h6tvm51fy1ruf5hrfjw6yzinetskiv57y9/RosettaUpdateAuto.pkg |
04:29:04 | <nicolas17> | oops wrong link |
04:29:10 | <nicolas17> | https://web.archive.org/cdx/search/cdx?url=https://swcdn.apple.com/content/downloads/22/57/071-29406-A_MR0D3X845Q/h6tvm51fy1ruf5hrfjw6yzinetskiv57y9/RosettaUpdateAuto.pkg |
04:29:21 | <nicolas17> | sometimes gives me an empty result, sometimes not |
04:44:43 | <@JAA> | Can reproduce, and it seems to depend on which server you hit as identified by the x-app-server header. I see empty responses whenever my requests happen to hit wwwb-app209 or 227, and I get the correct response from 15, 206, 207, 208, 228, 235. |
04:44:51 | <@JAA> | arkiver: ^ |
04:45:41 | <nicolas17> | I was using this to see what was already archived and what wasn't |
04:46:11 | <nicolas17> | then my plans were busted by IA's outage, and then by the long delays in AB data getting uploaded |
04:47:38 | <nicolas17> | but I didn't expect *this* failure mode |
04:48:21 | <@JAA> | Yeah, it'd be fine if it returned a 503 or something, but 200 with no content is weird. |
04:52:25 | | DogsRNice quits [Read error: Connection reset by peer] |
05:42:55 | <OrIdow6> | !remindme 2h interesting |
05:42:55 | <eggdrop> | [remind] ok, i'll remind you at 2024-11-25T07:42:55Z |
07:19:25 | | Pedrosso2 joins |
07:19:52 | | ScenarioPlanet quits [Ping timeout: 255 seconds] |
07:19:52 | | Pedrosso quits [Ping timeout: 255 seconds] |
07:19:53 | | Pedrosso2 is now known as Pedrosso |
07:20:23 | | ScenarioPlanet (ScenarioPlanet) joins |
07:42:05 | | SootBector quits [Remote host closed the connection] |
07:42:29 | | SootBector (SootBector) joins |
07:42:55 | <eggdrop> | [remind] OrIdow6: interesting |
07:54:58 | <OrIdow6> | !remindme 40m interesting |
07:54:59 | <eggdrop> | [remind] ok, i'll remind you at 2024-11-25T08:34:58Z |
08:34:58 | <eggdrop> | [remind] OrIdow6: interesting |
08:49:00 | <@arkiver> | JAA: reported |
10:12:46 | | IDK quits [Quit: Connection closed for inactivity] |
10:25:04 | | nyakase (nyakase) joins |
10:46:37 | | nyakase quits [Client Quit] |
11:51:52 | | DigitalDragons quits [Quit: Ping timeout (120 seconds)] |
11:51:53 | | Exorcism quits [Quit: Ping timeout (120 seconds)] |
11:53:38 | | Exorcism (exorcism) joins |
11:55:32 | | DigitalDragons (DigitalDragons) joins |
13:25:35 | | c3manu quits [Remote host closed the connection] |
13:26:02 | | c3manu (c3manu) joins |
13:45:54 | | Xanthon quits [Remote host closed the connection] |
13:53:46 | | nyuuzyou is now authenticated as nyuuzyou |
14:03:02 | | KoalaBear quits [Read error: Connection reset by peer] |
14:10:02 | | KoalaBear joins |
14:14:23 | | Xanthon joins |
14:14:23 | | Xanthon is now authenticated as Xanthon |
14:14:23 | | Xanthon quits [Changing host] |
14:14:23 | | Xanthon (Xanthon) joins |
14:28:09 | | Terbium quits [Ping timeout: 252 seconds] |
15:32:11 | | Sluggs quits [Excess Flood] |
15:38:05 | | Sluggs joins |
16:04:07 | | MrMcNuggets (MrMcNuggets) joins |
16:18:48 | | KoalaBear quits [Read error: Connection reset by peer] |
16:18:55 | | BornOn420 quits [Ping timeout: 276 seconds] |
16:21:01 | | BornOn420 (BornOn420) joins |
16:21:57 | | KoalaBear joins |
16:32:01 | | Terbium joins |
18:21:34 | | imer quits [Killed (NickServ (GHOST command used by imer9))] |
18:22:14 | | imer (imer) joins |
19:00:01 | | MrMcNuggets quits [Client Quit] |
21:25:54 | | xkey is now known as lennart |
21:27:05 | <Ryz> | Heya folks, do www and www2 (and other numbers) in WBM get treated as if they're one domain? Similar to HTTP and HTTPS being treated the same as one domain (even though it shouldn't)? |
21:27:36 | <Ryz> | Because I have http://www2.cs.duke.edu/csl/docs/unix_course/intro-1.html and would wanna archive as close to the domain as possible |
21:28:03 | <Ryz> | http://www2.cs.duke.edu/ leads to http://cs.duke.edu/ on it's own |
21:29:39 | <@JAA> | Yes |
21:29:48 | | BearFortress quits [] |
21:30:07 | <Ryz> | Groooan, when checking http://www2.cs.duke.edu/csl - unfortunately there's a bunch of links that are broken, since it's supposed to be http://www2.cs.duke.edu/csl/docs/ not http://www.cs.duke.edu/csl/docs/ |
21:30:10 | <@JAA> | Essentially, ^[^:]+://([^/]+@)?(www\d*\.)? gets stripped. |
21:30:46 | <@JAA> | There are more steps like query parameter sorting, but that's the part for the scheme and host. |
21:30:52 | <Ryz> | http://www.cs.duke.edu/ and http://www2.cs.duke.edu/ are different domains, but WBM doesn't see it so, ugh :C |
22:21:00 | | mls (mls) joins |
23:10:39 | | mls quits [Ping timeout: 252 seconds] |
23:15:40 | | mls (mls) joins |