00:18:56<fireonlive>as of right now, press@twatter is still responding with poop emoji
00:24:46<nicolas17>https://arstechnica.com/tech-policy/2023/07/meta-blocking-vpn-access-to-threads-in-eu/
00:26:01tzt quits [Remote host closed the connection]
00:26:22tzt (tzt) joins
00:35:56etnguyen03 quits [Ping timeout: 252 seconds]
00:44:44HP_Archivist quits [Ping timeout: 252 seconds]
01:03:40etnguyen03 (etnguyen03) joins
02:06:31qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
02:08:30TheTechRobo quits [Quit: bye]
02:16:12nicolas17 quits [Ping timeout: 265 seconds]
02:20:08nicolas17 joins
02:20:33etnguyen03 quits [Ping timeout: 265 seconds]
02:43:12etnguyen03 (etnguyen03) joins
03:37:03Doranwen knows there has to be a quick way to do this with a few commands…
03:37:56<Doranwen>I have a folder full of epub, html, and pdf files. I want to extract all the links from the html files. I'm assuming I need `find` to grab the html files only, but I'm having a hard time getting a result from search that involves a whole bunch of them.
03:38:14<Doranwen>Tbh I want the *first* link in each html file.
03:39:34<@JAA>Do the HTML files have a reasonable consistent format? Otherwise it's going to be mildly painful.
03:40:01<@JAA>(Insert Tony the pony quote)
03:40:12<Doranwen>Yeah, they're all downloads from AO3, lol.
03:40:23<Doranwen>I need to get the links at the top that say which fic they are - in order to compare.
03:40:38<Doranwen>My last run of ao3downloader is missing several hundred fics, with no way of knowing *which* several hundred.
03:40:56<@JAA>Can you upload an example to transfer?
03:40:57<Doranwen>Rather than visually match fic by fic (ugh) I figured there ought to be a more automated way of handling this.
03:40:59<Doranwen>Sure.
03:41:05<Doranwen>Give me a sec, will grab one.
03:42:36<Doranwen>https://transfer.archivete.am/14i8p7/ficsample.html
03:42:36<fireonlive>htmlq https://github.com/mgdm/htmlq has been helpful for me in the past
03:43:32<@JAA>The first link is `<a href="http://archiveofourown.org/">Archive of Our Own</a>`, so I don't think you want that.
03:43:50<Doranwen>Oh whoops, I did forget that.
03:43:52<Doranwen>Second link then.
03:44:03<Doranwen>I knew it was at the top, forgot AO3's main site link came first.
03:44:09fishingforsoup__ joins
03:44:20<@JAA>fireonlive: Interesting, thanks. But why use a dedicated tool when you can hit this nail with the regex hammer? :-)
03:44:27<fireonlive>x3
03:44:43<@JAA>Doranwen: Is it always http://archiveofourown.org/works/1234?
03:44:45<Doranwen>I'd say all links and extract from there - but some fics *do* link to other fics in series, attribution, etc. - and I don't want to mix those up as "these were downloaded" in case they weren't.
03:44:55<Doranwen>JAA: Yep
03:46:24<@JAA>find -name '*.html' | while IFS= read -r fn; do grep -Po -m 1 '<a href="\Khttp://archiveofourown\.org/works/\d+(?=")' "$fn"; done
03:46:44<@JAA>Add the `-H` option to the `grep` command if you also want to output the filename itself.
03:47:09<@JAA>Not the most efficient I guess since it spawns one process per file, but easiest way to get the first match per file.
03:47:30<@JAA>If you have millions of these, it's worth reconsidering that.
03:47:47fishingforsoup_ quits [Ping timeout: 258 seconds]
03:47:59<@JAA>For anything below that, meh, brrrr
03:48:01<@JAA>:-)
03:48:08<fireonlive>brrrrrrrrrr :)
03:48:57<Doranwen>LOL, I only have 730.
03:49:00<Doranwen>I can manage that.
03:49:25<@JAA>It'll probably run faster than I could write the command to do it more efficiently then. lol
03:52:09<@JAA>fireonlive: Looks like fq also supports HTML, by the way. I've been meaning to play with that.
03:52:25<fireonlive>oh interesting
03:52:49<fireonlive>i'll take a look thanks :)
03:55:26<pabs>pup is another HTML query tool (uses CSS selectors for querying) https://github.com/ericchiang/pup
03:56:51<fireonlive>🐶?
03:57:42fishingforsoup__ quits [Ping timeout: 265 seconds]
04:03:44<@JAA>I wonder if there's anything with XPath. Not that I'm a great fan of it, just curious, because it'd be the 'correct' language for it.
04:29:27<Doranwen>Thank you! It works beautifully. :D
04:29:32<Doranwen>Was very quick.
04:32:57<flashfire42>Ok I dont know where else to put this. Occasionally when I am doing large amounts of uploads or downloads my internet randomly disconnects and wont reconnect until i restart my computer. Its been tripping with the warrior lately when I run the mediafire project. anyone have any suggestions?
04:38:01<Doranwen>…And now I'm wondering why comm isn't working properly on these txt files. *dives into search again*
04:39:13<@JAA>Are they sorted?
04:39:13etnguyen03 quits [Client Quit]
04:39:22<@JAA>`comm` requires sorted inputs.
04:39:37<flashfire42>Good luck Doranwen I am still trying to figure out my thing. usually its not very much of an issue it only does it like once every 2 weeks but its done it 3 times today
04:39:38<kiska>fireonlive lol my server has lost its IP address :D
04:39:48<fireonlive>:O where did it go
04:39:52<Doranwen>Yes, I tried both first sorting within the command - and then sorting beforehand and working with presorted files, just in case. I remember the sort issue.
04:40:04<kiska>No clue https://server8.kiska.pw/uploads/5c495ad063346149/image.png
04:40:23<kiska>I have contacted the support thing, but yay?
04:40:42<flashfire42>kiska did you do your taxes properly? the ATO seized it maybe lol
04:41:10<kiska>I haven't done mine yet, I have an appointment next week with H&R Block
04:41:35<fireonlive>wtf lol
04:42:09<fireonlive>i have hetz credits for their cloud.. should use it before it expires
04:42:14<fireonlive>(aka i found a coupon online)
04:42:18Doranwen scratches head at the puzzle
04:42:54<kiska>Oh well until they respond to my ticket, websocket data is unavailable to me. You can get to the machine, it just can't make outgoing connections
04:43:15<kiska>And I make several outgoing connections to connect to the websocket
04:44:31<Doranwen>File 1 has 488 lines. File 2 has 730 lines, which *should* include all 488 lines from File 1. Trying with -13 gives me all of File 1. Trying with -23 gives me all of File 2. Huh?
04:44:45<kiska>Hrm... my other machine has an IP maybe I'll just move the collection over to that one til they give me my IP back
04:44:51<fireonlive>kiska: how odd
04:45:00<fireonlive>that in would still work but not out lol
04:45:29<kiska>I am having a sookie at advin servers about it :D
04:46:04<@JAA>Doranwen: Do the files have different line endings perhaps? CRLF vs LF?
04:47:42<Doranwen>Er, opposite way around. But still.
04:47:55<Doranwen>JAA: Not that I know of? Just created them both with the same OS, roughly the same way.
04:48:02<@JAA>Hmm
04:48:11<@JAA>Mind sharing them? Feel free to PM.
04:48:24<kiska>fireonlive: Ingesting data again :D
04:48:29<fireonlive>:D
04:48:35<fireonlive>nice work :3
04:48:51nicolas17 quits [Client Quit]
04:48:59<Doranwen>Sure, just a sec...
04:49:15<kiska>Lineblog is done yes?
04:49:32<fireonlive>indeed
04:49:54<kiska>tiki done?
04:50:10<fireonlive>tiki has had its torches blown out
04:50:26<kiska>Going through which websockets are done and don't need to be reinitiated
04:50:33<fireonlive>ah :)
04:50:38<kiska>egloos done?
04:50:44<fireonlive>no more eggos
04:50:58<kiska>yarus?
04:51:02<fireonlive>dead
04:51:09<kiska>More like norus
04:51:12<fireonlive>:3
04:51:20<@JAA>This isn't very off-topic.
04:51:23<kiska>mediafire has some data continuing right?
04:51:35<fireonlive>oops all on topic
04:52:59fishingforsoup joins
05:05:49<fireonlive>ew, this discord bot wants access to my discord email to let me in the server
05:05:51<fireonlive>puuuuuuke
05:07:38Arcorann quits [Ping timeout: 252 seconds]
05:13:34BlueMaxima quits [Read error: Connection reset by peer]
05:59:24<@JAA>Hmm, this online shop's GTCs are suspiciously short... :-)
06:13:49Arcorann (Arcorann) joins
06:14:51hitgrr8 joins
06:49:32<flashfire42|m>Is it possible that usage of the warrior is fucking with my internet connection?
06:50:21imer7 (imer) joins
06:50:49<@JAA>It shouldn't. It's just a bit of DNS, TLS or HTTP, and rsync traffic. But if you have a shitty ISP router, it might fall over if you think about sending a byte in its direction...
06:52:09<flashfire42>I dunno much except all aussie ISPs are shit
06:52:20<flashfire42>We are with TPG due to grandfathering of companies
06:53:47imer quits [Ping timeout: 252 seconds]
06:53:47imer7 is now known as imer
06:54:06<@JAA>Maybe try switching between wired and wireless connection to your router if you can.
06:54:21<flashfire42>No can do. I am in a whole different room
06:54:34<@JAA>Not with that attitude. :-P
06:54:48<@JAA>My router is three rooms away from me. There's a cable because WiFi sucks.
06:54:59<@JAA>:-)
06:55:05<flashfire42>Cords wont extend that far. plus living with my folks means they would constantly be tripping over the cord
06:55:48<flashfire42>we have lost multiple freezers full of food because my family dont believe in lifting their feet when they walk
06:56:08<kiska>That sounds very unfortunate :p
06:56:37<@JAA>I don't remember the limit, but I think you can get at least 100 metre long Cat 5e cables.
06:57:39<flashfire42>I used to run my desktop at the last house using a cable plugged into my laptop then plugged into my PC to share the wifi between the devices for a short period of time
06:57:47<@JAA>And yeah, my cable isn't just randomly stretched across rooms, I put it into those little guiding tube thingies you can tape to the baseboard.
06:58:43<@JAA>It goes across three doors as well, no issues so far.
06:59:49<@JAA>Anyway, yeah, don't have other ideas based on what you've said so far.
07:00:01<fireonlive>100m is the max limit yeah
07:00:14<fireonlive>(without a powered repeater of some sort, or using fibre)
07:00:52<fireonlive>(powered repeater can literally just be a switch lol)
07:01:01Doranwen lives in a house that's sprawling enough that her brother set up a patch panel and ran cable to each room that needed 'net, under the guidance of an older guy who had done that sort of thing at a former job.
07:01:12<fireonlive>ah, that's awesome!
07:01:26<Doranwen>So yeah, we have a mini patch panel in our "Internet closet", lol.
07:01:29<@JAA>I mean, I bet you could splice cables together and easily get to 150+ metres thanks to tolerances etc., but yeah, at some point it might get unstable.
07:01:32<fireonlive>where i have it has phone and coax to every room, no ethernet though
07:01:43<fireonlive>ye, you can probably exceed it but 'not recommended' '
07:02:04<fireonlive>i don't remember what the underlying wire is but where it terminates is a pain in the ass anyways :D
07:02:21<@JAA>Yeah, and won't find longer cables from a reputable seller.
07:02:26<fireonlive>or should i say originates from
07:02:31<flashfire42>I MAY have found a potential culprit. I turned off my bittorrent client from launching at boot
07:02:41<flashfire42>See if its that causing issues
07:02:46<fireonlive>ah
07:03:06<@JAA>There are also those female-female plugs I think. Maybe that'd work, too.
07:03:09<fireonlive>is it like, the whole house disconnects? or just your PC is slow
07:03:34<flashfire42>My PC disconnects from the wifi and wont reconnect unless i restart
07:03:54<fireonlive>ahh but everythign else is ok?
07:03:55<kiska>You can do 250m if you only want 100mbit :D
07:04:08flashfire42|m uploaded an image: (174KiB) < https://matrix.hackint.org/_matrix/media/v3/download/matrix.org/UGxGnEiRoMfKvmQZyZnMCBzN/ima_e9209d6.jpeg >
07:04:09<@JAA>kiska: That's why I said '5e'. :-P
07:04:20<flashfire42>Yeah everything else appears to be ok
07:04:44<fireonlive>hm ok
07:04:50<@JAA>flashfire42: OS?
07:05:00<kiska>Winblow?
07:05:19<flashfire42>The most popular spyware on the planet
07:05:26<flashfire42>Win 11
07:05:49<@JAA>Eh, not sure about that, Google Chrome is probably more popular thanks to Android.
07:07:52<fireonlive>JAA: past 12 months via cloudflare, https://transfer.archivete.am/inline/OCxva/1689491248.png
07:07:54<fireonlive>:x
07:08:55<fireonlive>63.5% if you add up all the chromes, 15.6% on the safaries
07:09:12<@JAA>I haven't touched Windows network stuff since XP I think, but there's some way to reset/restart the network card I think? Have you tried that?
07:09:22<fireonlive>(via https://radar.cloudflare.com/adoption-and-usage?dateRange=52w but it's js-laden hence the screenshot)
07:09:49<@JAA><3
07:13:51<fireonlive><3
07:14:06<@JAA>Windows has a 29% market share according to Statcounter as of May (Android 35%). Windows 11 is only 23% of that, Windows 10 still dominating at 72%.
07:14:21<@JAA>So yeah, Chrome is more popular by an order of magnitude or so.
07:14:38<@JAA>And still by over a factor 2 when considering all Windows versions.
07:14:48<fireonlive>oof
07:15:17<@JAA>Statscounter's browser numbers are similar, by the way, 62.85% for Chrome.
07:15:28<@JAA>https://web.archive.org/web/20230619020935/https://gs.statcounter.com/os-market-share https://web.archive.org/web/20230621112355/https://gs.statcounter.com/os-version-market-share/windows/desktop/worldwide https://web.archive.org/web/20230621115115/https://gs.statcounter.com/browser-market-share
07:15:40<fireonlive>w11's hard cut off a bunch of 'older systems' is interesting as well; soon there will be a bunch of windows 10 systems getting no security updates
07:15:48<@JAA>Heh, two of these were archived by AB. :-)
07:15:50<fireonlive>ah!
07:15:54<fireonlive>:3
07:16:49<fireonlive>ios 16.94% ntb
07:18:08<@JAA>Almost half of Android's share! :-P
07:20:05<@JAA>> I have CAT5 on a spool running fine at 487 feet and it works fine at gb speed?
07:20:08<@JAA>https://community.spiceworks.com/topic/985913-cat5e-works-perfectly-at-500-feet-why-is-100m-the-standard
07:23:13<fireonlive>:o
07:24:25<fireonlive>i run all my cat5e on top of power cables and transformers
07:24:27<fireonlive>:3
07:24:51<@JAA>:-)
07:25:19<@JAA>Also, I wonder, could you power a repeater via PoE?
07:27:50<fireonlive>hm there are PoE powered switches
07:28:49<fireonlive>how many times could you get away with that i wonder :p
07:29:58<@JAA>Depends on how energy-efficient the switch is, I guess.
07:34:26<fireonlive>we'll wrap a cable around the world, from my house to JAA's
07:34:37<fireonlive>... just hope no lightning hits it
07:35:02<@JAA>And no shark nibbles on it.
07:36:05<fireonlive>that too :)
07:38:39<@JAA>Still reading on that discussion.
07:38:41<@JAA>> The longest run I have in production is 780' and it works fine for what I need. I am only getting 10 Mbps across it and I would hate to try running multiple devices on it but I have one device and have never had an issue.
07:39:03<@JAA>Oof at the speed, but still...
07:39:08<fireonlive>impressive
07:39:26<fireonlive>now a days media converters are cheap enough and fibre should be too....
07:47:50<@JAA>> I once took a brand new spool of 1000' and ran a IP camera off that. PoE and everything. Did the same with BNC-over-CAT5e converters for power/signal and that worked too. I wouldn't trust that out in our shop though, with crossing power cables, after strain on the wire, etc, etc....
07:54:15<@JAA>https://www.veracityglobal.com/products/ethernet-and-poe-devices/outreach-max.aspx
07:54:29<@JAA>Uses and forwards PoE
07:54:53<@JAA>> Range depends on the power required, so a 25 watt PTZ camera may be located 200 metres away using a single OUTREACH Max. Or, the cable length to a regular 5 watt IP camera may extend up to 800 metres (2625 feet), by fitting seven OUTREACH Maxes at 100 metre intervals.
08:19:29gfhh joins
08:22:42yano1 is now known as yano
10:27:39fishingforsoup_ joins
10:27:50Minkafighter52 quits [Client Quit]
10:27:50fishingforsoup quits [Remote host closed the connection]
10:28:03Minkafighter52 joins
10:31:38qwertyasdfuiopghjkl quits [Remote host closed the connection]
10:32:07MrRadar_ quits [Ping timeout: 258 seconds]
10:36:52MrRadar (MrRadar) joins
10:51:57<pabs>TIL https://github.com/buriy/python-readability
11:04:44iCaotix quits [Read error: Connection reset by peer]
11:04:47AmAnd0A quits [Ping timeout: 258 seconds]
11:05:12iCaotix joins
11:12:43qwertyasdfuiopghjkl (qwertyasdfuiopghjkl) joins
11:47:52omni quits [Read error: Connection reset by peer]
11:47:53omni joins
11:56:15spirit joins
12:20:41Dango360 quits [Ping timeout: 258 seconds]
12:21:27Dango360 (Dango360) joins
12:25:43Dango360_ (Dango360) joins
12:26:32Dango360 quits [Ping timeout: 252 seconds]
12:27:43_Dango360 (Dango360) joins
12:30:56Dango360_ quits [Ping timeout: 252 seconds]
12:31:46Dango360 (Dango360) joins
12:32:01<thuban>"NOTE: do not make pull requests here, nor comment any commits, submit them usual way to bug tracker or to the mailing list." what year is this??
12:33:48<pabs>the year when old FOSS people still hate GitHub :)
12:34:13thuban puts submitting a `file` patch on the back burner
12:34:52_Dango360 quits [Ping timeout: 265 seconds]
12:54:50Maddie quits [Quit: Maddie]
13:13:51spirit quits [Client Quit]
13:20:59lunik173 quits [Ping timeout: 252 seconds]
13:25:52lunik173 joins
14:06:29etnguyen03 (etnguyen03) joins
14:08:53spirit joins
14:18:28AmAnd0A joins
14:18:44Arcorann quits [Ping timeout: 252 seconds]
14:25:22IDK (IDK) joins
14:26:43HP_Archivist (HP_Archivist) joins
15:21:09<fireonlive>JAA: ooh that’s cool, wasn’t aware of a dedicated device for just that
16:15:58Doranwen side-eyes site which manages to embed a video in such a way that nothing she has will detect it to rip it
16:17:08<Doranwen>I only bother to rip their stuff because they do this "see it for a limited time and then you have to pay" thing, lol. But I might not be able to manage this. It's odd, too - the first video I could see. This one, nope.
16:17:29<Doranwen>I mean, I can *watch* it - but the extension which usually detects the stream and rips it can't detect anything.
16:20:55<thuban>Doranwen: no yt-dlp support?
16:21:17<Doranwen>I doubt it. But I just found an extension that can see it, so I'm good.
16:21:24<Doranwen>It's just weird that my usual one couldn't.
16:21:30<thuban>(also, did you resolve your comm issue?)
16:22:01<Doranwen>LOL yes, it was very silly - apparently AO3's downloads embed the link to each fic as http - and the links scraped by ao3downloader were, naturally, https.
16:22:16<thuban>lol
16:22:25<Doranwen>I just had to open the file resulting from the find command and change all the http:// to https:// and all was good.
16:22:32<Doranwen>I totally hadn't noticed that. /o\
16:22:49<fireonlive>http in 2023 :O
16:23:34<fireonlive>i guess that’s why jesus invented HSTS
16:24:00<Doranwen>I'm sure the site would auto-convert each one to https when opening, so it's just whatever in the backend creates the download files that is set to render the links at the top as http for some reason.
16:24:07<Doranwen>Probably no one's brought that to their attention, lol.
16:24:48<Doranwen>And right now they have rather more important things to deal with anyway.
16:28:55<Doranwen>Ehh, maybe I haven't found a solution. It's got a shorter video on that page that keeps being detected - but the main one isn't.
16:29:35<thuban>post link
16:31:13etnguyen03 quits [Ping timeout: 265 seconds]
16:31:34etnguyen03 (etnguyen03) joins
16:32:21<Doranwen>https://diseaseinreverse.com/vs-ep2/
16:32:23<fireonlive>ye for sure
16:32:35<fireonlive>what’s everyone’s favourite telegram downloaded by the way?
16:32:43<fireonlive>downloader*
16:33:02Doranwen likes to collect a wide variety of stuff, especially since these people try to make a bunch of money off anyone wanting to see it later.
16:34:48<thuban>Doranwen: `yt-dlp 'https://quick.vidalytics.com/video/o8U49vKp/_qqYsh24pngR4bNW/50032/41875/stream.mpd'` should work
16:35:21<thuban>(when in doubt, open network tab, play video, look for the stream url)
16:35:59ThreeHM quits [Ping timeout: 258 seconds]
16:36:02ThreeHM (ThreeHeadedMonkey) joins
16:42:50monoxane quits [Ping timeout: 252 seconds]
16:46:18<Doranwen>Thanks, I hadn't actually used yt-dlp before. (I know, I know, I just got used to gui methods of grabbing stuff.)
16:46:50<thuban>i personally have never looked back
16:47:43<thuban>(mpv + ytdl hooks are a vast lifestyle improvement over watching anything in-browser)
16:49:12monoxane (monoxane) joins
17:03:02<Doranwen>…Where did the file actually go?
17:03:20<thuban>is it not in the working directory?
17:03:22<fireonlive>current directory by default
17:03:27<Doranwen>Nope, it isn't.
17:03:30<Doranwen>That's what I'm confused about.
17:03:48<Doranwen>Oh wait, it gave it a creation date *way* back.
17:03:50<Doranwen>Weird.
17:04:03<Doranwen>I have that directory sorted by date, so the new stuff always pops on the bottom.
17:04:12<Doranwen>It dumped it back nearly two years ago.
17:04:32<thuban>in addition to the actual video data, yt-dlp extracts metadata where available
17:04:39<Doranwen>Ahhhh, interesting.
17:04:42<Doranwen>OK, good to know.
17:11:03<@JAA>Yeah, and it sets the mtime to whatever the server says in the metadata, i.e. upload date or similar.
17:14:31<fireonlive>lots of cool stuff it can do :D like --write-info-json ("may contain personal information") which has whatever it knows about a video; or --write-description to write video description, or --write-comments to get comments from supported sites, --write-thumbnail to save the thumbnail of the video... (there's also --embed options)
17:14:58<fireonlive>one of those things that's worth a good lookover
17:16:01<Doranwen>Yeah, I'm looking through how to grab lower resolutions - as nice as it is to have 1080p quality when that's available, I simply don't have the hdd space to keep collecting stuff I don't care as much about in the top quality possible.
17:16:49<thuban>-F to list formats, -f to pick one
17:18:16<thuban>(see 'FORMAT SELECTION' in the manpage for many filtering options)
17:18:29<Doranwen>Yeah, I've been poking through that.
17:20:47<Doranwen>I'm not quite following how to, say, select a specific format from the list. The examples show a lot of file size stuff, or best video, neither of which is the case here.
17:21:30<thuban>use the 'ID' shown in the output of -F
17:22:02<fireonlive>oooh, -F got a big facelift since I've last used it
17:22:25<Doranwen>Ohhh, lol.
17:22:27<Doranwen>OK.
17:24:24<thuban>(although note that this particular case is dash, with separate audio and video, so you'll want to tell yt-dlp to merge the audio and a video with '+')
17:24:36<Doranwen>Yeah, I was just about to ask about that, lol.
17:25:55<@JAA>On a related note, can you make `yt-dlp -F` label which formats are considered 'best', 'bestvideo', and 'bestaudio'? I think it (or youtube-dl) had that at one point.
17:26:26<thuban>JAA: yeah, see 'Sorting Formats'
17:26:29<Doranwen>"Tip: You can use the -v -F to see how the formats have been sorted (worst to best)."
17:26:31<Doranwen>?
17:26:53<thuban>? ?
17:27:04<Doranwen>From the readme
17:27:06<Doranwen>It has that line.
17:27:31<fireonlive>-vF doesn't seem explicity say which it thinks are worst,best, etc
17:27:50<fireonlive>hm maybe htey broke that
17:27:50<thuban>JAA: nvm, misread
17:28:27<@JAA>Well, if the table is sorted from worst to best, then that answers the question I guess.
17:28:49<fireonlive>https://transfer.archivete.am/inline/gfWI8/1689528495.png
17:29:16<fireonlive>almost went too far down with that clip ;)
17:30:18<fireonlive>3gp 7fps x_x
17:32:42<fireonlive>https://imgur.com/a/FAUweM2
17:32:57<fireonlive>JAA: that's quite a hacking/ransomware there lol
17:35:04<@JAA>mAsSIvE Law sUIt
17:35:07<@JAA>:-)
17:36:25<fireonlive>haha yuuup
17:37:09<fireonlive>probably screwed over some small web design firm with non payment :D
17:45:34<@JAA>Huh: https://www.tubearchivist.com/
17:45:55<fireonlive>oh, rihgt!
17:55:07<fireonlive>https://i.imgur.com/RjqQtkJ.jpeg 🤨
17:56:41<@JAA>( ͡° ͜ʖ ͡°)
18:03:00IDK quits [Client Quit]
18:21:24etnguyen03 quits [Ping timeout: 258 seconds]
18:22:15etnguyen03 (etnguyen03) joins
18:27:22<Exorcism|m>eyo wat
18:42:12<fireonlive>https://twitter.com/vxunderground/status/1680362910936096769?s=12
18:42:15<fireonlive>oh wow.
18:42:52<fireonlive>https://twitter.com/vxunderground/status/1680362910936096769
18:43:02<fireonlive>better link cause you can see replies lol
18:43:48<fireonlive>…. https://nitter.net/vxunderground/status/1680362910936096769?s=12
18:44:41<fireonlive>I forgot nitter swaps itself for Twitter in the URL when you use the share sheet lol
18:46:42<@JAA>Oof
18:49:46etnguyen03 quits [Ping timeout: 258 seconds]
18:54:11etnguyen03 (etnguyen03) joins
18:54:39<fireonlive>https://github.com/mitmproxy/mitmproxy/issues/6051#issuecomment-1636320181
18:58:42<@JAA>:-)
19:05:18<fireonlive>:)
19:28:01lea (lea_) joins
19:32:22fireonlive quits [Quit: Connection gently closed by peer]
19:33:10fireonlive (fireonlive) joins
19:35:03<fireonlive>it’s weird to intentionally disconnect from irc!
19:37:16<@rewby>Why'd you disconnect then?
19:38:16<fireonlive>i was hoping it would reset my chanserv warning limit lol
19:38:33<fireonlive>don’t want to accidentally get klined depending on atheme config
19:39:01<@rewby>What warning limit?
19:39:32<@JAA>fireonlive is spam-registering channels for shits and giggles.
19:39:38<@rewby>... I see
19:39:44<@rewby>How about: Just don't
19:39:44<fireonlive>ok one time
19:40:03<@JAA>Something something 'but you fuck *one* goat'. :-)
19:40:13<fireonlive>the recent time was me settings flags and such on a private channel
19:40:19<@rewby>JAA: I call that "going welsh"
19:40:22<fireonlive>xD
19:40:47<fireonlive>and keeptopic and such
19:41:05<fireonlive>2fast4furious
19:41:31<@rewby>Please do not abuse hackint
19:41:40<@rewby>They are nice and let us have our million and one project channels
19:41:48<fireonlive>im a good boy 🥺
19:42:14<@rewby>(I also know for a fact several opers hang out in our channels)
19:42:43<fireonlive>like the lovely hex/a- :)
19:57:37useretail quits [Ping timeout: 258 seconds]
20:09:11Chris5010 quits [Quit: ]
20:14:31AmAnd0A quits [Ping timeout: 265 seconds]
20:14:35AmAnd0A joins
20:19:50Chris5010 (Chris5010) joins
20:24:10<fireonlive>https://xkcd.com/
20:24:14<fireonlive>back to the roots
20:44:34AmAnd0A quits [Read error: Connection reset by peer]
20:44:51AmAnd0A joins
20:54:36IDK (IDK) joins
21:18:56etnguyen03 quits [Ping timeout: 252 seconds]
22:25:16BlueMaxima joins
22:25:29AmAnd0A quits [Ping timeout: 252 seconds]
22:26:03AmAnd0A joins
22:26:53BlueMaxima quits [Read error: Connection reset by peer]
22:27:02BlueMaxima joins
22:56:20fishingforsoup_ quits [Read error: Connection reset by peer]
23:16:38hitgrr8 quits [Client Quit]
23:17:33etnguyen03 (etnguyen03) joins