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)