00:13:57 | | nicolas17 joins |
00:17:11 | | nicolas17_ quits [Ping timeout: 260 seconds] |
00:19:08 | | ericgallager 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:25 | | ericgallager joins |
00:34:26 | | IDK quits [Quit: Connection closed for inactivity] |
00:41:06 | | Wohlstand quits [Quit: Wohlstand] |
00:43:35 | | nicolas17_ joins |
00:43:36 | | nicolas17 quits [Read error: Connection reset by peer] |
01:06:58 | | nicolas17 joins |
01:10:16 | | nicolas17_ quits [Ping timeout: 260 seconds] |
01:13:35 | | beastbg8_ quits [Ping timeout: 258 seconds] |
01:17:36 | | eroc1990 quits [Quit: The Lounge - https://thelounge.chat] |
01:26:10 | | eroc1990 (eroc1990) joins |
01:30:04 | | Webuser535791 quits [Quit: Ooops, wrong browser tab.] |
01:35:18 | | Webuser791494 joins |
01:39:18 | | abirkill- (abirkill) joins |
01:41:11 | | abirkill quits [Ping timeout: 258 seconds] |
01:41:11 | | abirkill- is now known as abirkill |
01:44:43 | | nicolas17_ joins |
01:48:11 | | nicolas17 quits [Ping timeout: 260 seconds] |
02:25:47 | | ericgallager quits [Client Quit] |
02:45:04 | | nicolas17 joins |
02:48:16 | | nicolas17_ quits [Ping timeout: 260 seconds] |
02:52:08 | | Webuser791494 quits [Client Quit] |
03:03:31 | | Webuser522381 joins |
03:03:59 | | etnguyen03 (etnguyen03) joins |
03:12:12 | | etnguyen03 quits [Remote host closed the connection] |
03:19:13 | | sec^nd quits [Remote host closed the connection] |
03:43:41 | | devkev quits [Ping timeout: 260 seconds] |
03:43:41 | | @imer quits [Ping timeout: 260 seconds] |
03:51:07 | | imer (imer) joins |
03:51:07 | | @ChanServ sets mode: +o imer |
03:52:28 | | ericgallager joins |
04:05:52 | | ericgallager quits [Client Quit] |
04:08:23 | | nicolas17_ joins |
04:11:41 | | nicolas17 quits [Ping timeout: 260 seconds] |
04:21:49 | | Megame quits [Quit: Leaving] |
04:27:46 | | nicolas17 joins |
04:29:31 | | benjins3_ quits [Read error: Connection reset by peer] |
04:30:11 | | nicolas17_ quits [Read error: Connection reset by peer] |
04:36:38 | | ericgallager joins |
04:44:44 | | Webuser454764 joins |
04:44:53 | | Webuser454764 quits [Client Quit] |
04:45:15 | | nicolas17_ joins |
04:48:26 | | nicolas17 quits [Ping timeout: 260 seconds] |
04:52:21 | | ericgallager quits [Client Quit] |
04:54:56 | | devkev (devkev) joins |
04:55:31 | | sec^nd (second) joins |
05:03:25 | | ericgallager joins |
05:11:10 | | sec^nd quits [Remote host closed the connection] |
05:18:31 | | sec^nd (second) joins |
05:26:40 | | cyanbox joins |
05:30:38 | | nicolas17_ is now known as nicolas17 |
05:34:26 | | DogsRNice quits [Read error: Connection reset by peer] |
05:38:04 | | grill (grill) joins |
05:42:25 | | beastbg8 (beastbg8) joins |
05:43:21 | | sec^nd quits [Remote host closed the connection] |
05:54:23 | | sec^nd (second) joins |
06:07:36 | | grill quits [Ping timeout: 258 seconds] |
06:20:29 | <h2ibot> | Petchea edited Deathwatch (+211, /* 2025 */): https://wiki.archiveteam.org/?diff=55621&oldid=55572 |
06:21:11 | | fionera quits [Ping timeout: 260 seconds] |
06:22:36 | | nicolas17_ joins |
06:25:51 | | nicolas17 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:22 | | HP_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:23 | | Island 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:37 | | sec^nd quits [Ping timeout: 240 seconds] |
08:10:44 | | nicolas17 joins |
08:13:46 | | nicolas17_ quits [Ping timeout: 260 seconds] |
08:16:25 | | sec^nd (second) joins |
08:36:31 | | sec^nd quits [Remote host closed the connection] |
08:42:21 | | nine quits [Ping timeout: 260 seconds] |
08:43:40 | | sec^nd (second) joins |
08:50:14 | | Dada joins |
09:30:59 | | nicolas17_ 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:16 | | nicolas17 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:30 | | nine joins |
09:48:30 | | nine is now authenticated as nine |
09:48:30 | | nine quits [Changing host] |
09:48:30 | | nine (nine) joins |
09:58:04 | | kuroger quits [Quit: The Lounge - https://thelounge.chat] |
09:58:26 | | kuroger (kuroger) joins |
10:20:29 | <@imer> | arkiver: can set something up in 10mins |
10:32:01 | | sec^nd quits [Ping timeout: 240 seconds] |
10:38:29 | | sec^nd (second) joins |
10:40:46 | | nicolas17_ 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:31 | | fionera joins |
10:54:31 | | fionera is now authenticated as Fionera |
10:54:31 | | fionera quits [Changing host] |
10:54:31 | | fionera (Fionera) joins |
10:54:48 | | Gooshka2 (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:05 | | benjins3 joins |
11:00:04 | | Bleo182600722719623455 quits [Quit: The Lounge - https://thelounge.chat] |
11:01:04 | | Gooshka2 quits [Client Quit] |
11:02:48 | | Bleo182600722719623455 joins |
11:04:07 | <@arkiver> | ah i wish gooshka was around a little longer |
12:00:15 | | corentin joins |
12:00:24 | | corentin is now authenticated as corentin |
12:36:03 | | nicolas17_ joins |
12:42:53 | | ericgallager quits [Quit: This computer has gone to sleep] |
12:51:50 | | Wohlstand (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:29 | | cyanbox quits [Read error: Connection reset by peer] |
13:34:38 | | ericgallager joins |
13:42:47 | <h2ibot> | Cooljeanius edited Deathwatch (+0, /* 2025 */ minor copyedits re: colons): https://wiki.archiveteam.org/?diff=55627&oldid=55621 |
14:03:32 | | HP_Archivist (HP_Archivist) joins |
14:16:47 | | nstrom joins |
14:45:08 | | nstrom quits [Client Quit] |
15:03:36 | | nstrom joins |
15:14:41 | | nstrom quits [Client Quit] |
15:22:16 | | nstrom joins |
15:23:51 | | nine quits [Quit: See ya!] |
15:24:03 | | nine joins |
15:24:04 | | nine is now authenticated as nine |
15:24:04 | | nine quits [Changing host] |
15:24:04 | | nine (nine) joins |
15:39:46 | | Dada78 joins |
15:40:36 | | Dada quits [Ping timeout: 260 seconds] |
15:47:11 | | ericgallager quits [Client Quit] |
16:17:09 | | grill (grill) joins |
16:21:46 | | aiueo700 joins |
16:29:14 | | Dada joins |
16:31:21 | | Dada78 quits [Ping timeout: 260 seconds] |
16:39:20 | | aiueo700 quits [Ping timeout: 258 seconds] |
16:46:51 | | PredatorIWD25 quits [Read error: Connection reset by peer] |
16:47:43 | | aiueo700 joins |
16:51:01 | | aiueo700 quits [Remote host closed the connection] |
16:51:21 | | aiueo700 joins |
16:52:43 | | Dada quits [Remote host closed the connection] |
16:53:57 | | Dada 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:28 | | aiueo700 quits [Client Quit] |
17:10:57 | | pabs quits [Read error: Connection reset by peer] |
17:11:07 | | ericgallager joins |
17:11:37 | | pabs (pabs) joins |
17:22:25 | | nstrom quits [Client Quit] |
17:24:17 | | nicolas17_ 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:14 | | nstrom joins |
17:40:22 | | nstrom quits [Client Quit] |
17:44:23 | | ducky quits [Remote host closed the connection] |
17:45:06 | | ducky (ducky) joins |
17:49:31 | | ducky quits [Ping timeout: 260 seconds] |
17:51:24 | | DogsRNice joins |
17:57:59 | | notarobot1 quits [Quit: The Lounge - https://thelounge.chat] |
17:58:39 | | notarobot1 joins |
18:05:47 | | Megame (Megame) joins |
18:08:14 | | ducky (ducky) joins |
18:20:09 | | grill quits [Ping timeout: 258 seconds] |
18:22:05 | | grill (grill) joins |
18:36:46 | | nstrom joins |
18:50:02 | | lennier2 joins |
18:50:46 | | Wohlstand quits [Ping timeout: 260 seconds] |
18:51:56 | | lennier2_ quits [Ping timeout: 260 seconds] |
19:00:01 | | grill quits [Ping timeout: 258 seconds] |
19:29:12 | | Island joins |
20:05:22 | | Nemo_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:20 | | ericgallager quits [Quit: This computer has gone to sleep] |
21:17:55 | | qwertyasdfuiopghjkl2 (qwertyasdfuiopghjkl2) joins |
21:25:39 | | Wohlstand (Wohlstand) joins |
21:39:31 | | lennier2 quits [Client Quit] |
21:52:55 | | lennier1 (lennier1) joins |
21:53:44 | | nicolas17 is now authenticated as nicolas17 |
22:06:37 | | Dada quits [Remote host closed the connection] |
22:11:13 | | BornOn420 quits [Remote host closed the connection] |
22:11:56 | | BornOn420 (BornOn420) joins |
22:13:53 | | cyanbox joins |
22:22:10 | <h2ibot> | Petchea edited Deathwatch (+96, /* 2025 */): https://wiki.archiveteam.org/?diff=55630&oldid=55627 |
23:05:56 | | some_body joins |
23:17:40 | | dabs joins |
23:18:30 | | Webuser522381 quits [Quit: Ooops, wrong browser tab.] |
23:26:55 | | Webuser896730 joins |