00:13:57nicolas17 joins
00:17:11nicolas17_ quits [Ping timeout: 260 seconds]
00:19:08ericgallager quits [Quit: This computer has gone to sleep]
00:21:32<pokechu22>https://techcrunch.com/2025/02/18/facebook-now-only-stores-live-videos-for-30-days-will-delete-old-broadcasts/
00:31:25ericgallager joins
00:34:26IDK quits [Quit: Connection closed for inactivity]
00:41:06Wohlstand quits [Quit: Wohlstand]
00:43:35nicolas17_ joins
00:43:36nicolas17 quits [Read error: Connection reset by peer]
01:06:58nicolas17 joins
01:10:16nicolas17_ quits [Ping timeout: 260 seconds]
01:13:35beastbg8_ quits [Ping timeout: 258 seconds]
01:17:36eroc1990 quits [Quit: The Lounge - https://thelounge.chat]
01:26:10eroc1990 (eroc1990) joins
01:30:04Webuser535791 quits [Quit: Ooops, wrong browser tab.]
01:35:18Webuser791494 joins
01:39:18abirkill- (abirkill) joins
01:41:11abirkill quits [Ping timeout: 258 seconds]
01:41:11abirkill- is now known as abirkill
01:44:43nicolas17_ joins
01:48:11nicolas17 quits [Ping timeout: 260 seconds]
02:25:47ericgallager quits [Client Quit]
02:45:04nicolas17 joins
02:48:16nicolas17_ quits [Ping timeout: 260 seconds]
02:52:08Webuser791494 quits [Client Quit]
03:03:31Webuser522381 joins
03:03:59etnguyen03 (etnguyen03) joins
03:12:12etnguyen03 quits [Remote host closed the connection]
03:19:13sec^nd quits [Remote host closed the connection]
03:43:41devkev quits [Ping timeout: 260 seconds]
03:43:41@imer quits [Ping timeout: 260 seconds]
03:51:07imer (imer) joins
03:51:07@ChanServ sets mode: +o imer
03:52:28ericgallager joins
04:05:52ericgallager quits [Client Quit]
04:08:23nicolas17_ joins
04:11:41nicolas17 quits [Ping timeout: 260 seconds]
04:21:49Megame quits [Quit: Leaving]
04:27:46nicolas17 joins
04:29:31benjins3_ quits [Read error: Connection reset by peer]
04:30:11nicolas17_ quits [Read error: Connection reset by peer]
04:36:38ericgallager joins
04:44:44Webuser454764 joins
04:44:53Webuser454764 quits [Client Quit]
04:45:15nicolas17_ joins
04:48:26nicolas17 quits [Ping timeout: 260 seconds]
04:52:21ericgallager quits [Client Quit]
04:54:56devkev (devkev) joins
04:55:31sec^nd (second) joins
05:03:25ericgallager joins
05:11:10sec^nd quits [Remote host closed the connection]
05:18:31sec^nd (second) joins
05:26:40cyanbox joins
05:30:38nicolas17_ is now known as nicolas17
05:34:26DogsRNice quits [Read error: Connection reset by peer]
05:38:04grill (grill) joins
05:42:25beastbg8 (beastbg8) joins
05:43:21sec^nd quits [Remote host closed the connection]
05:54:23sec^nd (second) joins
06:07:36grill quits [Ping timeout: 258 seconds]
06:20:29<h2ibot>Petchea edited Deathwatch (+211, /* 2025 */): https://wiki.archiveteam.org/?diff=55621&oldid=55572
06:21:11fionera quits [Ping timeout: 260 seconds]
06:22:36nicolas17_ joins
06:25:51nicolas17 quits [Ping timeout: 260 seconds]
06:46:07<BlankEclair>how do you even implement a "this page is lewd! do not open if you want titties on your screen!!" (in normie terms, an nsfw warning) while keeping the site accessible for archivers
06:47:11<pokechu22>Always serve the content, but have a JS+cookie-based message that hides it until confirmation is given? So ignoring JS the content would still be archived, but you'd need to interact with it to see things
06:47:22HP_Archivist quits [Read error: Connection reset by peer]
06:49:54<BlankEclair>hmm, what about a no js fallback where it serves the content (hidden w/, say, display: none) and the warning?
06:50:23<BlankEclair>also kinda worried about things like SPN/brozzler/mnbot, since it can't load images and such
06:56:23Island quits [Read error: Connection reset by peer]
07:19:51<@OrIdow6>BlankEclair: I think it'd work to go 2005-style and have the "go forward" button be a GET link
07:20:20<BlankEclair>lol, that's kinda funny but i'll pass it on anyway
07:20:25<@OrIdow6>Invisible links might work? Don't know how brozzler does link extraction
07:20:35<BlankEclair>what if you aren't following outlinks?
07:25:05<@OrIdow6>Looks l ike it does do simple <a href> extractoin https://github.com/internetarchive/brozzler/blob/master/brozzler/js-templates/extract-outlinks.js#L11
07:25:07<@OrIdow6>Hm
07:25:51<@OrIdow6>One of the difficulties I see with an NSFW warning is that you don't want the images to show while the page is in a partially-loaded state
07:26:12<@OrIdow6>Which means eg overlays (IDK the web dev word for these) probably aren't too reliable
07:26:16<BlankEclair>fuuuuck, i also forgot about cache
07:26:30<BlankEclair>conditionally showing the banner server-side will fuck us sideways
07:26:38<BlankEclair>i suppose it'll have to be a js-exclusive then
07:28:07<BlankEclair>> [14/05/2025 17:26] <OrIdow6> Which means eg overlays (IDK the web dev word for these) probably aren't too reliable
07:28:24<BlankEclair>iirc, browsers load css first before actually showing anything to avoid a flash of unstyled content
07:29:06<BlankEclair>https://web.dev/articles/preload-scanner
07:29:54<BlankEclair>> [14/05/2025 17:26] <BlankEclair> fuuuuck, i also forgot about cache
07:29:58<@OrIdow6>Ah
07:30:01<BlankEclair>(nvm, we can cache based on the cookie ^^;)
07:31:00@OrIdow6 figures someone who knows how to design web sites rather than take them apart should give answers to this
07:58:18<@OrIdow6>If you do have an answer BlankEclair I'd like to hear it, we can put it on the wiki
07:58:29<BlankEclair>oki ^_^
07:59:27<BlankEclair>on a related note, when a mediawiki based wiki is going down, is there anything to do aside from get the xml and image dump and upload to IA?
08:00:12<@JAA>Running it through AB (possibly without page history if it's big) is useful to get it into the WBM since the average person has no idea what an 'XML' is.
08:01:37sec^nd quits [Ping timeout: 240 seconds]
08:10:44nicolas17 joins
08:13:46nicolas17_ quits [Ping timeout: 260 seconds]
08:16:25sec^nd (second) joins
08:36:31sec^nd quits [Remote host closed the connection]
08:42:21nine quits [Ping timeout: 260 seconds]
08:43:40sec^nd (second) joins
08:50:14Dada joins
09:30:59nicolas17_ joins
09:31:14<@arkiver>emergency project coming up for posts.cv
09:33:08<@arkiver>imer: we'll start a posts.cv project as soon as possible, shutdown in 2 days (missed is previously on the leaderboard)
09:33:17<@arkiver>no idea about size, but likely not huge
09:33:24<@arkiver>could we have a target for https://tracker.archiveteam.org/postscv/ ?
09:33:25<@arkiver>this would be
09:33:29<@arkiver>archiveteam_postscv_
09:33:31<@arkiver>postscv_
09:33:35<@arkiver>Archive Team Posts.cv:
09:34:16nicolas17 quits [Ping timeout: 260 seconds]
09:35:36<@arkiver>graphql for the profile pagination, not awesome
09:35:46<@arkiver>but post content is not retrieved through graphql
09:36:02<@arkiver>anyone have a channel idea for posts.cv ?
09:39:57<BlankEclair>arkiver: posts.resumes
09:48:30nine joins
09:48:30nine quits [Changing host]
09:48:30nine (nine) joins
09:58:04kuroger quits [Quit: The Lounge - https://thelounge.chat]
09:58:26kuroger (kuroger) joins
10:20:29<@imer>arkiver: can set something up in 10mins
10:32:01sec^nd quits [Ping timeout: 240 seconds]
10:38:29sec^nd (second) joins
10:40:46nicolas17_ quits [Ping timeout: 260 seconds]
10:45:54<@imer>arkiver: added
10:46:13<@imer>BlankEclair++
10:46:13<eggdrop>[karma] 'BlankEclair' now has 5 karma!
10:46:23<BlankEclair>hell yeah
10:47:48<@arkiver>:P
10:47:55<@arkiver>#posts.resumes for posts.cv
10:48:06<@arkiver>starting in hours
10:54:31fionera joins
10:54:31fionera quits [Changing host]
10:54:31fionera (Fionera) joins
10:54:48Gooshka2 (Gooshka) joins
10:54:51<Gooshka2>https://plvideo.ru/ - Platform, 'murderer' of YouTube made while Russian government 'had problems with connections to the Google servers'. As all the videos on the main page have less than 200 views, I guess it will be closed one day (probably first half of 2026, that's my thoughts).
10:56:47<Gooshka2>As for now there are no news except news about start of this project. News can be found with the words "платформа rteam".
10:59:05benjins3 joins
11:00:04Bleo182600722719623455 quits [Quit: The Lounge - https://thelounge.chat]
11:01:04Gooshka2 quits [Client Quit]
11:02:48Bleo182600722719623455 joins
11:04:07<@arkiver>ah i wish gooshka was around a little longer
12:00:15corentin joins
12:36:03nicolas17_ joins
12:42:53ericgallager quits [Quit: This computer has gone to sleep]
12:51:50Wohlstand (Wohlstand) joins
13:12:38<h2ibot>Arkiver uploaded File:Postscv-icon.png: https://wiki.archiveteam.org/?title=File%3APostscv-icon.png
13:12:39<h2ibot>Arkiver uploaded File:Postscv-screenshot.png: https://wiki.archiveteam.org/?title=File%3APostscv-screenshot.png
13:14:38<h2ibot>Nir edited Arhivach (+25, /* External links */ Added the new mirror): https://wiki.archiveteam.org/?diff=55624&oldid=54220
13:14:39<h2ibot>PH0eNiX edited List of websites excluded from the Wayback Machine (+60, Adding a website that was excluded from the…): https://wiki.archiveteam.org/?diff=55625&oldid=55607
13:15:38<h2ibot>Brad edited In The Media (+150, Added EpoxVox video): https://wiki.archiveteam.org/?diff=55626&oldid=50686
13:28:29cyanbox quits [Read error: Connection reset by peer]
13:34:38ericgallager joins
13:42:47<h2ibot>Cooljeanius edited Deathwatch (+0, /* 2025 */ minor copyedits re: colons): https://wiki.archiveteam.org/?diff=55627&oldid=55621
14:03:32HP_Archivist (HP_Archivist) joins
14:16:47nstrom joins
14:45:08nstrom quits [Client Quit]
15:03:36nstrom joins
15:14:41nstrom quits [Client Quit]
15:22:16nstrom joins
15:23:51nine quits [Quit: See ya!]
15:24:03nine joins
15:24:04nine quits [Changing host]
15:24:04nine (nine) joins
15:39:46Dada78 joins
15:40:36Dada quits [Ping timeout: 260 seconds]
15:47:11ericgallager quits [Client Quit]
16:17:09grill (grill) joins
16:21:46aiueo700 joins
16:29:14Dada joins
16:31:21Dada78 quits [Ping timeout: 260 seconds]
16:39:20aiueo700 quits [Ping timeout: 258 seconds]
16:46:51PredatorIWD25 quits [Read error: Connection reset by peer]
16:47:43aiueo700 joins
16:51:01aiueo700 quits [Remote host closed the connection]
16:51:21aiueo700 joins
16:52:43Dada quits [Remote host closed the connection]
16:53:57Dada joins
16:54:50<fuzzy80211>kiska i like the added leaderboard chart. my feedback would be does it need to be the width of the page? not sure how everyone else's resolution makes it appear but for me if it was 3 or 4 of the small widgets wide that would be good. seems overly large to me. also would think 10 rows would be enough as well
17:06:28aiueo700 quits [Client Quit]
17:10:57pabs quits [Read error: Connection reset by peer]
17:11:07ericgallager joins
17:11:37pabs (pabs) joins
17:22:25nstrom quits [Client Quit]
17:24:17nicolas17_ is now known as nicolas17
17:24:23<h2ibot>HadeanEon edited Deaths in 2025 (+1572, BOT - Updating page: {{saved}} (126),…): https://wiki.archiveteam.org/?diff=55628&oldid=55619
17:24:24<h2ibot>HadeanEon edited Deaths in 2025/list (+120, BOT - Updating list): https://wiki.archiveteam.org/?diff=55629&oldid=55620
17:37:14nstrom joins
17:40:22nstrom quits [Client Quit]
17:44:23ducky quits [Remote host closed the connection]
17:45:06ducky (ducky) joins
17:49:31ducky quits [Ping timeout: 260 seconds]
17:51:24DogsRNice joins
17:57:59notarobot1 quits [Quit: The Lounge - https://thelounge.chat]
17:58:39notarobot1 joins
18:05:47Megame (Megame) joins
18:08:14ducky (ducky) joins
18:20:09grill quits [Ping timeout: 258 seconds]
18:22:05grill (grill) joins
18:36:46nstrom joins
18:50:02lennier2 joins
18:50:46Wohlstand quits [Ping timeout: 260 seconds]
18:51:56lennier2_ quits [Ping timeout: 260 seconds]
19:00:01grill quits [Ping timeout: 258 seconds]
19:29:12Island joins
20:05:22Nemo_bis (Nemo_bis) joins
20:05:25<Nemo_bis>https://digipres.club/@petrichor/114507623638178027
20:42:21<that_lurker>Nemo_bis correct person notified :-P https://mastodon.archive.org/@textfiles/114508054421628683
21:00:20ericgallager quits [Quit: This computer has gone to sleep]
21:17:55qwertyasdfuiopghjkl2 (qwertyasdfuiopghjkl2) joins
21:25:39Wohlstand (Wohlstand) joins
21:39:31lennier2 quits [Client Quit]
21:52:55lennier1 (lennier1) joins
22:06:37Dada quits [Remote host closed the connection]
22:11:13BornOn420 quits [Remote host closed the connection]
22:11:56BornOn420 (BornOn420) joins
22:13:53cyanbox joins
22:22:10<h2ibot>Petchea edited Deathwatch (+96, /* 2025 */): https://wiki.archiveteam.org/?diff=55630&oldid=55627
23:05:56some_body joins
23:17:40dabs joins
23:18:30Webuser522381 quits [Quit: Ooops, wrong browser tab.]
23:26:55Webuser896730 joins