00:03:56leo60228 (leo60228) joins
00:09:29etnguyen03 (etnguyen03) joins
00:16:57Arcorann quits [Remote host closed the connection]
00:18:40jacksonchen666 (jacksonchen666) joins
00:22:28Arcorann (Arcorann) joins
00:33:46jacksonchen666 quits [Ping timeout: 245 seconds]
00:51:20AmAnd0A quits [Ping timeout: 258 seconds]
00:51:26AmAnd0A joins
00:57:50etnguyen03 quits [Ping timeout: 252 seconds]
01:04:42DogsRNice joins
01:06:22jacksonchen666 (jacksonchen666) joins
01:08:42sbsb joins
01:09:04<sbsb>is there an archive of filefront's old files
01:10:45sbsb quits [Remote host closed the connection]
01:10:51jacksonchen666 quits [Ping timeout: 245 seconds]
01:11:27etnguyen03 (etnguyen03) joins
01:12:22cobertos joins
01:12:40ivan leaves
01:12:53etnguyen03 quits [Remote host closed the connection]
01:16:36etnguyen03 (etnguyen03) joins
01:21:00lennier2 joins
01:24:08lennier1 quits [Ping timeout: 265 seconds]
01:24:12lennier2 is now known as lennier1
01:24:47cobertos quits [Ping timeout: 252 seconds]
01:28:25pancakezz joins
01:35:48pancakezz quits [K-Lined]
01:39:10AmAnd0A quits [Read error: Connection reset by peer]
01:39:27AmAnd0A joins
01:44:59cobertos joins
01:45:21cobertos quits [Client Quit]
01:53:52<flashfire42>Ok so we are gonna potentially lose The Trove in a few days can I rethrow it into archivebot if we arent getting a project together? or could we throw it at URLs
02:07:51<pokechu22>I think we tried with archivebot and it clearly wasn't going to end well, but not 100% sure
02:08:18nicolas17 joins
02:10:51<nulldata>https://pxlsfiddle.com/ has a shutdown notice. Looks like the last AB grab was back in 2021.
02:14:20Dango360_ (Dango360) joins
02:14:50Dango360 quits [Ping timeout: 252 seconds]
02:28:02etnguyen03 quits [Ping timeout: 252 seconds]
02:52:42<vokunal|m>flashfire42: I remember people bouncing around project names for it and idk what happened after that
02:52:58<vokunal|m>That was like two months ago though
02:54:31nulldata2 (nulldata) joins
02:54:35etnguyen03 (etnguyen03) joins
02:54:38nulldata quits [Client Quit]
02:54:38nulldata2 is now known as nulldata
02:58:53fsfsfsf quits [Ping timeout: 251 seconds]
03:00:18emily quits [Client Quit]
03:01:01pseudorizer (pseudorizer) joins
03:01:35dumbgoy_ quits [Ping timeout: 252 seconds]
03:06:09Shjosan quits [Quit: Am sleepy (-, – )…zzzZZZ]
03:06:47Shjosan (Shjosan) joins
03:13:32DogsRNice_ joins
03:13:56DogsRNice__ joins
03:17:23DogsRNice quits [Ping timeout: 258 seconds]
03:18:09DogsRNice_ quits [Ping timeout: 258 seconds]
03:20:17etnguyen03 quits [Ping timeout: 252 seconds]
03:21:06fsfsfsf joins
03:24:40pabs quits [Ping timeout: 258 seconds]
03:24:49etnguyen03 (etnguyen03) joins
03:33:08pabs (pabs) joins
03:46:15<@OrIdow6>I don't see anything in my logs for "The Trove"
03:46:34<@OrIdow6>Recently
03:47:03<fireonlive>2023-06-17: 06:13:37 PM <@arkiver> anyone have a channel name idea for "Trove"? see Deatchwatch
03:47:14<fireonlive>#TreasureTheTrashedTrove was one idea by flashfire42
03:47:43<flashfire42|m>We need it cause it’s like 3 days left and it’s GIANT
03:47:58<fireonlive>also TrovePlundering
03:48:04<fireonlive>by the same
03:48:21<fireonlive>but yeah grep -i trove and you'll find some stuff here from 2023-06-17
03:51:14<DigitalDragons>treasuredrove
03:51:56<DigitalDragons>(to IA, hopefully :) )
03:53:26<@OrIdow6>Is it shutting down exactly at the end of the month?
03:54:25<@OrIdow6>I'm not familiar with Australian politics but this https://www.smh.com.au/politics/federal/funding-pledge-saves-national-library-s-trove-from-closure-threat-20230402-p5cxdn.html seems to suggest it has some time left
03:54:59jasons quits [Excess Flood]
03:55:21jasons (jasonswohl) joins
04:00:29dumbgoy_ joins
04:13:19nulldata quits [Client Quit]
04:13:42nulldata (nulldata) joins
04:20:51DogsRNice__ quits [Read error: Connection reset by peer]
04:36:59dumbgoy_ quits [Ping timeout: 265 seconds]
04:39:50Island quits [Read error: Connection reset by peer]
04:40:46etnguyen03 quits [Client Quit]
04:54:13jacksonchen666 (jacksonchen666) joins
04:59:49<thuban>ugh. i found a way to enumerate silph's user pages, but while i initially thought that all data was in the page, in fact _some_ data (including stuff that would be nice to have like contact info) is ajaxed... as jsonp.
05:01:00<thuban>anyone know how jquery's callback param is generated? if we can guess it correctly, will capturing the api request allow wbm playback to work?
05:08:10<thuban>ugh, nvm. not only is it stochastic, default jquery behavior for jsonp includes a timestamp param. what a very dumb system
05:13:46jacksonchen666 quits [Ping timeout: 245 seconds]
05:17:19Minkafighter525 quits [Quit: The Lounge - https://thelounge.chat]
05:19:06Minkafighter525 joins
05:28:02jacksonchen666 (jacksonchen666) joins
05:33:21jacksonchen666 quits [Ping timeout: 245 seconds]
05:46:49<@Fusl>thuban: jsonp is typically just a json-like notation wrapped in a function call, you should be able to just s|^[^(]+\(||;s|\)$||
05:49:59<thuban>Fusl: i understand that, but pages that use it won't play back in the wayback machine (because we can't capture a matching request)
05:50:10<@Fusl>oh yeah that makes sense
05:52:06<thuban>if there's time i'll grab the relevant data anyway, which is better than nothing. but, pretty frustrating
05:56:02jacksonchen666 (jacksonchen666) joins
06:05:26jacksonchen666 quits [Ping timeout: 245 seconds]
06:35:12IDK (IDK) joins
06:51:29Stiletto quits [Ping timeout: 252 seconds]
06:54:29nicolas17 quits [Client Quit]
07:02:34AmAnd0A quits [Read error: Connection reset by peer]
07:03:12AmAnd0A joins
07:05:02Unholy2361310 quits [Remote host closed the connection]
07:06:40Unholy2361310 (Unholy2361) joins
07:32:18pawbs quits [Ping timeout: 258 seconds]
07:43:12pawbs joins
07:50:26jacksonchen666 (jacksonchen666) joins
08:04:11jacksonchen666 quits [Ping timeout: 245 seconds]
08:06:59jasons3 (jasonswohl) joins
08:06:59Minkafighter5253 joins
08:07:05Minkafighter525 quits [Client Quit]
08:07:05jasons quits [Client Quit]
08:07:05nulldata quits [Client Quit]
08:07:05Minkafighter5253 is now known as Minkafighter525
08:07:05jasons3 is now known as jasons
08:07:13nulldata1 (nulldata) joins
08:10:33<that_lurker>"HISD to eliminate librarians and convert libraries into disciplinary centers at NES schools" - https://abc13.com/hisd-libraries-librarians-media-specialists-houston-isd/13548483/
08:26:59jacksonchen666 (jacksonchen666) joins
08:27:35imer8 (imer) joins
08:31:02imer quits [Ping timeout: 252 seconds]
08:31:02imer8 is now known as imer
08:40:26jacksonchen666 quits [Ping timeout: 245 seconds]
09:28:52Minkafighter525 quits [Client Quit]
09:29:09Minkafighter5253 joins
09:58:58driib quits [Client Quit]
09:58:58W7RFa6AbNFz quits [Read error: Connection reset by peer]
09:59:20driib (driib) joins
09:59:22W7RFa6AbNFz joins
10:05:44jacksonchen666 (jacksonchen666) joins
10:11:22BearFortress_ quits [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
10:19:11jacksonchen666 quits [Ping timeout: 245 seconds]
10:21:42jacksonchen666 (jacksonchen666) joins
10:22:06sec^nd quits [Ping timeout: 245 seconds]
10:22:31BigBrain quits [Ping timeout: 245 seconds]
10:24:32BigBrain (bigbrain) joins
10:27:20sec^nd (second) joins
10:45:30BearFortress joins
10:45:30BearFortress quits [Max SendQ exceeded]
10:45:40BearFortress joins
10:55:26jacksonchen666 quits [Ping timeout: 245 seconds]
11:00:35jacksonchen666 (jacksonchen666) joins
11:11:42<@JAA>thuban: The WBM *could* do the rewriting itself in theory. The JSONP function name is normally passed in a query param. So it'd have to ignore that param, load the old snapshot, and replace its callback name with the one from the new request.
11:12:01<@JAA>But of course that requires the WBM team to implement it, which has a lead time of around a decade.
11:24:36<flashfire42|m>Ok I know it’s not taking a super long time to get new items but is it really a wise idea to have the archiveteam choice be reddit when it’s constantly running out of new items
11:24:41<flashfire42|m>Like it’s generating the new ones but
11:39:19jacksonchen666 quits [Client Quit]
11:41:32<imer>Yeah, can probably be switched back to telegram since it chewed through the few million item backlog after it was fixed pretty quick
11:44:38benjins quits [Ping timeout: 252 seconds]
11:47:10benjins joins
12:00:22<h2ibot>JAABot edited CurrentWarriorProject (+4): https://wiki.archiveteam.org/?diff=50306&oldid=50304
12:16:25<h2ibot>OrIdow6 edited Wysp (+314, Remarks): https://wiki.archiveteam.org/?diff=50307&oldid=50242
12:47:03etnguyen03 (etnguyen03) joins
13:03:55qwertyasdfuiopghjkl quits [Remote host closed the connection]
13:03:55fsfsfsf quits [Remote host closed the connection]
13:03:55driib quits [Client Quit]
13:03:56Megame (Megame) joins
13:04:06driib (driib) joins
13:25:42imer quits [Client Quit]
13:26:13imer (imer) joins
13:48:42<h2ibot>JustAnotherArchivist edited Deathwatch (+226, /* 2023 */ Add World of Warships forums): https://wiki.archiveteam.org/?diff=50308&oldid=50300
13:49:42<h2ibot>Jsohansofun created Talk:NUfoto (+199, Facebook Page Address): https://wiki.archiveteam.org/?title=Talk%3ANUfoto
13:57:34mgrytbak quits [Quit: Ping timeout (120 seconds)]
13:57:44mgrytbak joins
13:58:44<h2ibot>JustAnotherArchivist edited Deathwatch (+324, /* 2023 */ World of Warships has three forums): https://wiki.archiveteam.org/?diff=50310&oldid=50308
14:09:51mgrytbak quits [Client Quit]
14:10:02mgrytbak joins
14:17:29mgrytbak quits [Client Quit]
14:18:05mgrytbak joins
14:19:11Arcorann quits [Ping timeout: 252 seconds]
14:20:06mgrytbak quits [Client Quit]
14:20:12mgrytbak joins
14:25:20emberquill quits [Quit: The Lounge - https://thelounge.chat]
14:25:38emberquill0 (emberquill) joins
14:27:26mgrytbak quits [Client Quit]
14:27:36mgrytbak joins
14:29:34mgrytbak quits [Client Quit]
14:29:47mgrytbak joins
14:35:23mgrytbak quits [Client Quit]
14:35:33mgrytbak joins
14:41:23mgrytbak quits [Client Quit]
14:41:34mgrytbak joins
14:56:06nicolas17 joins
15:00:21mgrytbak quits [Client Quit]
15:00:28mgrytbak joins
15:02:25Island joins
15:10:17mgrytbak quits [Client Quit]
15:10:27mgrytbak joins
15:14:29mgrytbak quits [Client Quit]
15:14:38mgrytbak joins
15:36:13lennier2 joins
15:38:56lennier1 quits [Ping timeout: 252 seconds]
15:39:05lennier2 is now known as lennier1
15:43:20Sophira quits [Ping timeout: 252 seconds]
15:43:26Sophira joins
15:46:45Megame quits [Client Quit]
15:50:45AmAnd0A quits [Remote host closed the connection]
15:50:54AmAnd0A joins
15:58:44mgrytbak8 joins
15:59:37imer quits [Client Quit]
15:59:37mgrytbak quits [Client Quit]
15:59:37mgrytbak8 is now known as mgrytbak
15:59:54imer (imer) joins
16:05:45imer quits [Client Quit]
16:05:45chessnoob280 quits [Client Quit]
16:05:47chessnoob280_ (chessnoob280) joins
16:06:02imer (imer) joins
16:07:44etnguyen03 quits [Read error: Connection reset by peer]
16:08:03etnguyen03 (etnguyen03) joins
16:10:40dumbgoy_ joins
16:29:57sec^nd quits [Remote host closed the connection]
16:30:17sec^nd (second) joins
16:33:35lennier1 quits [Client Quit]
16:37:44lennier1 (lennier1) joins
17:00:38qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
17:30:48AmAnd0A quits [Ping timeout: 265 seconds]
17:31:43AmAnd0A joins
17:32:53hitgrr8 joins
17:36:38etnguyen03 quits [Ping timeout: 252 seconds]
18:02:26AmAnd0A quits [Read error: Connection reset by peer]
18:02:50AmAnd0A joins
18:41:54etnguyen03 (etnguyen03) joins
19:18:58sunny_starscout joins
19:19:33<sunny_starscout>Hello all, the World of Warships forum is being shut down.
19:19:34<sunny_starscout>https://worldofwarships.com/en/news/community/forum-shutdown/
19:19:42<sunny_starscout>"Starting on July 28, 2023, we will begin the process of closing the regional forums by removing the ability to post. Your posts and the posts of others will remain accessible until October 31st, 2023, at which time the forums will be fully shut down."
19:20:51<sunny_starscout>Not sure where else to post this
19:22:34<sunny_starscout>Specifically the forums are at: https://forum.worldofwarships.com/, https://forum.worldofwarships.eu/, https://forum.worldofwarships.asia/
19:22:37marto_ quits [Ping timeout: 258 seconds]
19:27:00<@JAA>sunny_starscout: Hi, thanks, someone else brought it up earlier. The NA forums are already running through ArchiveBot, the other two will follow shortly.
19:27:32<masterX244>at least the readonly time freezes the state for a good archival
19:27:58<@JAA>Yep, and three months is plenty of time, too.
19:28:00<sunny_starscout>Awesome
19:28:09<sunny_starscout>It's a shame they're doing this and pushing everyone to discord
19:28:10<sunny_starscout>ash well
19:28:24<@JAA>I might do another run with qwarc because why not.
19:28:55<@JAA>Yeah, it's sad that so many people don't seem to understand that Discord isn't a valid replacement for any forum.
19:29:24marto_ (marto_) joins
19:29:30<sunny_starscout>I'm looking at the archivebot dashboard and I don't see any pages after the first being fetched
19:29:30<sunny_starscout>hmm
19:29:51<@JAA>Job 3aain4ccckjt3azps84bp2im0 is running through various topics currently.
19:30:09<sunny_starscout>yep that's the one I'm looking at
19:30:12<@JAA>Oh, I get what you mean.
19:30:28<@JAA>AB does breadth-first recursion.
19:30:36<sunny_starscout>ahhhhh ok
19:30:40<@JAA>If threads have multiple pages, those will get queued and retrieved later.
19:55:56hitgrr8 quits [Client Quit]
20:17:36qwertyasdfuiopghjkl quits [Client Quit]
20:28:41qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
20:34:32trainingdata joins
21:00:44Unholy2361310 quits [Client Quit]
21:01:13Unholy2361310 (Unholy2361) joins
21:14:59etnguyen03 quits [Ping timeout: 252 seconds]
21:22:13lunik173 quits [Ping timeout: 258 seconds]
21:23:47benjins quits [Ping timeout: 252 seconds]
21:29:35jasons quits [Changing host]
21:29:35jasons (jasons) joins
21:35:40lunik173 joins
21:36:26eroc1990 quits [Ping timeout: 252 seconds]
21:39:11AmAnd0A quits [Ping timeout: 252 seconds]
21:39:53AmAnd0A joins
21:42:07AmAnd0A quits [Read error: Connection reset by peer]
21:42:24AmAnd0A joins
21:44:51nicolas17 quits [Client Quit]
21:53:22eroc1990 (eroc1990) joins
22:03:50benjins joins
22:20:29lukash quits [Ping timeout: 258 seconds]
22:40:47Unholy2361310 quits [Ping timeout: 252 seconds]
22:56:30etnguyen03 (etnguyen03) joins
22:58:49yasomi quits [Ping timeout: 258 seconds]
23:00:21Doranwen quits [Quit: bbl]
23:01:05Doranwen (Doranwen) joins
23:12:33Dango360_ quits [Read error: Connection reset by peer]
23:19:59Dango360 (Dango360) joins
23:57:07yasomi (yasomi) joins