2025/02/22

2025-02-22 00:00:38 +0100 <haskellbridge> <sm> magic_rb that's cool. I notice "Beeper is free to use, with an optional paid subscription." - that also sounds pretty cool I must say
2025-02-22 00:00:53 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 00:01:18 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-02-22 00:01:34 +0100 <haskellbridge> <magic_rb> I havent tried beeper personally. I wouldnt want to trust a 3rd party with my messaging
2025-02-22 00:01:46 +0100 <haskellbridge> <magic_rb> Especially if im bridging everything through it.
2025-02-22 00:02:04 +0100 <haskellbridge> <sm> how many bridges are you running, and where are they - on a vps ?
2025-02-22 00:02:12 +0100 <haskellbridge> <magic_rb> But i dont have anything against beeper, so i mention them
2025-02-22 00:02:55 +0100 <haskellbridge> <magic_rb> sm: Currently 2, used to do 3 but then facebook and signal fell apart because beeper did a complete rewrite and i just couldnt be bothered
2025-02-22 00:03:20 +0100 <haskellbridge> <magic_rb> Facebook i dont use anymore and signal is a bad idea for security. WhatsApp needs an active phone anyway, VMs get you banned
2025-02-22 00:04:23 +0100 <haskellbridge> <magic_rb> As for the hardware im running it on a full server with 80GB (my sticks keep failing, used to be 96, ill have to get new ones) with 2 cpus, 6 cores per of 3.1GHz (3rd gen ish intel xeon)
2025-02-22 00:05:10 +0100 <haskellbridge> <sm> wow.. is that much power needed ?
2025-02-22 00:05:24 +0100 <haskellbridge> <sm> * ram
2025-02-22 00:05:50 +0100 <haskellbridge> <magic_rb> But your main bottleneck if you do run this wont be the bridges but rather the matrix homeserver. You have 5 options, synapse - heavy, reliable, dendrite - light, broken beyond belief, conduit - light, slow progress, conduwuit - light, possibly toxic maintainer, grapevine - light and i dunno
2025-02-22 00:06:14 +0100 <haskellbridge> <magic_rb> Synapse i in python, dendrite in go, conduit, conduwuit and grapevine are forks of each other, all in rust
2025-02-22 00:06:46 +0100 <haskellbridge> <magic_rb> Im running synapse because i have the hardware and its the most reliable and drama free. Conduit got forked at least twice over drama
2025-02-22 00:06:54 +0100 <haskellbridge> <sm> when do we get the rock solid haskell homeserver...
2025-02-22 00:07:49 +0100 <geekosaur> I've offered a couple of times but HF seems uninterested
2025-02-22 00:07:50 +0100 <haskellbridge> <magic_rb> And no you dont need as much power as i have, especially if you dont run synapse. But even with it im giving it too much memory, its possible to tune and run on just 4GB of memory, i just threw more ram at it because i couldnt be arsed to tune it
2025-02-22 00:08:06 +0100 <haskellbridge> <magic_rb> Writing a matrix HS is insanely difficult
2025-02-22 00:08:19 +0100 <haskellbridge> <magic_rb> And tbh i dont think haskell would solve much
2025-02-22 00:09:12 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 00:09:17 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 00:09:30 +0100 <haskellbridge> <magic_rb> As in, i dont think there is a tangible benefit to using haskell for a HS, most of the complexity lies in implementing the whole spec, the stateres algorithm and actually making the internal data model fast
2025-02-22 00:09:33 +0100 <geekosaur> oh, misunderstood. no I'm not interested in writing one
2025-02-22 00:09:39 +0100 <geekosaur> in Haskell or any other language
2025-02-22 00:09:40 +0100 <haskellbridge> <magic_rb> Ah
2025-02-22 00:10:03 +0100 <haskellbridge> <magic_rb> Saying to run one ig, sorry, i see RIIH everywhere these days lol
2025-02-22 00:10:07 +0100 <geekosaur> Matris protocol is nuts
2025-02-22 00:10:38 +0100 <haskellbridge> <sm> it could be a good reference / research implementation. In future, auto translate it to rust or something for better efficiency
2025-02-22 00:10:52 +0100 <haskellbridge> <magic_rb> sm if you decide to try to run your own HS, whichever you choose. Feel free to ping me for help
2025-02-22 00:11:29 +0100 <haskellbridge> <magic_rb> Pretty sure haskell is fast enough. The best way to speed up synapse which is in python, is to speed up the database, postgres
2025-02-22 00:11:53 +0100 <haskellbridge> <sm> everyone struggles to write a matrix server it seems, haskell should be among the best languages for the writing/maintaining part at least (not necessarily the efficiency/operating at scale part)
2025-02-22 00:12:31 +0100weary-traveler(~user@user/user363627) user363627
2025-02-22 00:12:39 +0100 <haskellbridge> <magic_rb> Im gonna focus on my haskell filesystem for now, then maybe something else in haskell
2025-02-22 00:12:41 +0100ensyde(~ensyde@70-33-158-82.unassigned.ntelos.net) ensyde
2025-02-22 00:13:49 +0100 <haskellbridge> <sm> geekosaur: Complex ?
2025-02-22 00:14:35 +0100 <haskellbridge> <magic_rb> The state res is the worst, as in, the way possibly divergent event graphs are merged
2025-02-22 00:14:40 +0100noxp(~ensyde@2600:381:df29:528d:5c12:4661:6233:7eba) noxp
2025-02-22 00:15:04 +0100 <geekosaur> byzantine
2025-02-22 00:15:05 +0100 <haskellbridge> <sm> tricky algorithms should be our bread and butter
2025-02-22 00:15:10 +0100 <haskellbridge> <magic_rb> Say you have 8 HSs in a room, 4 split off for 4 days but the users in them can still communicate between themselves
2025-02-22 00:15:19 +0100 <haskellbridge> <sm> I hear state resolution algorithm v3 is coming
2025-02-22 00:15:26 +0100 <haskellbridge> <magic_rb> Then after they all rejoin, stateres happens where it has to merge again
2025-02-22 00:15:40 +0100 <haskellbridge> <magic_rb> And that part is the buggiest part of matrix afaik
2025-02-22 00:16:15 +0100 <haskellbridge> <magic_rb> If you hear "split brain" its a stateres bug, where room state permanently diverges and different servers see and advertise different state.
2025-02-22 00:16:43 +0100 <haskellbridge> <magic_rb> Effect is that people might not see each others messages. You might get rejoined into a room you left, because the leave event disappears
2025-02-22 00:17:13 +0100ensyde_(~ensyde@70-33-158-82.unassigned.ntelos.net)
2025-02-22 00:17:46 +0100 <haskellbridge> <magic_rb> And other fun things, dunno much about the actual impl, just what i heard while hanging out in matrix dev adjacent rooms
2025-02-22 00:18:18 +0100 <haskellbridge> <sm> Yes.. I look forward to v3. There's a nifty state visualiser now which must be a help
2025-02-22 00:18:35 +0100 <haskellbridge> <sm> I imagine another hard part of building a matrix server is the cryptography, eg availability of the right good libraries.
2025-02-22 00:18:44 +0100ensyde(~ensyde@70-33-158-82.unassigned.ntelos.net) (Ping timeout: 252 seconds)
2025-02-22 00:19:07 +0100 <haskellbridge> <sm> And another part must be the amount of data to be managed, though you could restrict that
2025-02-22 00:20:26 +0100 <haskellbridge> <sm> To be honest, with bridges out of the picture I rarely see state resolution / split brain issues on matrix. (I see it more often on irc, or used to)
2025-02-22 00:20:31 +0100 <haskellbridge> <magic_rb> Crypto is largely a client side thing only, https is ofc server side, but e2ee is completely client side
2025-02-22 00:20:44 +0100 <haskellbridge> <sm> oh interesting, that's good news
2025-02-22 00:21:08 +0100 <haskellbridge> <magic_rb> And for e2ee youll have to bind against vodozemac which is in rust
2025-02-22 00:21:30 +0100noxp(~ensyde@2600:381:df29:528d:5c12:4661:6233:7eba) (Ping timeout: 268 seconds)
2025-02-22 00:21:40 +0100 <haskellbridge> <magic_rb> Im planning to try to shoehorn vodozemac into ement.el (emacs matrix client) to get e2ee
2025-02-22 00:23:21 +0100 <haskellbridge> <magic_rb> Anyway, sleep time
2025-02-22 00:24:29 +0100 <haskellbridge> <sm> see you
2025-02-22 00:25:42 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-02-22 00:32:04 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-02-22 00:33:22 +0100caconym(~caconym@user/caconym) caconym
2025-02-22 00:35:47 +0100 <haskellbridge> <Liamzee> lol
2025-02-22 00:35:49 +0100 <haskellbridge> <Liamzee> https://spectrum.ieee.org/reversible-computing
2025-02-22 00:35:54 +0100 <haskellbridge> <Liamzee> sounds eerily familiar
2025-02-22 00:36:49 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 00:37:32 +0100alp(~alp@2001:861:8ca0:4940:be63:3b87:5f1:7fac) (Ping timeout: 268 seconds)
2025-02-22 00:41:38 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 272 seconds)
2025-02-22 00:42:15 +0100target_i(~target_i@user/target-i/x-6023099) (Quit: leaving)
2025-02-22 00:45:38 +0100__monty__(~toonn@user/toonn) (Quit: leaving)
2025-02-22 00:49:32 +0100hattckory(~hattckory@149.102.242.103)
2025-02-22 00:56:34 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 00:59:07 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 268 seconds)
2025-02-22 00:59:07 +0100ljdarj1ljdarj
2025-02-22 01:03:06 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 01:04:06 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 01:05:05 +0100hattckory(~hattckory@149.102.242.103) (Ping timeout: 248 seconds)
2025-02-22 01:06:00 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-02-22 01:06:01 +0100ljdarj1ljdarj
2025-02-22 01:09:25 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 248 seconds)
2025-02-22 01:11:01 +0100 <monochrom> Pretty nice actually. I heard of reversibile computing 20-25 years ago. I forgot why I heard of it, but it's nice to see it realized.
2025-02-22 01:12:03 +0100 <EvanR> when wearable computing combines with reversible garments
2025-02-22 01:12:07 +0100 <EvanR> reversible computing
2025-02-22 01:13:00 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 01:13:22 +0100ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2025-02-22 01:13:44 +0100ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2025-02-22 01:22:53 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 01:24:52 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 01:27:18 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 01:29:52 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 01:32:57 +0100 <haskellbridge> <Liamzee> i mean it feels like caching intermediate results in memory with non-destructive updates, i guess it's not the same thing
2025-02-22 01:36:10 +0100sprotte24(~sprotte24@p200300d16f1c5a00fd9f2f224d47518c.dip0.t-ipconnect.de) (Quit: Leaving)
2025-02-22 01:36:52 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 01:40:02 +0100 <geekosaur> isn't that old news? https://rr-project.org/
2025-02-22 01:40:39 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 01:41:07 +0100ljdarj(~Thunderbi@user/ljdarj) (Quit: ljdarj)
2025-02-22 01:41:11 +0100 <haskellbridge> <Liamzee> the article idea is doing it on the hardware level to reduce energy consumption, because, ummm, moore's law is dead, and most improvements in hardware just improve energy consumption
2025-02-22 01:41:24 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 01:41:40 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 268 seconds)
2025-02-22 01:42:49 +0100potatoespotatoes(~quassel@user/potatoespotatoes) ()
2025-02-22 01:44:03 +0100 <EvanR> that sounds like hype
2025-02-22 01:44:39 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 01:44:56 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 01:45:04 +0100 <EvanR> in theory it works in theory, then what is the actual practice
2025-02-22 01:45:07 +0100 <haskellbridge> <Liamzee> isn't hype a given?
2025-02-22 01:45:24 +0100 <EvanR> make sure press release is specifically the theory
2025-02-22 01:45:59 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-02-22 01:48:11 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 01:48:30 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 01:49:42 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-02-22 01:51:08 +0100hattckory(~hattckory@149.102.242.103)
2025-02-22 01:51:44 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 01:52:03 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 01:53:12 +0100euleritian(~euleritia@ip4d17fae8.dynamic.kabel-deutschland.de) (Remote host closed the connection)
2025-02-22 01:54:27 +0100euleritian(~euleritia@77.23.250.232)
2025-02-22 01:55:17 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 01:55:36 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 01:55:45 +0100hattckory(~hattckory@149.102.242.103) (Ping timeout: 248 seconds)
2025-02-22 01:56:26 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 01:57:23 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 01:58:49 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 01:59:09 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:01:53 +0100dekameter(~dekameter@user/dekameter) dekameter
2025-02-22 02:02:09 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) (Ping timeout: 248 seconds)
2025-02-22 02:02:22 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:02:40 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:05:26 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 02:05:55 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:06:13 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:09:28 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:09:37 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 02:09:47 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:11:17 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 02:11:44 +0100michalz(~michalz@185.246.207.222) (Remote host closed the connection)
2025-02-22 02:13:00 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:13:18 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:13:43 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 245 seconds)
2025-02-22 02:15:26 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 02:15:40 +0100dekameter(~dekameter@user/dekameter) (Quit: Client closed)
2025-02-22 02:15:43 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-02-22 02:16:33 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:16:49 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 268 seconds)
2025-02-22 02:16:52 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:20:06 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:20:24 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:23:38 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:23:57 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:24:52 +0100machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) (Ping timeout: 252 seconds)
2025-02-22 02:26:44 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 02:27:11 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:27:30 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:29:53 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 02:30:43 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:31:02 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:31:22 +0100euleritian(~euleritia@77.23.250.232) (Remote host closed the connection)
2025-02-22 02:32:13 +0100euleritian(~euleritia@77.23.250.232)
2025-02-22 02:34:00 +0100pabs3(~pabs3@user/pabs3) (Read error: Connection reset by peer)
2025-02-22 02:34:15 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:34:35 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:34:54 +0100pabs3(~pabs3@user/pabs3) pabs3
2025-02-22 02:37:48 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:38:05 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:41:21 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:41:39 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:42:07 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2025-02-22 02:44:54 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:45:11 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:47:02 +0100acidjnk(~acidjnk@p200300d6e7283f074d733f5a370ae1a6.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2025-02-22 02:48:26 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:48:46 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:49:32 +0100omnifunctor(~omnifunct@user/semifunctor) omnifunctor
2025-02-22 02:51:59 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:52:17 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:55:21 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 02:55:31 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:55:49 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:59:03 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 02:59:22 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 02:59:59 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 268 seconds)
2025-02-22 03:02:36 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:02:55 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:06:09 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:06:27 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:08:52 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-02-22 03:09:42 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:10:01 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:12:12 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 264 seconds)
2025-02-22 03:13:14 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:13:33 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:15:51 +0100ensyde_(~ensyde@70-33-158-82.unassigned.ntelos.net) (Read error: Connection reset by peer)
2025-02-22 03:16:00 +0100ensyde(~ensyde@70-33-158-82.unassigned.ntelos.net) ensyde
2025-02-22 03:16:47 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:17:06 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:20:18 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:20:36 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:23:10 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 03:23:50 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:24:10 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:27:25 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:27:43 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:30:52 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-02-22 03:30:57 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:31:15 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:33:26 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 03:34:29 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:34:48 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:36:01 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 03:36:59 +0100pabs3(~pabs3@user/pabs3) (Ping timeout: 260 seconds)
2025-02-22 03:38:02 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:38:20 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:41:05 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 03:41:32 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:41:51 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:42:14 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 244 seconds)
2025-02-22 03:44:04 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 252 seconds)
2025-02-22 03:44:43 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 03:45:06 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:45:24 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:45:32 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 03:46:01 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-02-22 03:48:38 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:48:57 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:49:56 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-02-22 03:52:11 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:52:29 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:55:44 +0100ljdarj(~Thunderbi@user/ljdarj) (Client Quit)
2025-02-22 03:56:02 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 03:57:25 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 04:00:31 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 04:02:45 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 248 seconds)
2025-02-22 04:02:54 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-02-22 04:04:09 +0100ensyde(~ensyde@70-33-158-82.unassigned.ntelos.net) (Ping timeout: 244 seconds)
2025-02-22 04:05:53 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-02-22 04:07:54 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 04:09:48 +0100coldmountain(sid484352@id-484352.helmsley.irccloud.com) (Ping timeout: 276 seconds)
2025-02-22 04:09:48 +0100flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962) (Ping timeout: 276 seconds)
2025-02-22 04:09:48 +0100dmj`(sid72307@id-72307.hampstead.irccloud.com) (Ping timeout: 276 seconds)
2025-02-22 04:10:08 +0100flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962) flukiluke
2025-02-22 04:11:06 +0100edmundnoble_(sid229620@id-229620.helmsley.irccloud.com) (Ping timeout: 276 seconds)
2025-02-22 04:11:06 +0100jongkook90(~jongkook9@user/jongkook90) (Ping timeout: 276 seconds)
2025-02-22 04:11:06 +0100bradparker(sid262931@id-262931.uxbridge.irccloud.com) (Ping timeout: 276 seconds)
2025-02-22 04:11:22 +0100tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (Read error: Connection reset by peer)
2025-02-22 04:11:38 +0100markasoftware_(~quassel@2604:180:f2::217) (Read error: Connection reset by peer)
2025-02-22 04:11:51 +0100coldmountain(sid484352@id-484352.helmsley.irccloud.com) coldmountain
2025-02-22 04:11:53 +0100edmundnoble_(sid229620@id-229620.helmsley.irccloud.com) edmundnoble_
2025-02-22 04:11:55 +0100bradparker(sid262931@id-262931.uxbridge.irccloud.com) bradparker
2025-02-22 04:13:57 +0100jongkook90(~jongkook9@user/jongkook90) jongkook90
2025-02-22 04:14:07 +0100dmj`(sid72307@id-72307.hampstead.irccloud.com) dmj`
2025-02-22 04:15:18 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 04:15:31 +0100markasoftware(~quassel@2604:180:f2::217) markasoftware
2025-02-22 04:16:31 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 04:27:09 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 04:31:19 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-02-22 04:45:45 +0100pabs3(~pabs3@user/pabs3) pabs3
2025-02-22 04:49:30 +0100 <monochrom> EvanR: Wait, wearable reversible computing --- is that like the infinity gauntlet? so you can snap away people, and also snap to reverse that? >:)
2025-02-22 05:01:16 +0100aforemny_(~aforemny@i577B130C.versanet.de) aforemny
2025-02-22 05:01:23 +0100aforemny(~aforemny@2001:9e8:6cec:f800:32fe:36cc:ea74:2a67) (Ping timeout: 265 seconds)
2025-02-22 05:11:04 +0100fp1(~Thunderbi@87-94-153-62.rev.dnainternet.fi) (Remote host closed the connection)
2025-02-22 05:12:15 +0100ZLima12(~zlima12@user/meow/ZLima12) ()
2025-02-22 05:12:33 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 05:12:51 +0100aforemny_(~aforemny@i577B130C.versanet.de) (Ping timeout: 276 seconds)
2025-02-22 05:14:31 +0100aforemny(~aforemny@2001:9e8:6cc3:5700:9535:d115:7d83:6053) aforemny
2025-02-22 05:15:46 +0100ZLima12(~zlima12@user/meow/ZLima12) ZLima12
2025-02-22 05:16:47 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-02-22 05:18:44 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 268 seconds)
2025-02-22 05:20:08 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 05:24:21 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (Ping timeout: 248 seconds)
2025-02-22 05:28:36 +0100Square(~Square@user/square) (Ping timeout: 246 seconds)
2025-02-22 05:30:54 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 05:33:03 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 05:35:29 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 248 seconds)
2025-02-22 05:35:32 +0100rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-02-22 05:36:04 +0100rvalue(~rvalue@user/rvalue) rvalue
2025-02-22 05:42:04 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 05:42:35 +0100hattckory(~hattckory@149.102.242.103)
2025-02-22 05:45:01 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 05:45:54 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 260 seconds)
2025-02-22 05:45:55 +0100tnt2tnt1
2025-02-22 05:47:18 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 276 seconds)
2025-02-22 05:48:57 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 05:50:33 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 05:50:33 +0100tnt2tnt1
2025-02-22 05:54:31 +0100 <haskellbridge> <Liamzee> Cool. Huawei apparently has been hiring for HStreamDB projects using Haskell.
2025-02-22 05:54:46 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 05:54:56 +0100 <haskellbridge> <Liamzee> Kimi.ai on Wechat searches the Chinese intranet, but not on its web interface.
2025-02-22 05:55:45 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 05:57:52 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 05:59:00 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 05:59:17 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 06:03:35 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-02-22 06:03:45 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 06:04:30 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 06:04:52 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 06:07:51 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 06:09:16 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 06:09:16 +0100tnt2tnt1
2025-02-22 06:14:22 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 06:15:52 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 06:16:29 +0100ZLima12(~zlima12@user/meow/ZLima12) ()
2025-02-22 06:16:59 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-02-22 06:19:48 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 276 seconds)
2025-02-22 06:21:00 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 06:26:42 +0100hattckory(~hattckory@149.102.242.103) ()
2025-02-22 06:32:57 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 06:33:46 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 06:33:46 +0100tnt2tnt1
2025-02-22 06:37:26 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 06:37:54 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 06:37:56 +0100tnt2tnt1
2025-02-22 06:44:30 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-02-22 06:44:37 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 06:44:38 +0100ZLima12(~zlima12@user/meow/ZLima12) ZLima12
2025-02-22 06:44:41 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 06:45:04 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 06:45:05 +0100tnt2tnt1
2025-02-22 06:45:43 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 06:49:09 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 248 seconds)
2025-02-22 06:49:55 +0100euphores(~SASL_euph@user/euphores) (Quit: Leaving.)
2025-02-22 06:51:00 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 276 seconds)
2025-02-22 06:53:38 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 06:55:35 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 07:00:50 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-02-22 07:04:49 +0100euphores(~SASL_euph@user/euphores) euphores
2025-02-22 07:06:45 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 07:07:11 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:08:34 +0100Flow(~none@gentoo/developer/flow) (Ping timeout: 260 seconds)
2025-02-22 07:11:36 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 07:12:33 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:13:48 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 07:16:19 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:16:52 +0100Flow(~none@gentoo/developer/flow) flow
2025-02-22 07:17:14 +0100takuan(~takuan@d8D86B601.access.telenet.be)
2025-02-22 07:17:28 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 272 seconds)
2025-02-22 07:20:31 +0100Cale(~cale@2607:fea8:995f:f126:15c3:35a5:81ac:187c) (Quit: Leaving)
2025-02-22 07:20:58 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:21:16 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 272 seconds)
2025-02-22 07:21:16 +0100tnt2tnt1
2025-02-22 07:27:00 +0100talismanick(~user@2601:644:937c:ed10::ae5) (Ping timeout: 268 seconds)
2025-02-22 07:29:44 +0100harveypwca(~harveypwc@2601:246:d080:f6e0:34b5:bbb2:c6c:1ef6) HarveyPwca
2025-02-22 07:30:19 +0100prasad(~Thunderbi@c-73-246-138-70.hsd1.in.comcast.net) (Ping timeout: 260 seconds)
2025-02-22 07:30:25 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 07:30:31 +0100rekahsoft(~rekahsoft@bras-base-orllon1103w-grc-14-174-92-69-126.dsl.bell.ca) (Remote host closed the connection)
2025-02-22 07:32:55 +0100mwtro(~mswhitero@user/mswhiterose2) mswhiterose2
2025-02-22 07:34:42 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 07:34:50 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:35:35 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 265 seconds)
2025-02-22 07:35:35 +0100tnt2tnt1
2025-02-22 07:35:56 +0100ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2025-02-22 07:36:28 +0100ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2025-02-22 07:36:34 +0100xff0x(~xff0x@2405:6580:b080:900:6dac:d85c:a56f:65f8) (Ping timeout: 260 seconds)
2025-02-22 07:38:31 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:40:24 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 07:40:24 +0100tnt2tnt1
2025-02-22 07:43:27 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:45:36 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 07:45:36 +0100tnt2tnt1
2025-02-22 07:45:41 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-02-22 07:52:57 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:54:30 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 07:56:17 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 07:57:10 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 07:59:11 +0100xff0x(~xff0x@2405:6580:b080:900:6dac:d85c:a56f:65f8)
2025-02-22 07:59:16 +0100j1n37-(~j1n37@user/j1n37) (Ping timeout: 272 seconds)
2025-02-22 07:59:22 +0100j1n37(~j1n37@user/j1n37) j1n37
2025-02-22 08:00:29 +0100JamesMowery(~JamesMowe@ip68-228-212-232.ph.ph.cox.net) (Quit: Goodbye)
2025-02-22 08:00:44 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 08:00:47 +0100JamesMowery(~JamesMowe@ip68-228-212-232.ph.ph.cox.net) JamesMowery
2025-02-22 08:07:57 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 08:15:02 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 244 seconds)
2025-02-22 08:16:09 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 08:18:19 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 08:20:32 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 265 seconds)
2025-02-22 08:21:52 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 08:27:46 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 272 seconds)
2025-02-22 08:28:56 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 08:30:04 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 08:30:59 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 08:32:37 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 08:33:36 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 08:36:18 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-02-22 08:37:59 +0100hgolden(~hgolden@2603:8000:9d00:3ed1:6ff3:8389:b901:6363) (Remote host closed the connection)
2025-02-22 08:42:21 +0100hgolden(~hgolden@2603:8000:9d00:3ed1:6ff3:8389:b901:6363) hgolden
2025-02-22 08:43:49 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 08:46:08 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 08:48:00 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 08:48:00 +0100tnt2tnt1
2025-02-22 08:48:07 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 08:48:29 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-02-22 08:51:50 +0100stiell(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2025-02-22 08:52:17 +0100stiell(~stiell@gateway/tor-sasl/stiell) stiell
2025-02-22 08:54:29 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 248 seconds)
2025-02-22 08:57:56 +0100euleritian(~euleritia@77.23.250.232) (Read error: Connection reset by peer)
2025-02-22 08:58:16 +0100euleritian(~euleritia@ip4d17fae8.dynamic.kabel-deutschland.de)
2025-02-22 08:59:11 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 08:59:34 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 260 seconds)
2025-02-22 09:00:02 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-02-22 09:00:32 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 09:01:02 +0100caconym(~caconym@user/caconym) caconym
2025-02-22 09:01:09 +0100j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-02-22 09:01:32 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 09:03:52 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-02-22 09:05:25 +0100j1n37(~j1n37@user/j1n37) j1n37
2025-02-22 09:06:24 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 272 seconds)
2025-02-22 09:07:14 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 09:10:46 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 09:13:14 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 09:13:42 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 09:13:42 +0100tnt2tnt1
2025-02-22 09:14:35 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 09:16:39 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 09:17:29 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 09:19:06 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 09:20:25 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 09:21:09 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 09:21:09 +0100tnt2tnt1
2025-02-22 09:24:20 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine)
2025-02-22 09:24:22 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 09:25:04 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 260 seconds)
2025-02-22 09:25:23 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 245 seconds)
2025-02-22 09:25:24 +0100tnt2tnt1
2025-02-22 09:28:58 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 09:29:57 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 09:33:30 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 09:36:26 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 09:38:18 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 09:43:46 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 09:47:08 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 09:47:26 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 09:47:36 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 09:48:27 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 09:48:27 +0100tnt2tnt1
2025-02-22 09:51:52 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-02-22 09:51:52 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 09:52:24 +0100ChaiTRex(~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds)
2025-02-22 09:52:56 +0100ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2025-02-22 09:55:31 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 10:02:49 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 10:03:12 +0100acidjnk(~acidjnk@p200300d6e7283f484d733f5a370ae1a6.dip0.t-ipconnect.de) acidjnk
2025-02-22 10:05:11 +0100tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2025-02-22 10:05:21 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 276 seconds)
2025-02-22 10:07:09 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 10:10:11 +0100AlexNoo_(~AlexNoo@178.34.162.44)
2025-02-22 10:13:28 +0100AlexZenon(~alzenon@178.34.161.111) (Ping timeout: 252 seconds)
2025-02-22 10:13:47 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 10:14:04 +0100AlexNoo(~AlexNoo@178.34.161.111) (Ping timeout: 260 seconds)
2025-02-22 10:17:02 +0100AlexNoo_AlexNoo
2025-02-22 10:18:11 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 10:21:02 +0100misterfish(~misterfis@84.53.85.146) misterfish
2025-02-22 10:21:07 +0100AlexZenon(~alzenon@178.34.162.44)
2025-02-22 10:22:19 +0100ft(~ft@p4fc2a610.dip0.t-ipconnect.de) (Quit: leaving)
2025-02-22 10:25:30 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-02-22 10:32:46 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 10:33:00 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 10:33:12 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 10:33:12 +0100tnt2tnt1
2025-02-22 10:33:17 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 10:37:22 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 10:37:33 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 268 seconds)
2025-02-22 10:37:40 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 10:37:49 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 10:40:36 +0100mwtro(~mswhitero@user/mswhiterose2) (Quit: Leaving)
2025-02-22 10:40:55 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 10:42:04 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 10:42:04 +0100tnt2tnt1
2025-02-22 10:49:30 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 10:52:33 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 10:54:12 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 10:54:13 +0100tnt2tnt1
2025-02-22 10:54:13 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-02-22 10:58:39 +0100alp(~alp@2001:861:8ca0:4940:320:163e:d6e9:8f36)
2025-02-22 11:04:26 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 11:04:30 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 11:04:30 +0100tnt2tnt1
2025-02-22 11:04:51 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 11:06:09 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-02-22 11:07:28 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla
2025-02-22 11:09:08 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-02-22 11:12:11 +0100lxsameer(~lxsameer@Serene/lxsameer) lxsameer
2025-02-22 11:18:00 +0100Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2025-02-22 11:18:43 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 11:20:14 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 11:21:18 +0100lxsameer(~lxsameer@Serene/lxsameer) (Ping timeout: 252 seconds)
2025-02-22 11:21:34 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-02-22 11:23:08 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 11:24:35 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 11:26:24 +0100superbil(~superbil@114-32-231-70.hinet-ip.hinet.net) (Ping timeout: 240 seconds)
2025-02-22 11:29:19 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 11:29:33 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 245 seconds)
2025-02-22 11:29:34 +0100tnt2tnt1
2025-02-22 11:30:06 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-02-22 11:34:07 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 11:34:18 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 11:34:19 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 11:36:23 +0100harveypwca(~harveypwc@2601:246:d080:f6e0:34b5:bbb2:c6c:1ef6) (Quit: Leaving)
2025-02-22 11:36:37 +0100tnt2tnt1
2025-02-22 11:37:39 +0100aforemny(~aforemny@2001:9e8:6cc3:5700:9535:d115:7d83:6053) (Ping timeout: 276 seconds)
2025-02-22 11:39:13 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-02-22 11:39:18 +0100superbil(~superbil@114-32-231-70.hinet-ip.hinet.net) superbil
2025-02-22 11:39:44 +0100aforemny(~aforemny@2001:9e8:6cc9:5d00:c9a4:20b:943f:bb6a) aforemny
2025-02-22 11:41:33 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 11:47:04 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 11:49:39 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 11:56:17 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-02-22 11:58:59 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-02-22 12:03:15 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:03:55 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 12:04:27 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 12:06:20 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:07:43 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 12:08:12 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 12:08:36 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 12:08:36 +0100euleritian(~euleritia@ip4d17fae8.dynamic.kabel-deutschland.de) (Ping timeout: 252 seconds)
2025-02-22 12:11:53 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 12:13:53 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) (Quit: Bye!)
2025-02-22 12:15:49 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 12:20:42 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 12:21:11 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:21:27 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) remedan
2025-02-22 12:23:04 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 12:25:54 +0100zmt00(~zmt00@user/zmt00) (Ping timeout: 260 seconds)
2025-02-22 12:26:12 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:27:33 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 246 seconds)
2025-02-22 12:27:33 +0100tnt2tnt1
2025-02-22 12:27:39 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 12:30:06 +0100bunnyhamer(~bunnyhame@2a10:8012:21:9be6:5924:60fb:b039:c535)
2025-02-22 12:30:41 +0100L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-02-22 12:34:15 +0100random-jellyfish(~developer@user/random-jellyfish) (Ping timeout: 252 seconds)
2025-02-22 12:34:45 +0100aforemny(~aforemny@2001:9e8:6cc9:5d00:c9a4:20b:943f:bb6a) (Ping timeout: 248 seconds)
2025-02-22 12:34:58 +0100aforemny_(~aforemny@2001:9e8:6cc9:b600:3dd:fa0b:5bf4:d264) aforemny
2025-02-22 12:35:05 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:35:18 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 12:35:21 +0100bunnyhamer(~bunnyhame@2a10:8012:21:9be6:5924:60fb:b039:c535) (Quit: Client closed)
2025-02-22 12:35:57 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 246 seconds)
2025-02-22 12:35:57 +0100tnt2tnt1
2025-02-22 12:39:34 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 12:41:38 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:42:22 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 12:42:22 +0100tnt2tnt1
2025-02-22 12:43:02 +0100__monty__(~toonn@user/toonn) toonn
2025-02-22 12:44:55 +0100euleritian(~euleritia@77.23.250.232)
2025-02-22 12:46:12 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 12:46:43 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 12:46:43 +0100tnt2tnt1
2025-02-22 12:50:30 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 12:50:40 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 12:54:33 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 245 seconds)
2025-02-22 12:55:39 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-02-22 12:57:57 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-02-22 13:00:04 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-02-22 13:01:57 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-22 13:02:12 +0100caconym(~caconym@user/caconym) caconym
2025-02-22 13:04:44 +0100Googulator57(~Googulato@2a01-036d-0106-0c81-8032-422f-4c4d-33bd.pool6.digikabel.hu) (Quit: Client closed)
2025-02-22 13:04:59 +0100Googulator57(~Googulato@2a01-036d-0106-0c81-8032-422f-4c4d-33bd.pool6.digikabel.hu)
2025-02-22 13:06:02 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 13:10:34 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 13:15:13 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-02-22 13:15:18 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Client Quit)
2025-02-22 13:18:34 +0100acidjnk(~acidjnk@p200300d6e7283f484d733f5a370ae1a6.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2025-02-22 13:21:25 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 13:22:12 +0100haritz(~hrtz@user/haritz) (Ping timeout: 268 seconds)
2025-02-22 13:25:54 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-02-22 13:36:18 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 13:36:34 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 13:40:45 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-02-22 13:40:53 +0100haritz(~hrtz@2a02:8010:65b5:0:5d9a:9bab:ee5e:b737)
2025-02-22 13:40:55 +0100haritz(~hrtz@2a02:8010:65b5:0:5d9a:9bab:ee5e:b737) (Changing host)
2025-02-22 13:40:55 +0100haritz(~hrtz@user/haritz) haritz
2025-02-22 13:42:49 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 13:42:55 +0100Natch(~natch@c-92-34-7-158.bbcust.telenor.se) (Ping timeout: 265 seconds)
2025-02-22 13:45:31 +0100Natch(~natch@c-92-34-7-158.bbcust.telenor.se) Natch
2025-02-22 13:48:49 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 13:49:02 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 13:52:04 +0100michalz(~michalz@185.246.207.193)
2025-02-22 13:54:19 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 13:59:00 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-02-22 14:00:21 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 14:01:32 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 272 seconds)
2025-02-22 14:01:32 +0100tnt2tnt1
2025-02-22 14:05:14 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 14:06:36 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 272 seconds)
2025-02-22 14:06:37 +0100tnt2tnt1
2025-02-22 14:09:43 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 14:14:22 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 14:16:12 +0100misterfish(~misterfis@84.53.85.146) (Ping timeout: 252 seconds)
2025-02-22 14:16:31 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 14:17:37 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 14:17:38 +0100tnt2tnt1
2025-02-22 14:18:05 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 14:18:46 +0100pabs3(~pabs3@user/pabs3) (Remote host closed the connection)
2025-02-22 14:19:36 +0100pabs3(~pabs3@user/pabs3) pabs3
2025-02-22 14:21:05 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 14:21:53 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 14:21:54 +0100tnt2tnt1
2025-02-22 14:21:59 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 14:22:38 +0100anpad(~pandeyan@user/anpad) (Ping timeout: 268 seconds)
2025-02-22 14:25:02 +0100zmt00(~zmt00@user/zmt00) zmt00
2025-02-22 14:26:12 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 246 seconds)
2025-02-22 14:26:57 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 14:27:31 +0100anpad(~pandeyan@user/anpad) anpad
2025-02-22 14:28:18 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 246 seconds)
2025-02-22 14:28:36 +0100anpad(~pandeyan@user/anpad) (Client Quit)
2025-02-22 14:30:28 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 14:30:57 +0100misterfish(~misterfis@84.53.85.146) misterfish
2025-02-22 14:31:27 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 246 seconds)
2025-02-22 14:33:12 +0100anpad(~pandeyan@user/anpad) anpad
2025-02-22 14:34:47 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 14:38:40 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:03:07 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:04:37 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 15:04:37 +0100tnt2tnt1
2025-02-22 15:07:23 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 15:08:41 +0100weary-traveler(~user@user/user363627) user363627
2025-02-22 15:11:41 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-02-22 15:14:52 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 15:16:44 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 15:20:50 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:21:37 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 15:21:38 +0100tnt2tnt1
2025-02-22 15:24:21 +0100acidjnk(~acidjnk@p200300d6e7283f484d733f5a370ae1a6.dip0.t-ipconnect.de) acidjnk
2025-02-22 15:25:25 +0100euleritian(~euleritia@77.23.250.232) (Ping timeout: 244 seconds)
2025-02-22 15:25:58 +0100euleritian(~euleritia@dynamic-176-006-139-014.176.6.pool.telefonica.de)
2025-02-22 15:26:09 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 15:26:13 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:28:30 +0100tnt2tnt1
2025-02-22 15:32:08 +0100Square(~Square@user/square) Square
2025-02-22 15:39:31 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:40:55 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 15:42:15 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:42:53 +0100 <Athas> tomsmeding: one very nice aspect of Accelerate, ignoring all the performance stuff, is really the multi-dimensional array type.
2025-02-22 15:43:15 +0100 <Athas> It is so much nicer than having only one dimensional arrays, without being particularly difficult to use.
2025-02-22 15:44:02 +0100tnt2(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 15:45:14 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 15:46:02 +0100aforemny_(~aforemny@2001:9e8:6cc9:b600:3dd:fa0b:5bf4:d264) (Ping timeout: 272 seconds)
2025-02-22 15:46:09 +0100aforemny(~aforemny@i577B127D.versanet.de) aforemny
2025-02-22 15:46:36 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 244 seconds)
2025-02-22 15:46:36 +0100tnt2tnt1
2025-02-22 15:52:39 +0100euleritian(~euleritia@dynamic-176-006-139-014.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-02-22 15:52:58 +0100euleritian(~euleritia@ip4d17fae8.dynamic.kabel-deutschland.de)
2025-02-22 15:53:07 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 15:57:24 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 16:00:09 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 260 seconds)
2025-02-22 16:04:43 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 16:05:12 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 244 seconds)
2025-02-22 16:07:14 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-02-22 16:07:52 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 16:08:02 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 16:08:02 +0100tnt2tnt1
2025-02-22 16:10:14 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 16:15:10 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 16:16:34 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 16:16:34 +0100tnt2tnt1
2025-02-22 16:19:45 +0100misterfish(~misterfis@84.53.85.146) (Ping timeout: 276 seconds)
2025-02-22 16:20:30 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 16:20:51 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 16:20:51 +0100tnt2tnt1
2025-02-22 16:21:48 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 264 seconds)
2025-02-22 16:22:10 +0100ft(~ft@i59F4F04E.versanet.de) ft
2025-02-22 16:23:44 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-02-22 16:28:27 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 16:28:35 +0100ensyde(~ensyde@2601:5c6:c200:6dc0::2d29) ensyde
2025-02-22 16:30:41 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 16:31:51 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 16:31:51 +0100tnt2tnt1
2025-02-22 16:32:16 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2025-02-22 16:32:36 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 16:32:39 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-02-22 16:39:30 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 16:39:49 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 16:41:23 +0100ensyde(~ensyde@2601:5c6:c200:6dc0::2d29) (Ping timeout: 268 seconds)
2025-02-22 16:41:51 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 276 seconds)
2025-02-22 16:42:00 +0100tnt2tnt1
2025-02-22 16:42:53 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 245 seconds)
2025-02-22 16:43:54 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 260 seconds)
2025-02-22 16:43:57 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 16:44:56 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-02-22 16:46:40 +0100michalz(~michalz@185.246.207.193) (Remote host closed the connection)
2025-02-22 16:46:41 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 16:50:56 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 16:51:04 +0100Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2025-02-22 16:51:30 +0100prasad(~Thunderbi@c-73-246-138-70.hsd1.in.comcast.net)
2025-02-22 16:55:54 +0100pavonia(~user@user/siracusa) (Quit: Bye!)
2025-02-22 16:55:59 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 16:56:48 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 268 seconds)
2025-02-22 16:56:53 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 16:58:58 +0100EvanR(~EvanR@user/evanr) (Remote host closed the connection)
2025-02-22 16:59:10 +0100tnt2tnt1
2025-02-22 16:59:17 +0100EvanR(~EvanR@user/evanr) EvanR
2025-02-22 17:02:04 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 17:03:00 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-02-22 17:03:06 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 17:03:24 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 17:03:24 +0100tnt2tnt1
2025-02-22 17:07:27 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 17:07:51 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 265 seconds)
2025-02-22 17:07:51 +0100tnt2tnt1
2025-02-22 17:10:57 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Remote host closed the connection)
2025-02-22 17:11:21 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 17:13:43 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 17:16:57 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 276 seconds)
2025-02-22 17:18:16 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-02-22 17:18:26 +0100rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-02-22 17:19:03 +0100rvalue(~rvalue@user/rvalue) rvalue
2025-02-22 17:24:57 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 17:25:34 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 17:29:29 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 17:29:37 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 248 seconds)
2025-02-22 17:29:48 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 17:30:18 +0100mentisan(~user@90.251.123.144)
2025-02-22 17:30:53 +0100mentisan(~user@90.251.123.144) ()
2025-02-22 17:32:11 +0100anax(~anax@90.251.123.144)
2025-02-22 17:34:12 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 17:37:29 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-02-22 17:38:29 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 17:39:04 +0100anax(~anax@90.251.123.144) (Killed buffer)
2025-02-22 17:39:16 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 265 seconds)
2025-02-22 17:39:16 +0100tnt2tnt1
2025-02-22 17:40:12 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 17:41:01 +0100anax(~user@90.251.123.144)
2025-02-22 17:45:15 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 17:46:44 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 260 seconds)
2025-02-22 17:48:54 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 272 seconds)
2025-02-22 17:49:08 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 17:50:09 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 17:50:48 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-02-22 17:50:49 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 260 seconds)
2025-02-22 17:50:49 +0100tnt2tnt1
2025-02-22 17:51:43 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-02-22 17:57:08 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 272 seconds)
2025-02-22 17:58:10 +0100f-a(ff2a@joined.irc.for-some.fun) f-a
2025-02-22 17:59:42 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-02-22 18:01:03 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 18:04:16 +0100prasad(~Thunderbi@c-73-246-138-70.hsd1.in.comcast.net) (Ping timeout: 252 seconds)
2025-02-22 18:06:13 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-02-22 18:06:52 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 18:09:29 +0100lxsameer(~lxsameer@Serene/lxsameer) lxsameer
2025-02-22 18:11:04 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 272 seconds)
2025-02-22 18:11:42 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 272 seconds)
2025-02-22 18:11:58 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 18:12:21 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-02-22 18:16:00 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 18:16:08 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-02-22 18:17:06 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 18:20:27 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 18:24:54 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 246 seconds)
2025-02-22 18:25:51 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 18:27:25 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-02-22 18:30:39 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 260 seconds)
2025-02-22 18:32:08 +0100off^(~off@108.192.66.114)
2025-02-22 18:32:36 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 246 seconds)
2025-02-22 18:33:12 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 264 seconds)
2025-02-22 18:33:14 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 18:33:46 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-02-22 18:39:15 +0100tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh
2025-02-22 18:39:41 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 244 seconds)
2025-02-22 18:49:21 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 18:52:19 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Read error: Connection reset by peer)
2025-02-22 18:57:42 +0100target_i(~target_i@user/target-i/x-6023099) target_i
2025-02-22 18:58:42 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 18:58:51 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-02-22 19:03:01 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 248 seconds)
2025-02-22 19:03:03 +0100anax`(~user@90.251.122.94)
2025-02-22 19:04:29 +0100anax(~user@90.251.123.144) (Ping timeout: 244 seconds)
2025-02-22 19:09:58 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 272 seconds)
2025-02-22 19:20:33 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2025-02-22 19:28:14 +0100anax``(~user@90.254.224.235)
2025-02-22 19:29:41 +0100anax`(~user@90.251.122.94) (Ping timeout: 248 seconds)
2025-02-22 19:32:10 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 19:32:24 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 19:37:45 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 268 seconds)
2025-02-22 19:38:22 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-02-22 19:39:04 +0100ringbuffer(~dalton@50-25-60-242.krmtcmta02.res.dyn.suddenlink.net)
2025-02-22 19:39:26 +0100 <ringbuffer> :q
2025-02-22 19:41:34 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 19:44:26 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 19:48:51 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-02-22 19:48:51 +0100lxsameer(~lxsameer@Serene/lxsameer) (Ping timeout: 268 seconds)
2025-02-22 19:49:03 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 276 seconds)
2025-02-22 19:49:24 +0100todi1(~todi@p57803331.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2025-02-22 19:51:20 +0100j1n37(~j1n37@user/j1n37) (Ping timeout: 252 seconds)
2025-02-22 19:51:29 +0100j1n37-(~j1n37@user/j1n37) j1n37
2025-02-22 19:55:36 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 19:56:01 +0100anax```(~user@90.251.122.78)
2025-02-22 19:56:31 +0100primeiro(~primeiro@152.237.195.105) BrokenClutch
2025-02-22 19:56:43 +0100primeiroBrokenClutch
2025-02-22 19:57:01 +0100 <BrokenClutch> do someone uses the new js backend for ghc?
2025-02-22 19:57:12 +0100 <BrokenClutch> saw some people saying that they got ghcjs-dom working on it
2025-02-22 19:57:21 +0100 <BrokenClutch> I tried, didn't work
2025-02-22 19:57:42 +0100anax``(~user@90.254.224.235) (Ping timeout: 244 seconds)
2025-02-22 19:59:30 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 19:59:48 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 20:00:55 +0100 <f-a> I am getting this error which I have never https://pastebin.com/SRVahPsk The backtrace is not quite helpful in pinpointing where things go wrong, what is the best approach to debug this?
2025-02-22 20:02:25 +0100 <EvanR> holy cow pastebin ad overload now a days
2025-02-22 20:02:33 +0100 <f-a> sadly, yes
2025-02-22 20:03:28 +0100 <EvanR> any clue where runGet would be called from in your program
2025-02-22 20:03:57 +0100 <EvanR> are magic numbers related to how haskell encodes basic datatypes?
2025-02-22 20:04:07 +0100 <EvanR> and they may have changed?
2025-02-22 20:05:03 +0100 <f-a> I don’t call runGet
2025-02-22 20:05:43 +0100 <f-a> so it has to be one of the libraries I depend from I guess?
2025-02-22 20:06:10 +0100 <EvanR> anything you're using dealing with deserialization?
2025-02-22 20:08:52 +0100 <f-a> I am using localize and blaze-html, I guess the first one
2025-02-22 20:14:04 +0100 <EvanR> magic number error wtf
2025-02-22 20:14:10 +0100 <EvanR> looking that up
2025-02-22 20:14:48 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 246 seconds)
2025-02-22 20:15:11 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-02-22 20:18:05 +0100tnt1(~Thunderbi@user/tnt1) tnt1
2025-02-22 20:19:11 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 20:20:46 +0100 <BrokenClutch> what's a dyn_hi file?
2025-02-22 20:20:54 +0100 <BrokenClutch> dynamic interface file
2025-02-22 20:23:25 +0100wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2025-02-22 20:30:50 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 20:33:54 +0100anax```(~user@90.251.122.78) (Remote host closed the connection)
2025-02-22 20:34:58 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-22 20:35:02 +0100tnt2(~Thunderbi@user/tnt1) tnt1
2025-02-22 20:35:41 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 252 seconds)
2025-02-22 20:35:41 +0100tnt2tnt1
2025-02-22 20:39:46 +0100misterfish(~misterfis@84.53.85.146) misterfish
2025-02-22 20:40:05 +0100tnt1(~Thunderbi@user/tnt1) (Ping timeout: 248 seconds)
2025-02-22 20:53:50 +0100pavonia(~user@user/siracusa) siracusa
2025-02-22 20:55:48 +0100BrokenClutch(~primeiro@152.237.195.105) (Quit: Konversation terminated!)
2025-02-22 21:00:04 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-02-22 21:00:44 +0100caconym(~caconym@user/caconym) caconym
2025-02-22 21:01:12 +0100ephilalethes(~noumenon@2001:d08:1a00:bc0:aa7e:eaff:fede:ff94) noumenon
2025-02-22 21:02:38 +0100lxsameer(~lxsameer@Serene/lxsameer) lxsameer
2025-02-22 21:03:55 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 252 seconds)
2025-02-22 21:09:36 +0100weary-traveler(~user@user/user363627) user363627
2025-02-22 21:11:59 +0100cheater_(~Username@user/cheater) cheater
2025-02-22 21:13:23 +0100cheater(~Username@user/cheater) (Ping timeout: 265 seconds)
2025-02-22 21:13:25 +0100cheater_cheater
2025-02-22 21:16:06 +0100Sgeo(~Sgeo@user/sgeo) Sgeo
2025-02-22 21:16:34 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 21:17:10 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 21:21:21 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 276 seconds)
2025-02-22 21:23:00 +0100misterfish(~misterfis@84.53.85.146) (Ping timeout: 252 seconds)
2025-02-22 21:23:54 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 260 seconds)
2025-02-22 21:28:04 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-02-22 21:28:39 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 21:34:05 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-02-22 21:35:59 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 260 seconds)
2025-02-22 21:42:29 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) (Quit: Bye!)
2025-02-22 21:43:34 +0100ephilalethes(~noumenon@2001:d08:1a00:bc0:aa7e:eaff:fede:ff94) (Quit: Leaving)
2025-02-22 21:46:17 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) remedan
2025-02-22 21:52:22 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 21:52:58 +0100todi(~todi@p57803331.dip0.t-ipconnect.de) todi
2025-02-22 21:54:39 +0100remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) (Ping timeout: 268 seconds)
2025-02-22 22:00:49 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 268 seconds)
2025-02-22 22:02:37 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-22 22:06:16 +0100noctux(~noctux@user/noctux) (Ping timeout: 252 seconds)
2025-02-22 22:07:04 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 260 seconds)
2025-02-22 22:07:22 +0100Yumemi(~Yumemi@chamoin.net) (Ping timeout: 252 seconds)
2025-02-22 22:07:40 +0100Yumemi(~Yumemi@chamoin.net) Yumemi
2025-02-22 22:08:53 +0100noctux(~noctux@user/noctux) noctux
2025-02-22 22:09:12 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-02-22 22:10:28 +0100sprotte24(~sprotte24@p200300d16f1eea00f586bed61b7ec9b1.dip0.t-ipconnect.de)
2025-02-22 22:10:41 +0100pavonia(~user@user/siracusa) (Ping timeout: 268 seconds)
2025-02-22 22:14:08 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 22:15:04 +0100pie_(~pie_bnc@user/pie/x-2818909) (Ping timeout: 252 seconds)
2025-02-22 22:15:21 +0100pie_(~pie_bnc@user/pie/x-2818909) __
2025-02-22 22:16:03 +0100ephilalethes(~noumenon@2001:d08:1a00:bc0:aa7e:eaff:fede:ff94) noumenon
2025-02-22 22:17:38 +0100m1dnight(~m1dnight@d8D861908.access.telenet.be) (Ping timeout: 252 seconds)
2025-02-22 22:19:30 +0100m1dnight(~m1dnight@d8D861908.access.telenet.be) m1dnight
2025-02-22 22:19:43 +0100xal(~xal@mx1.xal.systems) (Quit: bye)
2025-02-22 22:20:01 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 22:20:19 +0100xal(~xal@mx1.xal.systems) xal
2025-02-22 22:21:18 +0100pavonia(~user@user/siracusa) siracusa
2025-02-22 22:22:10 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-02-22 22:28:12 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) (Ping timeout: 272 seconds)
2025-02-22 22:32:06 +0100atwm(~andrew@19-193-28-81.ftth.cust.kwaoo.net) atwm
2025-02-22 22:35:56 +0100takuan(~takuan@d8D86B601.access.telenet.be) (Remote host closed the connection)
2025-02-22 22:35:58 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-02-22 22:36:39 +0100ephilalethes(~noumenon@2001:d08:1a00:bc0:aa7e:eaff:fede:ff94) (Quit: Leaving)
2025-02-22 22:42:34 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-02-22 22:43:40 +0100m1dnight(~m1dnight@d8D861908.access.telenet.be) (Ping timeout: 252 seconds)
2025-02-22 22:45:49 +0100m1dnight(~m1dnight@d8D861908.access.telenet.be) m1dnight
2025-02-22 22:48:12 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 264 seconds)
2025-02-22 22:48:23 +0100alfiee(~alfiee@user/alfiee) alfiee