2022/09/07

2022-09-07 00:00:01 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec)
2022-09-07 00:00:19 +0000 <johnjaye> it says i already have libnuma1, a package for controlling NUMA policy
2022-09-07 00:01:24 +0000 <johnjaye> it's a raspi so maybe the paths are wrong. not sure. it's in /usr/lib/aarch64-linux-gnu
2022-09-07 00:01:39 +0000 <geekosaur> that should be correct
2022-09-07 00:02:01 +0000 <hpc> is libnuma1 the lib or the headers?
2022-09-07 00:02:09 +0000 <johnjaye> the lib
2022-09-07 00:02:10 +0000 <hpc> you need headers to build and lib to run
2022-09-07 00:02:23 +0000 <johnjaye> i need the headers to build hello world?
2022-09-07 00:02:51 +0000 <hpc> yeah
2022-09-07 00:02:53 +0000 <hpc> it's a C thing
2022-09-07 00:03:00 +0000 <johnjaye> ah ok. installing libnuma-dev headers allows it to succeed
2022-09-07 00:03:16 +0000 <johnjaye> what is the non-compile way to run? ghci?
2022-09-07 00:03:23 +0000 <geekosaur> oh, I didn't check that, sorry
2022-09-07 00:03:26 +0000 <geekosaur> yes
2022-09-07 00:03:50 +0000 <johnjaye> whatever numa is i now have it. i assume it's not the internet meme
2022-09-07 00:04:02 +0000 <geekosaur> Non-Uniform Memory Access
2022-09-07 00:04:25 +0000 <geekosaur> for machines where each CPU has its own memory as well as there being memory accessible to all of them
2022-09-07 00:04:41 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 00:04:53 +0000 <geekosaur> (or core)
2022-09-07 00:05:17 +0000 <hpc> for when thread local memory just isn't annoying enough :D
2022-09-07 00:06:01 +0000 <int-e> you could have thread-local memory on a remote node
2022-09-07 00:07:06 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 00:07:08 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection)
2022-09-07 00:07:24 +0000 <johnjaye> is runhaskell a different beast
2022-09-07 00:07:30 +0000 <johnjaye> that worked before installing the numa
2022-09-07 00:08:01 +0000 <geekosaur> runhaskell is more of a script interpreter
2022-09-07 00:08:08 +0000 <geekosaur> so yes, it's different
2022-09-07 00:08:20 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-07 00:08:46 +0000 <geekosaur> (more precisely, ghci, runhaskell, and template haskell all use a bytecode backend instead of compiling to native code)
2022-09-07 00:09:24 +0000 <johnjaye> can i just do 'ghci hello.hs' then
2022-09-07 00:09:30 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 00:09:42 +0000 <geekosaur> you can but you'll get a prompt and have to use :m to run it
2022-09-07 00:09:49 +0000 <johnjaye> ah ok
2022-09-07 00:09:56 +0000 <hpc> or just type "main"
2022-09-07 00:11:24 +0000 <geekosaur> if you want to pass it parameters you need to use :m; giving them to main directly won't work
2022-09-07 00:11:34 +0000 <johnjaye> ghci hello.hs says it loaded it but i can't get it to execute it
2022-09-07 00:11:37 +0000 <hpc> ah right
2022-09-07 00:11:54 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-07 00:11:54 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-07 00:11:54 +0000wroathe(~wroathe@user/wroathe)
2022-09-07 00:11:59 +0000 <geekosaur> what happens?
2022-09-07 00:12:07 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 00:12:22 +0000 <johnjaye> it says compiling main, module 1 of 1 loaded
2022-09-07 00:12:28 +0000 <johnjaye> then the prompt is *Main
2022-09-07 00:12:37 +0000 <johnjaye> ah ok typing main does work
2022-09-07 00:12:55 +0000 <johnjaye> i understand the magic words now
2022-09-07 00:20:41 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-09-07 00:20:51 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-09-07 00:22:25 +0000`\`(~blop@user/blop) (Ping timeout: 258 seconds)
2022-09-07 00:22:48 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 258 seconds)
2022-09-07 00:23:11 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds)
2022-09-07 00:24:30 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 00:24:35 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 00:24:54 +0000`\`(~blop@user/blop)
2022-09-07 00:24:58 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 00:25:06 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-09-07 00:26:02 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection)
2022-09-07 00:26:14 +0000adanwan_(~adanwan@gateway/tor-sasl/adanwan)
2022-09-07 00:28:18 +0000johnjaye(~pi@173.209.64.74) (Ping timeout: 244 seconds)
2022-09-07 00:31:56 +0000chomwitt(~chomwitt@2a02:587:dc16:fe00:36b8:e455:625c:e00b) (Ping timeout: 244 seconds)
2022-09-07 00:32:35 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 00:37:05 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 00:40:18 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 00:43:01 +0000azimut_(~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection)
2022-09-07 00:45:36 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 00:50:33 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 00:50:47 +0000adanwan_(~adanwan@gateway/tor-sasl/adanwan) (Ping timeout: 258 seconds)
2022-09-07 00:51:41 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-07 00:52:26 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.6)
2022-09-07 00:54:14 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 258 seconds)
2022-09-07 00:54:45 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-09-07 00:55:27 +0000kaskal(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (Ping timeout: 260 seconds)
2022-09-07 00:56:12 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 244 seconds)
2022-09-07 00:56:40 +0000libertyprime(~libertypr@118-92-68-91.dsl.dyn.ihug.co.nz) (Ping timeout: 268 seconds)
2022-09-07 00:56:52 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 00:57:20 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-09-07 00:57:41 +0000`\`(~blop@user/blop) (Ping timeout: 258 seconds)
2022-09-07 00:58:07 +0000Guest8757(~Guest87@2.58.185.24) (Quit: Client closed)
2022-09-07 00:58:30 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-07 00:58:45 +0000`\`(~blop@user/blop)
2022-09-07 00:59:42 +0000 <albet70> I saw https://foldp.com/blog/elm-url.html so I wonder if that route in scotty would be parsed by parsec?
2022-09-07 01:02:06 +0000 <albet70> that get post in https://hackage.haskell.org/package/scotty-0.12/docs/Web-Scotty.html
2022-09-07 01:02:17 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds)
2022-09-07 01:04:20 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 01:08:08 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 01:09:22 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 210 seconds.)
2022-09-07 01:11:01 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection)
2022-09-07 01:12:19 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 01:13:09 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection)
2022-09-07 01:13:44 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 01:16:26 +0000nate1(~nate@98.45.169.16) (Ping timeout: 260 seconds)
2022-09-07 01:16:34 +0000sammelweis(~quassel@mobile-166-177-59-193.mycingular.net)
2022-09-07 01:17:08 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-09-07 01:20:30 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 01:24:37 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 01:24:47 +0000sammelweis(~quassel@mobile-166-177-59-193.mycingular.net) (Ping timeout: 252 seconds)
2022-09-07 01:26:18 +0000xff0x(~xff0x@2405:6580:b080:900:526c:49a6:a3bc:24a5) (Ping timeout: 268 seconds)
2022-09-07 01:26:36 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 01:28:18 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 264 seconds)
2022-09-07 01:28:51 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
2022-09-07 01:30:16 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds)
2022-09-07 01:33:38 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 01:36:53 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 252 seconds)
2022-09-07 01:40:17 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Quit: No Ping reply in 180 seconds.)
2022-09-07 01:40:27 +0000jmorris(uid537181@id-537181.uxbridge.irccloud.com)
2022-09-07 01:40:37 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-09-07 01:41:37 +0000rockymarine(~rocky@user/rockymarine)
2022-09-07 01:41:53 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 01:44:20 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 01:46:25 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 252 seconds)
2022-09-07 01:47:47 +0000miffi(~miffi@user/miffi)
2022-09-07 01:57:15 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
2022-09-07 02:01:24 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 02:04:22 +0000rockymarine(~rocky@user/rockymarine)
2022-09-07 02:05:48 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-09-07 02:06:13 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-07 02:07:13 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2022-09-07 02:07:27 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2022-09-07 02:08:26 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 02:09:31 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 260 seconds)
2022-09-07 02:09:45 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 02:10:46 +0000`\`(~blop@user/blop) (Remote host closed the connection)
2022-09-07 02:11:30 +0000`\`(~blop@user/blop)
2022-09-07 02:11:40 +0000nate1(~nate@98.45.169.16)
2022-09-07 02:14:14 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 02:14:26 +0000allbery_b(~geekosaur@xmonad/geekosaur)
2022-09-07 02:14:26 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2022-09-07 02:14:30 +0000allbery_bgeekosaur
2022-09-07 02:14:47 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-09-07 02:15:01 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Remote host closed the connection)
2022-09-07 02:15:55 +0000maroloccio(~marolocci@151.75.41.90) (Quit: WeeChat 3.0)
2022-09-07 02:16:25 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-07 02:22:27 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2022-09-07 02:22:38 +0000rockymarine(~rocky@user/rockymarine)
2022-09-07 02:24:06 +0000nate1(~nate@98.45.169.16) (Ping timeout: 260 seconds)
2022-09-07 02:24:54 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 02:25:37 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 02:29:56 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 02:30:28 +0000glguy(~glguy@libera/staff-emeritus/glguy)
2022-09-07 02:32:37 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 02:33:39 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 02:35:48 +0000frost(~frost@user/frost)
2022-09-07 02:36:11 +0000cowboy8625(~cowboy@64.68.179.149) (Quit: WeeChat 3.5)
2022-09-07 02:37:09 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 02:38:15 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 02:38:55 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 02:39:07 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 02:39:13 +0000td_(~td@muedsl-82-207-238-233.citykom.de) (Ping timeout: 252 seconds)
2022-09-07 02:39:21 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 02:39:43 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 02:41:05 +0000td_(~td@94.134.91.56)
2022-09-07 02:42:49 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Quit: No Ping reply in 180 seconds.)
2022-09-07 02:42:53 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 02:43:09 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 02:43:41 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 02:45:02 +0000nate1(~nate@98.45.169.16)
2022-09-07 02:45:18 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 02:46:28 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Read error: Connection reset by peer)
2022-09-07 02:48:50 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 244 seconds)
2022-09-07 02:49:53 +0000finn_elija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 02:49:53 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Killed (NickServ (Forcing logout FinnElija -> finn_elija)))
2022-09-07 02:49:53 +0000finn_elijaFinnElija
2022-09-07 02:50:05 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-09-07 02:55:56 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 02:59:02 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 02:59:44 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 03:00:29 +0000nate1(~nate@98.45.169.16) (Ping timeout: 252 seconds)
2022-09-07 03:00:36 +0000rockymarine(~rocky@user/rockymarine)
2022-09-07 03:06:06 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 260 seconds)
2022-09-07 03:06:52 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 03:10:54 +0000soumen(~soumen@58.182.45.203) (Quit: Konversation terminated!)
2022-09-07 03:12:28 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-09-07 03:14:09 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-09-07 03:14:29 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 03:15:41 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Ping timeout: 258 seconds)
2022-09-07 03:16:53 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 03:17:15 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Client Quit)
2022-09-07 03:18:43 +0000rockymarine(~rocky@user/rockymarine)
2022-09-07 03:19:08 +0000`\`(~blop@user/blop) (Ping timeout: 258 seconds)
2022-09-07 03:19:52 +0000`\`(~blop@user/blop)
2022-09-07 03:21:21 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-09-07 03:22:37 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 03:23:13 +0000vglfr(~vglfr@145.224.94.171) (Ping timeout: 252 seconds)
2022-09-07 03:25:34 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Client Quit)
2022-09-07 03:27:06 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 03:27:57 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-09-07 03:34:18 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 244 seconds)
2022-09-07 03:34:35 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 252 seconds)
2022-09-07 03:34:52 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 03:35:50 +0000cowboy8625(~cowboy@64.68.179.149)
2022-09-07 03:36:37 +0000cowboy8625(~cowboy@64.68.179.149) (Client Quit)
2022-09-07 03:39:53 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 03:44:46 +0000vglfr(~vglfr@145.224.94.171)
2022-09-07 03:44:46 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (Read error: Connection reset by peer)
2022-09-07 03:45:52 +0000Vajb(~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi)
2022-09-07 03:46:11 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-07 03:53:21 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 03:53:55 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 03:55:51 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 04:04:50 +0000 <sm1> what's the more common term.. "reference cycle", "circular reference", "referential loop", ... ?
2022-09-07 04:08:23 +0000 <jackdk> The first two feel more conventional to me, but I would take "reference cycle" to mean the collection of circular references, and a "circular reference" to mean one link in the cycle (usually the one that discovers the cycle)
2022-09-07 04:09:51 +0000 <[Leary]> I would use '[reference] cycle' and 'cyclic reference' resp.
2022-09-07 04:10:23 +0000 <[Leary]> Not sure what's actually common though.
2022-09-07 04:12:23 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-07 04:13:23 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds)
2022-09-07 04:13:48 +0000califax(~califax@user/califx)
2022-09-07 04:14:06 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 04:14:14 +0000nate1(~nate@98.45.169.16)
2022-09-07 04:14:26 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 04:16:35 +0000Techcable(~Techcable@user/Techcable) (Ping timeout: 248 seconds)
2022-09-07 04:17:33 +0000zebrag(~chris@user/zebrag) (Quit: Konversation terminated!)
2022-09-07 04:19:33 +0000nate1(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-09-07 04:21:37 +0000Vajb(~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi) (Read error: Connection reset by peer)
2022-09-07 04:22:31 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b)
2022-09-07 04:23:24 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 04:24:06 +0000 <monochrom> I use self reference and cyclic reference.
2022-09-07 04:24:32 +0000 <monochrom> And yesterday's xkcd applies. >:)
2022-09-07 04:25:00 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-07 04:25:00 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection)
2022-09-07 04:25:00 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 04:25:35 +0000califax(~califax@user/califx)
2022-09-07 04:25:37 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 04:25:44 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 04:27:28 +0000 <jackdk> "If you don't know what yesterday's xkcd is, you have a serious problem?"
2022-09-07 04:42:15 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 04:45:43 +0000 <monochrom> No no, it imagines the first Artemis astronaut to set foot on the moon to make a confusing self-referencing remark. :)
2022-09-07 04:48:11 +0000miffi(~miffi@user/miffi) (Ping timeout: 260 seconds)
2022-09-07 04:49:01 +0000 <jackdk> Oh, I thought that was today's
2022-09-07 04:55:46 +0000 <Clinton[m]> I'm sure someone has written about this, but my google skills can not find it.
2022-09-07 04:55:47 +0000 <Clinton[m]> `ExceptT` is in `transformers`, which comes with GHC. But it's a wrapper around `Either`, so it's weird it's not called `EitherT`. But `EitherT` exists in a few other packages.
2022-09-07 04:55:47 +0000 <Clinton[m]> So what's going on? What should I be using? It seems like there's a bit of history involved here but I'm not able to wrap my head around it.
2022-09-07 04:58:44 +0000 <jackdk> https://stackoverflow.com/questions/53453944/what-purpose-does-the-complexity-of-except-serve-in-h… in particular the comments under the answer
2022-09-07 05:01:01 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 05:01:06 +0000califax(~califax@user/califx) (Ping timeout: 258 seconds)
2022-09-07 05:02:41 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 05:02:59 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 05:03:54 +0000califax(~califax@user/califx)
2022-09-07 05:10:07 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds)
2022-09-07 05:11:36 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 05:12:45 +0000mbuf(~Shakthi@49.204.140.237)
2022-09-07 05:22:22 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com)
2022-09-07 05:23:47 +0000rockymarine(~rocky@user/rockymarine) (Read error: Connection reset by peer)
2022-09-07 05:27:10 +0000jargon(~jargon@184.101.185.66) (Remote host closed the connection)
2022-09-07 05:28:52 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2022-09-07 05:29:03 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 05:30:15 +0000jmorris(uid537181@id-537181.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
2022-09-07 05:33:38 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 05:38:21 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
2022-09-07 05:38:38 +0000phma(~phma@host-67-44-208-94.hnremote.net) (Read error: Connection reset by peer)
2022-09-07 05:38:57 +0000phma(phma@2001:5b0:210d:2448:4d74:d60c:36cc:9c73)
2022-09-07 05:40:30 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 05:42:41 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 05:43:20 +0000miffi(~miffi@user/miffi)
2022-09-07 05:43:36 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 260 seconds)
2022-09-07 05:48:29 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 05:49:27 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 05:58:38 +0000xsebek(xsebek@swarm.znchost.com)
2022-09-07 05:58:50 +0000xsebek_(xsebek@swarm.znchost.com) (Ping timeout: 255 seconds)
2022-09-07 06:01:55 +0000benin0(~benin@183.82.28.141) (Quit: The Lounge - https://thelounge.chat)
2022-09-07 06:01:59 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 252 seconds)
2022-09-07 06:05:11 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 06:06:43 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 06:07:33 +0000phma(phma@2001:5b0:210d:2448:4d74:d60c:36cc:9c73) (Read error: Connection reset by peer)
2022-09-07 06:08:18 +0000phma(~phma@host-67-44-208-94.hnremote.net)
2022-09-07 06:14:24 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
2022-09-07 06:16:24 +0000ystael(~ystael@user/ystael) (Quit: Lost terminal)
2022-09-07 06:18:37 +0000Techcable(~Techcable@user/Techcable)
2022-09-07 06:20:05 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de)
2022-09-07 06:20:11 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-07 06:20:56 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f)
2022-09-07 06:21:40 +0000luffy(~chenqisu1@183.217.201.192) (Ping timeout: 268 seconds)
2022-09-07 06:27:19 +0000sloorush(~sloorush@52.187.184.81) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2022-09-07 06:27:53 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5)
2022-09-07 06:28:00 +0000sloorush(~sloorush@52.187.184.81)
2022-09-07 06:31:15 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-07 06:32:34 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 06:37:05 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 06:47:11 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (*.net *.split)
2022-09-07 06:47:11 +0000phma(~phma@host-67-44-208-94.hnremote.net) (*.net *.split)
2022-09-07 06:47:11 +0000xsebek(xsebek@swarm.znchost.com) (*.net *.split)
2022-09-07 06:47:11 +0000miffi(~miffi@user/miffi) (*.net *.split)
2022-09-07 06:47:11 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (*.net *.split)
2022-09-07 06:47:11 +0000mbuf(~Shakthi@49.204.140.237) (*.net *.split)
2022-09-07 06:47:11 +0000jmdaemon(~jmdaemon@user/jmdaemon) (*.net *.split)
2022-09-07 06:47:11 +0000vglfr(~vglfr@145.224.94.171) (*.net *.split)
2022-09-07 06:47:11 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (*.net *.split)
2022-09-07 06:47:11 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-09-07 06:47:11 +0000td_(~td@94.134.91.56) (*.net *.split)
2022-09-07 06:47:11 +0000geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-07 06:47:11 +0000euandreh(~euandreh@179.214.113.107) (*.net *.split)
2022-09-07 06:47:11 +0000fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-09-07 06:47:11 +0000kmein(~weechat@user/kmein) (*.net *.split)
2022-09-07 06:47:11 +0000pavonia(~user@user/siracusa) (*.net *.split)
2022-09-07 06:47:11 +0000Kaiepi(~Kaiepi@142.68.249.28) (*.net *.split)
2022-09-07 06:47:11 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:47:11 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split)
2022-09-07 06:47:11 +0000caubert(~caubert@user/caubert) (*.net *.split)
2022-09-07 06:47:11 +0000fjMSX(~hypni2p@128-68-149-52.broadband.corbina.ru) (*.net *.split)
2022-09-07 06:47:11 +0000Alex_test(~al_test@178.34.151.32) (*.net *.split)
2022-09-07 06:47:11 +0000AlexZenon(~alzenon@178.34.151.32) (*.net *.split)
2022-09-07 06:47:11 +0000Me-me(~me-me@user/me-me) (*.net *.split)
2022-09-07 06:47:11 +0000martin02(~silas@141.84.69.76) (*.net *.split)
2022-09-07 06:47:11 +0000potash(~foghorn@user/foghorn) (*.net *.split)
2022-09-07 06:47:11 +0000thatcher(lp0@heathens.club) (*.net *.split)
2022-09-07 06:47:11 +0000niko(niko@libera/staff/niko) (*.net *.split)
2022-09-07 06:47:11 +0000analoq(~yashi@user/dies) (*.net *.split)
2022-09-07 06:47:11 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com) (*.net *.split)
2022-09-07 06:47:11 +0000shailangsa(~shailangs@host86-186-133-23.range86-186.btcentralplus.com) (*.net *.split)
2022-09-07 06:47:11 +0000TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split)
2022-09-07 06:47:11 +0000michalz(~michalz@185.246.204.75) (*.net *.split)
2022-09-07 06:47:11 +0000Philonous(~Philonous@user/philonous) (*.net *.split)
2022-09-07 06:47:12 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-09-07 06:47:12 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net) (*.net *.split)
2022-09-07 06:47:12 +0000turlando(~turlando@user/turlando) (*.net *.split)
2022-09-07 06:47:12 +0000gawen(~gawen@user/gawen) (*.net *.split)
2022-09-07 06:47:12 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split)
2022-09-07 06:47:12 +0000rembo10(~rembo10@main.remulis.com) (*.net *.split)
2022-09-07 06:47:12 +0000qwedfg(~qwedfg@user/qwedfg) (*.net *.split)
2022-09-07 06:47:12 +0000energizer(~energizer@user/energizer) (*.net *.split)
2022-09-07 06:47:12 +0000macabre(~m@161.35.15.236) (*.net *.split)
2022-09-07 06:47:12 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-09-07 06:47:12 +0000cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-09-07 06:47:12 +0000Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-09-07 06:47:12 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split)
2022-09-07 06:47:12 +0000Logio(em@kapsi.fi) (*.net *.split)
2022-09-07 06:47:12 +0000wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-09-07 06:47:12 +0000arahael(~arahael@14-200-135-92.tpgi.com.au) (*.net *.split)
2022-09-07 06:47:12 +0000tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-09-07 06:47:12 +0000rodental(~rodental@38.146.5.222) (*.net *.split)
2022-09-07 06:47:12 +0000davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-09-07 06:47:12 +0000sm[i]_(~user@li229-222.members.linode.com) (*.net *.split)
2022-09-07 06:47:12 +0000x88x88x(~x88x88x@149.28.53.172) (*.net *.split)
2022-09-07 06:47:12 +0000sander(~sander@user/sander) (*.net *.split)
2022-09-07 06:47:12 +0000cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-09-07 06:47:12 +0000auri_(~auri@fsf/member/auri) (*.net *.split)
2022-09-07 06:47:12 +0000quintasan_(~quassel@quintasan.pl) (*.net *.split)
2022-09-07 06:47:12 +0000Taneb0(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-09-07 06:47:12 +0000telser_(~quassel@user/telser) (*.net *.split)
2022-09-07 06:47:12 +0000zzz(~z@user/zero) (*.net *.split)
2022-09-07 06:47:12 +0000matijja`(~matijja@193.77.181.201) (*.net *.split)
2022-09-07 06:47:12 +0000drewolson(~drewolson@user/drewolson) (*.net *.split)
2022-09-07 06:47:12 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2022-09-07 06:47:12 +0000jrm(~jrm@user/jrm) (*.net *.split)
2022-09-07 06:47:12 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split)
2022-09-07 06:47:12 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-09-07 06:47:12 +0000Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-09-07 06:47:12 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
2022-09-07 06:47:12 +0000mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-09-07 06:47:12 +0000andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-09-07 06:47:12 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split)
2022-09-07 06:47:12 +0000coldtom(~coldtom@coldrick.cc) (*.net *.split)
2022-09-07 06:47:12 +0000_________(~nobody@user/noodly) (*.net *.split)
2022-09-07 06:47:12 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2022-09-07 06:47:12 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-09-07 06:47:12 +0000tv(~tv@user/tv) (*.net *.split)
2022-09-07 06:47:12 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-09-07 06:47:12 +0000Hecate(~mariposa@user/hecate) (*.net *.split)
2022-09-07 06:47:12 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split)
2022-09-07 06:47:12 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:12 +0000thaumavorio(~thaumavor@thaumavor.io) (*.net *.split)
2022-09-07 06:47:12 +0000tessier(~treed@98.171.210.130) (*.net *.split)
2022-09-07 06:47:12 +0000Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-09-07 06:47:12 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split)
2022-09-07 06:47:12 +0000robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-09-07 06:47:12 +0000carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-09-07 06:47:12 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416) (*.net *.split)
2022-09-07 06:47:12 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9) (*.net *.split)
2022-09-07 06:47:13 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0) (*.net *.split)
2022-09-07 06:47:13 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2022-09-07 06:47:13 +0000psydroid(~psydroid@user/psydroid) (*.net *.split)
2022-09-07 06:47:13 +0000sm1(~sm@plaintextaccounting/sm) (*.net *.split)
2022-09-07 06:47:13 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2022-09-07 06:47:13 +0000ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2022-09-07 06:47:13 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3) (*.net *.split)
2022-09-07 06:47:13 +0000dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-09-07 06:47:13 +0000derelict(~derelict@user/derelict) (*.net *.split)
2022-09-07 06:47:13 +0000amir(sid22336@user/amir) (*.net *.split)
2022-09-07 06:47:13 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2022-09-07 06:47:13 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-09-07 06:47:13 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000nckx(~nckx@tobias.gr) (*.net *.split)
2022-09-07 06:47:13 +0000JimL(~quassel@89-162-2-132.fiber.signal.no) (*.net *.split)
2022-09-07 06:47:13 +0000jamestmartin(~james@jtmar.me) (*.net *.split)
2022-09-07 06:47:13 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-09-07 06:47:13 +0000rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000V(~v@ircpuzzles/2022/april/winner/V) (*.net *.split)
2022-09-07 06:47:13 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-09-07 06:47:13 +0000krjst(~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
2022-09-07 06:47:13 +0000asm(~alexander@user/asm) (*.net *.split)
2022-09-07 06:47:13 +0000Guest1698(~Guest1698@20.83.116.49) (*.net *.split)
2022-09-07 06:47:13 +0000danso(danso@danso.ca) (*.net *.split)
2022-09-07 06:47:13 +0000andjjj23(~irc@107.170.228.47) (*.net *.split)
2022-09-07 06:47:13 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-09-07 06:47:13 +0000tired(~tired@user/tired) (*.net *.split)
2022-09-07 06:47:13 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:13 +0000sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-09-07 06:47:13 +0000mxs(~mxs@user/mxs) (*.net *.split)
2022-09-07 06:47:13 +0000dequbed(~dequbed@banana-new.kilobyte22.de) (*.net *.split)
2022-09-07 06:47:13 +0000scav(sid309693@user/scav) (*.net *.split)
2022-09-07 06:47:13 +0000parseval(sid239098@id-239098.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-09-07 06:47:13 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2022-09-07 06:47:13 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1) (*.net *.split)
2022-09-07 06:47:13 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split)
2022-09-07 06:47:13 +0000raoul(~raoul@95.179.203.88) (*.net *.split)
2022-09-07 06:47:13 +0000jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-09-07 06:47:13 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:47:13 +0000haveo_(~haveo@sl35.iuwt.fr) (*.net *.split)
2022-09-07 06:47:13 +0000eldritch(~eldritch@user/eldritch) (*.net *.split)
2022-09-07 06:47:13 +0000another-axel-bee(~axel-bee@alexbenishek.com) (*.net *.split)
2022-09-07 06:47:13 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:13 +0000jakalx(~jakalx@base.jakalx.net) (*.net *.split)
2022-09-07 06:47:13 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-07 06:47:13 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split)
2022-09-07 06:47:14 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
2022-09-07 06:47:14 +0000causal(~user@50.35.83.177) (*.net *.split)
2022-09-07 06:47:14 +0000thatcher_(lp0@heathens.club) (*.net *.split)
2022-09-07 06:47:14 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-09-07 06:47:14 +0000nahcetan(~nate@98.45.169.16) (*.net *.split)
2022-09-07 06:47:14 +0000son0p(~ff@181.136.122.143) (*.net *.split)
2022-09-07 06:47:14 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-09-07 06:47:14 +0000TMA(tma@twin.jikos.cz) (*.net *.split)
2022-09-07 06:47:14 +0000sshine_(~simon@exocortex.online) (*.net *.split)
2022-09-07 06:47:14 +0000meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-09-07 06:47:14 +0000defanor(~defanor@tart.uberspace.net) (*.net *.split)
2022-09-07 06:47:14 +0000hexeme_(~hexeme@user/hexeme) (*.net *.split)
2022-09-07 06:47:14 +0000mrmr(~mrmr@user/mrmr) (*.net *.split)
2022-09-07 06:47:14 +0000chronon(~chronon@user/chronon) (*.net *.split)
2022-09-07 06:47:14 +0000cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-09-07 06:47:14 +0000RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-09-07 06:47:14 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:14 +0000loonycyborg_(loonycybor@chantal.wesnoth.org) (*.net *.split)
2022-09-07 06:47:14 +0000ncf(~n@monade.li) (*.net *.split)
2022-09-07 06:47:14 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split)
2022-09-07 06:47:14 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-09-07 06:47:14 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2022-09-07 06:47:14 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split)
2022-09-07 06:47:14 +0000LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-09-07 06:47:14 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split)
2022-09-07 06:47:14 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:14 +0000maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-09-07 06:47:14 +0000srk(~sorki@user/srk) (*.net *.split)
2022-09-07 06:47:14 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-09-07 06:47:14 +0000cynomys(~cynomys@user/cynomys) (*.net *.split)
2022-09-07 06:47:14 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:47:14 +0000sweater1(~sweater@206.81.18.26) (*.net *.split)
2022-09-07 06:47:14 +0000blades(~blades@204.48.29.163) (*.net *.split)
2022-09-07 06:47:14 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-09-07 06:47:14 +0000darkling(~darkling@savella.carfax.org.uk) (*.net *.split)
2022-09-07 06:47:14 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-09-07 06:47:14 +0000c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-09-07 06:47:14 +0000mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-09-07 06:47:14 +0000heath(~heath@user/heath) (*.net *.split)
2022-09-07 06:47:14 +0000byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-09-07 06:47:14 +0000tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-09-07 06:47:14 +0000df(~ben@justworks.xyz) (*.net *.split)
2022-09-07 06:47:14 +0000tstat(~tstat@user/tstat) (*.net *.split)
2022-09-07 06:47:14 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split)
2022-09-07 06:47:14 +0000simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-09-07 06:47:14 +0000kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-09-07 06:47:15 +0000noctux1(KOx7x4g3XX@karif.server-speed.net) (*.net *.split)
2022-09-07 06:47:15 +0000kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-09-07 06:47:15 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split)
2022-09-07 06:47:15 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:15 +0000marienz(marienz@libera/staff/marienz) (*.net *.split)
2022-09-07 06:47:15 +0000tureba(~tureba@tureba.org) (*.net *.split)
2022-09-07 06:47:15 +0000sloorush(~sloorush@52.187.184.81) (*.net *.split)
2022-09-07 06:47:15 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (*.net *.split)
2022-09-07 06:47:15 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (*.net *.split)
2022-09-07 06:47:15 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:47:15 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split)
2022-09-07 06:47:15 +0000mncheck(~mncheck@193.224.205.254) (*.net *.split)
2022-09-07 06:47:15 +0000biberu(~biberu@user/biberu) (*.net *.split)
2022-09-07 06:47:15 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:15 +0000hook54321(sid149355@user/hook54321) (*.net *.split)
2022-09-07 06:47:15 +0000notzmv(~zmv@user/notzmv) (*.net *.split)
2022-09-07 06:47:15 +0000cheater(~Username@user/cheater) (*.net *.split)
2022-09-07 06:47:15 +0000duckie(~duckie@user/duckie) (*.net *.split)
2022-09-07 06:47:15 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a) (*.net *.split)
2022-09-07 06:47:15 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039) (*.net *.split)
2022-09-07 06:47:15 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b) (*.net *.split)
2022-09-07 06:47:15 +0000jludwig(~justin@user/jludwig) (*.net *.split)
2022-09-07 06:47:15 +0000nerdypepper(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-09-07 06:47:15 +0000noteness(~noteness@user/noteness) (*.net *.split)
2022-09-07 06:47:15 +0000bah(~bah@l1.tel) (*.net *.split)
2022-09-07 06:47:15 +0000cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-09-07 06:47:15 +0000Henkru(henkru@kapsi.fi) (*.net *.split)
2022-09-07 06:47:15 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net) (*.net *.split)
2022-09-07 06:47:15 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split)
2022-09-07 06:47:15 +0000opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-09-07 06:47:15 +0000gff_(~gff@user/gff) (*.net *.split)
2022-09-07 06:47:15 +0000dfg(dfg@user/dfg) (*.net *.split)
2022-09-07 06:47:15 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:15 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-09-07 06:47:15 +0000glider(~glider@user/glider) (*.net *.split)
2022-09-07 06:47:15 +0000bollu(~bollu@159.65.151.13) (*.net *.split)
2022-09-07 06:47:15 +0000MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-09-07 06:47:15 +0000ell(~ellie@user/ellie) (*.net *.split)
2022-09-07 06:47:15 +0000asivitz(uid178348@id-178348.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:15 +0000crns(~netcrns@user/crns) (*.net *.split)
2022-09-07 06:47:15 +0000bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2022-09-07 06:47:15 +0000gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-09-07 06:47:15 +0000Patternmaster(~georg@user/Patternmaster) (*.net *.split)
2022-09-07 06:47:15 +0000hololeap(~quassel@user/hololeap) (*.net *.split)
2022-09-07 06:47:15 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-07 06:47:16 +0000kristjansson(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:16 +0000econo(uid147250@user/econo) (*.net *.split)
2022-09-07 06:47:16 +0000raym(~raym@user/raym) (*.net *.split)
2022-09-07 06:47:16 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (*.net *.split)
2022-09-07 06:47:16 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (*.net *.split)
2022-09-07 06:47:16 +0000APic(apic@apic.name) (*.net *.split)
2022-09-07 06:47:16 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df) (*.net *.split)
2022-09-07 06:47:16 +0000jinsun_(~jinsun@user/jinsun) (*.net *.split)
2022-09-07 06:47:16 +0000ormaaj(~ormaaj@user/ormaaj) (*.net *.split)
2022-09-07 06:47:16 +0000jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2022-09-07 06:47:16 +0000kadoban1(~kadoban@user/kadoban) (*.net *.split)
2022-09-07 06:47:16 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2) (*.net *.split)
2022-09-07 06:47:16 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60) (*.net *.split)
2022-09-07 06:47:16 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7) (*.net *.split)
2022-09-07 06:47:16 +0000siraben(~siraben@user/siraben) (*.net *.split)
2022-09-07 06:47:16 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9) (*.net *.split)
2022-09-07 06:47:16 +0000Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-09-07 06:47:16 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-09-07 06:47:16 +0000mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-09-07 06:47:16 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com) (*.net *.split)
2022-09-07 06:47:16 +0000immae(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-09-07 06:47:16 +0000Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-09-07 06:47:16 +0000megaTherion(~therion@unix.io) (*.net *.split)
2022-09-07 06:47:16 +0000ajb_(~ajb@mimas.whatbox.ca) (*.net *.split)
2022-09-07 06:47:16 +0000darxun(sid504814@id-504814.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:16 +0000lechner(lechner@debian/lechner) (*.net *.split)
2022-09-07 06:47:16 +0000siers(~ij@user/ij) (*.net *.split)
2022-09-07 06:47:16 +0000drlkf(~drlkf@chat.drlkf.net) (*.net *.split)
2022-09-07 06:47:16 +0000hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-09-07 06:47:16 +0000arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-09-07 06:47:16 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split)
2022-09-07 06:47:16 +0000Moyst__(~moyst@user/moyst) (*.net *.split)
2022-09-07 06:47:16 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split)
2022-09-07 06:47:16 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be) (*.net *.split)
2022-09-07 06:47:16 +0000vulpine(xfnw@tilde.team) (*.net *.split)
2022-09-07 06:47:16 +0000tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-09-07 06:47:16 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split)
2022-09-07 06:47:17 +0000EvanR(~EvanR@user/evanr) (*.net *.split)
2022-09-07 06:47:17 +0000m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2022-09-07 06:47:17 +0000koolazer(~koo@user/koolazer) (*.net *.split)
2022-09-07 06:47:17 +0000sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000inversed(~inversed@90.209.137.56) (*.net *.split)
2022-09-07 06:47:17 +0000xstill_(xstill@fimu/xstill) (*.net *.split)
2022-09-07 06:47:17 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:17 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4) (*.net *.split)
2022-09-07 06:47:17 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8) (*.net *.split)
2022-09-07 06:47:17 +0000|beowulf|(florian@sourcemage/mage/beowulf) (*.net *.split)
2022-09-07 06:47:17 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split)
2022-09-07 06:47:17 +0000sviermsung(E3Ya4Aww1k@user/s4msung) (*.net *.split)
2022-09-07 06:47:17 +0000whatsupboy(~whatsupbo@user/scobydoo) (*.net *.split)
2022-09-07 06:47:17 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split)
2022-09-07 06:47:17 +0000agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000dispater-(~dispater@mail.brprice.uk) (*.net *.split)
2022-09-07 06:47:17 +0000orcus(~orcus@user/brprice) (*.net *.split)
2022-09-07 06:47:17 +0000integral(sid296274@user/integral) (*.net *.split)
2022-09-07 06:47:17 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000cln(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000feliix42(~felix@gibbs.uberspace.de) (*.net *.split)
2022-09-07 06:47:17 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-09-07 06:47:17 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-09-07 06:47:17 +0000sabx(~sabbas@user/sabbas) (*.net *.split)
2022-09-07 06:47:17 +0000urdh(~urdh@user/urdh) (*.net *.split)
2022-09-07 06:47:17 +0000absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-09-07 06:47:17 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-09-07 06:47:17 +0000int-e(~noone@int-e.eu) (*.net *.split)
2022-09-07 06:47:17 +0000AWizzArd(~code@gehrels.uberspace.de) (*.net *.split)
2022-09-07 06:47:17 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2022-09-07 06:47:17 +0000rawles(~x@user/rawles) (*.net *.split)
2022-09-07 06:47:17 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:17 +0000edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-09-07 06:47:17 +0000dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-09-07 06:47:17 +0000xacktm(xacktm@user/xacktm) (*.net *.split)
2022-09-07 06:47:17 +0000acidsys(~crameleon@openSUSE/member/crameleon) (*.net *.split)
2022-09-07 06:47:17 +0000thonkpod_(~thonkpod@user/thonkpod) (*.net *.split)
2022-09-07 06:47:18 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000drewr(~drew@user/drewr) (*.net *.split)
2022-09-07 06:47:18 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split)
2022-09-07 06:47:18 +0000kadenwolff[m](~kadenwolf@2001:470:69fc:105::1:d97f) (*.net *.split)
2022-09-07 06:47:18 +0000SethTisue(sid14912@id-14912.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000gay9(~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) (*.net *.split)
2022-09-07 06:47:18 +0000Deide(~deide@user/deide) (*.net *.split)
2022-09-07 06:47:18 +0000Andrew(Andrew@user/AndrewYu) (*.net *.split)
2022-09-07 06:47:18 +0000zmt01(~zmt00@user/zmt00) (*.net *.split)
2022-09-07 06:47:18 +0000UNIX(~kernel@user/OpenSource) (*.net *.split)
2022-09-07 06:47:18 +0000xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-09-07 06:47:18 +0000stefan-_(~cri@42dots.de) (*.net *.split)
2022-09-07 06:47:18 +0000[Leary](~Leary]@user/Leary/x-0910699) (*.net *.split)
2022-09-07 06:47:18 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) (*.net *.split)
2022-09-07 06:47:18 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2022-09-07 06:47:18 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90) (*.net *.split)
2022-09-07 06:47:18 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6) (*.net *.split)
2022-09-07 06:47:18 +0000polykernel[m](~polykerne@user/polykernel) (*.net *.split)
2022-09-07 06:47:18 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172) (*.net *.split)
2022-09-07 06:47:18 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000vito(sid1962@user/vito) (*.net *.split)
2022-09-07 06:47:18 +0000alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split)
2022-09-07 06:47:18 +0000haritz(~hrtz@user/haritz) (*.net *.split)
2022-09-07 06:47:18 +0000dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-09-07 06:47:18 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-09-07 06:47:18 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split)
2022-09-07 06:47:18 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-09-07 06:47:18 +0000ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-09-07 06:47:18 +0000dragestil(~znc@user/dragestil) (*.net *.split)
2022-09-07 06:47:18 +0000brprice(~brprice@user/brprice) (*.net *.split)
2022-09-07 06:47:18 +0000bw(sid2730@user/betawaffle) (*.net *.split)
2022-09-07 06:47:18 +0000chessai(sid225296@id-225296.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000nrr____(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-09-07 06:47:18 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split)
2022-09-07 06:47:18 +0000shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-09-07 06:47:18 +0000jjhoo(jahakala@user/jjhoo) (*.net *.split)
2022-09-07 06:47:18 +0000hltk(~hltk@hltk.fi) (*.net *.split)
2022-09-07 06:47:18 +0000shane(~shane@ana.rch.ist) (*.net *.split)
2022-09-07 06:47:18 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-09-07 06:47:18 +0000hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-09-07 06:47:18 +0000stvc(~stvc@192.241.166.39) (*.net *.split)
2022-09-07 06:47:18 +0000Arsen(arsen@managarm/dev/Arsen) (*.net *.split)
2022-09-07 06:47:18 +0000grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:18 +0000Dykam(Dykam@dykam.nl) (*.net *.split)
2022-09-07 06:47:18 +0000apache2(apache2@anubis.0x90.dk) (*.net *.split)
2022-09-07 06:47:18 +0000toeffel(~toeffel@user/toeffel) (*.net *.split)
2022-09-07 06:47:18 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split)
2022-09-07 06:47:19 +0000shriekingnoise(~shrieking@186.137.167.202) (*.net *.split)
2022-09-07 06:47:19 +0000AlexNoo(~AlexNoo@178.34.151.32) (*.net *.split)
2022-09-07 06:47:19 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski) (*.net *.split)
2022-09-07 06:47:19 +0000AkechiShiro(~licht@user/akechishiro) (*.net *.split)
2022-09-07 06:47:19 +0000jonrh(sid5185@id-5185.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:19 +0000Luj(~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) (*.net *.split)
2022-09-07 06:47:19 +0000foghorn(~foghorn@user/foghorn) (*.net *.split)
2022-09-07 06:47:19 +0000adium(adium@user/adium) (*.net *.split)
2022-09-07 06:47:19 +0000jinsun(~jinsun@user/jinsun) (*.net *.split)
2022-09-07 06:47:19 +0000sagax(~sagax_nb@user/sagax) (*.net *.split)
2022-09-07 06:47:19 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2022-09-07 06:47:19 +0000Killy(~killy@2001:470:69fc:105::2:6ec1) (*.net *.split)
2022-09-07 06:47:19 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd) (*.net *.split)
2022-09-07 06:47:19 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291) (*.net *.split)
2022-09-07 06:47:19 +0000geekosaur[m](~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-07 06:47:19 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (*.net *.split)
2022-09-07 06:47:19 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2022-09-07 06:47:19 +0000bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-09-07 06:47:19 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:19 +0000teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-09-07 06:47:19 +0000nisstyre(wes@user/nisstyre) (*.net *.split)
2022-09-07 06:47:19 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2022-09-07 06:47:19 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:19 +0000edwtjo(~edwtjo@fsf/member/edwtjo) (*.net *.split)
2022-09-07 06:47:19 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2022-09-07 06:47:19 +0000swistak-(~swistak@185.21.216.141) (*.net *.split)
2022-09-07 06:47:19 +0000tnks(sid412124@id-412124.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:47:19 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-07 06:47:19 +0000acro(~acro@user/acro) (*.net *.split)
2022-09-07 06:47:19 +0000Yumemi_(~Yumemi@chamoin.net) (*.net *.split)
2022-09-07 06:47:19 +0000davl_(~davl@207.154.228.18) (*.net *.split)
2022-09-07 06:47:19 +0000_\_(~o@user/offon) (*.net *.split)
2022-09-07 06:47:19 +0000emanon42(~emanon42@103.120.19.44) (*.net *.split)
2022-09-07 06:47:19 +0000noctux(~noctux@user/noctux) (*.net *.split)
2022-09-07 06:47:19 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split)
2022-09-07 06:47:19 +0000Adeon(sid418992@id-418992.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:19 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-09-07 06:47:19 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-09-07 06:47:19 +0000califax(~califax@user/califx) (*.net *.split)
2022-09-07 06:47:19 +0000chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-09-07 06:47:19 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-09-07 06:47:20 +0000`\`(~blop@user/blop) (*.net *.split)
2022-09-07 06:47:20 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-09-07 06:47:20 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-09-07 06:47:20 +0000jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-09-07 06:47:20 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (*.net *.split)
2022-09-07 06:47:20 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-09-07 06:47:20 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (*.net *.split)
2022-09-07 06:47:20 +0000Techcable(~Techcable@user/Techcable) (*.net *.split)
2022-09-07 06:47:20 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (*.net *.split)
2022-09-07 06:47:20 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf) (*.net *.split)
2022-09-07 06:47:20 +0000jushur(~human@user/jushur) (*.net *.split)
2022-09-07 06:47:20 +0000Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2022-09-07 06:47:20 +0000PiDelport(uid25146@id-25146.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:20 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-09-07 06:47:20 +0000Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-09-07 06:47:20 +0000ente`(~daemon@inferno.barfooze.de) (*.net *.split)
2022-09-07 06:47:20 +0000sudden(~cat@user/sudden) (*.net *.split)
2022-09-07 06:47:20 +0000justache(~justache@user/justache) (*.net *.split)
2022-09-07 06:47:20 +0000mzan(~quassel@mail.asterisell.com) (*.net *.split)
2022-09-07 06:47:20 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-09-07 06:47:20 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:20 +0000gdd1(~gdd@129.199.146.230) (*.net *.split)
2022-09-07 06:47:20 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net) (*.net *.split)
2022-09-07 06:47:20 +0000img(~img@user/img) (*.net *.split)
2022-09-07 06:47:20 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:47:20 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (*.net *.split)
2022-09-07 06:47:20 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-07 06:47:20 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:47:20 +0000Colere(~colere@about/linux/staff/sauvin) (*.net *.split)
2022-09-07 06:47:20 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split)
2022-09-07 06:47:20 +0000hays(rootvegeta@fsf/member/hays) (*.net *.split)
2022-09-07 06:47:20 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split)
2022-09-07 06:47:20 +0000kadobanana(~mud@user/kadoban) (*.net *.split)
2022-09-07 06:47:20 +0000mmaruseacph2(~mihai@198.199.98.239) (*.net *.split)
2022-09-07 06:47:20 +0000bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2022-09-07 06:47:20 +0000wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-09-07 06:47:20 +0000malte(~malte@mal.tc) (*.net *.split)
2022-09-07 06:47:20 +0000kraftwerk28_(~kraftwerk@178.62.210.83) (*.net *.split)
2022-09-07 06:47:20 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split)
2022-09-07 06:47:20 +0000oats(~thomas@user/oats) (*.net *.split)
2022-09-07 06:47:20 +0000xerox__(~edi@user/edi) (*.net *.split)
2022-09-07 06:47:20 +0000aku_(~aku@163.172.137.34) (*.net *.split)
2022-09-07 06:47:20 +0000lbseale_(~quassel@user/ep1ctetus) (*.net *.split)
2022-09-07 06:47:20 +0000Clint(~Clint@user/clint) (*.net *.split)
2022-09-07 06:47:20 +0000Unode(~Unode@194.94.44.220) (*.net *.split)
2022-09-07 06:47:20 +0000ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-09-07 06:47:20 +0000stilgart(~Christoph@chezlefab.net) (*.net *.split)
2022-09-07 06:47:21 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-09-07 06:47:21 +0000drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-09-07 06:47:21 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-09-07 06:47:21 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split)
2022-09-07 06:47:21 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz) (*.net *.split)
2022-09-07 06:47:21 +0000haasn(~nand@haasn.dev) (*.net *.split)
2022-09-07 06:47:21 +0000[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-09-07 06:47:21 +0000melonai-(~mel@rnrd.eu) (*.net *.split)
2022-09-07 06:47:21 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member) (*.net *.split)
2022-09-07 06:47:21 +0000vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-09-07 06:47:21 +0000echoreply(~echoreply@45.32.163.16) (*.net *.split)
2022-09-07 06:47:21 +0000ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-09-07 06:47:21 +0000micro(~micro@user/micro) (*.net *.split)
2022-09-07 06:47:21 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split)
2022-09-07 06:47:21 +0000juri_(~juri@84-19-175-179.pool.ovpn.com) (*.net *.split)
2022-09-07 06:47:21 +0000tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-09-07 06:47:21 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-09-07 06:47:21 +0000lisq(~quassel@lis.moe) (*.net *.split)
2022-09-07 06:47:21 +0000peutri_(~peutri@bobo.desast.re) (*.net *.split)
2022-09-07 06:47:21 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:47:21 +0000pierrot(~pi@user/pierrot) (*.net *.split)
2022-09-07 06:47:21 +0000megeve(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:47:21 +0000jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-09-07 06:47:21 +0000natto17(~natto@140.238.225.67) (*.net *.split)
2022-09-07 06:47:21 +0000koz_(~koz@121.99.240.58) (*.net *.split)
2022-09-07 06:47:21 +0000tritlo(sid58727@user/tritlo) (*.net *.split)
2022-09-07 06:47:21 +0000saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:47:21 +0000jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:47:21 +0000nonzen(~nonzen@user/nonzen) (*.net *.split)
2022-09-07 06:47:21 +0000darkstardev13(~darkstard@50.53.212.60) (*.net *.split)
2022-09-07 06:47:21 +0000remedan(~remedan@octo.cafe) (*.net *.split)
2022-09-07 06:47:21 +0000Axman6(~Axman6@user/axman6) (*.net *.split)
2022-09-07 06:47:21 +0000Tisoxin(~ikosit@user/ikosit) (*.net *.split)
2022-09-07 06:47:21 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2022-09-07 06:47:21 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c) (*.net *.split)
2022-09-07 06:47:21 +0000tubogram44(~tubogram@user/tubogram) (*.net *.split)
2022-09-07 06:47:21 +0000schuelermine[m](~schuelerm@user/schuelermine) (*.net *.split)
2022-09-07 06:47:21 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f) (*.net *.split)
2022-09-07 06:47:21 +0000chreekat(~chreekat@2001:470:69fc:105::16b5) (*.net *.split)
2022-09-07 06:47:21 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split)
2022-09-07 06:47:21 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3) (*.net *.split)
2022-09-07 06:47:21 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split)
2022-09-07 06:47:21 +0000frost(~frost@user/frost) (*.net *.split)
2022-09-07 06:47:21 +0000ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2022-09-07 06:47:21 +0000litharge(litharge@libera/bot/litharge) (*.net *.split)
2022-09-07 06:49:44 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net) (*.net *.split)
2022-09-07 06:49:44 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split)
2022-09-07 06:49:44 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec) (*.net *.split)
2022-09-07 06:49:44 +0000johnw(~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) (*.net *.split)
2022-09-07 06:49:44 +0000gentauro(~gentauro@user/gentauro) (*.net *.split)
2022-09-07 06:49:44 +0000zaquest(~notzaques@5.130.79.72) (*.net *.split)
2022-09-07 06:49:44 +0000dolio(~dolio@130.44.130.54) (*.net *.split)
2022-09-07 06:49:44 +0000bbear(~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) (*.net *.split)
2022-09-07 06:49:44 +0000bebu(uid567927@id-567927.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:49:44 +0000res0nat0r084490(~Fletch@dia.whatbox.ca) (*.net *.split)
2022-09-07 06:49:44 +0000tomgus1(~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3) (*.net *.split)
2022-09-07 06:49:44 +0000Fischmie1(~Fischmiep@user/Fischmiep) (*.net *.split)
2022-09-07 06:49:44 +0000finsternis(~X@23.226.237.192) (*.net *.split)
2022-09-07 06:49:44 +0000catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split)
2022-09-07 06:49:44 +0000eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2022-09-07 06:49:44 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018) (*.net *.split)
2022-09-07 06:49:44 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f) (*.net *.split)
2022-09-07 06:49:44 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e) (*.net *.split)
2022-09-07 06:49:44 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (*.net *.split)
2022-09-07 06:49:44 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2022-09-07 06:49:44 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729) (*.net *.split)
2022-09-07 06:49:44 +0000fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2022-09-07 06:49:44 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split)
2022-09-07 06:49:44 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2022-09-07 06:49:44 +0000zachel_(~zachel@user/zachel) (*.net *.split)
2022-09-07 06:49:44 +0000Teacup(~teacup@user/teacup) (*.net *.split)
2022-09-07 06:49:44 +0000nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2022-09-07 06:49:44 +0000farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split)
2022-09-07 06:49:44 +0000GoldsteinQ(~goldstein@goldstein.rs) (*.net *.split)
2022-09-07 06:49:45 +0000m1dnight(~christoph@78-22-0-121.access.telenet.be) (*.net *.split)
2022-09-07 06:49:45 +0000CAT_S(apic@brezn3.muc.ccc.de) (*.net *.split)
2022-09-07 06:49:45 +0000fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) (*.net *.split)
2022-09-07 06:49:45 +0000hrberg(~quassel@171.79-160-161.customer.lyse.net) (*.net *.split)
2022-09-07 06:49:45 +0000Zemyla(~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:49:45 +0000kronicmage(user88019@neotame.csclub.uwaterloo.ca) (*.net *.split)
2022-09-07 06:49:45 +0000piele(~piele@tbonesteak.creativeserver.net) (*.net *.split)
2022-09-07 06:49:45 +0000iphy(sid67735@id-67735.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:49:45 +0000dtman34(~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1) (*.net *.split)
2022-09-07 06:49:45 +0000tcard(~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp) (*.net *.split)
2022-09-07 06:49:45 +0000pie_(~pie_bnc@user/pie/x-2818909) (*.net *.split)
2022-09-07 06:49:45 +0000FragByte(~christian@user/fragbyte) (*.net *.split)
2022-09-07 06:49:45 +0000jimki(~jmaki@gazorpazorp.fixme.fi) (*.net *.split)
2022-09-07 06:49:45 +0000Athas(athas@sigkill.dk) (*.net *.split)
2022-09-07 06:49:45 +0000ryantrinkle(~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7) (*.net *.split)
2022-09-07 06:49:45 +0000Hafydd_(jc@user/hafydd) (*.net *.split)
2022-09-07 06:49:45 +0000lyxia(~lyxia@poisson.chat) (*.net *.split)
2022-09-07 06:49:45 +0000leah2(~leah@vuxu.org) (*.net *.split)
2022-09-07 06:49:45 +0000Guest585(~mike@user/feetwind) (*.net *.split)
2022-09-07 06:49:45 +0000yahb2(~yahb2@2a01:4f8:c0c:5c7b::2) (*.net *.split)
2022-09-07 06:49:45 +0000lieven(~mal@ns2.wyrd.be) (*.net *.split)
2022-09-07 06:49:45 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284) (*.net *.split)
2022-09-07 06:49:45 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d) (*.net *.split)
2022-09-07 06:49:45 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split)
2022-09-07 06:49:45 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2022-09-07 06:49:45 +0000superbil(~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split)
2022-09-07 06:50:47 +0000Teacup_(~teacup@user/teacup)
2022-09-07 06:50:47 +0000litharge(litharge@libera/bot/litharge)
2022-09-07 06:50:47 +0000ChanServ(ChanServ@services.libera.chat)
2022-09-07 06:50:47 +0000tubogram44(~tubogram@user/tubogram)
2022-09-07 06:50:47 +0000Colere(~colere@about/linux/staff/sauvin)
2022-09-07 06:50:47 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca)
2022-09-07 06:50:47 +0000hays(rootvegeta@fsf/member/hays)
2022-09-07 06:50:47 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net)
2022-09-07 06:50:47 +0000kadobanana(~mud@user/kadoban)
2022-09-07 06:50:47 +0000mmaruseacph2(~mihai@198.199.98.239)
2022-09-07 06:50:47 +0000bcmiller(~bm3719@66.42.95.185)
2022-09-07 06:50:47 +0000wagle(~wagle@quassel.wagle.io)
2022-09-07 06:50:47 +0000malte(~malte@mal.tc)
2022-09-07 06:50:47 +0000kraftwerk28_(~kraftwerk@178.62.210.83)
2022-09-07 06:50:47 +0000oats(~thomas@user/oats)
2022-09-07 06:50:47 +0000xerox__(~edi@user/edi)
2022-09-07 06:50:47 +0000aku_(~aku@163.172.137.34)
2022-09-07 06:50:47 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net)
2022-09-07 06:50:47 +0000lbseale_(~quassel@user/ep1ctetus)
2022-09-07 06:50:47 +0000Clint(~Clint@user/clint)
2022-09-07 06:50:47 +0000Unode(~Unode@194.94.44.220)
2022-09-07 06:50:47 +0000ouroboros(~ouroboros@user/ouroboros)
2022-09-07 06:50:47 +0000stilgart(~Christoph@chezlefab.net)
2022-09-07 06:50:47 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-09-07 06:50:47 +0000drdo(~drdo@roach0.drdo.eu)
2022-09-07 06:50:47 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-09-07 06:50:47 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru)
2022-09-07 06:50:47 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz)
2022-09-07 06:50:47 +0000haasn(~nand@haasn.dev)
2022-09-07 06:50:47 +0000[exa](exa@user/exa/x-3587197)
2022-09-07 06:50:47 +0000melonai-(~mel@rnrd.eu)
2022-09-07 06:50:47 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member)
2022-09-07 06:50:47 +0000vgtw(~vgtw@user/vgtw)
2022-09-07 06:50:47 +0000echoreply(~echoreply@45.32.163.16)
2022-09-07 06:50:47 +0000ddb(~ddb@ipv6two.tilde.club)
2022-09-07 06:50:47 +0000micro(~micro@user/micro)
2022-09-07 06:50:47 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net)
2022-09-07 06:50:47 +0000juri_(~juri@84-19-175-179.pool.ovpn.com)
2022-09-07 06:50:47 +0000tristanC(~tristanC@user/tristanc)
2022-09-07 06:50:47 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-09-07 06:50:47 +0000lisq(~quassel@lis.moe)
2022-09-07 06:50:47 +0000peutri_(~peutri@bobo.desast.re)
2022-09-07 06:50:47 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000pierrot(~pi@user/pierrot)
2022-09-07 06:50:47 +0000megeve(sid523379@id-523379.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000natto17(~natto@140.238.225.67)
2022-09-07 06:50:47 +0000jackdk(sid373013@cssa/jackdk)
2022-09-07 06:50:47 +0000silver.libera.chat+o ChanServ
2022-09-07 06:50:47 +0000koz_(~koz@121.99.240.58)
2022-09-07 06:50:47 +0000nonzen(~nonzen@user/nonzen)
2022-09-07 06:50:47 +0000tritlo(sid58727@user/tritlo)
2022-09-07 06:50:47 +0000saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-09-07 06:50:47 +0000jmct(sid160793@id-160793.tinside.irccloud.com)
2022-09-07 06:50:47 +0000darkstardev13(~darkstard@50.53.212.60)
2022-09-07 06:50:47 +0000remedan(~remedan@octo.cafe)
2022-09-07 06:50:47 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-09-07 06:50:47 +0000teddyc(theodorc@cassarossa.samfundet.no)
2022-09-07 06:50:47 +0000nisstyre(wes@user/nisstyre)
2022-09-07 06:50:47 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2022-09-07 06:50:47 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000edwtjo(~edwtjo@fsf/member/edwtjo)
2022-09-07 06:50:47 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2022-09-07 06:50:47 +0000swistak-(~swistak@185.21.216.141)
2022-09-07 06:50:47 +0000tnks(sid412124@id-412124.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-09-07 06:50:47 +0000acro(~acro@user/acro)
2022-09-07 06:50:47 +0000Yumemi_(~Yumemi@chamoin.net)
2022-09-07 06:50:47 +0000davl_(~davl@207.154.228.18)
2022-09-07 06:50:47 +0000_\_(~o@user/offon)
2022-09-07 06:50:47 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp)
2022-09-07 06:50:47 +0000emanon42(~emanon42@103.120.19.44)
2022-09-07 06:50:47 +0000noctux(~noctux@user/noctux)
2022-09-07 06:50:47 +0000Adeon(sid418992@id-418992.lymington.irccloud.com)
2022-09-07 06:50:47 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca)
2022-09-07 06:50:47 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-09-07 06:50:47 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000vito(sid1962@user/vito)
2022-09-07 06:50:47 +0000alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net)
2022-09-07 06:50:47 +0000haritz(~hrtz@user/haritz)
2022-09-07 06:50:47 +0000dibblego(~dibblego@haskell/developer/dibblego)
2022-09-07 06:50:47 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com)
2022-09-07 06:50:47 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000dunj3(~dunj3@kingdread.de)
2022-09-07 06:50:47 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com)
2022-09-07 06:50:47 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da)
2022-09-07 06:50:47 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com)
2022-09-07 06:50:47 +0000welterde(welterde@thinkbase.srv.welterde.de)
2022-09-07 06:50:47 +0000ringo__(~ringo@157.230.117.128)
2022-09-07 06:50:47 +0000dragestil(~znc@user/dragestil)
2022-09-07 06:50:47 +0000brprice(~brprice@user/brprice)
2022-09-07 06:50:47 +0000bw(sid2730@user/betawaffle)
2022-09-07 06:50:47 +0000nrr____(sid20938@id-20938.lymington.irccloud.com)
2022-09-07 06:50:47 +0000chessai(sid225296@id-225296.lymington.irccloud.com)
2022-09-07 06:50:47 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party)
2022-09-07 06:50:47 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2)
2022-09-07 06:50:47 +0000shachaf(~shachaf@user/shachaf)
2022-09-07 06:50:47 +0000jjhoo(jahakala@user/jjhoo)
2022-09-07 06:50:47 +0000hltk(~hltk@hltk.fi)
2022-09-07 06:50:47 +0000shane(~shane@ana.rch.ist)
2022-09-07 06:50:47 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-09-07 06:50:47 +0000hiredman(~hiredman@frontier1.downey.family)
2022-09-07 06:50:47 +0000stvc(~stvc@192.241.166.39)
2022-09-07 06:50:47 +0000Arsen(arsen@managarm/dev/Arsen)
2022-09-07 06:50:47 +0000grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000Dykam(Dykam@dykam.nl)
2022-09-07 06:50:47 +0000apache2(apache2@anubis.0x90.dk)
2022-09-07 06:50:47 +0000|beowulf|(florian@sourcemage/mage/beowulf)
2022-09-07 06:50:47 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725)
2022-09-07 06:50:47 +0000sviermsung(E3Ya4Aww1k@user/s4msung)
2022-09-07 06:50:47 +0000whatsupboy(~whatsupbo@user/scobydoo)
2022-09-07 06:50:47 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001)
2022-09-07 06:50:47 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000agander_m(sid407952@id-407952.tinside.irccloud.com)
2022-09-07 06:50:47 +0000dispater-(~dispater@mail.brprice.uk)
2022-09-07 06:50:47 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com)
2022-09-07 06:50:47 +0000cln(sid336875@id-336875.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000orcus(~orcus@user/brprice)
2022-09-07 06:50:47 +0000integral(sid296274@user/integral)
2022-09-07 06:50:47 +0000feliix42(~felix@gibbs.uberspace.de)
2022-09-07 06:50:47 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-09-07 06:50:47 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-09-07 06:50:47 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-09-07 06:50:47 +0000rawles(~x@user/rawles)
2022-09-07 06:50:47 +0000sabx(~sabbas@user/sabbas)
2022-09-07 06:50:47 +0000urdh(~urdh@user/urdh)
2022-09-07 06:50:47 +0000int-e(~noone@int-e.eu)
2022-09-07 06:50:47 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-09-07 06:50:47 +0000absence(torgeihe@hildring.pvv.ntnu.no)
2022-09-07 06:50:47 +0000AWizzArd(~code@gehrels.uberspace.de)
2022-09-07 06:50:47 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2022-09-07 06:50:47 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000edwardk(sid47016@haskell/developer/edwardk)
2022-09-07 06:50:47 +0000dixie(~dixie@real.wilbury.sk)
2022-09-07 06:50:47 +0000xacktm(xacktm@user/xacktm)
2022-09-07 06:50:47 +0000acidsys(~crameleon@openSUSE/member/crameleon)
2022-09-07 06:50:47 +0000thonkpod_(~thonkpod@user/thonkpod)
2022-09-07 06:50:47 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000drewr(~drew@user/drewr)
2022-09-07 06:50:47 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net)
2022-09-07 06:50:47 +0000Inoperable(~PLAYER_1@fancydata.science)
2022-09-07 06:50:47 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-09-07 06:50:47 +0000mjacob(~mjacob@adrastea.uberspace.de)
2022-09-07 06:50:47 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com)
2022-09-07 06:50:47 +0000immae(~immae@2a01:4f8:141:53e7::)
2022-09-07 06:50:47 +0000darxun(sid504814@id-504814.tinside.irccloud.com)
2022-09-07 06:50:47 +0000Ranhir(~Ranhir@157.97.53.139)
2022-09-07 06:50:47 +0000megaTherion(~therion@unix.io)
2022-09-07 06:50:47 +0000ajb_(~ajb@mimas.whatbox.ca)
2022-09-07 06:50:47 +0000lechner(lechner@debian/lechner)
2022-09-07 06:50:47 +0000siers(~ij@user/ij)
2022-09-07 06:50:47 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-07 06:50:47 +0000hugo(znc@verdigris.lysator.liu.se)
2022-09-07 06:50:47 +0000arkeet(~arkeet@moriya.ca)
2022-09-07 06:50:47 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001)
2022-09-07 06:50:47 +0000Moyst__(~moyst@user/moyst)
2022-09-07 06:50:47 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au)
2022-09-07 06:50:47 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be)
2022-09-07 06:50:47 +0000vulpine(xfnw@tilde.team)
2022-09-07 06:50:47 +0000tinwood(~tinwood@canonical/tinwood)
2022-09-07 06:50:47 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71)
2022-09-07 06:50:47 +0000jludwig(~justin@user/jludwig)
2022-09-07 06:50:47 +0000nerdypepper(~nerdypepp@user/nerdypepper)
2022-09-07 06:50:47 +0000noteness(~noteness@user/noteness)
2022-09-07 06:50:47 +0000bah(~bah@l1.tel)
2022-09-07 06:50:47 +0000cjay(cjay@nerdbox.nerd2nerd.org)
2022-09-07 06:50:47 +0000Henkru(henkru@kapsi.fi)
2022-09-07 06:50:47 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-09-07 06:50:47 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru)
2022-09-07 06:50:47 +0000opqdonut(opqdonut@pseudo.fixme.fi)
2022-09-07 06:50:47 +0000gff_(~gff@user/gff)
2022-09-07 06:50:47 +0000dfg(dfg@user/dfg)
2022-09-07 06:50:47 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-09-07 06:50:47 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-09-07 06:50:47 +0000glider(~glider@user/glider)
2022-09-07 06:50:47 +0000bollu(~bollu@159.65.151.13)
2022-09-07 06:50:47 +0000ell(~ellie@user/ellie)
2022-09-07 06:50:47 +0000MironZ(~MironZ@nat-infra.ehlab.uk)
2022-09-07 06:50:47 +0000asivitz(uid178348@id-178348.tinside.irccloud.com)
2022-09-07 06:50:47 +0000crns(~netcrns@user/crns)
2022-09-07 06:50:47 +0000bjobjo(~bjobjo@user/bjobjo)
2022-09-07 06:50:47 +0000gnyeki(~gnyeki@user/gnyeki)
2022-09-07 06:50:47 +0000Patternmaster(~georg@user/Patternmaster)
2022-09-07 06:50:47 +0000hololeap(~quassel@user/hololeap)
2022-09-07 06:50:47 +0000dminuoso(~dminuoso@user/dminuoso)
2022-09-07 06:50:47 +0000derelict(~derelict@user/derelict)
2022-09-07 06:50:47 +0000amir(sid22336@user/amir)
2022-09-07 06:50:47 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000Pent(sid313808@id-313808.lymington.irccloud.com)
2022-09-07 06:50:47 +0000qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-09-07 06:50:47 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000mustafa(sid502723@rockylinux/releng/mustafa)
2022-09-07 06:50:47 +0000JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-09-07 06:50:47 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000nckx(~nckx@tobias.gr)
2022-09-07 06:50:47 +0000JimL(~quassel@89-162-2-132.fiber.signal.no)
2022-09-07 06:50:47 +0000jamestmartin(~james@jtmar.me)
2022-09-07 06:50:47 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000idnar(sid12240@debian/mithrandi)
2022-09-07 06:50:47 +0000V(~v@ircpuzzles/2022/april/winner/V)
2022-09-07 06:50:47 +0000rune(sid21167@id-21167.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com)
2022-09-07 06:50:47 +0000Flow(~none@gentoo/developer/flow)
2022-09-07 06:50:47 +0000krjst(~krjst@2604:a880:800:c1::16b:8001)
2022-09-07 06:50:47 +0000asm(~alexander@user/asm)
2022-09-07 06:50:47 +0000Guest1698(~Guest1698@20.83.116.49)
2022-09-07 06:50:47 +0000danso(danso@danso.ca)
2022-09-07 06:50:47 +0000andjjj23(~irc@107.170.228.47)
2022-09-07 06:50:47 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-09-07 06:50:47 +0000tired(~tired@user/tired)
2022-09-07 06:50:47 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2022-09-07 06:50:47 +0000sclv(sid39734@haskell/developer/sclv)
2022-09-07 06:50:47 +0000mxs(~mxs@user/mxs)
2022-09-07 06:50:47 +0000dequbed(~dequbed@banana-new.kilobyte22.de)
2022-09-07 06:50:47 +0000scav(sid309693@user/scav)
2022-09-07 06:50:47 +0000parseval(sid239098@id-239098.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-09-07 06:50:47 +0000lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-09-07 06:50:47 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2022-09-07 06:50:47 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1)
2022-09-07 06:50:47 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5)
2022-09-07 06:50:47 +0000raoul(~raoul@95.179.203.88)
2022-09-07 06:50:47 +0000jackhill(~jackhill@kalessin.dragonsnail.net)
2022-09-07 06:50:47 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-09-07 06:50:47 +0000haveo_(~haveo@sl35.iuwt.fr)
2022-09-07 06:50:47 +0000eldritch(~eldritch@user/eldritch)
2022-09-07 06:50:47 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000another-axel-bee(~axel-bee@alexbenishek.com)
2022-09-07 06:50:47 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-09-07 06:50:47 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000nahcetan(~nate@98.45.169.16)
2022-09-07 06:50:47 +0000son0p(~ff@181.136.122.143)
2022-09-07 06:50:47 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-09-07 06:50:47 +0000TMA(tma@twin.jikos.cz)
2022-09-07 06:50:47 +0000sshine_(~simon@exocortex.online)
2022-09-07 06:50:47 +0000meejah(~meejah@rutas.meejah.ca)
2022-09-07 06:50:47 +0000defanor(~defanor@tart.uberspace.net)
2022-09-07 06:50:47 +0000hexeme_(~hexeme@user/hexeme)
2022-09-07 06:50:47 +0000mrmr(~mrmr@user/mrmr)
2022-09-07 06:50:47 +0000chronon(~chronon@user/chronon)
2022-09-07 06:50:47 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2022-09-07 06:50:47 +0000cods(~fred@82-65-232-44.subs.proxad.net)
2022-09-07 06:50:47 +0000RMSBach(~guygastin@137.184.131.156)
2022-09-07 06:50:47 +0000loonycyborg_(loonycybor@chantal.wesnoth.org)
2022-09-07 06:50:47 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de)
2022-09-07 06:50:47 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp)
2022-09-07 06:50:47 +0000ncf(~n@monade.li)
2022-09-07 06:50:47 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk)
2022-09-07 06:50:47 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-09-07 06:50:47 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com)
2022-09-07 06:50:47 +0000LambdaDuck(~anka@ksit.fixme.fi)
2022-09-07 06:50:47 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2022-09-07 06:50:47 +0000maerwald(~maerwald@user/maerwald)
2022-09-07 06:50:47 +0000srk(~sorki@user/srk)
2022-09-07 06:50:47 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-09-07 06:50:47 +0000cynomys(~cynomys@user/cynomys)
2022-09-07 06:50:47 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de)
2022-09-07 06:50:47 +0000blades(~blades@204.48.29.163)
2022-09-07 06:50:47 +0000sweater1(~sweater@206.81.18.26)
2022-09-07 06:50:47 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-09-07 06:50:47 +0000darkling(~darkling@savella.carfax.org.uk)
2022-09-07 06:50:47 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com)
2022-09-07 06:50:47 +0000c_wraith(~c_wraith@adjoint.us)
2022-09-07 06:50:47 +0000mcglk(~mcglk@131.191.49.120)
2022-09-07 06:50:47 +0000kritzefitz(~kritzefit@debian/kritzefitz)
2022-09-07 06:50:47 +0000heath(~heath@user/heath)
2022-09-07 06:50:47 +0000byorgey(~byorgey@155.138.238.211)
2022-09-07 06:50:47 +0000tolt(~weechat-h@li219-154.members.linode.com)
2022-09-07 06:50:47 +0000df(~ben@justworks.xyz)
2022-09-07 06:50:47 +0000tstat(~tstat@user/tstat)
2022-09-07 06:50:47 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net)
2022-09-07 06:50:47 +0000simpleauthority(~simpleaut@user/simpleauthority)
2022-09-07 06:50:47 +0000noctux1(KOx7x4g3XX@karif.server-speed.net)
2022-09-07 06:50:47 +0000kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-09-07 06:50:47 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-09-07 06:50:47 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-09-07 06:50:47 +0000marienz(marienz@libera/staff/marienz)
2022-09-07 06:50:47 +0000tureba(~tureba@tureba.org)
2022-09-07 06:50:47 +0000macabre(~m@161.35.15.236)
2022-09-07 06:50:47 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-09-07 06:50:47 +0000cyphase(~cyphase@user/cyphase)
2022-09-07 06:50:47 +0000Trattue(~Trattue@152.70.182.158)
2022-09-07 06:50:47 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu)
2022-09-07 06:50:47 +0000Logio(em@kapsi.fi)
2022-09-07 06:50:47 +0000wolfshappen(~waff@irc.furworks.de)
2022-09-07 06:50:47 +0000arahael(~arahael@14-200-135-92.tpgi.com.au)
2022-09-07 06:50:47 +0000tomboy64(~tomboy64@user/tomboy64)
2022-09-07 06:50:47 +0000rodental(~rodental@38.146.5.222)
2022-09-07 06:50:47 +0000davean(~davean@davean.sciesnet.net)
2022-09-07 06:50:47 +0000sm[i]_(~user@li229-222.members.linode.com)
2022-09-07 06:50:47 +0000x88x88x(~x88x88x@149.28.53.172)
2022-09-07 06:50:47 +0000sander(~sander@user/sander)
2022-09-07 06:50:47 +0000cross_(~cross@spitfire.i.gajendra.net)
2022-09-07 06:50:47 +0000auri_(~auri@fsf/member/auri)
2022-09-07 06:50:47 +0000quintasan_(~quassel@quintasan.pl)
2022-09-07 06:50:47 +0000Taneb0(~Taneb@runciman.hacksoc.org)
2022-09-07 06:50:47 +0000zzz(~z@user/zero)
2022-09-07 06:50:47 +0000telser_(~quassel@user/telser)
2022-09-07 06:50:47 +0000matijja`(~matijja@193.77.181.201)
2022-09-07 06:50:47 +0000drewolson(~drewolson@user/drewolson)
2022-09-07 06:50:47 +0000jrm(~jrm@user/jrm)
2022-09-07 06:50:47 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2022-09-07 06:50:47 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net)
2022-09-07 06:50:47 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br)
2022-09-07 06:50:47 +0000Maxdamantus(~Maxdamant@user/maxdamantus)
2022-09-07 06:50:47 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2022-09-07 06:50:47 +0000mcfrdy(~mcfrdy@user/mcfrdy)
2022-09-07 06:50:47 +0000andreas303(andreas303@ip227.orange.bnc4free.com)
2022-09-07 06:50:47 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net)
2022-09-07 06:50:47 +0000coldtom(~coldtom@coldrick.cc)
2022-09-07 06:50:47 +0000_________(~nobody@user/noodly)
2022-09-07 06:50:47 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2022-09-07 06:50:47 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-09-07 06:50:47 +0000tv(~tv@user/tv)
2022-09-07 06:50:47 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-09-07 06:50:47 +0000Hecate(~mariposa@user/hecate)
2022-09-07 06:50:47 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net)
2022-09-07 06:50:47 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-09-07 06:50:47 +0000thaumavorio(~thaumavor@thaumavor.io)
2022-09-07 06:50:47 +0000tessier(~treed@98.171.210.130)
2022-09-07 06:50:47 +0000Rembane(~Rembane@li346-36.members.linode.com)
2022-09-07 06:50:47 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com)
2022-09-07 06:50:47 +0000robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-09-07 06:50:47 +0000carbolymer(~carbolyme@dropacid.net)
2022-09-07 06:50:47 +0000energizer(~energizer@user/energizer)
2022-09-07 06:50:47 +0000qwedfg(~qwedfg@user/qwedfg)
2022-09-07 06:50:47 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab)
2022-09-07 06:50:47 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3)
2022-09-07 06:50:47 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-09-07 06:50:47 +0000chreekat(~chreekat@2001:470:69fc:105::16b5)
2022-09-07 06:50:47 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f)
2022-09-07 06:50:47 +0000schuelermine[m](~schuelerm@user/schuelermine)
2022-09-07 06:50:47 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c)
2022-09-07 06:50:47 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-09-07 06:50:47 +0000Tisoxin(~ikosit@user/ikosit)
2022-09-07 06:50:47 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9)
2022-09-07 06:50:47 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b)
2022-09-07 06:50:47 +0000siraben(~siraben@user/siraben)
2022-09-07 06:50:47 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-09-07 06:50:47 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2022-09-07 06:50:47 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3)
2022-09-07 06:50:47 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7)
2022-09-07 06:50:47 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039)
2022-09-07 06:50:47 +0000geekosaur[m](~geekosaur@xmonad/geekosaur)
2022-09-07 06:50:47 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172)
2022-09-07 06:50:47 +0000ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-09-07 06:50:47 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60)
2022-09-07 06:50:47 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-09-07 06:50:47 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291)
2022-09-07 06:50:47 +0000polykernel[m](~polykerne@user/polykernel)
2022-09-07 06:50:47 +0000sm1(~sm@plaintextaccounting/sm)
2022-09-07 06:50:47 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6)
2022-09-07 06:50:47 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b)
2022-09-07 06:50:47 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8)
2022-09-07 06:50:47 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2)
2022-09-07 06:50:47 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90)
2022-09-07 06:50:47 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4)
2022-09-07 06:50:47 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a)
2022-09-07 06:50:47 +0000kadoban1(~kadoban@user/kadoban)
2022-09-07 06:50:47 +0000jmcantrell(~jmcantrel@user/jmcantrell)
2022-09-07 06:50:47 +0000jinsun_(~jinsun@user/jinsun)
2022-09-07 06:50:47 +0000ormaaj(~ormaaj@user/ormaaj)
2022-09-07 06:50:47 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0)
2022-09-07 06:50:47 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df)
2022-09-07 06:50:47 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9)
2022-09-07 06:50:47 +0000duckie(~duckie@user/duckie)
2022-09-07 06:50:47 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd)
2022-09-07 06:50:47 +0000Killy(~killy@2001:470:69fc:105::2:6ec1)
2022-09-07 06:50:47 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-09-07 06:50:47 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416)
2022-09-07 06:50:47 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f)
2022-09-07 06:50:47 +0000sagax(~sagax_nb@user/sagax)
2022-09-07 06:50:47 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd)
2022-09-07 06:50:47 +0000rembo10(~rembo10@main.remulis.com)
2022-09-07 06:50:47 +0000psydroid(~psydroid@user/psydroid)
2022-09-07 06:50:47 +0000cheater(~Username@user/cheater)
2022-09-07 06:50:47 +0000[Leary](~Leary]@user/Leary/x-0910699)
2022-09-07 06:50:47 +0000APic(apic@apic.name)
2022-09-07 06:50:47 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 06:50:47 +0000gawen(~gawen@user/gawen)
2022-09-07 06:50:47 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-09-07 06:50:47 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net)
2022-09-07 06:50:47 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-09-07 06:50:47 +0000jinsun(~jinsun@user/jinsun)
2022-09-07 06:50:47 +0000turlando(~turlando@user/turlando)
2022-09-07 06:50:47 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net)
2022-09-07 06:50:47 +0000adium(adium@user/adium)
2022-09-07 06:50:47 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-09-07 06:50:47 +0000img(~img@user/img)
2022-09-07 06:50:47 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2022-09-07 06:50:47 +0000Philonous(~Philonous@user/philonous)
2022-09-07 06:50:47 +0000notzmv(~zmv@user/notzmv)
2022-09-07 06:50:47 +0000stefan-_(~cri@42dots.de)
2022-09-07 06:50:47 +0000foghorn(~foghorn@user/foghorn)
2022-09-07 06:50:47 +0000xstill_(xstill@fimu/xstill)
2022-09-07 06:50:47 +0000xsarnik(xsarnik@lounge.fi.muni.cz)
2022-09-07 06:50:47 +0000UNIX(~kernel@user/OpenSource)
2022-09-07 06:50:47 +0000zmt01(~zmt00@user/zmt00)
2022-09-07 06:50:47 +0000Luj(~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11)
2022-09-07 06:50:47 +0000jonrh(sid5185@id-5185.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2022-09-07 06:50:47 +0000Andrew(Andrew@user/AndrewYu)
2022-09-07 06:50:47 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net)
2022-09-07 06:50:47 +0000gdd1(~gdd@129.199.146.230)
2022-09-07 06:50:47 +0000inversed(~inversed@90.209.137.56)
2022-09-07 06:50:47 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000sa(sid1055@id-1055.tinside.irccloud.com)
2022-09-07 06:50:47 +0000koolazer(~koo@user/koolazer)
2022-09-07 06:50:47 +0000hook54321(sid149355@user/hook54321)
2022-09-07 06:50:47 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-09-07 06:50:47 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-09-07 06:50:47 +0000mzan(~quassel@mail.asterisell.com)
2022-09-07 06:50:47 +0000justache(~justache@user/justache)
2022-09-07 06:50:47 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 06:50:47 +0000michalz(~michalz@185.246.204.75)
2022-09-07 06:50:47 +0000TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com)
2022-09-07 06:50:47 +0000Deide(~deide@user/deide)
2022-09-07 06:50:47 +0000biberu(~biberu@user/biberu)
2022-09-07 06:50:47 +0000AkechiShiro(~licht@user/akechishiro)
2022-09-07 06:50:47 +0000shailangsa(~shailangs@host86-186-133-23.range86-186.btcentralplus.com)
2022-09-07 06:50:47 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com)
2022-09-07 06:50:47 +0000analoq(~yashi@user/dies)
2022-09-07 06:50:47 +0000niko(niko@libera/staff/niko)
2022-09-07 06:50:47 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-07 06:50:47 +0000sudden(~cat@user/sudden)
2022-09-07 06:50:47 +0000m5zs7k(aquares@web10.mydevil.net)
2022-09-07 06:50:47 +0000mncheck(~mncheck@193.224.205.254)
2022-09-07 06:50:47 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be)
2022-09-07 06:50:47 +0000thatcher(lp0@heathens.club)
2022-09-07 06:50:47 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski)
2022-09-07 06:50:47 +0000raym(~raym@user/raym)
2022-09-07 06:50:47 +0000potash(~foghorn@user/foghorn)
2022-09-07 06:50:47 +0000martin02(~silas@141.84.69.76)
2022-09-07 06:50:47 +0000ente`(~daemon@inferno.barfooze.de)
2022-09-07 06:50:47 +0000gay9(~quassel@94-168-123-190.static.v4.ziggozakelijk.nl)
2022-09-07 06:50:47 +0000Me-me(~me-me@user/me-me)
2022-09-07 06:50:47 +0000Igloo(~ian@matrix.chaos.earth.li)
2022-09-07 06:50:47 +0000AlexNoo(~AlexNoo@178.34.151.32)
2022-09-07 06:50:47 +0000AlexZenon(~alzenon@178.34.151.32)
2022-09-07 06:50:47 +0000Alex_test(~al_test@178.34.151.32)
2022-09-07 06:50:47 +0000fjMSX(~hypni2p@128-68-149-52.broadband.corbina.ru)
2022-09-07 06:50:47 +0000shriekingnoise(~shrieking@186.137.167.202)
2022-09-07 06:50:47 +0000caubert(~caubert@user/caubert)
2022-09-07 06:50:47 +0000econo(uid147250@user/econo)
2022-09-07 06:50:47 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com)
2022-09-07 06:50:47 +0000SethTisue(sid14912@id-14912.ilkley.irccloud.com)
2022-09-07 06:50:47 +0000kadenwolff[m](~kadenwolf@2001:470:69fc:105::1:d97f)
2022-09-07 06:50:47 +0000kristjansson(sid126207@id-126207.tinside.irccloud.com)
2022-09-07 06:50:47 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
2022-09-07 06:50:47 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-07 06:50:47 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2022-09-07 06:50:47 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-09-07 06:50:47 +0000Kaiepi(~Kaiepi@142.68.249.28)
2022-09-07 06:50:47 +0000pavonia(~user@user/siracusa)
2022-09-07 06:50:47 +0000kmein(~weechat@user/kmein)
2022-09-07 06:50:47 +0000EvanR(~EvanR@user/evanr)
2022-09-07 06:50:47 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-07 06:50:47 +0000PiDelport(uid25146@id-25146.lymington.irccloud.com)
2022-09-07 06:50:47 +0000thatcher_(lp0@heathens.club)
2022-09-07 06:50:47 +0000causal(~user@50.35.83.177)
2022-09-07 06:50:47 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-07 06:50:47 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-07 06:50:47 +0000Axman6(~Axman6@user/axman6)
2022-09-07 06:50:47 +0000jushur(~human@user/jushur)
2022-09-07 06:50:47 +0000fjmorazan(~quassel@user/fjmorazan)
2022-09-07 06:50:47 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-07 06:50:47 +0000euandreh(~euandreh@179.214.113.107)
2022-09-07 06:50:47 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-07 06:50:47 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-09-07 06:50:47 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2022-09-07 06:50:47 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2022-09-07 06:50:47 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-07 06:50:47 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 06:50:47 +0000frost(~frost@user/frost)
2022-09-07 06:50:47 +0000td_(~td@94.134.91.56)
2022-09-07 06:50:47 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 06:50:47 +0000`\`(~blop@user/blop)
2022-09-07 06:50:47 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 06:50:47 +0000vglfr(~vglfr@145.224.94.171)
2022-09-07 06:50:47 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b)
2022-09-07 06:50:47 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 06:50:47 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 06:50:47 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 06:50:47 +0000mbuf(~Shakthi@49.204.140.237)
2022-09-07 06:50:47 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com)
2022-09-07 06:50:47 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2022-09-07 06:50:47 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 06:50:47 +0000miffi(~miffi@user/miffi)
2022-09-07 06:50:47 +0000xsebek(xsebek@swarm.znchost.com)
2022-09-07 06:50:47 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 06:50:47 +0000phma(~phma@host-67-44-208-94.hnremote.net)
2022-09-07 06:50:47 +0000Techcable(~Techcable@user/Techcable)
2022-09-07 06:50:47 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de)
2022-09-07 06:50:47 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-07 06:50:47 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f)
2022-09-07 06:50:47 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5)
2022-09-07 06:50:47 +0000sloorush(~sloorush@52.187.184.81)
2022-09-07 06:50:47 +0000califax(~califax@user/califx)
2022-09-07 06:50:47 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 06:50:47 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-07 06:50:47 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 06:50:47 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-09-07 06:50:47 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec)
2022-09-07 06:50:47 +0000johnw(~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c)
2022-09-07 06:50:47 +0000gentauro(~gentauro@user/gentauro)
2022-09-07 06:50:47 +0000zaquest(~notzaques@5.130.79.72)
2022-09-07 06:50:47 +0000dolio(~dolio@130.44.130.54)
2022-09-07 06:50:47 +0000bbear(~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d)
2022-09-07 06:50:47 +0000bebu(uid567927@id-567927.uxbridge.irccloud.com)
2022-09-07 06:50:47 +0000res0nat0r084490(~Fletch@dia.whatbox.ca)
2022-09-07 06:50:47 +0000tomgus1(~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3)
2022-09-07 06:50:47 +0000Fischmie1(~Fischmiep@user/Fischmiep)
2022-09-07 06:50:47 +0000finsternis(~X@23.226.237.192)
2022-09-07 06:50:47 +0000catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407)
2022-09-07 06:50:47 +0000lieven(~mal@ns2.wyrd.be)
2022-09-07 06:50:47 +0000yahb2(~yahb2@2a01:4f8:c0c:5c7b::2)
2022-09-07 06:50:47 +0000Guest585(~mike@user/feetwind)
2022-09-07 06:50:47 +0000leah2(~leah@vuxu.org)
2022-09-07 06:50:47 +0000lyxia(~lyxia@poisson.chat)
2022-09-07 06:50:47 +0000Hafydd_(jc@user/hafydd)
2022-09-07 06:50:47 +0000ryantrinkle(~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7)
2022-09-07 06:50:47 +0000Athas(athas@sigkill.dk)
2022-09-07 06:50:47 +0000jimki(~jmaki@gazorpazorp.fixme.fi)
2022-09-07 06:50:47 +0000FragByte(~christian@user/fragbyte)
2022-09-07 06:50:47 +0000pie_(~pie_bnc@user/pie/x-2818909)
2022-09-07 06:50:47 +0000tcard(~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp)
2022-09-07 06:50:47 +0000dtman34(~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1)
2022-09-07 06:50:47 +0000piele(~piele@tbonesteak.creativeserver.net)
2022-09-07 06:50:47 +0000kronicmage(user88019@neotame.csclub.uwaterloo.ca)
2022-09-07 06:50:47 +0000iphy(sid67735@id-67735.lymington.irccloud.com)
2022-09-07 06:50:47 +0000Zemyla(~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com)
2022-09-07 06:50:47 +0000hrberg(~quassel@171.79-160-161.customer.lyse.net)
2022-09-07 06:50:47 +0000fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com)
2022-09-07 06:50:47 +0000CAT_S(apic@brezn3.muc.ccc.de)
2022-09-07 06:50:47 +0000m1dnight(~christoph@78-22-0-121.access.telenet.be)
2022-09-07 06:50:47 +0000GoldsteinQ(~goldstein@goldstein.rs)
2022-09-07 06:50:47 +0000farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505)
2022-09-07 06:50:47 +0000nurupo(~nurupo.ga@user/nurupo)
2022-09-07 06:50:47 +0000zachel_(~zachel@user/zachel)
2022-09-07 06:50:47 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-09-07 06:50:48 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-09-07 06:50:48 +0000fgaz(~fgaz@2001:470:69fc:105::842)
2022-09-07 06:50:48 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-09-07 06:50:48 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-09-07 06:50:48 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f)
2022-09-07 06:50:48 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e)
2022-09-07 06:50:48 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-09-07 06:50:48 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-09-07 06:50:48 +0000eL_Bart0(eL_Bart0@dietunichtguten.org)
2022-09-07 06:50:48 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-09-07 06:50:48 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d)
2022-09-07 06:50:48 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-09-07 06:50:48 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-09-07 06:50:48 +0000superbil(~superbil@1-34-176-171.hinet-ip.hinet.net)
2022-09-07 06:50:51 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 06:50:51 +0000kitzman(~kitzman@user/dekenevs) (Max SendQ exceeded)
2022-09-07 06:50:56 +0000matthewmosior(~matthewmo@173.170.253.91) (*.net *.split)
2022-09-07 06:50:56 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net) (*.net *.split)
2022-09-07 06:50:56 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split)
2022-09-07 06:50:56 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec) (*.net *.split)
2022-09-07 06:50:56 +0000johnw(~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) (*.net *.split)
2022-09-07 06:50:56 +0000gentauro(~gentauro@user/gentauro) (*.net *.split)
2022-09-07 06:50:56 +0000zaquest(~notzaques@5.130.79.72) (*.net *.split)
2022-09-07 06:50:56 +0000dolio(~dolio@130.44.130.54) (*.net *.split)
2022-09-07 06:50:56 +0000bbear(~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) (*.net *.split)
2022-09-07 06:50:56 +0000bebu(uid567927@id-567927.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:50:56 +0000res0nat0r084490(~Fletch@dia.whatbox.ca) (*.net *.split)
2022-09-07 06:50:57 +0000tomgus1(~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3) (*.net *.split)
2022-09-07 06:50:57 +0000Fischmie1(~Fischmiep@user/Fischmiep) (*.net *.split)
2022-09-07 06:50:57 +0000finsternis(~X@23.226.237.192) (*.net *.split)
2022-09-07 06:50:57 +0000catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split)
2022-09-07 06:50:57 +0000eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2022-09-07 06:50:57 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018) (*.net *.split)
2022-09-07 06:50:57 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f) (*.net *.split)
2022-09-07 06:50:57 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e) (*.net *.split)
2022-09-07 06:50:57 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (*.net *.split)
2022-09-07 06:50:57 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2022-09-07 06:50:57 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729) (*.net *.split)
2022-09-07 06:50:57 +0000fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2022-09-07 06:50:57 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split)
2022-09-07 06:50:57 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2022-09-07 06:50:57 +0000zachel_(~zachel@user/zachel) (*.net *.split)
2022-09-07 06:50:57 +0000nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2022-09-07 06:50:57 +0000farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split)
2022-09-07 06:50:57 +0000GoldsteinQ(~goldstein@goldstein.rs) (*.net *.split)
2022-09-07 06:50:57 +0000m1dnight(~christoph@78-22-0-121.access.telenet.be) (*.net *.split)
2022-09-07 06:50:57 +0000CAT_S(apic@brezn3.muc.ccc.de) (*.net *.split)
2022-09-07 06:50:57 +0000fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) (*.net *.split)
2022-09-07 06:50:57 +0000hrberg(~quassel@171.79-160-161.customer.lyse.net) (*.net *.split)
2022-09-07 06:50:57 +0000Zemyla(~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:50:57 +0000kronicmage(user88019@neotame.csclub.uwaterloo.ca) (*.net *.split)
2022-09-07 06:50:57 +0000piele(~piele@tbonesteak.creativeserver.net) (*.net *.split)
2022-09-07 06:50:57 +0000iphy(sid67735@id-67735.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:50:57 +0000dtman34(~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1) (*.net *.split)
2022-09-07 06:50:57 +0000tcard(~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp) (*.net *.split)
2022-09-07 06:50:57 +0000pie_(~pie_bnc@user/pie/x-2818909) (*.net *.split)
2022-09-07 06:50:57 +0000FragByte(~christian@user/fragbyte) (*.net *.split)
2022-09-07 06:50:57 +0000jimki(~jmaki@gazorpazorp.fixme.fi) (*.net *.split)
2022-09-07 06:50:57 +0000Athas(athas@sigkill.dk) (*.net *.split)
2022-09-07 06:50:57 +0000ryantrinkle(~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7) (*.net *.split)
2022-09-07 06:50:57 +0000Hafydd_(jc@user/hafydd) (*.net *.split)
2022-09-07 06:50:57 +0000lyxia(~lyxia@poisson.chat) (*.net *.split)
2022-09-07 06:50:57 +0000leah2(~leah@vuxu.org) (*.net *.split)
2022-09-07 06:50:57 +0000Guest585(~mike@user/feetwind) (*.net *.split)
2022-09-07 06:50:57 +0000yahb2(~yahb2@2a01:4f8:c0c:5c7b::2) (*.net *.split)
2022-09-07 06:50:57 +0000lieven(~mal@ns2.wyrd.be) (*.net *.split)
2022-09-07 06:50:57 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284) (*.net *.split)
2022-09-07 06:50:57 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d) (*.net *.split)
2022-09-07 06:50:57 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split)
2022-09-07 06:50:57 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2022-09-07 06:50:57 +0000superbil(~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split)
2022-09-07 06:50:57 +0000Teacup_(~teacup@user/teacup) (*.net *.split)
2022-09-07 06:50:57 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (*.net *.split)
2022-09-07 06:50:57 +0000phma(~phma@host-67-44-208-94.hnremote.net) (*.net *.split)
2022-09-07 06:50:57 +0000xsebek(xsebek@swarm.znchost.com) (*.net *.split)
2022-09-07 06:50:57 +0000miffi(~miffi@user/miffi) (*.net *.split)
2022-09-07 06:50:57 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (*.net *.split)
2022-09-07 06:50:57 +0000mbuf(~Shakthi@49.204.140.237) (*.net *.split)
2022-09-07 06:50:57 +0000jmdaemon(~jmdaemon@user/jmdaemon) (*.net *.split)
2022-09-07 06:50:57 +0000vglfr(~vglfr@145.224.94.171) (*.net *.split)
2022-09-07 06:50:57 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (*.net *.split)
2022-09-07 06:50:57 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-09-07 06:50:57 +0000td_(~td@94.134.91.56) (*.net *.split)
2022-09-07 06:50:57 +0000geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-07 06:50:58 +0000euandreh(~euandreh@179.214.113.107) (*.net *.split)
2022-09-07 06:50:58 +0000fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-09-07 06:50:58 +0000kmein(~weechat@user/kmein) (*.net *.split)
2022-09-07 06:50:58 +0000pavonia(~user@user/siracusa) (*.net *.split)
2022-09-07 06:50:58 +0000Kaiepi(~Kaiepi@142.68.249.28) (*.net *.split)
2022-09-07 06:50:58 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:50:58 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split)
2022-09-07 06:50:58 +0000caubert(~caubert@user/caubert) (*.net *.split)
2022-09-07 06:50:58 +0000fjMSX(~hypni2p@128-68-149-52.broadband.corbina.ru) (*.net *.split)
2022-09-07 06:50:58 +0000Alex_test(~al_test@178.34.151.32) (*.net *.split)
2022-09-07 06:50:58 +0000AlexZenon(~alzenon@178.34.151.32) (*.net *.split)
2022-09-07 06:50:58 +0000Me-me(~me-me@user/me-me) (*.net *.split)
2022-09-07 06:50:58 +0000martin02(~silas@141.84.69.76) (*.net *.split)
2022-09-07 06:50:58 +0000potash(~foghorn@user/foghorn) (*.net *.split)
2022-09-07 06:50:58 +0000thatcher(lp0@heathens.club) (*.net *.split)
2022-09-07 06:50:58 +0000niko(niko@libera/staff/niko) (*.net *.split)
2022-09-07 06:50:58 +0000analoq(~yashi@user/dies) (*.net *.split)
2022-09-07 06:50:58 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com) (*.net *.split)
2022-09-07 06:50:58 +0000shailangsa(~shailangs@host86-186-133-23.range86-186.btcentralplus.com) (*.net *.split)
2022-09-07 06:50:58 +0000TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split)
2022-09-07 06:50:58 +0000michalz(~michalz@185.246.204.75) (*.net *.split)
2022-09-07 06:50:58 +0000Philonous(~Philonous@user/philonous) (*.net *.split)
2022-09-07 06:50:58 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-09-07 06:50:58 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net) (*.net *.split)
2022-09-07 06:50:58 +0000turlando(~turlando@user/turlando) (*.net *.split)
2022-09-07 06:50:58 +0000gawen(~gawen@user/gawen) (*.net *.split)
2022-09-07 06:50:58 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split)
2022-09-07 06:50:58 +0000rembo10(~rembo10@main.remulis.com) (*.net *.split)
2022-09-07 06:50:58 +0000qwedfg(~qwedfg@user/qwedfg) (*.net *.split)
2022-09-07 06:50:58 +0000energizer(~energizer@user/energizer) (*.net *.split)
2022-09-07 06:50:58 +0000macabre(~m@161.35.15.236) (*.net *.split)
2022-09-07 06:50:58 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-09-07 06:50:58 +0000cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-09-07 06:50:58 +0000Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-09-07 06:50:58 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split)
2022-09-07 06:50:58 +0000Logio(em@kapsi.fi) (*.net *.split)
2022-09-07 06:50:58 +0000wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-09-07 06:50:58 +0000arahael(~arahael@14-200-135-92.tpgi.com.au) (*.net *.split)
2022-09-07 06:50:58 +0000tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-09-07 06:50:58 +0000rodental(~rodental@38.146.5.222) (*.net *.split)
2022-09-07 06:50:58 +0000davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-09-07 06:50:58 +0000sm[i]_(~user@li229-222.members.linode.com) (*.net *.split)
2022-09-07 06:50:58 +0000x88x88x(~x88x88x@149.28.53.172) (*.net *.split)
2022-09-07 06:50:58 +0000sander(~sander@user/sander) (*.net *.split)
2022-09-07 06:50:58 +0000cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-09-07 06:50:58 +0000auri_(~auri@fsf/member/auri) (*.net *.split)
2022-09-07 06:50:58 +0000quintasan_(~quassel@quintasan.pl) (*.net *.split)
2022-09-07 06:50:58 +0000Taneb0(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-09-07 06:50:58 +0000telser_(~quassel@user/telser) (*.net *.split)
2022-09-07 06:50:58 +0000zzz(~z@user/zero) (*.net *.split)
2022-09-07 06:50:58 +0000matijja`(~matijja@193.77.181.201) (*.net *.split)
2022-09-07 06:50:58 +0000drewolson(~drewolson@user/drewolson) (*.net *.split)
2022-09-07 06:50:58 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2022-09-07 06:50:58 +0000jrm(~jrm@user/jrm) (*.net *.split)
2022-09-07 06:50:58 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split)
2022-09-07 06:50:58 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-09-07 06:50:58 +0000Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-09-07 06:50:58 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
2022-09-07 06:50:58 +0000mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-09-07 06:50:58 +0000andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-09-07 06:50:58 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split)
2022-09-07 06:50:58 +0000coldtom(~coldtom@coldrick.cc) (*.net *.split)
2022-09-07 06:50:58 +0000_________(~nobody@user/noodly) (*.net *.split)
2022-09-07 06:50:59 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2022-09-07 06:50:59 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-09-07 06:50:59 +0000tv(~tv@user/tv) (*.net *.split)
2022-09-07 06:50:59 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-09-07 06:50:59 +0000Hecate(~mariposa@user/hecate) (*.net *.split)
2022-09-07 06:50:59 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split)
2022-09-07 06:50:59 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-09-07 06:50:59 +0000thaumavorio(~thaumavor@thaumavor.io) (*.net *.split)
2022-09-07 06:50:59 +0000tessier(~treed@98.171.210.130) (*.net *.split)
2022-09-07 06:50:59 +0000Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-09-07 06:50:59 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split)
2022-09-07 06:50:59 +0000robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-09-07 06:50:59 +0000carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-09-07 06:50:59 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416) (*.net *.split)
2022-09-07 06:50:59 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9) (*.net *.split)
2022-09-07 06:50:59 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0) (*.net *.split)
2022-09-07 06:50:59 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2022-09-07 06:50:59 +0000psydroid(~psydroid@user/psydroid) (*.net *.split)
2022-09-07 06:50:59 +0000sm1(~sm@plaintextaccounting/sm) (*.net *.split)
2022-09-07 06:50:59 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2022-09-07 06:50:59 +0000ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2022-09-07 06:50:59 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3) (*.net *.split)
2022-09-07 06:50:59 +0000dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-09-07 06:50:59 +0000derelict(~derelict@user/derelict) (*.net *.split)
2022-09-07 06:50:59 +0000amir(sid22336@user/amir) (*.net *.split)
2022-09-07 06:50:59 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2022-09-07 06:50:59 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-09-07 06:50:59 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000nckx(~nckx@tobias.gr) (*.net *.split)
2022-09-07 06:50:59 +0000JimL(~quassel@89-162-2-132.fiber.signal.no) (*.net *.split)
2022-09-07 06:50:59 +0000jamestmartin(~james@jtmar.me) (*.net *.split)
2022-09-07 06:50:59 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-09-07 06:50:59 +0000rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000V(~v@ircpuzzles/2022/april/winner/V) (*.net *.split)
2022-09-07 06:50:59 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-09-07 06:50:59 +0000krjst(~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
2022-09-07 06:50:59 +0000asm(~alexander@user/asm) (*.net *.split)
2022-09-07 06:50:59 +0000Guest1698(~Guest1698@20.83.116.49) (*.net *.split)
2022-09-07 06:50:59 +0000danso(danso@danso.ca) (*.net *.split)
2022-09-07 06:50:59 +0000andjjj23(~irc@107.170.228.47) (*.net *.split)
2022-09-07 06:50:59 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-09-07 06:50:59 +0000tired(~tired@user/tired) (*.net *.split)
2022-09-07 06:50:59 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split)
2022-09-07 06:50:59 +0000sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-09-07 06:50:59 +0000mxs(~mxs@user/mxs) (*.net *.split)
2022-09-07 06:50:59 +0000dequbed(~dequbed@banana-new.kilobyte22.de) (*.net *.split)
2022-09-07 06:50:59 +0000scav(sid309693@user/scav) (*.net *.split)
2022-09-07 06:50:59 +0000parseval(sid239098@id-239098.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:50:59 +0000lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-09-07 06:51:00 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2022-09-07 06:51:00 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1) (*.net *.split)
2022-09-07 06:51:00 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split)
2022-09-07 06:51:00 +0000raoul(~raoul@95.179.203.88) (*.net *.split)
2022-09-07 06:51:00 +0000jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-09-07 06:51:00 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:51:00 +0000haveo_(~haveo@sl35.iuwt.fr) (*.net *.split)
2022-09-07 06:51:00 +0000eldritch(~eldritch@user/eldritch) (*.net *.split)
2022-09-07 06:51:00 +0000another-axel-bee(~axel-bee@alexbenishek.com) (*.net *.split)
2022-09-07 06:51:00 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:00 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:51:00 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:00 +0000jakalx(~jakalx@base.jakalx.net) (*.net *.split)
2022-09-07 06:51:00 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-07 06:51:00 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split)
2022-09-07 06:51:00 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
2022-09-07 06:51:00 +0000causal(~user@50.35.83.177) (*.net *.split)
2022-09-07 06:51:00 +0000thatcher_(lp0@heathens.club) (*.net *.split)
2022-09-07 06:51:00 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-09-07 06:51:00 +0000nahcetan(~nate@98.45.169.16) (*.net *.split)
2022-09-07 06:51:00 +0000son0p(~ff@181.136.122.143) (*.net *.split)
2022-09-07 06:51:00 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-09-07 06:51:00 +0000TMA(tma@twin.jikos.cz) (*.net *.split)
2022-09-07 06:51:00 +0000sshine_(~simon@exocortex.online) (*.net *.split)
2022-09-07 06:51:00 +0000meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-09-07 06:51:00 +0000defanor(~defanor@tart.uberspace.net) (*.net *.split)
2022-09-07 06:51:00 +0000hexeme_(~hexeme@user/hexeme) (*.net *.split)
2022-09-07 06:51:00 +0000mrmr(~mrmr@user/mrmr) (*.net *.split)
2022-09-07 06:51:00 +0000chronon(~chronon@user/chronon) (*.net *.split)
2022-09-07 06:51:00 +0000cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-09-07 06:51:00 +0000RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-09-07 06:51:00 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-09-07 06:51:00 +0000loonycyborg_(loonycybor@chantal.wesnoth.org) (*.net *.split)
2022-09-07 06:51:00 +0000ncf(~n@monade.li) (*.net *.split)
2022-09-07 06:51:00 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split)
2022-09-07 06:51:00 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-09-07 06:51:00 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2022-09-07 06:51:00 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split)
2022-09-07 06:51:00 +0000LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-09-07 06:51:00 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split)
2022-09-07 06:51:00 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-09-07 06:51:00 +0000maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-09-07 06:51:00 +0000srk(~sorki@user/srk) (*.net *.split)
2022-09-07 06:51:00 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-09-07 06:51:00 +0000cynomys(~cynomys@user/cynomys) (*.net *.split)
2022-09-07 06:51:00 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:51:00 +0000sweater1(~sweater@206.81.18.26) (*.net *.split)
2022-09-07 06:51:00 +0000blades(~blades@204.48.29.163) (*.net *.split)
2022-09-07 06:51:00 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-09-07 06:51:00 +0000darkling(~darkling@savella.carfax.org.uk) (*.net *.split)
2022-09-07 06:51:00 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-09-07 06:51:00 +0000c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-09-07 06:51:00 +0000mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-09-07 06:51:00 +0000heath(~heath@user/heath) (*.net *.split)
2022-09-07 06:51:00 +0000byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-09-07 06:51:01 +0000tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-09-07 06:51:01 +0000df(~ben@justworks.xyz) (*.net *.split)
2022-09-07 06:51:01 +0000tstat(~tstat@user/tstat) (*.net *.split)
2022-09-07 06:51:01 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split)
2022-09-07 06:51:01 +0000simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-09-07 06:51:01 +0000kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-09-07 06:51:01 +0000noctux1(KOx7x4g3XX@karif.server-speed.net) (*.net *.split)
2022-09-07 06:51:01 +0000kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-09-07 06:51:01 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split)
2022-09-07 06:51:01 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-09-07 06:51:01 +0000marienz(marienz@libera/staff/marienz) (*.net *.split)
2022-09-07 06:51:01 +0000tureba(~tureba@tureba.org) (*.net *.split)
2022-09-07 06:51:01 +0000sloorush(~sloorush@52.187.184.81) (*.net *.split)
2022-09-07 06:51:01 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (*.net *.split)
2022-09-07 06:51:01 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (*.net *.split)
2022-09-07 06:51:01 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:51:01 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split)
2022-09-07 06:51:01 +0000mncheck(~mncheck@193.224.205.254) (*.net *.split)
2022-09-07 06:51:01 +0000biberu(~biberu@user/biberu) (*.net *.split)
2022-09-07 06:51:01 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:51:01 +0000hook54321(sid149355@user/hook54321) (*.net *.split)
2022-09-07 06:51:01 +0000notzmv(~zmv@user/notzmv) (*.net *.split)
2022-09-07 06:51:01 +0000cheater(~Username@user/cheater) (*.net *.split)
2022-09-07 06:51:01 +0000duckie(~duckie@user/duckie) (*.net *.split)
2022-09-07 06:51:01 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a) (*.net *.split)
2022-09-07 06:51:01 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039) (*.net *.split)
2022-09-07 06:51:01 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b) (*.net *.split)
2022-09-07 06:51:01 +0000jludwig(~justin@user/jludwig) (*.net *.split)
2022-09-07 06:51:01 +0000nerdypepper(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-09-07 06:51:01 +0000noteness(~noteness@user/noteness) (*.net *.split)
2022-09-07 06:51:01 +0000bah(~bah@l1.tel) (*.net *.split)
2022-09-07 06:51:01 +0000cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-09-07 06:51:01 +0000Henkru(henkru@kapsi.fi) (*.net *.split)
2022-09-07 06:51:01 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net) (*.net *.split)
2022-09-07 06:51:01 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split)
2022-09-07 06:51:01 +0000opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-09-07 06:51:01 +0000gff_(~gff@user/gff) (*.net *.split)
2022-09-07 06:51:01 +0000dfg(dfg@user/dfg) (*.net *.split)
2022-09-07 06:51:01 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-09-07 06:51:01 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-09-07 06:51:01 +0000glider(~glider@user/glider) (*.net *.split)
2022-09-07 06:51:01 +0000bollu(~bollu@159.65.151.13) (*.net *.split)
2022-09-07 06:51:01 +0000MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-09-07 06:51:01 +0000ell(~ellie@user/ellie) (*.net *.split)
2022-09-07 06:51:01 +0000asivitz(uid178348@id-178348.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:01 +0000crns(~netcrns@user/crns) (*.net *.split)
2022-09-07 06:51:01 +0000bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2022-09-07 06:51:01 +0000gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-09-07 06:51:02 +0000Patternmaster(~georg@user/Patternmaster) (*.net *.split)
2022-09-07 06:51:02 +0000hololeap(~quassel@user/hololeap) (*.net *.split)
2022-09-07 06:51:02 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-07 06:51:02 +0000kristjansson(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:02 +0000econo(uid147250@user/econo) (*.net *.split)
2022-09-07 06:51:02 +0000raym(~raym@user/raym) (*.net *.split)
2022-09-07 06:51:02 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (*.net *.split)
2022-09-07 06:51:02 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (*.net *.split)
2022-09-07 06:51:02 +0000APic(apic@apic.name) (*.net *.split)
2022-09-07 06:51:02 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df) (*.net *.split)
2022-09-07 06:51:02 +0000jinsun_(~jinsun@user/jinsun) (*.net *.split)
2022-09-07 06:51:02 +0000ormaaj(~ormaaj@user/ormaaj) (*.net *.split)
2022-09-07 06:51:02 +0000jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2022-09-07 06:51:02 +0000kadoban1(~kadoban@user/kadoban) (*.net *.split)
2022-09-07 06:51:02 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2) (*.net *.split)
2022-09-07 06:51:02 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60) (*.net *.split)
2022-09-07 06:51:02 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7) (*.net *.split)
2022-09-07 06:51:02 +0000siraben(~siraben@user/siraben) (*.net *.split)
2022-09-07 06:51:02 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9) (*.net *.split)
2022-09-07 06:51:02 +0000Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-09-07 06:51:02 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-09-07 06:51:02 +0000mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-09-07 06:51:02 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com) (*.net *.split)
2022-09-07 06:51:02 +0000immae(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-09-07 06:51:02 +0000Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-09-07 06:51:02 +0000megaTherion(~therion@unix.io) (*.net *.split)
2022-09-07 06:51:02 +0000ajb_(~ajb@mimas.whatbox.ca) (*.net *.split)
2022-09-07 06:51:02 +0000darxun(sid504814@id-504814.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:02 +0000lechner(lechner@debian/lechner) (*.net *.split)
2022-09-07 06:51:02 +0000siers(~ij@user/ij) (*.net *.split)
2022-09-07 06:51:02 +0000drlkf(~drlkf@chat.drlkf.net) (*.net *.split)
2022-09-07 06:51:02 +0000hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-09-07 06:51:02 +0000arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-09-07 06:51:02 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split)
2022-09-07 06:51:02 +0000Moyst__(~moyst@user/moyst) (*.net *.split)
2022-09-07 06:51:02 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split)
2022-09-07 06:51:02 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be) (*.net *.split)
2022-09-07 06:51:02 +0000vulpine(xfnw@tilde.team) (*.net *.split)
2022-09-07 06:51:02 +0000tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-09-07 06:51:02 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split)
2022-09-07 06:51:02 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (*.net *.split)
2022-09-07 06:51:02 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (*.net *.split)
2022-09-07 06:51:02 +0000EvanR(~EvanR@user/evanr) (*.net *.split)
2022-09-07 06:51:03 +0000m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2022-09-07 06:51:03 +0000koolazer(~koo@user/koolazer) (*.net *.split)
2022-09-07 06:51:03 +0000sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000inversed(~inversed@90.209.137.56) (*.net *.split)
2022-09-07 06:51:03 +0000xstill_(xstill@fimu/xstill) (*.net *.split)
2022-09-07 06:51:03 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2022-09-07 06:51:03 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4) (*.net *.split)
2022-09-07 06:51:03 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8) (*.net *.split)
2022-09-07 06:51:03 +0000|beowulf|(florian@sourcemage/mage/beowulf) (*.net *.split)
2022-09-07 06:51:03 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split)
2022-09-07 06:51:03 +0000sviermsung(E3Ya4Aww1k@user/s4msung) (*.net *.split)
2022-09-07 06:51:03 +0000whatsupboy(~whatsupbo@user/scobydoo) (*.net *.split)
2022-09-07 06:51:03 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split)
2022-09-07 06:51:03 +0000agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000dispater-(~dispater@mail.brprice.uk) (*.net *.split)
2022-09-07 06:51:03 +0000orcus(~orcus@user/brprice) (*.net *.split)
2022-09-07 06:51:03 +0000integral(sid296274@user/integral) (*.net *.split)
2022-09-07 06:51:03 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000cln(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000feliix42(~felix@gibbs.uberspace.de) (*.net *.split)
2022-09-07 06:51:03 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-09-07 06:51:03 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-09-07 06:51:03 +0000sabx(~sabbas@user/sabbas) (*.net *.split)
2022-09-07 06:51:03 +0000urdh(~urdh@user/urdh) (*.net *.split)
2022-09-07 06:51:03 +0000absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-09-07 06:51:03 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-09-07 06:51:03 +0000int-e(~noone@int-e.eu) (*.net *.split)
2022-09-07 06:51:03 +0000AWizzArd(~code@gehrels.uberspace.de) (*.net *.split)
2022-09-07 06:51:03 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2022-09-07 06:51:03 +0000rawles(~x@user/rawles) (*.net *.split)
2022-09-07 06:51:03 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-09-07 06:51:03 +0000dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-09-07 06:51:03 +0000xacktm(xacktm@user/xacktm) (*.net *.split)
2022-09-07 06:51:03 +0000acidsys(~crameleon@openSUSE/member/crameleon) (*.net *.split)
2022-09-07 06:51:03 +0000thonkpod_(~thonkpod@user/thonkpod) (*.net *.split)
2022-09-07 06:51:03 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000drewr(~drew@user/drewr) (*.net *.split)
2022-09-07 06:51:03 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split)
2022-09-07 06:51:03 +0000kadenwolff[m](~kadenwolf@2001:470:69fc:105::1:d97f) (*.net *.split)
2022-09-07 06:51:03 +0000SethTisue(sid14912@id-14912.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:03 +0000gay9(~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) (*.net *.split)
2022-09-07 06:51:03 +0000Deide(~deide@user/deide) (*.net *.split)
2022-09-07 06:51:03 +0000Andrew(Andrew@user/AndrewYu) (*.net *.split)
2022-09-07 06:51:03 +0000zmt01(~zmt00@user/zmt00) (*.net *.split)
2022-09-07 06:51:03 +0000UNIX(~kernel@user/OpenSource) (*.net *.split)
2022-09-07 06:51:03 +0000xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-09-07 06:51:03 +0000stefan-_(~cri@42dots.de) (*.net *.split)
2022-09-07 06:51:03 +0000[Leary](~Leary]@user/Leary/x-0910699) (*.net *.split)
2022-09-07 06:51:03 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) (*.net *.split)
2022-09-07 06:51:04 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2022-09-07 06:51:04 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90) (*.net *.split)
2022-09-07 06:51:04 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6) (*.net *.split)
2022-09-07 06:51:04 +0000polykernel[m](~polykerne@user/polykernel) (*.net *.split)
2022-09-07 06:51:04 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172) (*.net *.split)
2022-09-07 06:51:04 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000vito(sid1962@user/vito) (*.net *.split)
2022-09-07 06:51:04 +0000alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split)
2022-09-07 06:51:04 +0000haritz(~hrtz@user/haritz) (*.net *.split)
2022-09-07 06:51:04 +0000dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-09-07 06:51:04 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-09-07 06:51:04 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split)
2022-09-07 06:51:04 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-09-07 06:51:04 +0000ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-09-07 06:51:04 +0000dragestil(~znc@user/dragestil) (*.net *.split)
2022-09-07 06:51:04 +0000brprice(~brprice@user/brprice) (*.net *.split)
2022-09-07 06:51:04 +0000bw(sid2730@user/betawaffle) (*.net *.split)
2022-09-07 06:51:04 +0000chessai(sid225296@id-225296.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000nrr____(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-09-07 06:51:04 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split)
2022-09-07 06:51:04 +0000shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-09-07 06:51:04 +0000jjhoo(jahakala@user/jjhoo) (*.net *.split)
2022-09-07 06:51:04 +0000hltk(~hltk@hltk.fi) (*.net *.split)
2022-09-07 06:51:04 +0000shane(~shane@ana.rch.ist) (*.net *.split)
2022-09-07 06:51:04 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-09-07 06:51:04 +0000hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-09-07 06:51:04 +0000stvc(~stvc@192.241.166.39) (*.net *.split)
2022-09-07 06:51:04 +0000Arsen(arsen@managarm/dev/Arsen) (*.net *.split)
2022-09-07 06:51:04 +0000grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000Dykam(Dykam@dykam.nl) (*.net *.split)
2022-09-07 06:51:04 +0000apache2(apache2@anubis.0x90.dk) (*.net *.split)
2022-09-07 06:51:04 +0000toeffel(~toeffel@user/toeffel) (*.net *.split)
2022-09-07 06:51:04 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split)
2022-09-07 06:51:04 +0000shriekingnoise(~shrieking@186.137.167.202) (*.net *.split)
2022-09-07 06:51:04 +0000AlexNoo(~AlexNoo@178.34.151.32) (*.net *.split)
2022-09-07 06:51:04 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski) (*.net *.split)
2022-09-07 06:51:04 +0000AkechiShiro(~licht@user/akechishiro) (*.net *.split)
2022-09-07 06:51:04 +0000jonrh(sid5185@id-5185.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:04 +0000Luj(~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) (*.net *.split)
2022-09-07 06:51:04 +0000foghorn(~foghorn@user/foghorn) (*.net *.split)
2022-09-07 06:51:04 +0000adium(adium@user/adium) (*.net *.split)
2022-09-07 06:51:04 +0000jinsun(~jinsun@user/jinsun) (*.net *.split)
2022-09-07 06:51:04 +0000sagax(~sagax_nb@user/sagax) (*.net *.split)
2022-09-07 06:51:04 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2022-09-07 06:51:04 +0000Killy(~killy@2001:470:69fc:105::2:6ec1) (*.net *.split)
2022-09-07 06:51:04 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd) (*.net *.split)
2022-09-07 06:51:04 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291) (*.net *.split)
2022-09-07 06:51:04 +0000geekosaur[m](~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-07 06:51:04 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (*.net *.split)
2022-09-07 06:51:04 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2022-09-07 06:51:05 +0000bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-09-07 06:51:05 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:05 +0000teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-09-07 06:51:05 +0000nisstyre(wes@user/nisstyre) (*.net *.split)
2022-09-07 06:51:05 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2022-09-07 06:51:05 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:51:05 +0000edwtjo(~edwtjo@fsf/member/edwtjo) (*.net *.split)
2022-09-07 06:51:05 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2022-09-07 06:51:05 +0000swistak-(~swistak@185.21.216.141) (*.net *.split)
2022-09-07 06:51:05 +0000tnks(sid412124@id-412124.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:51:05 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-07 06:51:05 +0000acro(~acro@user/acro) (*.net *.split)
2022-09-07 06:51:05 +0000Yumemi_(~Yumemi@chamoin.net) (*.net *.split)
2022-09-07 06:51:05 +0000davl_(~davl@207.154.228.18) (*.net *.split)
2022-09-07 06:51:05 +0000_\_(~o@user/offon) (*.net *.split)
2022-09-07 06:51:05 +0000emanon42(~emanon42@103.120.19.44) (*.net *.split)
2022-09-07 06:51:05 +0000noctux(~noctux@user/noctux) (*.net *.split)
2022-09-07 06:51:05 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split)
2022-09-07 06:51:05 +0000Adeon(sid418992@id-418992.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:05 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-09-07 06:51:05 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-09-07 06:51:05 +0000califax(~califax@user/califx) (*.net *.split)
2022-09-07 06:51:05 +0000chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-09-07 06:51:05 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-09-07 06:51:05 +0000`\`(~blop@user/blop) (*.net *.split)
2022-09-07 06:51:05 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-09-07 06:51:05 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-09-07 06:51:05 +0000jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-09-07 06:51:05 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (*.net *.split)
2022-09-07 06:51:05 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-09-07 06:51:05 +0000Techcable(~Techcable@user/Techcable) (*.net *.split)
2022-09-07 06:51:05 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (*.net *.split)
2022-09-07 06:51:05 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf) (*.net *.split)
2022-09-07 06:51:05 +0000jushur(~human@user/jushur) (*.net *.split)
2022-09-07 06:51:05 +0000Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2022-09-07 06:51:05 +0000PiDelport(uid25146@id-25146.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:05 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-09-07 06:51:05 +0000Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-09-07 06:51:05 +0000ente`(~daemon@inferno.barfooze.de) (*.net *.split)
2022-09-07 06:51:05 +0000sudden(~cat@user/sudden) (*.net *.split)
2022-09-07 06:51:05 +0000justache(~justache@user/justache) (*.net *.split)
2022-09-07 06:51:06 +0000mzan(~quassel@mail.asterisell.com) (*.net *.split)
2022-09-07 06:51:06 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-09-07 06:51:06 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:51:06 +0000gdd1(~gdd@129.199.146.230) (*.net *.split)
2022-09-07 06:51:06 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net) (*.net *.split)
2022-09-07 06:51:06 +0000img(~img@user/img) (*.net *.split)
2022-09-07 06:51:06 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:51:06 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (*.net *.split)
2022-09-07 06:51:06 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-07 06:51:06 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:51:06 +0000Colere(~colere@about/linux/staff/sauvin) (*.net *.split)
2022-09-07 06:51:06 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split)
2022-09-07 06:51:06 +0000hays(rootvegeta@fsf/member/hays) (*.net *.split)
2022-09-07 06:51:06 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split)
2022-09-07 06:51:06 +0000kadobanana(~mud@user/kadoban) (*.net *.split)
2022-09-07 06:51:06 +0000mmaruseacph2(~mihai@198.199.98.239) (*.net *.split)
2022-09-07 06:51:06 +0000bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2022-09-07 06:51:06 +0000wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-09-07 06:51:06 +0000malte(~malte@mal.tc) (*.net *.split)
2022-09-07 06:51:06 +0000kraftwerk28_(~kraftwerk@178.62.210.83) (*.net *.split)
2022-09-07 06:51:06 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split)
2022-09-07 06:51:06 +0000oats(~thomas@user/oats) (*.net *.split)
2022-09-07 06:51:06 +0000xerox__(~edi@user/edi) (*.net *.split)
2022-09-07 06:51:06 +0000aku_(~aku@163.172.137.34) (*.net *.split)
2022-09-07 06:51:06 +0000lbseale_(~quassel@user/ep1ctetus) (*.net *.split)
2022-09-07 06:51:06 +0000Clint(~Clint@user/clint) (*.net *.split)
2022-09-07 06:51:06 +0000Unode(~Unode@194.94.44.220) (*.net *.split)
2022-09-07 06:51:06 +0000ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-09-07 06:51:06 +0000stilgart(~Christoph@chezlefab.net) (*.net *.split)
2022-09-07 06:51:06 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-09-07 06:51:06 +0000drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-09-07 06:51:06 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-09-07 06:51:06 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split)
2022-09-07 06:51:06 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz) (*.net *.split)
2022-09-07 06:51:06 +0000haasn(~nand@haasn.dev) (*.net *.split)
2022-09-07 06:51:06 +0000[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-09-07 06:51:06 +0000melonai-(~mel@rnrd.eu) (*.net *.split)
2022-09-07 06:51:06 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member) (*.net *.split)
2022-09-07 06:51:06 +0000vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-09-07 06:51:06 +0000echoreply(~echoreply@45.32.163.16) (*.net *.split)
2022-09-07 06:51:06 +0000ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-09-07 06:51:06 +0000micro(~micro@user/micro) (*.net *.split)
2022-09-07 06:51:06 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split)
2022-09-07 06:51:06 +0000juri_(~juri@84-19-175-179.pool.ovpn.com) (*.net *.split)
2022-09-07 06:51:06 +0000tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-09-07 06:51:06 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-09-07 06:51:06 +0000lisq(~quassel@lis.moe) (*.net *.split)
2022-09-07 06:51:06 +0000peutri_(~peutri@bobo.desast.re) (*.net *.split)
2022-09-07 06:51:06 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:51:06 +0000pierrot(~pi@user/pierrot) (*.net *.split)
2022-09-07 06:51:06 +0000megeve(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:51:06 +0000jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-09-07 06:51:06 +0000natto17(~natto@140.238.225.67) (*.net *.split)
2022-09-07 06:51:06 +0000koz_(~koz@121.99.240.58) (*.net *.split)
2022-09-07 06:51:06 +0000tritlo(sid58727@user/tritlo) (*.net *.split)
2022-09-07 06:51:06 +0000saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:51:06 +0000jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:51:06 +0000nonzen(~nonzen@user/nonzen) (*.net *.split)
2022-09-07 06:51:06 +0000darkstardev13(~darkstard@50.53.212.60) (*.net *.split)
2022-09-07 06:51:06 +0000remedan(~remedan@octo.cafe) (*.net *.split)
2022-09-07 06:51:06 +0000Axman6(~Axman6@user/axman6) (*.net *.split)
2022-09-07 06:51:06 +0000Tisoxin(~ikosit@user/ikosit) (*.net *.split)
2022-09-07 06:51:06 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2022-09-07 06:51:06 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c) (*.net *.split)
2022-09-07 06:51:06 +0000tubogram44(~tubogram@user/tubogram) (*.net *.split)
2022-09-07 06:51:07 +0000schuelermine[m](~schuelerm@user/schuelermine) (*.net *.split)
2022-09-07 06:51:07 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f) (*.net *.split)
2022-09-07 06:51:07 +0000chreekat(~chreekat@2001:470:69fc:105::16b5) (*.net *.split)
2022-09-07 06:51:07 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split)
2022-09-07 06:51:07 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3) (*.net *.split)
2022-09-07 06:51:07 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split)
2022-09-07 06:51:07 +0000frost(~frost@user/frost) (*.net *.split)
2022-09-07 06:51:07 +0000ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2022-09-07 06:51:07 +0000litharge(litharge@libera/bot/litharge) (*.net *.split)
2022-09-07 06:51:07 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32) (Ping timeout: 261 seconds)
2022-09-07 06:51:29 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000ilichu[m](~ilichumat@2001:470:69fc:105::2:6afb) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000maralorn(~maralorn@2001:470:69fc:105::251) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000peddie(~peddie@2001:470:69fc:105::25d) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000romes[m](~romesmatr@2001:470:69fc:105::2:1660) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000unclechu(~unclechu@2001:470:69fc:105::354) (Ping timeout: 255 seconds)
2022-09-07 06:51:29 +0000famubu[m](~famubumat@2001:470:69fc:105::1081) (Ping timeout: 255 seconds)
2022-09-07 06:52:23 +0000fendor[m](~fendormat@2001:470:69fc:105::fcbd) (Ping timeout: 255 seconds)
2022-09-07 06:52:23 +0000jz99[m](~jz99matri@2001:470:69fc:105::1:d5f1) (Ping timeout: 255 seconds)
2022-09-07 06:53:17 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com) (Ping timeout: 249 seconds)
2022-09-07 06:55:59 +0000sunarch(sid526836@user/sunarch) (Ping timeout: 255 seconds)
2022-09-07 06:55:59 +0000hnOsmium0001(uid453710@user/hnOsmium0001) (Ping timeout: 255 seconds)
2022-09-07 06:56:46 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be)
2022-09-07 06:56:46 +0000akegalj(~akegalj@93-136-78-113.adsl.net.t-com.hr)
2022-09-07 06:56:46 +0000kitzman(~kitzman@user/dekenevs)
2022-09-07 06:56:46 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 06:56:46 +0000Teacup_(~teacup@user/teacup)
2022-09-07 06:56:46 +0000litharge(litharge@libera/bot/litharge)
2022-09-07 06:56:46 +0000ChanServ(ChanServ@services.libera.chat)
2022-09-07 06:56:46 +0000tubogram44(~tubogram@user/tubogram)
2022-09-07 06:56:46 +0000Colere(~colere@about/linux/staff/sauvin)
2022-09-07 06:56:46 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca)
2022-09-07 06:56:46 +0000hays(rootvegeta@fsf/member/hays)
2022-09-07 06:56:46 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net)
2022-09-07 06:56:46 +0000kadobanana(~mud@user/kadoban)
2022-09-07 06:56:46 +0000mmaruseacph2(~mihai@198.199.98.239)
2022-09-07 06:56:46 +0000bcmiller(~bm3719@66.42.95.185)
2022-09-07 06:56:46 +0000wagle(~wagle@quassel.wagle.io)
2022-09-07 06:56:46 +0000malte(~malte@mal.tc)
2022-09-07 06:56:46 +0000kraftwerk28_(~kraftwerk@178.62.210.83)
2022-09-07 06:56:46 +0000oats(~thomas@user/oats)
2022-09-07 06:56:46 +0000xerox__(~edi@user/edi)
2022-09-07 06:56:46 +0000aku_(~aku@163.172.137.34)
2022-09-07 06:56:46 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net)
2022-09-07 06:56:46 +0000lbseale_(~quassel@user/ep1ctetus)
2022-09-07 06:56:46 +0000Clint(~Clint@user/clint)
2022-09-07 06:56:46 +0000Unode(~Unode@194.94.44.220)
2022-09-07 06:56:46 +0000ouroboros(~ouroboros@user/ouroboros)
2022-09-07 06:56:46 +0000stilgart(~Christoph@chezlefab.net)
2022-09-07 06:56:46 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-09-07 06:56:46 +0000drdo(~drdo@roach0.drdo.eu)
2022-09-07 06:56:46 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-09-07 06:56:46 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru)
2022-09-07 06:56:46 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz)
2022-09-07 06:56:46 +0000haasn(~nand@haasn.dev)
2022-09-07 06:56:46 +0000[exa](exa@user/exa/x-3587197)
2022-09-07 06:56:46 +0000melonai-(~mel@rnrd.eu)
2022-09-07 06:56:46 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member)
2022-09-07 06:56:46 +0000vgtw(~vgtw@user/vgtw)
2022-09-07 06:56:46 +0000echoreply(~echoreply@45.32.163.16)
2022-09-07 06:56:46 +0000ddb(~ddb@ipv6two.tilde.club)
2022-09-07 06:56:46 +0000micro(~micro@user/micro)
2022-09-07 06:56:46 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net)
2022-09-07 06:56:46 +0000juri_(~juri@84-19-175-179.pool.ovpn.com)
2022-09-07 06:56:46 +0000tristanC(~tristanC@user/tristanc)
2022-09-07 06:56:46 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-09-07 06:56:46 +0000lisq(~quassel@lis.moe)
2022-09-07 06:56:46 +0000peutri_(~peutri@bobo.desast.re)
2022-09-07 06:56:46 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000silver.libera.chat+o ChanServ
2022-09-07 06:56:46 +0000pierrot(~pi@user/pierrot)
2022-09-07 06:56:46 +0000megeve(sid523379@id-523379.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000natto17(~natto@140.238.225.67)
2022-09-07 06:56:46 +0000jackdk(sid373013@cssa/jackdk)
2022-09-07 06:56:46 +0000koz_(~koz@121.99.240.58)
2022-09-07 06:56:46 +0000nonzen(~nonzen@user/nonzen)
2022-09-07 06:56:46 +0000tritlo(sid58727@user/tritlo)
2022-09-07 06:56:46 +0000saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-09-07 06:56:46 +0000jmct(sid160793@id-160793.tinside.irccloud.com)
2022-09-07 06:56:46 +0000darkstardev13(~darkstard@50.53.212.60)
2022-09-07 06:56:46 +0000remedan(~remedan@octo.cafe)
2022-09-07 06:56:46 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-09-07 06:56:46 +0000teddyc(theodorc@cassarossa.samfundet.no)
2022-09-07 06:56:46 +0000nisstyre(wes@user/nisstyre)
2022-09-07 06:56:46 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2022-09-07 06:56:46 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000edwtjo(~edwtjo@fsf/member/edwtjo)
2022-09-07 06:56:46 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2022-09-07 06:56:46 +0000swistak-(~swistak@185.21.216.141)
2022-09-07 06:56:46 +0000tnks(sid412124@id-412124.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-09-07 06:56:46 +0000acro(~acro@user/acro)
2022-09-07 06:56:46 +0000Yumemi_(~Yumemi@chamoin.net)
2022-09-07 06:56:46 +0000davl_(~davl@207.154.228.18)
2022-09-07 06:56:46 +0000_\_(~o@user/offon)
2022-09-07 06:56:46 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp)
2022-09-07 06:56:46 +0000emanon42(~emanon42@103.120.19.44)
2022-09-07 06:56:46 +0000noctux(~noctux@user/noctux)
2022-09-07 06:56:46 +0000Adeon(sid418992@id-418992.lymington.irccloud.com)
2022-09-07 06:56:46 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca)
2022-09-07 06:56:46 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-09-07 06:56:46 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000vito(sid1962@user/vito)
2022-09-07 06:56:46 +0000alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net)
2022-09-07 06:56:46 +0000haritz(~hrtz@user/haritz)
2022-09-07 06:56:46 +0000dibblego(~dibblego@haskell/developer/dibblego)
2022-09-07 06:56:46 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com)
2022-09-07 06:56:46 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000dunj3(~dunj3@kingdread.de)
2022-09-07 06:56:46 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com)
2022-09-07 06:56:46 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da)
2022-09-07 06:56:46 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com)
2022-09-07 06:56:46 +0000welterde(welterde@thinkbase.srv.welterde.de)
2022-09-07 06:56:46 +0000ringo__(~ringo@157.230.117.128)
2022-09-07 06:56:46 +0000dragestil(~znc@user/dragestil)
2022-09-07 06:56:46 +0000brprice(~brprice@user/brprice)
2022-09-07 06:56:46 +0000bw(sid2730@user/betawaffle)
2022-09-07 06:56:46 +0000nrr____(sid20938@id-20938.lymington.irccloud.com)
2022-09-07 06:56:46 +0000chessai(sid225296@id-225296.lymington.irccloud.com)
2022-09-07 06:56:46 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party)
2022-09-07 06:56:46 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2)
2022-09-07 06:56:46 +0000shachaf(~shachaf@user/shachaf)
2022-09-07 06:56:46 +0000jjhoo(jahakala@user/jjhoo)
2022-09-07 06:56:46 +0000hltk(~hltk@hltk.fi)
2022-09-07 06:56:46 +0000shane(~shane@ana.rch.ist)
2022-09-07 06:56:46 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-09-07 06:56:46 +0000hiredman(~hiredman@frontier1.downey.family)
2022-09-07 06:56:46 +0000stvc(~stvc@192.241.166.39)
2022-09-07 06:56:46 +0000Arsen(arsen@managarm/dev/Arsen)
2022-09-07 06:56:46 +0000grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000Dykam(Dykam@dykam.nl)
2022-09-07 06:56:46 +0000apache2(apache2@anubis.0x90.dk)
2022-09-07 06:56:46 +0000|beowulf|(florian@sourcemage/mage/beowulf)
2022-09-07 06:56:46 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725)
2022-09-07 06:56:46 +0000sviermsung(E3Ya4Aww1k@user/s4msung)
2022-09-07 06:56:46 +0000whatsupboy(~whatsupbo@user/scobydoo)
2022-09-07 06:56:46 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001)
2022-09-07 06:56:46 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000agander_m(sid407952@id-407952.tinside.irccloud.com)
2022-09-07 06:56:46 +0000dispater-(~dispater@mail.brprice.uk)
2022-09-07 06:56:46 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com)
2022-09-07 06:56:46 +0000cln(sid336875@id-336875.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000orcus(~orcus@user/brprice)
2022-09-07 06:56:46 +0000integral(sid296274@user/integral)
2022-09-07 06:56:46 +0000feliix42(~felix@gibbs.uberspace.de)
2022-09-07 06:56:46 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-09-07 06:56:46 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-09-07 06:56:46 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-09-07 06:56:46 +0000rawles(~x@user/rawles)
2022-09-07 06:56:46 +0000sabx(~sabbas@user/sabbas)
2022-09-07 06:56:46 +0000urdh(~urdh@user/urdh)
2022-09-07 06:56:46 +0000int-e(~noone@int-e.eu)
2022-09-07 06:56:46 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-09-07 06:56:46 +0000absence(torgeihe@hildring.pvv.ntnu.no)
2022-09-07 06:56:46 +0000AWizzArd(~code@gehrels.uberspace.de)
2022-09-07 06:56:46 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2022-09-07 06:56:46 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000edwardk(sid47016@haskell/developer/edwardk)
2022-09-07 06:56:46 +0000dixie(~dixie@real.wilbury.sk)
2022-09-07 06:56:46 +0000xacktm(xacktm@user/xacktm)
2022-09-07 06:56:46 +0000acidsys(~crameleon@openSUSE/member/crameleon)
2022-09-07 06:56:46 +0000thonkpod_(~thonkpod@user/thonkpod)
2022-09-07 06:56:46 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000drewr(~drew@user/drewr)
2022-09-07 06:56:46 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net)
2022-09-07 06:56:46 +0000Inoperable(~PLAYER_1@fancydata.science)
2022-09-07 06:56:46 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-09-07 06:56:46 +0000mjacob(~mjacob@adrastea.uberspace.de)
2022-09-07 06:56:46 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com)
2022-09-07 06:56:46 +0000immae(~immae@2a01:4f8:141:53e7::)
2022-09-07 06:56:46 +0000darxun(sid504814@id-504814.tinside.irccloud.com)
2022-09-07 06:56:46 +0000Ranhir(~Ranhir@157.97.53.139)
2022-09-07 06:56:46 +0000megaTherion(~therion@unix.io)
2022-09-07 06:56:46 +0000ajb_(~ajb@mimas.whatbox.ca)
2022-09-07 06:56:46 +0000lechner(lechner@debian/lechner)
2022-09-07 06:56:46 +0000siers(~ij@user/ij)
2022-09-07 06:56:46 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-07 06:56:46 +0000hugo(znc@verdigris.lysator.liu.se)
2022-09-07 06:56:46 +0000arkeet(~arkeet@moriya.ca)
2022-09-07 06:56:46 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001)
2022-09-07 06:56:46 +0000Moyst__(~moyst@user/moyst)
2022-09-07 06:56:46 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au)
2022-09-07 06:56:46 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be)
2022-09-07 06:56:46 +0000vulpine(xfnw@tilde.team)
2022-09-07 06:56:46 +0000tinwood(~tinwood@canonical/tinwood)
2022-09-07 06:56:46 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71)
2022-09-07 06:56:46 +0000jludwig(~justin@user/jludwig)
2022-09-07 06:56:46 +0000nerdypepper(~nerdypepp@user/nerdypepper)
2022-09-07 06:56:46 +0000noteness(~noteness@user/noteness)
2022-09-07 06:56:46 +0000bah(~bah@l1.tel)
2022-09-07 06:56:46 +0000cjay(cjay@nerdbox.nerd2nerd.org)
2022-09-07 06:56:46 +0000Henkru(henkru@kapsi.fi)
2022-09-07 06:56:46 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-09-07 06:56:46 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru)
2022-09-07 06:56:46 +0000opqdonut(opqdonut@pseudo.fixme.fi)
2022-09-07 06:56:46 +0000gff_(~gff@user/gff)
2022-09-07 06:56:46 +0000dfg(dfg@user/dfg)
2022-09-07 06:56:46 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-09-07 06:56:46 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-09-07 06:56:46 +0000glider(~glider@user/glider)
2022-09-07 06:56:46 +0000bollu(~bollu@159.65.151.13)
2022-09-07 06:56:46 +0000ell(~ellie@user/ellie)
2022-09-07 06:56:46 +0000MironZ(~MironZ@nat-infra.ehlab.uk)
2022-09-07 06:56:46 +0000asivitz(uid178348@id-178348.tinside.irccloud.com)
2022-09-07 06:56:46 +0000crns(~netcrns@user/crns)
2022-09-07 06:56:46 +0000bjobjo(~bjobjo@user/bjobjo)
2022-09-07 06:56:46 +0000gnyeki(~gnyeki@user/gnyeki)
2022-09-07 06:56:46 +0000Patternmaster(~georg@user/Patternmaster)
2022-09-07 06:56:46 +0000hololeap(~quassel@user/hololeap)
2022-09-07 06:56:46 +0000dminuoso(~dminuoso@user/dminuoso)
2022-09-07 06:56:46 +0000derelict(~derelict@user/derelict)
2022-09-07 06:56:46 +0000amir(sid22336@user/amir)
2022-09-07 06:56:46 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000Pent(sid313808@id-313808.lymington.irccloud.com)
2022-09-07 06:56:46 +0000qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-09-07 06:56:46 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000mustafa(sid502723@rockylinux/releng/mustafa)
2022-09-07 06:56:46 +0000JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-09-07 06:56:46 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000nckx(~nckx@tobias.gr)
2022-09-07 06:56:46 +0000JimL(~quassel@89-162-2-132.fiber.signal.no)
2022-09-07 06:56:46 +0000jamestmartin(~james@jtmar.me)
2022-09-07 06:56:46 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000idnar(sid12240@debian/mithrandi)
2022-09-07 06:56:46 +0000V(~v@ircpuzzles/2022/april/winner/V)
2022-09-07 06:56:46 +0000rune(sid21167@id-21167.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com)
2022-09-07 06:56:46 +0000Flow(~none@gentoo/developer/flow)
2022-09-07 06:56:46 +0000krjst(~krjst@2604:a880:800:c1::16b:8001)
2022-09-07 06:56:46 +0000asm(~alexander@user/asm)
2022-09-07 06:56:46 +0000Guest1698(~Guest1698@20.83.116.49)
2022-09-07 06:56:46 +0000danso(danso@danso.ca)
2022-09-07 06:56:46 +0000andjjj23(~irc@107.170.228.47)
2022-09-07 06:56:46 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-09-07 06:56:46 +0000tired(~tired@user/tired)
2022-09-07 06:56:46 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2022-09-07 06:56:46 +0000sclv(sid39734@haskell/developer/sclv)
2022-09-07 06:56:46 +0000mxs(~mxs@user/mxs)
2022-09-07 06:56:46 +0000dequbed(~dequbed@banana-new.kilobyte22.de)
2022-09-07 06:56:46 +0000scav(sid309693@user/scav)
2022-09-07 06:56:46 +0000parseval(sid239098@id-239098.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-09-07 06:56:46 +0000lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-09-07 06:56:46 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2022-09-07 06:56:46 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1)
2022-09-07 06:56:46 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5)
2022-09-07 06:56:46 +0000raoul(~raoul@95.179.203.88)
2022-09-07 06:56:46 +0000jackhill(~jackhill@kalessin.dragonsnail.net)
2022-09-07 06:56:46 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-09-07 06:56:46 +0000haveo_(~haveo@sl35.iuwt.fr)
2022-09-07 06:56:46 +0000eldritch(~eldritch@user/eldritch)
2022-09-07 06:56:46 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000another-axel-bee(~axel-bee@alexbenishek.com)
2022-09-07 06:56:46 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-09-07 06:56:46 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000nahcetan(~nate@98.45.169.16)
2022-09-07 06:56:46 +0000son0p(~ff@181.136.122.143)
2022-09-07 06:56:46 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-09-07 06:56:46 +0000TMA(tma@twin.jikos.cz)
2022-09-07 06:56:46 +0000sshine_(~simon@exocortex.online)
2022-09-07 06:56:46 +0000meejah(~meejah@rutas.meejah.ca)
2022-09-07 06:56:46 +0000defanor(~defanor@tart.uberspace.net)
2022-09-07 06:56:46 +0000hexeme_(~hexeme@user/hexeme)
2022-09-07 06:56:46 +0000mrmr(~mrmr@user/mrmr)
2022-09-07 06:56:46 +0000chronon(~chronon@user/chronon)
2022-09-07 06:56:46 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2022-09-07 06:56:46 +0000cods(~fred@82-65-232-44.subs.proxad.net)
2022-09-07 06:56:46 +0000RMSBach(~guygastin@137.184.131.156)
2022-09-07 06:56:46 +0000loonycyborg_(loonycybor@chantal.wesnoth.org)
2022-09-07 06:56:46 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de)
2022-09-07 06:56:46 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp)
2022-09-07 06:56:46 +0000ncf(~n@monade.li)
2022-09-07 06:56:46 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk)
2022-09-07 06:56:46 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-09-07 06:56:46 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com)
2022-09-07 06:56:46 +0000LambdaDuck(~anka@ksit.fixme.fi)
2022-09-07 06:56:46 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2022-09-07 06:56:46 +0000maerwald(~maerwald@user/maerwald)
2022-09-07 06:56:46 +0000srk(~sorki@user/srk)
2022-09-07 06:56:46 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-09-07 06:56:46 +0000cynomys(~cynomys@user/cynomys)
2022-09-07 06:56:46 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de)
2022-09-07 06:56:46 +0000blades(~blades@204.48.29.163)
2022-09-07 06:56:46 +0000sweater1(~sweater@206.81.18.26)
2022-09-07 06:56:46 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-09-07 06:56:46 +0000darkling(~darkling@savella.carfax.org.uk)
2022-09-07 06:56:46 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com)
2022-09-07 06:56:46 +0000c_wraith(~c_wraith@adjoint.us)
2022-09-07 06:56:46 +0000mcglk(~mcglk@131.191.49.120)
2022-09-07 06:56:46 +0000kritzefitz(~kritzefit@debian/kritzefitz)
2022-09-07 06:56:46 +0000heath(~heath@user/heath)
2022-09-07 06:56:46 +0000byorgey(~byorgey@155.138.238.211)
2022-09-07 06:56:46 +0000tolt(~weechat-h@li219-154.members.linode.com)
2022-09-07 06:56:46 +0000df(~ben@justworks.xyz)
2022-09-07 06:56:46 +0000tstat(~tstat@user/tstat)
2022-09-07 06:56:46 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net)
2022-09-07 06:56:46 +0000simpleauthority(~simpleaut@user/simpleauthority)
2022-09-07 06:56:46 +0000noctux1(KOx7x4g3XX@karif.server-speed.net)
2022-09-07 06:56:46 +0000kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-09-07 06:56:46 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-09-07 06:56:46 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-09-07 06:56:46 +0000marienz(marienz@libera/staff/marienz)
2022-09-07 06:56:46 +0000tureba(~tureba@tureba.org)
2022-09-07 06:56:46 +0000macabre(~m@161.35.15.236)
2022-09-07 06:56:46 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-09-07 06:56:46 +0000cyphase(~cyphase@user/cyphase)
2022-09-07 06:56:46 +0000Trattue(~Trattue@152.70.182.158)
2022-09-07 06:56:46 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu)
2022-09-07 06:56:46 +0000Logio(em@kapsi.fi)
2022-09-07 06:56:46 +0000wolfshappen(~waff@irc.furworks.de)
2022-09-07 06:56:46 +0000arahael(~arahael@14-200-135-92.tpgi.com.au)
2022-09-07 06:56:46 +0000tomboy64(~tomboy64@user/tomboy64)
2022-09-07 06:56:46 +0000rodental(~rodental@38.146.5.222)
2022-09-07 06:56:46 +0000davean(~davean@davean.sciesnet.net)
2022-09-07 06:56:46 +0000sm[i]_(~user@li229-222.members.linode.com)
2022-09-07 06:56:46 +0000x88x88x(~x88x88x@149.28.53.172)
2022-09-07 06:56:46 +0000sander(~sander@user/sander)
2022-09-07 06:56:46 +0000cross_(~cross@spitfire.i.gajendra.net)
2022-09-07 06:56:46 +0000auri_(~auri@fsf/member/auri)
2022-09-07 06:56:46 +0000quintasan_(~quassel@quintasan.pl)
2022-09-07 06:56:46 +0000Taneb0(~Taneb@runciman.hacksoc.org)
2022-09-07 06:56:46 +0000zzz(~z@user/zero)
2022-09-07 06:56:46 +0000telser_(~quassel@user/telser)
2022-09-07 06:56:46 +0000matijja`(~matijja@193.77.181.201)
2022-09-07 06:56:46 +0000drewolson(~drewolson@user/drewolson)
2022-09-07 06:56:46 +0000jrm(~jrm@user/jrm)
2022-09-07 06:56:46 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2022-09-07 06:56:46 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net)
2022-09-07 06:56:46 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br)
2022-09-07 06:56:46 +0000Maxdamantus(~Maxdamant@user/maxdamantus)
2022-09-07 06:56:46 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2022-09-07 06:56:46 +0000mcfrdy(~mcfrdy@user/mcfrdy)
2022-09-07 06:56:46 +0000andreas303(andreas303@ip227.orange.bnc4free.com)
2022-09-07 06:56:46 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net)
2022-09-07 06:56:46 +0000coldtom(~coldtom@coldrick.cc)
2022-09-07 06:56:46 +0000_________(~nobody@user/noodly)
2022-09-07 06:56:46 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2022-09-07 06:56:46 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-09-07 06:56:46 +0000tv(~tv@user/tv)
2022-09-07 06:56:46 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-09-07 06:56:46 +0000Hecate(~mariposa@user/hecate)
2022-09-07 06:56:46 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net)
2022-09-07 06:56:46 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-09-07 06:56:46 +0000thaumavorio(~thaumavor@thaumavor.io)
2022-09-07 06:56:46 +0000tessier(~treed@98.171.210.130)
2022-09-07 06:56:46 +0000Rembane(~Rembane@li346-36.members.linode.com)
2022-09-07 06:56:46 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com)
2022-09-07 06:56:46 +0000robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-09-07 06:56:46 +0000carbolymer(~carbolyme@dropacid.net)
2022-09-07 06:56:46 +0000energizer(~energizer@user/energizer)
2022-09-07 06:56:46 +0000qwedfg(~qwedfg@user/qwedfg)
2022-09-07 06:56:46 +0000sagax(~sagax_nb@user/sagax)
2022-09-07 06:56:46 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd)
2022-09-07 06:56:46 +0000rembo10(~rembo10@main.remulis.com)
2022-09-07 06:56:46 +0000cheater(~Username@user/cheater)
2022-09-07 06:56:46 +0000[Leary](~Leary]@user/Leary/x-0910699)
2022-09-07 06:56:46 +0000APic(apic@apic.name)
2022-09-07 06:56:46 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 06:56:46 +0000gawen(~gawen@user/gawen)
2022-09-07 06:56:46 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-09-07 06:56:46 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net)
2022-09-07 06:56:46 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-09-07 06:56:46 +0000jinsun(~jinsun@user/jinsun)
2022-09-07 06:56:46 +0000turlando(~turlando@user/turlando)
2022-09-07 06:56:46 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net)
2022-09-07 06:56:46 +0000adium(adium@user/adium)
2022-09-07 06:56:46 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-09-07 06:56:46 +0000img(~img@user/img)
2022-09-07 06:56:46 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2022-09-07 06:56:46 +0000Philonous(~Philonous@user/philonous)
2022-09-07 06:56:46 +0000notzmv(~zmv@user/notzmv)
2022-09-07 06:56:46 +0000stefan-_(~cri@42dots.de)
2022-09-07 06:56:46 +0000xstill_(xstill@fimu/xstill)
2022-09-07 06:56:46 +0000xsarnik(xsarnik@lounge.fi.muni.cz)
2022-09-07 06:56:46 +0000UNIX(~kernel@user/OpenSource)
2022-09-07 06:56:46 +0000zmt01(~zmt00@user/zmt00)
2022-09-07 06:56:46 +0000Luj(~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11)
2022-09-07 06:56:46 +0000jonrh(sid5185@id-5185.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2022-09-07 06:56:46 +0000Andrew(Andrew@user/AndrewYu)
2022-09-07 06:56:46 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net)
2022-09-07 06:56:46 +0000gdd1(~gdd@129.199.146.230)
2022-09-07 06:56:46 +0000inversed(~inversed@90.209.137.56)
2022-09-07 06:56:46 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000sa(sid1055@id-1055.tinside.irccloud.com)
2022-09-07 06:56:46 +0000koolazer(~koo@user/koolazer)
2022-09-07 06:56:46 +0000hook54321(sid149355@user/hook54321)
2022-09-07 06:56:46 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-09-07 06:56:46 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-09-07 06:56:46 +0000mzan(~quassel@mail.asterisell.com)
2022-09-07 06:56:46 +0000justache(~justache@user/justache)
2022-09-07 06:56:46 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 06:56:46 +0000michalz(~michalz@185.246.204.75)
2022-09-07 06:56:46 +0000TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com)
2022-09-07 06:56:46 +0000biberu(~biberu@user/biberu)
2022-09-07 06:56:46 +0000AkechiShiro(~licht@user/akechishiro)
2022-09-07 06:56:46 +0000shailangsa(~shailangs@host86-186-133-23.range86-186.btcentralplus.com)
2022-09-07 06:56:46 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com)
2022-09-07 06:56:46 +0000analoq(~yashi@user/dies)
2022-09-07 06:56:46 +0000niko(niko@libera/staff/niko)
2022-09-07 06:56:46 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-07 06:56:46 +0000sudden(~cat@user/sudden)
2022-09-07 06:56:46 +0000mncheck(~mncheck@193.224.205.254)
2022-09-07 06:56:46 +0000thatcher(lp0@heathens.club)
2022-09-07 06:56:46 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski)
2022-09-07 06:56:46 +0000raym(~raym@user/raym)
2022-09-07 06:56:46 +0000potash(~foghorn@user/foghorn)
2022-09-07 06:56:46 +0000martin02(~silas@141.84.69.76)
2022-09-07 06:56:46 +0000ente`(~daemon@inferno.barfooze.de)
2022-09-07 06:56:46 +0000gay9(~quassel@94-168-123-190.static.v4.ziggozakelijk.nl)
2022-09-07 06:56:46 +0000Me-me(~me-me@user/me-me)
2022-09-07 06:56:46 +0000Igloo(~ian@matrix.chaos.earth.li)
2022-09-07 06:56:46 +0000AlexNoo(~AlexNoo@178.34.151.32)
2022-09-07 06:56:46 +0000AlexZenon(~alzenon@178.34.151.32)
2022-09-07 06:56:46 +0000Alex_test(~al_test@178.34.151.32)
2022-09-07 06:56:46 +0000fjMSX(~hypni2p@128-68-149-52.broadband.corbina.ru)
2022-09-07 06:56:46 +0000shriekingnoise(~shrieking@186.137.167.202)
2022-09-07 06:56:46 +0000caubert(~caubert@user/caubert)
2022-09-07 06:56:46 +0000econo(uid147250@user/econo)
2022-09-07 06:56:46 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com)
2022-09-07 06:56:46 +0000SethTisue(sid14912@id-14912.ilkley.irccloud.com)
2022-09-07 06:56:46 +0000kristjansson(sid126207@id-126207.tinside.irccloud.com)
2022-09-07 06:56:46 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
2022-09-07 06:56:46 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-07 06:56:46 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2022-09-07 06:56:46 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-09-07 06:56:46 +0000Kaiepi(~Kaiepi@142.68.249.28)
2022-09-07 06:56:46 +0000pavonia(~user@user/siracusa)
2022-09-07 06:56:46 +0000kmein(~weechat@user/kmein)
2022-09-07 06:56:46 +0000EvanR(~EvanR@user/evanr)
2022-09-07 06:56:46 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-07 06:56:46 +0000PiDelport(uid25146@id-25146.lymington.irccloud.com)
2022-09-07 06:56:46 +0000thatcher_(lp0@heathens.club)
2022-09-07 06:56:46 +0000causal(~user@50.35.83.177)
2022-09-07 06:56:46 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-07 06:56:46 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-07 06:56:46 +0000Axman6(~Axman6@user/axman6)
2022-09-07 06:56:46 +0000jushur(~human@user/jushur)
2022-09-07 06:56:46 +0000fjmorazan(~quassel@user/fjmorazan)
2022-09-07 06:56:46 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-07 06:56:46 +0000euandreh(~euandreh@179.214.113.107)
2022-09-07 06:56:46 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-07 06:56:46 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-09-07 06:56:46 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2022-09-07 06:56:46 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2022-09-07 06:56:46 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-07 06:56:46 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 06:56:46 +0000frost(~frost@user/frost)
2022-09-07 06:56:46 +0000td_(~td@94.134.91.56)
2022-09-07 06:56:46 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 06:56:46 +0000`\`(~blop@user/blop)
2022-09-07 06:56:46 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 06:56:46 +0000vglfr(~vglfr@145.224.94.171)
2022-09-07 06:56:46 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b)
2022-09-07 06:56:46 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 06:56:46 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 06:56:46 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 06:56:46 +0000mbuf(~Shakthi@49.204.140.237)
2022-09-07 06:56:46 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com)
2022-09-07 06:56:46 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2022-09-07 06:56:46 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 06:56:46 +0000miffi(~miffi@user/miffi)
2022-09-07 06:56:46 +0000xsebek(xsebek@swarm.znchost.com)
2022-09-07 06:56:46 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 06:56:46 +0000phma(~phma@host-67-44-208-94.hnremote.net)
2022-09-07 06:56:46 +0000Techcable(~Techcable@user/Techcable)
2022-09-07 06:56:46 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de)
2022-09-07 06:56:46 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-07 06:56:46 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f)
2022-09-07 06:56:46 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5)
2022-09-07 06:56:46 +0000sloorush(~sloorush@52.187.184.81)
2022-09-07 06:56:46 +0000califax(~califax@user/califx)
2022-09-07 06:56:46 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 06:56:46 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-07 06:56:46 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 06:56:46 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-09-07 06:56:46 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec)
2022-09-07 06:56:46 +0000johnw(~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c)
2022-09-07 06:56:46 +0000gentauro(~gentauro@user/gentauro)
2022-09-07 06:56:46 +0000zaquest(~notzaques@5.130.79.72)
2022-09-07 06:56:46 +0000dolio(~dolio@130.44.130.54)
2022-09-07 06:56:46 +0000bbear(~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d)
2022-09-07 06:56:46 +0000bebu(uid567927@id-567927.uxbridge.irccloud.com)
2022-09-07 06:56:46 +0000res0nat0r084490(~Fletch@dia.whatbox.ca)
2022-09-07 06:56:46 +0000tomgus1(~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3)
2022-09-07 06:56:46 +0000Fischmie1(~Fischmiep@user/Fischmiep)
2022-09-07 06:56:46 +0000finsternis(~X@23.226.237.192)
2022-09-07 06:56:46 +0000catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407)
2022-09-07 06:56:46 +0000lieven(~mal@ns2.wyrd.be)
2022-09-07 06:56:46 +0000yahb2(~yahb2@2a01:4f8:c0c:5c7b::2)
2022-09-07 06:56:46 +0000Guest585(~mike@user/feetwind)
2022-09-07 06:56:46 +0000leah2(~leah@vuxu.org)
2022-09-07 06:56:46 +0000lyxia(~lyxia@poisson.chat)
2022-09-07 06:56:46 +0000Hafydd_(jc@user/hafydd)
2022-09-07 06:56:46 +0000ryantrinkle(~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7)
2022-09-07 06:56:46 +0000Athas(athas@sigkill.dk)
2022-09-07 06:56:46 +0000jimki(~jmaki@gazorpazorp.fixme.fi)
2022-09-07 06:56:46 +0000FragByte(~christian@user/fragbyte)
2022-09-07 06:56:46 +0000pie_(~pie_bnc@user/pie/x-2818909)
2022-09-07 06:56:46 +0000tcard(~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp)
2022-09-07 06:56:46 +0000dtman34(~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1)
2022-09-07 06:56:46 +0000piele(~piele@tbonesteak.creativeserver.net)
2022-09-07 06:56:46 +0000kronicmage(user88019@neotame.csclub.uwaterloo.ca)
2022-09-07 06:56:46 +0000iphy(sid67735@id-67735.lymington.irccloud.com)
2022-09-07 06:56:46 +0000Zemyla(~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com)
2022-09-07 06:56:46 +0000hrberg(~quassel@171.79-160-161.customer.lyse.net)
2022-09-07 06:56:46 +0000fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com)
2022-09-07 06:56:46 +0000CAT_S(apic@brezn3.muc.ccc.de)
2022-09-07 06:56:46 +0000m1dnight(~christoph@78-22-0-121.access.telenet.be)
2022-09-07 06:56:46 +0000GoldsteinQ(~goldstein@goldstein.rs)
2022-09-07 06:56:46 +0000farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505)
2022-09-07 06:56:46 +0000nurupo(~nurupo.ga@user/nurupo)
2022-09-07 06:56:46 +0000zachel_(~zachel@user/zachel)
2022-09-07 06:56:46 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-09-07 06:56:46 +0000eL_Bart0(eL_Bart0@dietunichtguten.org)
2022-09-07 06:56:46 +0000superbil(~superbil@1-34-176-171.hinet-ip.hinet.net)
2022-09-07 06:56:50 +0000Teacup_(~teacup@user/teacup) (*.net *.split)
2022-09-07 06:56:50 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (*.net *.split)
2022-09-07 06:56:50 +0000phma(~phma@host-67-44-208-94.hnremote.net) (*.net *.split)
2022-09-07 06:56:50 +0000xsebek(xsebek@swarm.znchost.com) (*.net *.split)
2022-09-07 06:56:50 +0000miffi(~miffi@user/miffi) (*.net *.split)
2022-09-07 06:56:50 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (*.net *.split)
2022-09-07 06:56:50 +0000mbuf(~Shakthi@49.204.140.237) (*.net *.split)
2022-09-07 06:56:50 +0000jmdaemon(~jmdaemon@user/jmdaemon) (*.net *.split)
2022-09-07 06:56:50 +0000vglfr(~vglfr@145.224.94.171) (*.net *.split)
2022-09-07 06:56:50 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (*.net *.split)
2022-09-07 06:56:50 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-09-07 06:56:50 +0000td_(~td@94.134.91.56) (*.net *.split)
2022-09-07 06:56:50 +0000geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-07 06:56:50 +0000euandreh(~euandreh@179.214.113.107) (*.net *.split)
2022-09-07 06:56:50 +0000fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-09-07 06:56:50 +0000kmein(~weechat@user/kmein) (*.net *.split)
2022-09-07 06:56:50 +0000pavonia(~user@user/siracusa) (*.net *.split)
2022-09-07 06:56:50 +0000Kaiepi(~Kaiepi@142.68.249.28) (*.net *.split)
2022-09-07 06:56:50 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:56:50 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split)
2022-09-07 06:56:50 +0000caubert(~caubert@user/caubert) (*.net *.split)
2022-09-07 06:56:50 +0000fjMSX(~hypni2p@128-68-149-52.broadband.corbina.ru) (*.net *.split)
2022-09-07 06:56:50 +0000Alex_test(~al_test@178.34.151.32) (*.net *.split)
2022-09-07 06:56:50 +0000AlexZenon(~alzenon@178.34.151.32) (*.net *.split)
2022-09-07 06:56:50 +0000Me-me(~me-me@user/me-me) (*.net *.split)
2022-09-07 06:56:50 +0000martin02(~silas@141.84.69.76) (*.net *.split)
2022-09-07 06:56:50 +0000potash(~foghorn@user/foghorn) (*.net *.split)
2022-09-07 06:56:50 +0000thatcher(lp0@heathens.club) (*.net *.split)
2022-09-07 06:56:50 +0000niko(niko@libera/staff/niko) (*.net *.split)
2022-09-07 06:56:50 +0000analoq(~yashi@user/dies) (*.net *.split)
2022-09-07 06:56:50 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com) (*.net *.split)
2022-09-07 06:56:50 +0000shailangsa(~shailangs@host86-186-133-23.range86-186.btcentralplus.com) (*.net *.split)
2022-09-07 06:56:50 +0000TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split)
2022-09-07 06:56:50 +0000michalz(~michalz@185.246.204.75) (*.net *.split)
2022-09-07 06:56:50 +0000Philonous(~Philonous@user/philonous) (*.net *.split)
2022-09-07 06:56:50 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-09-07 06:56:50 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net) (*.net *.split)
2022-09-07 06:56:50 +0000turlando(~turlando@user/turlando) (*.net *.split)
2022-09-07 06:56:50 +0000gawen(~gawen@user/gawen) (*.net *.split)
2022-09-07 06:56:50 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split)
2022-09-07 06:56:50 +0000rembo10(~rembo10@main.remulis.com) (*.net *.split)
2022-09-07 06:56:50 +0000qwedfg(~qwedfg@user/qwedfg) (*.net *.split)
2022-09-07 06:56:50 +0000energizer(~energizer@user/energizer) (*.net *.split)
2022-09-07 06:56:50 +0000macabre(~m@161.35.15.236) (*.net *.split)
2022-09-07 06:56:51 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-09-07 06:56:51 +0000cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-09-07 06:56:51 +0000Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-09-07 06:56:51 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split)
2022-09-07 06:56:51 +0000Logio(em@kapsi.fi) (*.net *.split)
2022-09-07 06:56:51 +0000wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-09-07 06:56:51 +0000arahael(~arahael@14-200-135-92.tpgi.com.au) (*.net *.split)
2022-09-07 06:56:51 +0000tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-09-07 06:56:51 +0000rodental(~rodental@38.146.5.222) (*.net *.split)
2022-09-07 06:56:51 +0000davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-09-07 06:56:51 +0000sm[i]_(~user@li229-222.members.linode.com) (*.net *.split)
2022-09-07 06:56:51 +0000x88x88x(~x88x88x@149.28.53.172) (*.net *.split)
2022-09-07 06:56:51 +0000sander(~sander@user/sander) (*.net *.split)
2022-09-07 06:56:51 +0000cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-09-07 06:56:51 +0000auri_(~auri@fsf/member/auri) (*.net *.split)
2022-09-07 06:56:51 +0000quintasan_(~quassel@quintasan.pl) (*.net *.split)
2022-09-07 06:56:51 +0000Taneb0(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-09-07 06:56:51 +0000telser_(~quassel@user/telser) (*.net *.split)
2022-09-07 06:56:51 +0000zzz(~z@user/zero) (*.net *.split)
2022-09-07 06:56:51 +0000matijja`(~matijja@193.77.181.201) (*.net *.split)
2022-09-07 06:56:51 +0000drewolson(~drewolson@user/drewolson) (*.net *.split)
2022-09-07 06:56:51 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2022-09-07 06:56:51 +0000jrm(~jrm@user/jrm) (*.net *.split)
2022-09-07 06:56:51 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split)
2022-09-07 06:56:51 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-09-07 06:56:51 +0000Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-09-07 06:56:51 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
2022-09-07 06:56:51 +0000mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-09-07 06:56:51 +0000andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-09-07 06:56:51 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split)
2022-09-07 06:56:51 +0000coldtom(~coldtom@coldrick.cc) (*.net *.split)
2022-09-07 06:56:51 +0000_________(~nobody@user/noodly) (*.net *.split)
2022-09-07 06:56:51 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2022-09-07 06:56:51 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-09-07 06:56:51 +0000tv(~tv@user/tv) (*.net *.split)
2022-09-07 06:56:51 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-09-07 06:56:51 +0000Hecate(~mariposa@user/hecate) (*.net *.split)
2022-09-07 06:56:51 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split)
2022-09-07 06:56:51 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:51 +0000thaumavorio(~thaumavor@thaumavor.io) (*.net *.split)
2022-09-07 06:56:51 +0000tessier(~treed@98.171.210.130) (*.net *.split)
2022-09-07 06:56:51 +0000Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-09-07 06:56:51 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split)
2022-09-07 06:56:51 +0000robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-09-07 06:56:51 +0000carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-09-07 06:56:51 +0000dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-09-07 06:56:51 +0000derelict(~derelict@user/derelict) (*.net *.split)
2022-09-07 06:56:51 +0000amir(sid22336@user/amir) (*.net *.split)
2022-09-07 06:56:51 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2022-09-07 06:56:51 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-09-07 06:56:51 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000nckx(~nckx@tobias.gr) (*.net *.split)
2022-09-07 06:56:51 +0000JimL(~quassel@89-162-2-132.fiber.signal.no) (*.net *.split)
2022-09-07 06:56:51 +0000jamestmartin(~james@jtmar.me) (*.net *.split)
2022-09-07 06:56:51 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-09-07 06:56:51 +0000rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:51 +0000V(~v@ircpuzzles/2022/april/winner/V) (*.net *.split)
2022-09-07 06:56:51 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:52 +0000Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-09-07 06:56:52 +0000krjst(~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
2022-09-07 06:56:52 +0000asm(~alexander@user/asm) (*.net *.split)
2022-09-07 06:56:52 +0000Guest1698(~Guest1698@20.83.116.49) (*.net *.split)
2022-09-07 06:56:52 +0000danso(danso@danso.ca) (*.net *.split)
2022-09-07 06:56:52 +0000andjjj23(~irc@107.170.228.47) (*.net *.split)
2022-09-07 06:56:52 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-09-07 06:56:52 +0000tired(~tired@user/tired) (*.net *.split)
2022-09-07 06:56:52 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:52 +0000sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-09-07 06:56:52 +0000mxs(~mxs@user/mxs) (*.net *.split)
2022-09-07 06:56:52 +0000dequbed(~dequbed@banana-new.kilobyte22.de) (*.net *.split)
2022-09-07 06:56:52 +0000scav(sid309693@user/scav) (*.net *.split)
2022-09-07 06:56:52 +0000parseval(sid239098@id-239098.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:52 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:52 +0000lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-09-07 06:56:52 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2022-09-07 06:56:52 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1) (*.net *.split)
2022-09-07 06:56:52 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split)
2022-09-07 06:56:52 +0000raoul(~raoul@95.179.203.88) (*.net *.split)
2022-09-07 06:56:52 +0000jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-09-07 06:56:52 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:56:52 +0000haveo_(~haveo@sl35.iuwt.fr) (*.net *.split)
2022-09-07 06:56:52 +0000eldritch(~eldritch@user/eldritch) (*.net *.split)
2022-09-07 06:56:52 +0000another-axel-bee(~axel-bee@alexbenishek.com) (*.net *.split)
2022-09-07 06:56:52 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:52 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:52 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:52 +0000jakalx(~jakalx@base.jakalx.net) (*.net *.split)
2022-09-07 06:56:52 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-07 06:56:52 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split)
2022-09-07 06:56:52 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
2022-09-07 06:56:52 +0000causal(~user@50.35.83.177) (*.net *.split)
2022-09-07 06:56:52 +0000thatcher_(lp0@heathens.club) (*.net *.split)
2022-09-07 06:56:52 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-09-07 06:56:52 +0000nahcetan(~nate@98.45.169.16) (*.net *.split)
2022-09-07 06:56:52 +0000son0p(~ff@181.136.122.143) (*.net *.split)
2022-09-07 06:56:52 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-09-07 06:56:52 +0000TMA(tma@twin.jikos.cz) (*.net *.split)
2022-09-07 06:56:52 +0000sshine_(~simon@exocortex.online) (*.net *.split)
2022-09-07 06:56:52 +0000meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-09-07 06:56:52 +0000defanor(~defanor@tart.uberspace.net) (*.net *.split)
2022-09-07 06:56:52 +0000hexeme_(~hexeme@user/hexeme) (*.net *.split)
2022-09-07 06:56:52 +0000mrmr(~mrmr@user/mrmr) (*.net *.split)
2022-09-07 06:56:52 +0000chronon(~chronon@user/chronon) (*.net *.split)
2022-09-07 06:56:52 +0000cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-09-07 06:56:52 +0000RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-09-07 06:56:52 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:52 +0000loonycyborg_(loonycybor@chantal.wesnoth.org) (*.net *.split)
2022-09-07 06:56:52 +0000ncf(~n@monade.li) (*.net *.split)
2022-09-07 06:56:52 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split)
2022-09-07 06:56:52 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-09-07 06:56:52 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2022-09-07 06:56:53 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split)
2022-09-07 06:56:53 +0000LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-09-07 06:56:53 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split)
2022-09-07 06:56:53 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:53 +0000maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-09-07 06:56:53 +0000srk(~sorki@user/srk) (*.net *.split)
2022-09-07 06:56:53 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-09-07 06:56:53 +0000cynomys(~cynomys@user/cynomys) (*.net *.split)
2022-09-07 06:56:53 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:56:53 +0000sweater1(~sweater@206.81.18.26) (*.net *.split)
2022-09-07 06:56:53 +0000blades(~blades@204.48.29.163) (*.net *.split)
2022-09-07 06:56:53 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-09-07 06:56:53 +0000darkling(~darkling@savella.carfax.org.uk) (*.net *.split)
2022-09-07 06:56:53 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-09-07 06:56:53 +0000c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-09-07 06:56:53 +0000mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-09-07 06:56:53 +0000heath(~heath@user/heath) (*.net *.split)
2022-09-07 06:56:53 +0000byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-09-07 06:56:53 +0000tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-09-07 06:56:53 +0000df(~ben@justworks.xyz) (*.net *.split)
2022-09-07 06:56:53 +0000tstat(~tstat@user/tstat) (*.net *.split)
2022-09-07 06:56:53 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split)
2022-09-07 06:56:53 +0000simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-09-07 06:56:53 +0000kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-09-07 06:56:53 +0000noctux1(KOx7x4g3XX@karif.server-speed.net) (*.net *.split)
2022-09-07 06:56:53 +0000kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-09-07 06:56:53 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split)
2022-09-07 06:56:53 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:53 +0000marienz(marienz@libera/staff/marienz) (*.net *.split)
2022-09-07 06:56:53 +0000tureba(~tureba@tureba.org) (*.net *.split)
2022-09-07 06:56:53 +0000sloorush(~sloorush@52.187.184.81) (*.net *.split)
2022-09-07 06:56:53 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (*.net *.split)
2022-09-07 06:56:53 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (*.net *.split)
2022-09-07 06:56:53 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (*.net *.split)
2022-09-07 06:56:53 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split)
2022-09-07 06:56:53 +0000mncheck(~mncheck@193.224.205.254) (*.net *.split)
2022-09-07 06:56:53 +0000biberu(~biberu@user/biberu) (*.net *.split)
2022-09-07 06:56:53 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:53 +0000hook54321(sid149355@user/hook54321) (*.net *.split)
2022-09-07 06:56:53 +0000notzmv(~zmv@user/notzmv) (*.net *.split)
2022-09-07 06:56:53 +0000cheater(~Username@user/cheater) (*.net *.split)
2022-09-07 06:56:53 +0000jludwig(~justin@user/jludwig) (*.net *.split)
2022-09-07 06:56:53 +0000nerdypepper(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-09-07 06:56:53 +0000noteness(~noteness@user/noteness) (*.net *.split)
2022-09-07 06:56:53 +0000bah(~bah@l1.tel) (*.net *.split)
2022-09-07 06:56:53 +0000cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-09-07 06:56:53 +0000Henkru(henkru@kapsi.fi) (*.net *.split)
2022-09-07 06:56:53 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net) (*.net *.split)
2022-09-07 06:56:53 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split)
2022-09-07 06:56:53 +0000opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-09-07 06:56:53 +0000gff_(~gff@user/gff) (*.net *.split)
2022-09-07 06:56:53 +0000dfg(dfg@user/dfg) (*.net *.split)
2022-09-07 06:56:53 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:53 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-09-07 06:56:53 +0000glider(~glider@user/glider) (*.net *.split)
2022-09-07 06:56:53 +0000bollu(~bollu@159.65.151.13) (*.net *.split)
2022-09-07 06:56:53 +0000MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-09-07 06:56:53 +0000ell(~ellie@user/ellie) (*.net *.split)
2022-09-07 06:56:53 +0000asivitz(uid178348@id-178348.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:54 +0000crns(~netcrns@user/crns) (*.net *.split)
2022-09-07 06:56:54 +0000bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2022-09-07 06:56:54 +0000gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-09-07 06:56:54 +0000Patternmaster(~georg@user/Patternmaster) (*.net *.split)
2022-09-07 06:56:54 +0000hololeap(~quassel@user/hololeap) (*.net *.split)
2022-09-07 06:56:54 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-07 06:56:54 +0000kristjansson(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:54 +0000econo(uid147250@user/econo) (*.net *.split)
2022-09-07 06:56:54 +0000raym(~raym@user/raym) (*.net *.split)
2022-09-07 06:56:54 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (*.net *.split)
2022-09-07 06:56:54 +0000APic(apic@apic.name) (*.net *.split)
2022-09-07 06:56:54 +0000Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-09-07 06:56:54 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-09-07 06:56:54 +0000mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-09-07 06:56:54 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com) (*.net *.split)
2022-09-07 06:56:54 +0000immae(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-09-07 06:56:54 +0000Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-09-07 06:56:54 +0000megaTherion(~therion@unix.io) (*.net *.split)
2022-09-07 06:56:54 +0000ajb_(~ajb@mimas.whatbox.ca) (*.net *.split)
2022-09-07 06:56:54 +0000darxun(sid504814@id-504814.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:54 +0000lechner(lechner@debian/lechner) (*.net *.split)
2022-09-07 06:56:54 +0000siers(~ij@user/ij) (*.net *.split)
2022-09-07 06:56:54 +0000drlkf(~drlkf@chat.drlkf.net) (*.net *.split)
2022-09-07 06:56:54 +0000hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-09-07 06:56:54 +0000arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-09-07 06:56:54 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split)
2022-09-07 06:56:54 +0000Moyst__(~moyst@user/moyst) (*.net *.split)
2022-09-07 06:56:54 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split)
2022-09-07 06:56:54 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be) (*.net *.split)
2022-09-07 06:56:54 +0000vulpine(xfnw@tilde.team) (*.net *.split)
2022-09-07 06:56:54 +0000tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-09-07 06:56:54 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split)
2022-09-07 06:56:54 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (*.net *.split)
2022-09-07 06:56:54 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (*.net *.split)
2022-09-07 06:56:54 +0000EvanR(~EvanR@user/evanr) (*.net *.split)
2022-09-07 06:56:54 +0000koolazer(~koo@user/koolazer) (*.net *.split)
2022-09-07 06:56:54 +0000sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:54 +0000inversed(~inversed@90.209.137.56) (*.net *.split)
2022-09-07 06:56:54 +0000xstill_(xstill@fimu/xstill) (*.net *.split)
2022-09-07 06:56:54 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:54 +0000|beowulf|(florian@sourcemage/mage/beowulf) (*.net *.split)
2022-09-07 06:56:54 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split)
2022-09-07 06:56:54 +0000sviermsung(E3Ya4Aww1k@user/s4msung) (*.net *.split)
2022-09-07 06:56:54 +0000whatsupboy(~whatsupbo@user/scobydoo) (*.net *.split)
2022-09-07 06:56:54 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split)
2022-09-07 06:56:55 +0000agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000dispater-(~dispater@mail.brprice.uk) (*.net *.split)
2022-09-07 06:56:55 +0000orcus(~orcus@user/brprice) (*.net *.split)
2022-09-07 06:56:55 +0000integral(sid296274@user/integral) (*.net *.split)
2022-09-07 06:56:55 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000cln(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000feliix42(~felix@gibbs.uberspace.de) (*.net *.split)
2022-09-07 06:56:55 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-09-07 06:56:55 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-09-07 06:56:55 +0000sabx(~sabbas@user/sabbas) (*.net *.split)
2022-09-07 06:56:55 +0000urdh(~urdh@user/urdh) (*.net *.split)
2022-09-07 06:56:55 +0000absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-09-07 06:56:55 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-09-07 06:56:55 +0000int-e(~noone@int-e.eu) (*.net *.split)
2022-09-07 06:56:55 +0000AWizzArd(~code@gehrels.uberspace.de) (*.net *.split)
2022-09-07 06:56:55 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2022-09-07 06:56:55 +0000rawles(~x@user/rawles) (*.net *.split)
2022-09-07 06:56:55 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-09-07 06:56:55 +0000dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-09-07 06:56:55 +0000xacktm(xacktm@user/xacktm) (*.net *.split)
2022-09-07 06:56:55 +0000acidsys(~crameleon@openSUSE/member/crameleon) (*.net *.split)
2022-09-07 06:56:55 +0000thonkpod_(~thonkpod@user/thonkpod) (*.net *.split)
2022-09-07 06:56:55 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000drewr(~drew@user/drewr) (*.net *.split)
2022-09-07 06:56:55 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split)
2022-09-07 06:56:55 +0000SethTisue(sid14912@id-14912.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000gay9(~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) (*.net *.split)
2022-09-07 06:56:55 +0000Andrew(Andrew@user/AndrewYu) (*.net *.split)
2022-09-07 06:56:55 +0000zmt01(~zmt00@user/zmt00) (*.net *.split)
2022-09-07 06:56:55 +0000UNIX(~kernel@user/OpenSource) (*.net *.split)
2022-09-07 06:56:55 +0000xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-09-07 06:56:55 +0000stefan-_(~cri@42dots.de) (*.net *.split)
2022-09-07 06:56:55 +0000[Leary](~Leary]@user/Leary/x-0910699) (*.net *.split)
2022-09-07 06:56:55 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) (*.net *.split)
2022-09-07 06:56:55 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000vito(sid1962@user/vito) (*.net *.split)
2022-09-07 06:56:55 +0000alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split)
2022-09-07 06:56:55 +0000haritz(~hrtz@user/haritz) (*.net *.split)
2022-09-07 06:56:55 +0000dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-09-07 06:56:55 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-09-07 06:56:55 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split)
2022-09-07 06:56:55 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-09-07 06:56:55 +0000ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-09-07 06:56:55 +0000dragestil(~znc@user/dragestil) (*.net *.split)
2022-09-07 06:56:55 +0000brprice(~brprice@user/brprice) (*.net *.split)
2022-09-07 06:56:55 +0000bw(sid2730@user/betawaffle) (*.net *.split)
2022-09-07 06:56:55 +0000chessai(sid225296@id-225296.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000nrr____(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:55 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-09-07 06:56:55 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split)
2022-09-07 06:56:55 +0000shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-09-07 06:56:55 +0000jjhoo(jahakala@user/jjhoo) (*.net *.split)
2022-09-07 06:56:55 +0000hltk(~hltk@hltk.fi) (*.net *.split)
2022-09-07 06:56:55 +0000shane(~shane@ana.rch.ist) (*.net *.split)
2022-09-07 06:56:55 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-09-07 06:56:55 +0000hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-09-07 06:56:55 +0000stvc(~stvc@192.241.166.39) (*.net *.split)
2022-09-07 06:56:56 +0000Arsen(arsen@managarm/dev/Arsen) (*.net *.split)
2022-09-07 06:56:56 +0000grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000Dykam(Dykam@dykam.nl) (*.net *.split)
2022-09-07 06:56:56 +0000apache2(apache2@anubis.0x90.dk) (*.net *.split)
2022-09-07 06:56:56 +0000toeffel(~toeffel@user/toeffel) (*.net *.split)
2022-09-07 06:56:56 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split)
2022-09-07 06:56:56 +0000shriekingnoise(~shrieking@186.137.167.202) (*.net *.split)
2022-09-07 06:56:56 +0000AlexNoo(~AlexNoo@178.34.151.32) (*.net *.split)
2022-09-07 06:56:56 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski) (*.net *.split)
2022-09-07 06:56:56 +0000AkechiShiro(~licht@user/akechishiro) (*.net *.split)
2022-09-07 06:56:56 +0000jonrh(sid5185@id-5185.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000Luj(~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) (*.net *.split)
2022-09-07 06:56:56 +0000adium(adium@user/adium) (*.net *.split)
2022-09-07 06:56:56 +0000jinsun(~jinsun@user/jinsun) (*.net *.split)
2022-09-07 06:56:56 +0000sagax(~sagax_nb@user/sagax) (*.net *.split)
2022-09-07 06:56:56 +0000bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-09-07 06:56:56 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-09-07 06:56:56 +0000nisstyre(wes@user/nisstyre) (*.net *.split)
2022-09-07 06:56:56 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2022-09-07 06:56:56 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000edwtjo(~edwtjo@fsf/member/edwtjo) (*.net *.split)
2022-09-07 06:56:56 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2022-09-07 06:56:56 +0000swistak-(~swistak@185.21.216.141) (*.net *.split)
2022-09-07 06:56:56 +0000tnks(sid412124@id-412124.helmsley.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-07 06:56:56 +0000acro(~acro@user/acro) (*.net *.split)
2022-09-07 06:56:56 +0000Yumemi_(~Yumemi@chamoin.net) (*.net *.split)
2022-09-07 06:56:56 +0000davl_(~davl@207.154.228.18) (*.net *.split)
2022-09-07 06:56:56 +0000_\_(~o@user/offon) (*.net *.split)
2022-09-07 06:56:56 +0000emanon42(~emanon42@103.120.19.44) (*.net *.split)
2022-09-07 06:56:56 +0000noctux(~noctux@user/noctux) (*.net *.split)
2022-09-07 06:56:56 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split)
2022-09-07 06:56:56 +0000Adeon(sid418992@id-418992.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-09-07 06:56:56 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-09-07 06:56:56 +0000califax(~califax@user/califx) (*.net *.split)
2022-09-07 06:56:56 +0000chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-09-07 06:56:56 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-09-07 06:56:56 +0000`\`(~blop@user/blop) (*.net *.split)
2022-09-07 06:56:56 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-09-07 06:56:56 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-09-07 06:56:56 +0000jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-09-07 06:56:56 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (*.net *.split)
2022-09-07 06:56:56 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-09-07 06:56:56 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (*.net *.split)
2022-09-07 06:56:56 +0000kitzman(~kitzman@user/dekenevs) (*.net *.split)
2022-09-07 06:56:56 +0000Techcable(~Techcable@user/Techcable) (*.net *.split)
2022-09-07 06:56:56 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (*.net *.split)
2022-09-07 06:56:56 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf) (*.net *.split)
2022-09-07 06:56:56 +0000jushur(~human@user/jushur) (*.net *.split)
2022-09-07 06:56:56 +0000Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2022-09-07 06:56:56 +0000PiDelport(uid25146@id-25146.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:56 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-09-07 06:56:56 +0000Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-09-07 06:56:56 +0000ente`(~daemon@inferno.barfooze.de) (*.net *.split)
2022-09-07 06:56:56 +0000sudden(~cat@user/sudden) (*.net *.split)
2022-09-07 06:56:57 +0000justache(~justache@user/justache) (*.net *.split)
2022-09-07 06:56:57 +0000mzan(~quassel@mail.asterisell.com) (*.net *.split)
2022-09-07 06:56:57 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-09-07 06:56:57 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:57 +0000gdd1(~gdd@129.199.146.230) (*.net *.split)
2022-09-07 06:56:57 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net) (*.net *.split)
2022-09-07 06:56:57 +0000img(~img@user/img) (*.net *.split)
2022-09-07 06:56:57 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-09-07 06:56:57 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (*.net *.split)
2022-09-07 06:56:57 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-07 06:56:57 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com) (*.net *.split)
2022-09-07 06:56:57 +0000Colere(~colere@about/linux/staff/sauvin) (*.net *.split)
2022-09-07 06:56:57 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split)
2022-09-07 06:56:57 +0000hays(rootvegeta@fsf/member/hays) (*.net *.split)
2022-09-07 06:56:57 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split)
2022-09-07 06:56:57 +0000kadobanana(~mud@user/kadoban) (*.net *.split)
2022-09-07 06:56:57 +0000mmaruseacph2(~mihai@198.199.98.239) (*.net *.split)
2022-09-07 06:56:57 +0000bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2022-09-07 06:56:57 +0000wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-09-07 06:56:57 +0000malte(~malte@mal.tc) (*.net *.split)
2022-09-07 06:56:57 +0000kraftwerk28_(~kraftwerk@178.62.210.83) (*.net *.split)
2022-09-07 06:56:57 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split)
2022-09-07 06:56:57 +0000oats(~thomas@user/oats) (*.net *.split)
2022-09-07 06:56:57 +0000xerox__(~edi@user/edi) (*.net *.split)
2022-09-07 06:56:57 +0000aku_(~aku@163.172.137.34) (*.net *.split)
2022-09-07 06:56:57 +0000lbseale_(~quassel@user/ep1ctetus) (*.net *.split)
2022-09-07 06:56:57 +0000Clint(~Clint@user/clint) (*.net *.split)
2022-09-07 06:56:57 +0000Unode(~Unode@194.94.44.220) (*.net *.split)
2022-09-07 06:56:57 +0000ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-09-07 06:56:57 +0000stilgart(~Christoph@chezlefab.net) (*.net *.split)
2022-09-07 06:56:57 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-09-07 06:56:57 +0000drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-09-07 06:56:57 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-09-07 06:56:57 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split)
2022-09-07 06:56:57 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz) (*.net *.split)
2022-09-07 06:56:57 +0000haasn(~nand@haasn.dev) (*.net *.split)
2022-09-07 06:56:57 +0000[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-09-07 06:56:57 +0000melonai-(~mel@rnrd.eu) (*.net *.split)
2022-09-07 06:56:57 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member) (*.net *.split)
2022-09-07 06:56:57 +0000vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-09-07 06:56:57 +0000echoreply(~echoreply@45.32.163.16) (*.net *.split)
2022-09-07 06:56:57 +0000ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-09-07 06:56:57 +0000micro(~micro@user/micro) (*.net *.split)
2022-09-07 06:56:57 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split)
2022-09-07 06:56:57 +0000juri_(~juri@84-19-175-179.pool.ovpn.com) (*.net *.split)
2022-09-07 06:56:57 +0000tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-09-07 06:56:57 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-09-07 06:56:57 +0000lisq(~quassel@lis.moe) (*.net *.split)
2022-09-07 06:56:57 +0000peutri_(~peutri@bobo.desast.re) (*.net *.split)
2022-09-07 06:56:57 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com) (*.net *.split)
2022-09-07 06:56:57 +0000pierrot(~pi@user/pierrot) (*.net *.split)
2022-09-07 06:56:57 +0000megeve(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-09-07 06:56:57 +0000jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-09-07 06:56:57 +0000natto17(~natto@140.238.225.67) (*.net *.split)
2022-09-07 06:56:57 +0000koz_(~koz@121.99.240.58) (*.net *.split)
2022-09-07 06:56:57 +0000tritlo(sid58727@user/tritlo) (*.net *.split)
2022-09-07 06:56:57 +0000saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-09-07 06:56:57 +0000jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-09-07 06:56:57 +0000nonzen(~nonzen@user/nonzen) (*.net *.split)
2022-09-07 06:56:57 +0000darkstardev13(~darkstard@50.53.212.60) (*.net *.split)
2022-09-07 06:56:57 +0000remedan(~remedan@octo.cafe) (*.net *.split)
2022-09-07 06:56:58 +0000Axman6(~Axman6@user/axman6) (*.net *.split)
2022-09-07 06:56:58 +0000tubogram44(~tubogram@user/tubogram) (*.net *.split)
2022-09-07 06:56:58 +0000frost(~frost@user/frost) (*.net *.split)
2022-09-07 06:56:58 +0000ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2022-09-07 06:56:58 +0000litharge(litharge@libera/bot/litharge) (*.net *.split)
2022-09-07 06:57:57 +0000m5zs7k(aquares@web10.mydevil.net)
2022-09-07 06:57:57 +0000sunarch(sid526836@user/sunarch)
2022-09-07 06:57:57 +0000hnOsmium0001_(uid453710@user/hnOsmium0001)
2022-09-07 06:57:57 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be)
2022-09-07 06:57:57 +0000kitzman(~kitzman@user/dekenevs)
2022-09-07 06:57:57 +0000Teacup_(~teacup@user/teacup)
2022-09-07 06:57:57 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-07 06:57:57 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 06:57:57 +0000califax(~califax@user/califx)
2022-09-07 06:57:57 +0000sloorush(~sloorush@52.187.184.81)
2022-09-07 06:57:57 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5)
2022-09-07 06:57:57 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f)
2022-09-07 06:57:57 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-07 06:57:57 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de)
2022-09-07 06:57:57 +0000Techcable(~Techcable@user/Techcable)
2022-09-07 06:57:57 +0000phma(~phma@host-67-44-208-94.hnremote.net)
2022-09-07 06:57:57 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 06:57:57 +0000xsebek(xsebek@swarm.znchost.com)
2022-09-07 06:57:57 +0000miffi(~miffi@user/miffi)
2022-09-07 06:57:57 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 06:57:57 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2022-09-07 06:57:57 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com)
2022-09-07 06:57:57 +0000mbuf(~Shakthi@49.204.140.237)
2022-09-07 06:57:57 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 06:57:57 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 06:57:57 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 06:57:57 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b)
2022-09-07 06:57:57 +0000vglfr(~vglfr@145.224.94.171)
2022-09-07 06:57:57 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 06:57:57 +0000`\`(~blop@user/blop)
2022-09-07 06:57:57 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 06:57:57 +0000td_(~td@94.134.91.56)
2022-09-07 06:57:57 +0000frost(~frost@user/frost)
2022-09-07 06:57:57 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 06:57:57 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-07 06:57:57 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2022-09-07 06:57:57 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2022-09-07 06:57:57 +0000kaskal-(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-09-07 06:57:57 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-07 06:57:57 +0000euandreh(~euandreh@179.214.113.107)
2022-09-07 06:57:57 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-07 06:57:57 +0000fjmorazan(~quassel@user/fjmorazan)
2022-09-07 06:57:57 +0000jushur(~human@user/jushur)
2022-09-07 06:57:57 +0000Axman6(~Axman6@user/axman6)
2022-09-07 06:57:57 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-07 06:57:57 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-07 06:57:57 +0000causal(~user@50.35.83.177)
2022-09-07 06:57:57 +0000thatcher_(lp0@heathens.club)
2022-09-07 06:57:57 +0000PiDelport(uid25146@id-25146.lymington.irccloud.com)
2022-09-07 06:57:57 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-07 06:57:57 +0000EvanR(~EvanR@user/evanr)
2022-09-07 06:57:57 +0000kmein(~weechat@user/kmein)
2022-09-07 06:57:57 +0000pavonia(~user@user/siracusa)
2022-09-07 06:57:57 +0000Kaiepi(~Kaiepi@142.68.249.28)
2022-09-07 06:57:57 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-09-07 06:57:57 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2022-09-07 06:57:57 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-07 06:57:57 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
2022-09-07 06:57:57 +0000kristjansson(sid126207@id-126207.tinside.irccloud.com)
2022-09-07 06:57:57 +0000SethTisue(sid14912@id-14912.ilkley.irccloud.com)
2022-09-07 06:57:57 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com)
2022-09-07 06:57:57 +0000econo(uid147250@user/econo)
2022-09-07 06:57:57 +0000caubert(~caubert@user/caubert)
2022-09-07 06:57:57 +0000shriekingnoise(~shrieking@186.137.167.202)
2022-09-07 06:57:57 +0000fjMSX(~hypni2p@128-68-149-52.broadband.corbina.ru)
2022-09-07 06:57:57 +0000Alex_test(~al_test@178.34.151.32)
2022-09-07 06:57:57 +0000AlexZenon(~alzenon@178.34.151.32)
2022-09-07 06:57:57 +0000AlexNoo(~AlexNoo@178.34.151.32)
2022-09-07 06:57:57 +0000Igloo(~ian@matrix.chaos.earth.li)
2022-09-07 06:57:57 +0000Me-me(~me-me@user/me-me)
2022-09-07 06:57:57 +0000gay9(~quassel@94-168-123-190.static.v4.ziggozakelijk.nl)
2022-09-07 06:57:57 +0000ente`(~daemon@inferno.barfooze.de)
2022-09-07 06:57:57 +0000martin02(~silas@141.84.69.76)
2022-09-07 06:57:57 +0000potash(~foghorn@user/foghorn)
2022-09-07 06:57:57 +0000raym(~raym@user/raym)
2022-09-07 06:57:57 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski)
2022-09-07 06:57:57 +0000thatcher(lp0@heathens.club)
2022-09-07 06:57:57 +0000mncheck(~mncheck@193.224.205.254)
2022-09-07 06:57:57 +0000sudden(~cat@user/sudden)
2022-09-07 06:57:57 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-07 06:57:57 +0000niko(niko@libera/staff/niko)
2022-09-07 06:57:57 +0000analoq(~yashi@user/dies)
2022-09-07 06:57:57 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com)
2022-09-07 06:57:57 +0000shailangsa(~shailangs@host86-186-133-23.range86-186.btcentralplus.com)
2022-09-07 06:57:57 +0000AkechiShiro(~licht@user/akechishiro)
2022-09-07 06:57:57 +0000biberu(~biberu@user/biberu)
2022-09-07 06:57:57 +0000TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com)
2022-09-07 06:57:57 +0000michalz(~michalz@185.246.204.75)
2022-09-07 06:57:57 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 06:57:57 +0000justache(~justache@user/justache)
2022-09-07 06:57:57 +0000mzan(~quassel@mail.asterisell.com)
2022-09-07 06:57:57 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-09-07 06:57:57 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-09-07 06:57:57 +0000hook54321(sid149355@user/hook54321)
2022-09-07 06:57:57 +0000koolazer(~koo@user/koolazer)
2022-09-07 06:57:57 +0000sa(sid1055@id-1055.tinside.irccloud.com)
2022-09-07 06:57:57 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com)
2022-09-07 06:57:57 +0000inversed(~inversed@90.209.137.56)
2022-09-07 06:57:57 +0000gdd1(~gdd@129.199.146.230)
2022-09-07 06:57:57 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net)
2022-09-07 06:57:57 +0000Andrew(Andrew@user/AndrewYu)
2022-09-07 06:57:57 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2022-09-07 06:57:57 +0000jonrh(sid5185@id-5185.ilkley.irccloud.com)
2022-09-07 06:57:57 +0000Luj(~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11)
2022-09-07 06:57:57 +0000zmt01(~zmt00@user/zmt00)
2022-09-07 06:57:57 +0000UNIX(~kernel@user/OpenSource)
2022-09-07 06:57:57 +0000xsarnik(xsarnik@lounge.fi.muni.cz)
2022-09-07 06:57:57 +0000xstill_(xstill@fimu/xstill)
2022-09-07 06:57:57 +0000stefan-_(~cri@42dots.de)
2022-09-07 06:57:57 +0000notzmv(~zmv@user/notzmv)
2022-09-07 06:57:57 +0000Philonous(~Philonous@user/philonous)
2022-09-07 06:57:57 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2022-09-07 06:57:57 +0000img(~img@user/img)
2022-09-07 06:57:57 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-09-07 06:57:57 +0000adium(adium@user/adium)
2022-09-07 06:57:57 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net)
2022-09-07 06:57:57 +0000turlando(~turlando@user/turlando)
2022-09-07 06:57:57 +0000jinsun(~jinsun@user/jinsun)
2022-09-07 06:57:57 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-09-07 06:57:57 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net)
2022-09-07 06:57:57 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-09-07 06:57:57 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com)
2022-09-07 06:57:57 +0000gawen(~gawen@user/gawen)
2022-09-07 06:57:57 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 06:57:57 +0000APic(apic@apic.name)
2022-09-07 06:57:57 +0000[Leary](~Leary]@user/Leary/x-0910699)
2022-09-07 06:57:57 +0000cheater(~Username@user/cheater)
2022-09-07 06:57:57 +0000rembo10(~rembo10@main.remulis.com)
2022-09-07 06:57:57 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd)
2022-09-07 06:57:57 +0000sagax(~sagax_nb@user/sagax)
2022-09-07 06:57:57 +0000qwedfg(~qwedfg@user/qwedfg)
2022-09-07 06:57:58 +0000energizer(~energizer@user/energizer)
2022-09-07 06:57:58 +0000carbolymer(~carbolyme@dropacid.net)
2022-09-07 06:57:58 +0000robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-09-07 06:57:58 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com)
2022-09-07 06:57:58 +0000Rembane(~Rembane@li346-36.members.linode.com)
2022-09-07 06:57:58 +0000tessier(~treed@98.171.210.130)
2022-09-07 06:57:58 +0000thaumavorio(~thaumavor@thaumavor.io)
2022-09-07 06:57:58 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-09-07 06:57:58 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net)
2022-09-07 06:57:58 +0000Hecate(~mariposa@user/hecate)
2022-09-07 06:57:58 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-09-07 06:57:58 +0000tv(~tv@user/tv)
2022-09-07 06:57:58 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-09-07 06:57:58 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2022-09-07 06:57:58 +0000_________(~nobody@user/noodly)
2022-09-07 06:57:58 +0000coldtom(~coldtom@coldrick.cc)
2022-09-07 06:57:58 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net)
2022-09-07 06:57:58 +0000andreas303(andreas303@ip227.orange.bnc4free.com)
2022-09-07 06:57:58 +0000mcfrdy(~mcfrdy@user/mcfrdy)
2022-09-07 06:57:58 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2022-09-07 06:57:58 +0000Maxdamantus(~Maxdamant@user/maxdamantus)
2022-09-07 06:57:58 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br)
2022-09-07 06:57:58 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net)
2022-09-07 06:57:58 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2022-09-07 06:57:58 +0000jrm(~jrm@user/jrm)
2022-09-07 06:57:58 +0000drewolson(~drewolson@user/drewolson)
2022-09-07 06:57:58 +0000matijja`(~matijja@193.77.181.201)
2022-09-07 06:57:58 +0000telser_(~quassel@user/telser)
2022-09-07 06:57:58 +0000zzz(~z@user/zero)
2022-09-07 06:57:58 +0000Taneb0(~Taneb@runciman.hacksoc.org)
2022-09-07 06:57:58 +0000quintasan_(~quassel@quintasan.pl)
2022-09-07 06:57:58 +0000auri_(~auri@fsf/member/auri)
2022-09-07 06:57:58 +0000cross_(~cross@spitfire.i.gajendra.net)
2022-09-07 06:57:58 +0000sander(~sander@user/sander)
2022-09-07 06:57:58 +0000x88x88x(~x88x88x@149.28.53.172)
2022-09-07 06:57:58 +0000sm[i]_(~user@li229-222.members.linode.com)
2022-09-07 06:57:58 +0000davean(~davean@davean.sciesnet.net)
2022-09-07 06:57:58 +0000rodental(~rodental@38.146.5.222)
2022-09-07 06:57:58 +0000tomboy64(~tomboy64@user/tomboy64)
2022-09-07 06:57:58 +0000arahael(~arahael@14-200-135-92.tpgi.com.au)
2022-09-07 06:57:58 +0000wolfshappen(~waff@irc.furworks.de)
2022-09-07 06:57:58 +0000Logio(em@kapsi.fi)
2022-09-07 06:57:58 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu)
2022-09-07 06:57:58 +0000Trattue(~Trattue@152.70.182.158)
2022-09-07 06:57:58 +0000cyphase(~cyphase@user/cyphase)
2022-09-07 06:57:58 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-09-07 06:57:58 +0000macabre(~m@161.35.15.236)
2022-09-07 06:57:58 +0000tureba(~tureba@tureba.org)
2022-09-07 06:57:58 +0000marienz(marienz@libera/staff/marienz)
2022-09-07 06:57:58 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-09-07 06:57:58 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-09-07 06:57:58 +0000kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-09-07 06:57:58 +0000noctux1(KOx7x4g3XX@karif.server-speed.net)
2022-09-07 06:57:58 +0000simpleauthority(~simpleaut@user/simpleauthority)
2022-09-07 06:57:58 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net)
2022-09-07 06:57:58 +0000tstat(~tstat@user/tstat)
2022-09-07 06:57:58 +0000df(~ben@justworks.xyz)
2022-09-07 06:57:58 +0000tolt(~weechat-h@li219-154.members.linode.com)
2022-09-07 06:57:58 +0000byorgey(~byorgey@155.138.238.211)
2022-09-07 06:57:58 +0000heath(~heath@user/heath)
2022-09-07 06:57:58 +0000kritzefitz(~kritzefit@debian/kritzefitz)
2022-09-07 06:57:58 +0000mcglk(~mcglk@131.191.49.120)
2022-09-07 06:57:58 +0000c_wraith(~c_wraith@adjoint.us)
2022-09-07 06:57:58 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com)
2022-09-07 06:57:58 +0000darkling(~darkling@savella.carfax.org.uk)
2022-09-07 06:57:58 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-09-07 06:57:58 +0000sweater1(~sweater@206.81.18.26)
2022-09-07 06:57:58 +0000blades(~blades@204.48.29.163)
2022-09-07 06:57:58 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de)
2022-09-07 06:57:58 +0000cynomys(~cynomys@user/cynomys)
2022-09-07 06:57:58 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-09-07 06:57:58 +0000srk(~sorki@user/srk)
2022-09-07 06:57:58 +0000maerwald(~maerwald@user/maerwald)
2022-09-07 06:57:58 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2022-09-07 06:57:58 +0000LambdaDuck(~anka@ksit.fixme.fi)
2022-09-07 06:57:58 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com)
2022-09-07 06:57:58 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-09-07 06:57:58 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk)
2022-09-07 06:57:58 +0000ncf(~n@monade.li)
2022-09-07 06:57:58 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp)
2022-09-07 06:57:58 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de)
2022-09-07 06:57:58 +0000loonycyborg_(loonycybor@chantal.wesnoth.org)
2022-09-07 06:57:58 +0000RMSBach(~guygastin@137.184.131.156)
2022-09-07 06:57:58 +0000cods(~fred@82-65-232-44.subs.proxad.net)
2022-09-07 06:57:58 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2022-09-07 06:57:58 +0000chronon(~chronon@user/chronon)
2022-09-07 06:57:58 +0000mrmr(~mrmr@user/mrmr)
2022-09-07 06:57:58 +0000hexeme_(~hexeme@user/hexeme)
2022-09-07 06:57:58 +0000defanor(~defanor@tart.uberspace.net)
2022-09-07 06:57:58 +0000meejah(~meejah@rutas.meejah.ca)
2022-09-07 06:57:58 +0000sshine_(~simon@exocortex.online)
2022-09-07 06:57:58 +0000TMA(tma@twin.jikos.cz)
2022-09-07 06:57:58 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-09-07 06:57:58 +0000son0p(~ff@181.136.122.143)
2022-09-07 06:57:58 +0000nahcetan(~nate@98.45.169.16)
2022-09-07 06:57:58 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-09-07 06:57:58 +0000another-axel-bee(~axel-bee@alexbenishek.com)
2022-09-07 06:57:58 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000eldritch(~eldritch@user/eldritch)
2022-09-07 06:57:58 +0000haveo_(~haveo@sl35.iuwt.fr)
2022-09-07 06:57:58 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-09-07 06:57:58 +0000jackhill(~jackhill@kalessin.dragonsnail.net)
2022-09-07 06:57:58 +0000raoul(~raoul@95.179.203.88)
2022-09-07 06:57:58 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5)
2022-09-07 06:57:58 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1)
2022-09-07 06:57:58 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2022-09-07 06:57:58 +0000lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-09-07 06:57:58 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000parseval(sid239098@id-239098.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000scav(sid309693@user/scav)
2022-09-07 06:57:58 +0000dequbed(~dequbed@banana-new.kilobyte22.de)
2022-09-07 06:57:58 +0000mxs(~mxs@user/mxs)
2022-09-07 06:57:58 +0000sclv(sid39734@haskell/developer/sclv)
2022-09-07 06:57:58 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2022-09-07 06:57:58 +0000tired(~tired@user/tired)
2022-09-07 06:57:58 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-09-07 06:57:58 +0000andjjj23(~irc@107.170.228.47)
2022-09-07 06:57:58 +0000danso(danso@danso.ca)
2022-09-07 06:57:58 +0000Guest1698(~Guest1698@20.83.116.49)
2022-09-07 06:57:58 +0000asm(~alexander@user/asm)
2022-09-07 06:57:58 +0000krjst(~krjst@2604:a880:800:c1::16b:8001)
2022-09-07 06:57:58 +0000Flow(~none@gentoo/developer/flow)
2022-09-07 06:57:58 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com)
2022-09-07 06:57:58 +0000rune(sid21167@id-21167.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000V(~v@ircpuzzles/2022/april/winner/V)
2022-09-07 06:57:58 +0000idnar(sid12240@debian/mithrandi)
2022-09-07 06:57:58 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000jamestmartin(~james@jtmar.me)
2022-09-07 06:57:58 +0000JimL(~quassel@89-162-2-132.fiber.signal.no)
2022-09-07 06:57:58 +0000nckx(~nckx@tobias.gr)
2022-09-07 06:57:58 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-09-07 06:57:58 +0000mustafa(sid502723@rockylinux/releng/mustafa)
2022-09-07 06:57:58 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-09-07 06:57:58 +0000Pent(sid313808@id-313808.lymington.irccloud.com)
2022-09-07 06:57:58 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000amir(sid22336@user/amir)
2022-09-07 06:57:58 +0000derelict(~derelict@user/derelict)
2022-09-07 06:57:58 +0000dminuoso(~dminuoso@user/dminuoso)
2022-09-07 06:57:58 +0000hololeap(~quassel@user/hololeap)
2022-09-07 06:57:58 +0000Patternmaster(~georg@user/Patternmaster)
2022-09-07 06:57:58 +0000gnyeki(~gnyeki@user/gnyeki)
2022-09-07 06:57:58 +0000bjobjo(~bjobjo@user/bjobjo)
2022-09-07 06:57:58 +0000crns(~netcrns@user/crns)
2022-09-07 06:57:58 +0000asivitz(uid178348@id-178348.tinside.irccloud.com)
2022-09-07 06:57:58 +0000MironZ(~MironZ@nat-infra.ehlab.uk)
2022-09-07 06:57:58 +0000ell(~ellie@user/ellie)
2022-09-07 06:57:58 +0000bollu(~bollu@159.65.151.13)
2022-09-07 06:57:58 +0000glider(~glider@user/glider)
2022-09-07 06:57:58 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-09-07 06:57:58 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-09-07 06:57:58 +0000dfg(dfg@user/dfg)
2022-09-07 06:57:58 +0000gff_(~gff@user/gff)
2022-09-07 06:57:58 +0000opqdonut(opqdonut@pseudo.fixme.fi)
2022-09-07 06:57:58 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru)
2022-09-07 06:57:58 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-09-07 06:57:58 +0000Henkru(henkru@kapsi.fi)
2022-09-07 06:57:58 +0000cjay(cjay@nerdbox.nerd2nerd.org)
2022-09-07 06:57:58 +0000bah(~bah@l1.tel)
2022-09-07 06:57:58 +0000noteness(~noteness@user/noteness)
2022-09-07 06:57:58 +0000nerdypepper(~nerdypepp@user/nerdypepper)
2022-09-07 06:57:58 +0000jludwig(~justin@user/jludwig)
2022-09-07 06:57:58 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71)
2022-09-07 06:57:58 +0000tinwood(~tinwood@canonical/tinwood)
2022-09-07 06:57:58 +0000vulpine(xfnw@tilde.team)
2022-09-07 06:57:58 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be)
2022-09-07 06:57:58 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au)
2022-09-07 06:57:58 +0000Moyst__(~moyst@user/moyst)
2022-09-07 06:57:58 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001)
2022-09-07 06:57:58 +0000arkeet(~arkeet@moriya.ca)
2022-09-07 06:57:58 +0000hugo(znc@verdigris.lysator.liu.se)
2022-09-07 06:57:58 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-07 06:57:58 +0000siers(~ij@user/ij)
2022-09-07 06:57:58 +0000lechner(lechner@debian/lechner)
2022-09-07 06:57:58 +0000ajb_(~ajb@mimas.whatbox.ca)
2022-09-07 06:57:58 +0000megaTherion(~therion@unix.io)
2022-09-07 06:57:58 +0000Ranhir(~Ranhir@157.97.53.139)
2022-09-07 06:57:58 +0000darxun(sid504814@id-504814.tinside.irccloud.com)
2022-09-07 06:57:58 +0000immae(~immae@2a01:4f8:141:53e7::)
2022-09-07 06:57:58 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com)
2022-09-07 06:57:58 +0000mjacob(~mjacob@adrastea.uberspace.de)
2022-09-07 06:57:58 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-09-07 06:57:58 +0000Inoperable(~PLAYER_1@fancydata.science)
2022-09-07 06:57:58 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net)
2022-09-07 06:57:58 +0000drewr(~drew@user/drewr)
2022-09-07 06:57:58 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000thonkpod_(~thonkpod@user/thonkpod)
2022-09-07 06:57:58 +0000acidsys(~crameleon@openSUSE/member/crameleon)
2022-09-07 06:57:58 +0000xacktm(xacktm@user/xacktm)
2022-09-07 06:57:58 +0000dixie(~dixie@real.wilbury.sk)
2022-09-07 06:57:58 +0000edwardk(sid47016@haskell/developer/edwardk)
2022-09-07 06:57:58 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2022-09-07 06:57:58 +0000AWizzArd(~code@gehrels.uberspace.de)
2022-09-07 06:57:58 +0000absence(torgeihe@hildring.pvv.ntnu.no)
2022-09-07 06:57:58 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-09-07 06:57:58 +0000int-e(~noone@int-e.eu)
2022-09-07 06:57:58 +0000urdh(~urdh@user/urdh)
2022-09-07 06:57:58 +0000sabx(~sabbas@user/sabbas)
2022-09-07 06:57:58 +0000rawles(~x@user/rawles)
2022-09-07 06:57:58 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-09-07 06:57:58 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-09-07 06:57:58 +0000supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-09-07 06:57:58 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000feliix42(~felix@gibbs.uberspace.de)
2022-09-07 06:57:58 +0000integral(sid296274@user/integral)
2022-09-07 06:57:58 +0000orcus(~orcus@user/brprice)
2022-09-07 06:57:58 +0000cln(sid336875@id-336875.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com)
2022-09-07 06:57:58 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000dispater-(~dispater@mail.brprice.uk)
2022-09-07 06:57:58 +0000agander_m(sid407952@id-407952.tinside.irccloud.com)
2022-09-07 06:57:58 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001)
2022-09-07 06:57:58 +0000whatsupboy(~whatsupbo@user/scobydoo)
2022-09-07 06:57:58 +0000sviermsung(E3Ya4Aww1k@user/s4msung)
2022-09-07 06:57:58 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725)
2022-09-07 06:57:58 +0000|beowulf|(florian@sourcemage/mage/beowulf)
2022-09-07 06:57:58 +0000apache2(apache2@anubis.0x90.dk)
2022-09-07 06:57:58 +0000Dykam(Dykam@dykam.nl)
2022-09-07 06:57:58 +0000grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000Arsen(arsen@managarm/dev/Arsen)
2022-09-07 06:57:58 +0000stvc(~stvc@192.241.166.39)
2022-09-07 06:57:58 +0000hiredman(~hiredman@frontier1.downey.family)
2022-09-07 06:57:58 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-09-07 06:57:58 +0000shane(~shane@ana.rch.ist)
2022-09-07 06:57:58 +0000hltk(~hltk@hltk.fi)
2022-09-07 06:57:58 +0000jjhoo(jahakala@user/jjhoo)
2022-09-07 06:57:58 +0000shachaf(~shachaf@user/shachaf)
2022-09-07 06:57:58 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2)
2022-09-07 06:57:58 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party)
2022-09-07 06:57:58 +0000chessai(sid225296@id-225296.lymington.irccloud.com)
2022-09-07 06:57:58 +0000nrr____(sid20938@id-20938.lymington.irccloud.com)
2022-09-07 06:57:58 +0000bw(sid2730@user/betawaffle)
2022-09-07 06:57:58 +0000brprice(~brprice@user/brprice)
2022-09-07 06:57:58 +0000dragestil(~znc@user/dragestil)
2022-09-07 06:57:58 +0000ringo__(~ringo@157.230.117.128)
2022-09-07 06:57:58 +0000welterde(welterde@thinkbase.srv.welterde.de)
2022-09-07 06:57:58 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com)
2022-09-07 06:57:58 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da)
2022-09-07 06:57:58 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com)
2022-09-07 06:57:58 +0000dunj3(~dunj3@kingdread.de)
2022-09-07 06:57:58 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2022-09-07 06:57:58 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com)
2022-09-07 06:57:58 +0000dibblego(~dibblego@haskell/developer/dibblego)
2022-09-07 06:57:58 +0000haritz(~hrtz@user/haritz)
2022-09-07 06:57:58 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net)
2022-09-07 06:57:58 +0000alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000vito(sid1962@user/vito)
2022-09-07 06:57:58 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-09-07 06:57:58 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca)
2022-09-07 06:57:58 +0000Adeon(sid418992@id-418992.lymington.irccloud.com)
2022-09-07 06:57:58 +0000noctux(~noctux@user/noctux)
2022-09-07 06:57:58 +0000emanon42(~emanon42@103.120.19.44)
2022-09-07 06:57:58 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp)
2022-09-07 06:57:58 +0000_\_(~o@user/offon)
2022-09-07 06:57:58 +0000davl_(~davl@207.154.228.18)
2022-09-07 06:57:58 +0000Yumemi_(~Yumemi@chamoin.net)
2022-09-07 06:57:58 +0000acro(~acro@user/acro)
2022-09-07 06:57:58 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-09-07 06:57:58 +0000tnks(sid412124@id-412124.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000swistak-(~swistak@185.21.216.141)
2022-09-07 06:57:58 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2022-09-07 06:57:58 +0000edwtjo(~edwtjo@fsf/member/edwtjo)
2022-09-07 06:57:58 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-09-07 06:57:58 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2022-09-07 06:57:58 +0000nisstyre(wes@user/nisstyre)
2022-09-07 06:57:58 +0000teddyc(theodorc@cassarossa.samfundet.no)
2022-09-07 06:57:58 +0000bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-09-07 06:57:58 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000remedan(~remedan@octo.cafe)
2022-09-07 06:57:58 +0000darkstardev13(~darkstard@50.53.212.60)
2022-09-07 06:57:58 +0000jmct(sid160793@id-160793.tinside.irccloud.com)
2022-09-07 06:57:58 +0000saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-09-07 06:57:58 +0000tritlo(sid58727@user/tritlo)
2022-09-07 06:57:58 +0000nonzen(~nonzen@user/nonzen)
2022-09-07 06:57:58 +0000koz_(~koz@121.99.240.58)
2022-09-07 06:57:58 +0000jackdk(sid373013@cssa/jackdk)
2022-09-07 06:57:58 +0000natto17(~natto@140.238.225.67)
2022-09-07 06:57:58 +0000megeve(sid523379@id-523379.hampstead.irccloud.com)
2022-09-07 06:57:58 +0000pierrot(~pi@user/pierrot)
2022-09-07 06:57:58 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com)
2022-09-07 06:57:58 +0000peutri_(~peutri@bobo.desast.re)
2022-09-07 06:57:58 +0000lisq(~quassel@lis.moe)
2022-09-07 06:57:58 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-09-07 06:57:58 +0000tristanC(~tristanC@user/tristanc)
2022-09-07 06:57:58 +0000juri_(~juri@84-19-175-179.pool.ovpn.com)
2022-09-07 06:57:58 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net)
2022-09-07 06:57:58 +0000micro(~micro@user/micro)
2022-09-07 06:57:58 +0000ddb(~ddb@ipv6two.tilde.club)
2022-09-07 06:57:58 +0000echoreply(~echoreply@45.32.163.16)
2022-09-07 06:57:58 +0000vgtw(~vgtw@user/vgtw)
2022-09-07 06:57:58 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member)
2022-09-07 06:57:58 +0000melonai-(~mel@rnrd.eu)
2022-09-07 06:57:58 +0000[exa](exa@user/exa/x-3587197)
2022-09-07 06:57:58 +0000haasn(~nand@haasn.dev)
2022-09-07 06:57:58 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz)
2022-09-07 06:57:58 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru)
2022-09-07 06:57:58 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-09-07 06:57:58 +0000drdo(~drdo@roach0.drdo.eu)
2022-09-07 06:57:58 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-09-07 06:57:58 +0000stilgart(~Christoph@chezlefab.net)
2022-09-07 06:57:58 +0000ouroboros(~ouroboros@user/ouroboros)
2022-09-07 06:57:58 +0000Unode(~Unode@194.94.44.220)
2022-09-07 06:57:58 +0000Clint(~Clint@user/clint)
2022-09-07 06:57:58 +0000lbseale_(~quassel@user/ep1ctetus)
2022-09-07 06:57:58 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net)
2022-09-07 06:57:58 +0000aku_(~aku@163.172.137.34)
2022-09-07 06:57:58 +0000xerox__(~edi@user/edi)
2022-09-07 06:57:58 +0000oats(~thomas@user/oats)
2022-09-07 06:57:58 +0000kraftwerk28_(~kraftwerk@178.62.210.83)
2022-09-07 06:57:58 +0000malte(~malte@mal.tc)
2022-09-07 06:57:58 +0000wagle(~wagle@quassel.wagle.io)
2022-09-07 06:57:58 +0000bcmiller(~bm3719@66.42.95.185)
2022-09-07 06:57:58 +0000mmaruseacph2(~mihai@198.199.98.239)
2022-09-07 06:57:58 +0000kadobanana(~mud@user/kadoban)
2022-09-07 06:57:58 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net)
2022-09-07 06:57:58 +0000hays(rootvegeta@fsf/member/hays)
2022-09-07 06:57:58 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca)
2022-09-07 06:57:58 +0000Colere(~colere@about/linux/staff/sauvin)
2022-09-07 06:57:58 +0000tubogram44(~tubogram@user/tubogram)
2022-09-07 06:57:58 +0000ChanServ(ChanServ@services.libera.chat)
2022-09-07 06:57:58 +0000litharge(litharge@libera/bot/litharge)
2022-09-07 06:57:58 +0000silver.libera.chat+o ChanServ
2022-09-07 06:58:37 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2022-09-07 06:58:53 +0000jinsun(~jinsun@user/jinsun) (Read error: Connection reset by peer)
2022-09-07 06:59:08 +0000jinsun(~jinsun@user/jinsun)
2022-09-07 06:59:09 +0000Techcable(~Techcable@user/Techcable) (Remote host closed the connection)
2022-09-07 07:00:29 +0000astra(sid289983@user/amish) (Ping timeout: 255 seconds)
2022-09-07 07:01:16 +0000astra(sid289983@id-289983.hampstead.irccloud.com)
2022-09-07 07:01:18 +0000Techcable(~Techcable@user/Techcable)
2022-09-07 07:06:01 +0000nschoe(~quassel@178.251.84.79)
2022-09-07 07:08:12 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 07:10:17 +0000acidjnk_new(~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de)
2022-09-07 07:10:17 +0000acidjnk(~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de)
2022-09-07 07:13:33 +0000nate1(~nate@98.45.169.16)
2022-09-07 07:14:41 +0000Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2022-09-07 07:14:45 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds)
2022-09-07 07:17:47 +0000jinsun(~jinsun@user/jinsun) (Read error: Connection reset by peer)
2022-09-07 07:18:03 +0000jinsun(~jinsun@user/jinsun)
2022-09-07 07:19:02 +0000nate1(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-09-07 07:20:37 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 07:21:07 +0000jonathanx_(~jonathan@c-5eea730a-74736162.cust.telenor.se)
2022-09-07 07:21:43 +0000zxx7529(~Thunderbi@user/zxx7529)
2022-09-07 07:22:17 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 252 seconds)
2022-09-07 07:26:18 +0000kuribas(~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (Remote host closed the connection)
2022-09-07 07:26:31 +0000kuribas(~user@ptr-17d51ep7az7tepbmlrz.18120a2.ip6.access.telenet.be)
2022-09-07 07:26:43 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 07:35:38 +0000CiaoSen(~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-09-07 07:36:24 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-09-07 07:37:32 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection)
2022-09-07 07:38:16 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 07:39:06 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 07:39:19 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de) (Quit: Lost terminal)
2022-09-07 07:43:49 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90)
2022-09-07 07:45:09 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8)
2022-09-07 07:47:26 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-07 07:48:18 +0000polykernel[m](~polykerne@user/polykernel)
2022-09-07 07:48:46 +0000califax(~califax@user/califx)
2022-09-07 07:48:48 +0000califax(~califax@user/califx) (Read error: Connection reset by peer)
2022-09-07 07:49:21 +0000califax(~califax@user/califx)
2022-09-07 07:49:21 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 07:50:12 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172)
2022-09-07 07:50:18 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0)
2022-09-07 07:50:39 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4)
2022-09-07 07:51:36 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net) (Ping timeout: 244 seconds)
2022-09-07 07:51:58 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 07:52:36 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2022-09-07 07:53:09 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net) (Read error: Connection reset by peer)
2022-09-07 07:53:25 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 07:54:45 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds)
2022-09-07 07:54:45 +0000vglfr(~vglfr@145.224.94.171) (Read error: Connection reset by peer)
2022-09-07 07:54:53 +0000vglfr(~vglfr@145.224.94.171)
2022-09-07 07:55:25 +0000john(~john@115.96.216.58)
2022-09-07 07:55:29 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 07:56:47 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net) (Remote host closed the connection)
2022-09-07 07:57:09 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 07:57:20 +0000john(~john@115.96.216.58) (Client Quit)
2022-09-07 07:57:46 +0000cfricke(~cfricke@user/cfricke)
2022-09-07 07:58:01 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9)
2022-09-07 07:58:54 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 264 seconds)
2022-09-07 07:59:12 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b)
2022-09-07 08:00:32 +0000fserucas|EoD(~fserucas|@92.250.101.119)
2022-09-07 08:00:42 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2022-09-07 08:01:04 +0000kadenwolff[m](~kadenwolf@2001:470:69fc:105::1:d97f)
2022-09-07 08:10:14 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 08:12:14 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-09-07 08:12:47 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-09-07 08:15:18 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 240 seconds)
2022-09-07 08:16:55 +0000miffi(~miffi@user/miffi) (Ping timeout: 252 seconds)
2022-09-07 08:18:10 +0000miffi(~miffi@user/miffi)
2022-09-07 08:22:42 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 08:26:59 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz)
2022-09-07 08:28:13 +0000ccapndave(~ccapndave@2a02:1210:6cf0:6b00:4d47:1d65:7ddd:2a26)
2022-09-07 08:28:17 +0000miffi(~miffi@user/miffi) (Ping timeout: 244 seconds)
2022-09-07 08:29:02 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-09-07 08:33:41 +0000toeffel(~toeffel@user/toeffel) (Quit: quit)
2022-09-07 08:37:52 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-09-07 08:38:55 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (Quit: Leaving.)
2022-09-07 08:39:23 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 08:39:27 +0000fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2022-09-07 08:40:28 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039)
2022-09-07 08:42:24 +0000Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2022-09-07 08:43:10 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 08:43:49 +0000chreekat(~chreekat@2001:470:69fc:105::16b5)
2022-09-07 08:43:50 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-09-07 08:43:51 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 08:43:53 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3)
2022-09-07 08:44:52 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds)
2022-09-07 08:45:49 +0000schuelermine[m](~schuelerm@user/schuelermine)
2022-09-07 08:47:07 +0000jonathanx__(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 08:49:48 +0000jonathanx_(~jonathan@c-5eea730a-74736162.cust.telenor.se) (Ping timeout: 268 seconds)
2022-09-07 08:55:02 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b)
2022-09-07 08:55:08 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 08:56:02 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 08:56:37 +0000miffi(~miffi@user/miffi)
2022-09-07 08:58:22 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 08:58:22 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 09:02:39 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 09:03:41 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 09:04:02 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3)
2022-09-07 09:04:27 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds)
2022-09-07 09:04:28 +0000ccntrq1ccntrq
2022-09-07 09:05:25 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de)
2022-09-07 09:05:34 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 09:07:09 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 252 seconds)
2022-09-07 09:09:28 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 09:09:44 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 09:10:05 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 09:11:26 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df)
2022-09-07 09:11:51 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 268 seconds)
2022-09-07 09:11:52 +0000ccntrq1ccntrq
2022-09-07 09:12:01 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 09:12:25 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2)
2022-09-07 09:12:55 +0000astraamish
2022-09-07 09:13:02 +0000amish(sid289983@id-289983.hampstead.irccloud.com) (Changing host)
2022-09-07 09:13:02 +0000amish(sid289983@user/amish)
2022-09-07 09:13:06 +0000duckie(~duckie@user/duckie)
2022-09-07 09:13:09 +0000amishastra
2022-09-07 09:13:19 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab)
2022-09-07 09:13:41 +0000jinsun_(~jinsun@user/jinsun)
2022-09-07 09:13:50 +0000jmcantrell(~jmcantrel@user/jmcantrell)
2022-09-07 09:14:17 +0000ilichu[m](~ilichumat@2001:470:69fc:105::2:6afb)
2022-09-07 09:15:56 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 09:16:22 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f)
2022-09-07 09:16:38 +0000romes[m](~romesmatr@2001:470:69fc:105::2:1660)
2022-09-07 09:16:40 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-09-07 09:16:41 +0000maralorn(~maralorn@2001:470:69fc:105::251)
2022-09-07 09:16:45 +0000peddie(~peddie@2001:470:69fc:105::25d)
2022-09-07 09:17:05 +0000pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655)
2022-09-07 09:17:22 +0000jz99[m](~jz99matri@2001:470:69fc:105::1:d5f1)
2022-09-07 09:18:52 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-09-07 09:18:56 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-09-07 09:19:41 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 09:21:43 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 268 seconds)
2022-09-07 09:21:44 +0000ccntrq1ccntrq
2022-09-07 09:22:34 +0000foghorn(~foghorn@user/foghorn)
2022-09-07 09:23:03 +0000fgaz(~fgaz@2001:470:69fc:105::842)
2022-09-07 09:27:07 +0000vpan(~0@212.117.1.172)
2022-09-07 09:29:32 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2022-09-07 09:29:34 +0000Killy(~killy@2001:470:69fc:105::2:6ec1)
2022-09-07 09:32:55 +0000nate1(~nate@98.45.169.16)
2022-09-07 09:32:56 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 09:35:01 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 09:35:01 +0000ccntrq1ccntrq
2022-09-07 09:37:31 +0000nate1(~nate@98.45.169.16) (Ping timeout: 244 seconds)
2022-09-07 09:38:55 +0000andreabedini(~andreabed@host-87-18-207-240.retail.telecomitalia.it)
2022-09-07 09:43:40 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 09:44:58 +0000Pickchea(~private@user/pickchea)
2022-09-07 09:46:17 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 09:47:08 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e)
2022-09-07 09:48:14 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-09-07 09:48:22 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085)
2022-09-07 09:49:27 +0000famubu[m](~famubumat@2001:470:69fc:105::1081)
2022-09-07 09:49:33 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2022-09-07 09:50:00 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32)
2022-09-07 09:53:56 +0000siraben(~siraben@user/siraben)
2022-09-07 09:53:59 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e)
2022-09-07 09:54:13 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4)
2022-09-07 09:54:14 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 09:55:42 +0000miffi(~miffi@user/miffi) (Ping timeout: 268 seconds)
2022-09-07 09:56:20 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60)
2022-09-07 09:56:21 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 09:56:52 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 268 seconds)
2022-09-07 09:56:52 +0000ccntrq1ccntrq
2022-09-07 09:58:24 +0000ormaaj(~ormaaj@user/ormaaj)
2022-09-07 10:00:49 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 10:03:13 +0000`2jt(~jtomas@86.red-88-17-188.dynamicip.rima-tde.net)
2022-09-07 10:06:18 +0000Successus(~Successus@user/Successus)
2022-09-07 10:06:28 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 10:06:58 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 10:07:21 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-09-07 10:07:21 +0000xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 268 seconds)
2022-09-07 10:10:14 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-09-07 10:12:26 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d)
2022-09-07 10:14:08 +0000ccapndave(~ccapndave@2a02:1210:6cf0:6b00:4d47:1d65:7ddd:2a26) (Quit: Textual IRC Client: www.textualapp.com)
2022-09-07 10:15:44 +0000coot(~coot@213.134.176.158)
2022-09-07 10:20:14 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7)
2022-09-07 10:20:31 +0000geekosaur[m](~geekosaur@xmonad/geekosaur)
2022-09-07 10:20:42 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291)
2022-09-07 10:21:06 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f)
2022-09-07 10:21:09 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd)
2022-09-07 10:21:45 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 10:24:31 +0000miffi(~miffi@user/miffi)
2022-09-07 10:27:14 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a)
2022-09-07 10:28:56 +0000miffi(~miffi@user/miffi) (Ping timeout: 268 seconds)
2022-09-07 10:30:38 +0000CiaoSen(~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2022-09-07 10:30:55 +0000miffi(~miffi@user/miffi)
2022-09-07 10:34:13 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds)
2022-09-07 10:35:10 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 10:36:14 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-09-07 10:36:39 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 10:38:49 +0000califax(~califax@user/califx) (Ping timeout: 258 seconds)
2022-09-07 10:39:39 +0000califax(~califax@user/califx)
2022-09-07 10:40:39 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds)
2022-09-07 10:41:03 +0000fhn(~fhn@2.58.185.24)
2022-09-07 10:41:18 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net) (Ping timeout: 268 seconds)
2022-09-07 10:41:18 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (Ping timeout: 268 seconds)
2022-09-07 10:41:53 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 10:43:08 +0000miffi(~miffi@user/miffi) (Ping timeout: 244 seconds)
2022-09-07 10:43:15 +0000__monty__(~toonn@user/toonn)
2022-09-07 10:43:48 +0000jonathanx__(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection)
2022-09-07 10:44:45 +0000miffi(~miffi@user/miffi)
2022-09-07 10:44:49 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 10:48:11 +0000jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 10:48:34 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-09-07 10:50:33 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 252 seconds)
2022-09-07 10:51:51 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 10:52:38 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 10:55:18 +0000jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection)
2022-09-07 10:56:28 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 10:57:39 +0000dogancanbakir(~dogancanb@user/dogancanbakir)
2022-09-07 10:57:44 +0000jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 10:58:22 +0000coot(~coot@213.134.176.158) (Quit: coot)
2022-09-07 11:01:14 +0000razetime(~quassel@117.254.34.38)
2022-09-07 11:01:16 +0000miffi(~miffi@user/miffi) (Quit: WeeChat 3.6)
2022-09-07 11:01:37 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 268 seconds)
2022-09-07 11:04:19 +0000jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection)
2022-09-07 11:04:20 +0000xff0x(~xff0x@ai071162.d.east.v6connect.net)
2022-09-07 11:05:28 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 11:05:52 +0000Pickchea(~private@user/pickchea) (Ping timeout: 244 seconds)
2022-09-07 11:07:55 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f)
2022-09-07 11:08:15 +0000luffy(~chenqisu1@183.217.201.192)
2022-09-07 11:10:16 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 11:10:59 +0000luffy(~chenqisu1@183.217.201.192) (Max SendQ exceeded)
2022-09-07 11:11:33 +0000luffy(~chenqisu1@183.217.201.192)
2022-09-07 11:14:13 +0000ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-09-07 11:14:24 +0000Deide(~deide@user/deide)
2022-09-07 11:15:19 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection)
2022-09-07 11:15:51 +0000luffy(~chenqisu1@183.217.201.192) (Ping timeout: 252 seconds)
2022-09-07 11:16:08 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 11:18:09 +0000dogancanbakir(~dogancanb@user/dogancanbakir) (Quit: Ping timeout (120 seconds))
2022-09-07 11:18:41 +0000dogancanbakir(~dogancanb@user/dogancanbakir)
2022-09-07 11:19:16 +0000jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 11:19:17 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 11:20:59 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 11:20:59 +0000ccntrq1ccntrq
2022-09-07 11:21:56 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 260 seconds)
2022-09-07 11:22:28 +0000Midjak(~Midjak@82.66.147.146)
2022-09-07 11:24:45 +0000toeffel(~toeffel@user/toeffel) (Quit: quit)
2022-09-07 11:25:46 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-07 11:25:56 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-07 11:26:17 +0000jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 268 seconds)
2022-09-07 11:27:58 +0000CiaoSen(~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-09-07 11:30:09 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 252 seconds)
2022-09-07 11:30:17 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 11:31:59 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 11:31:59 +0000ccntrq1ccntrq
2022-09-07 11:32:05 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9)
2022-09-07 11:34:20 +0000econo(uid147250@user/econo) (Quit: Connection closed for inactivity)
2022-09-07 11:35:32 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 11:36:39 +0000bbear(~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) (Remote host closed the connection)
2022-09-07 11:37:31 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 11:39:50 +0000dogancanbakir(~dogancanb@user/dogancanbakir) (Quit: Ping timeout (120 seconds))
2022-09-07 11:39:56 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 11:44:51 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416)
2022-09-07 11:44:56 +0000kadoban1(~kadoban@user/kadoban)
2022-09-07 11:45:15 +0000chomwitt(~chomwitt@2a02:587:dc16:fe00:7a9a:c189:544:1fa5)
2022-09-07 11:45:59 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 11:46:44 +0000lortabac(~lortabac@37.166.121.236)
2022-09-07 11:48:45 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-09-07 11:50:18 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 244 seconds)
2022-09-07 11:51:16 +0000nate1(~nate@98.45.169.16)
2022-09-07 11:51:32 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6)
2022-09-07 11:51:49 +0000zmt00(~zmt00@user/zmt00)
2022-09-07 11:51:53 +0000instantaphex(~jb@c-73-171-252-84.hsd1.fl.comcast.net)
2022-09-07 11:52:39 +0000Pickchea(~private@user/pickchea)
2022-09-07 11:53:30 +0000zmt01(~zmt00@user/zmt00) (Ping timeout: 264 seconds)
2022-09-07 11:53:53 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c)
2022-09-07 11:54:15 +0000Tisoxin(~ikosit@user/ikosit)
2022-09-07 11:55:59 +0000nate1(~nate@98.45.169.16) (Ping timeout: 244 seconds)
2022-09-07 11:56:17 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 11:59:05 +0000lortabac(~lortabac@37.166.121.236) (Ping timeout: 244 seconds)
2022-09-07 11:59:24 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 11:59:38 +0000erisco_(~erisco@d24-57-249-233.home.cgocable.net)
2022-09-07 12:00:29 +0000zaquest(~notzaques@5.130.79.72) (Remote host closed the connection)
2022-09-07 12:01:26 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net) (Ping timeout: 268 seconds)
2022-09-07 12:01:27 +0000erisco_erisco
2022-09-07 12:02:17 +0000zaquest(~notzaques@5.130.79.72)
2022-09-07 12:02:39 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 12:03:07 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 12:06:14 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 12:07:09 +0000infinity0(~infinity0@185.112.146.113)
2022-09-07 12:07:55 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 12:07:55 +0000ccntrq1ccntrq
2022-09-07 12:08:17 +0000instantaphex(~jb@c-73-171-252-84.hsd1.fl.comcast.net) (Ping timeout: 252 seconds)
2022-09-07 12:08:17 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 12:09:01 +0000Pickchea(~private@user/pickchea) (Ping timeout: 252 seconds)
2022-09-07 12:09:39 +0000lyle(~lyle@104.246.145.85)
2022-09-07 12:10:29 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 12:13:33 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 12:14:04 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 244 seconds)
2022-09-07 12:15:05 +0000m1dnight(~christoph@78-22-0-121.access.telenet.be) (Quit: WeeChat 3.6)
2022-09-07 12:16:24 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-09-07 12:16:35 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 12:17:02 +0000m1dnight(~christoph@78-22-0-121.access.telenet.be)
2022-09-07 12:18:04 +0000jero98772(~jero98772@2800:484:1d80:d8ce:efcc:cbb3:7f2a:6dff)
2022-09-07 12:20:23 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 12:21:13 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 12:21:51 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 12:21:51 +0000ccntrq1ccntrq
2022-09-07 12:27:21 +0000infinity0(~infinity0@185.112.146.113) (Ping timeout: 252 seconds)
2022-09-07 12:31:58 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 12:32:58 +0000infinity0(~infinity0@185.112.146.113)
2022-09-07 12:34:05 +0000 <dminuoso> Does someone have an idea what the point of these "primop wrappers" are in bytestring? https://hackage.haskell.org/package/bytestring-0.11.3.1/docs/src/Data.ByteString.Short.Internal.ht…
2022-09-07 12:34:16 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds)
2022-09-07 12:34:17 +0000ccntrq1ccntrq
2022-09-07 12:34:23 +0000 <dminuoso> Why dont they just use unsafeFreezeByteArray# itself?
2022-09-07 12:34:58 +0000 <dminuoso> Especially, since every usage of unsafeFreezeByteArray# directly pattern matches into the contained ByteArray#, and keeps on using that.
2022-09-07 12:37:16 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2022-09-07 12:38:48 +0000`\`(~blop@user/blop) (Ping timeout: 258 seconds)
2022-09-07 12:41:38 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 12:42:53 +0000 <dminuoso> Ohh! So the newtype is to allow being carried inside ST, and these things create ST actions.
2022-09-07 12:43:29 +0000razetime(~quassel@117.254.34.38) (Ping timeout: 252 seconds)
2022-09-07 12:43:36 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds)
2022-09-07 12:43:37 +0000ccntrq1ccntrq
2022-09-07 12:44:13 +0000causal(~user@50.35.83.177) (Quit: WeeChat 3.6)
2022-09-07 12:44:29 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 12:45:22 +0000 <akegalj> dminuoso: well unsafeFreeteByteArray# returns unlifted value, while unsafeFreezeByteArray works with lifted values. Maybe that's obvious but the rest of their lib is written using ST which expects lifted value. So I guess thats the reason
2022-09-07 12:46:56 +0000 <dminuoso> Its somewhat curious that these primops are written parametrized over State#
2022-09-07 12:47:05 +0000 <dminuoso> I guess its the naive version of PrimMonad polymorphism?
2022-09-07 12:48:23 +0000 <akegalj> dminuoso: they could have worked only with unsafeFreezeByteArray# (without defining the wrapper) but then their whole lib would look like `someFunction = ST $ doTheWorkWithPrimitives` which I guess is both ugly and doesn't permit laziness (this is a bit out of my expertise so I might be wrong)
2022-09-07 12:54:22 +0000razetime(~quassel@117.254.34.68)
2022-09-07 13:00:43 +0000`2jt(~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) (Ping timeout: 252 seconds)
2022-09-07 13:00:47 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 13:02:44 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 13:03:17 +0000`\`(~blop@user/blop)
2022-09-07 13:04:28 +0000 <akegalj> dminuoso: yes, that's how I understand it as well. unsafeFreezeByteArray works for both `State# RealWorld` in case of IO and for `forall s. State# s` in case of ST
2022-09-07 13:05:00 +0000 <akegalj> * unsafeFreezeByteArray# (missing # there ^)
2022-09-07 13:06:25 +0000 <dminuoso> akegalj: And no, unsafeFreezeByteArray# wouldnt have worked. It would be ill-typed because you cant generate expressions of type `ST s T` where T is unlifted.
2022-09-07 13:06:38 +0000 <dminuoso> ST is not polykinded like that
2022-09-07 13:07:44 +0000frost(~frost@user/frost) (Ping timeout: 252 seconds)
2022-09-07 13:08:15 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 13:08:43 +0000 <dminuoso> I guess this makes primops with side effects somewhat annoying to use
2022-09-07 13:09:20 +0000benin0(~benin@183.82.29.130)
2022-09-07 13:09:21 +0000infinity0(~infinity0@185.112.146.113) (Ping timeout: 244 seconds)
2022-09-07 13:11:44 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 13:11:59 +0000`2jt(~jtomas@86.red-88-17-188.dynamicip.rima-tde.net)
2022-09-07 13:13:48 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 13:13:55 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 13:13:55 +0000ccntrq1ccntrq
2022-09-07 13:15:09 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 13:16:02 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:a706:d336:7479:fc8b)
2022-09-07 13:18:20 +0000 <akegalj> dminuoso: but you write the whole function in this unboxed unroled style then you are fine. `ST (\s -> case newArray# 1# 0 s of (# s1, bla #) -> case theRest of _ -> (# s1, someLiftedValue #))`
2022-09-07 13:18:27 +0000 <akegalj> but if you*
2022-09-07 13:18:54 +0000 <akegalj> which is I guess annoying to write
2022-09-07 13:23:51 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:a706:d336:7479:fc8b) (Ping timeout: 260 seconds)
2022-09-07 13:23:53 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-09-07 13:24:15 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:21f:58cf:1d13:329f)
2022-09-07 13:26:52 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 13:27:01 +0000olsner(~salparot@c83-252-230-207.bredband.tele2.se)
2022-09-07 13:27:23 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection)
2022-09-07 13:29:35 +0000frost(~frost@user/frost)
2022-09-07 13:29:54 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 13:30:04 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 13:34:13 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 13:36:17 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 13:36:17 +0000ccntrq1ccntrq
2022-09-07 13:40:47 +0000jonathanx(~jonathan@h-178-174-176-109.a357.priv.bahnhof.se)
2022-09-07 13:41:23 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds)
2022-09-07 13:41:46 +0000yvan-sraka(~yvan-srak@37.173.112.133)
2022-09-07 13:43:51 +0000pavonia(~user@user/siracusa) (Quit: Bye!)
2022-09-07 13:46:25 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 13:46:39 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Ping timeout: 258 seconds)
2022-09-07 13:47:46 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds)
2022-09-07 13:47:47 +0000ccntrq1ccntrq
2022-09-07 13:49:31 +0000vpan(~0@212.117.1.172) (Quit: Leaving.)
2022-09-07 13:52:38 +0000infinity0(~infinity0@185.112.146.113)
2022-09-07 13:57:06 +0000yvan-sraka(~yvan-srak@37.173.112.133) (Remote host closed the connection)
2022-09-07 13:59:26 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 14:00:22 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 14:01:46 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds)
2022-09-07 14:01:47 +0000ccntrq1ccntrq
2022-09-07 14:03:34 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 268 seconds)
2022-09-07 14:07:18 +0000acidjnk_new(~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2022-09-07 14:07:18 +0000acidjnk(~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2022-09-07 14:08:34 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-07 14:09:50 +0000califax(~califax@user/califx)
2022-09-07 14:13:16 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 14:13:21 +0000potash(~foghorn@user/foghorn) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-07 14:13:24 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-07 14:13:24 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 14:13:24 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Read error: Connection reset by peer)
2022-09-07 14:13:37 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 14:14:03 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 14:14:03 +0000califax(~califax@user/califx)
2022-09-07 14:14:27 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds)
2022-09-07 14:14:28 +0000ccntrq1ccntrq
2022-09-07 14:14:41 +0000akegalj(~akegalj@93-136-78-113.adsl.net.t-com.hr) (Quit: leaving)
2022-09-07 14:14:49 +0000lisbeths(uid135845@id-135845.lymington.irccloud.com)
2022-09-07 14:16:37 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-07 14:19:08 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 14:19:26 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 14:19:30 +0000nate1(~nate@98.45.169.16)
2022-09-07 14:20:20 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-07 14:22:50 +0000potash(~foghorn@user/foghorn)
2022-09-07 14:24:43 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net)
2022-09-07 14:24:54 +0000mmhat(~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.6)
2022-09-07 14:25:23 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 14:25:44 +0000nate1(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-09-07 14:25:45 +0000odnes(~odnes@5-203-205-0.pat.nym.cosmote.net) (Read error: Connection reset by peer)
2022-09-07 14:26:47 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2022-09-07 14:26:51 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds)
2022-09-07 14:26:52 +0000ccntrq1ccntrq
2022-09-07 14:26:57 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 14:29:32 +0000andreabedini(~andreabed@host-87-18-207-240.retail.telecomitalia.it) (Quit: WeeChat 3.6)
2022-09-07 14:30:26 +0000acidjnk_new(~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de)
2022-09-07 14:30:26 +0000acidjnk(~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de)
2022-09-07 14:38:38 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 14:40:00 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 14:40:05 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 14:40:05 +0000ccntrq1ccntrq
2022-09-07 14:41:45 +0000mikoto-chan(~mikoto-ch@2001:999:500:fe0b:7fd7:fee9:526a:38af)
2022-09-07 14:48:00 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 14:50:53 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 14:51:10 +0000nate1(~nate@98.45.169.16)
2022-09-07 14:52:31 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
2022-09-07 14:52:41 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds)
2022-09-07 14:52:42 +0000ccntrq1ccntrq
2022-09-07 14:53:40 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 14:53:40 +0000maroloccio(~marolocci@151.75.41.90)
2022-09-07 14:54:16 +0000phma(~phma@host-67-44-208-94.hnremote.net) (Read error: Connection reset by peer)
2022-09-07 14:55:11 +0000phma(phma@2001:5b0:210d:90d8:b062:feab:691c:8d5d)
2022-09-07 14:55:25 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-09-07 14:55:52 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340)
2022-09-07 14:57:11 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-07 14:59:31 +0000nate1(~nate@98.45.169.16) (Ping timeout: 252 seconds)
2022-09-07 15:00:08 +0000 <zzz> is fusion specific to lists or is it more general?
2022-09-07 15:06:29 +0000sander(~sander@user/sander) (Ping timeout: 252 seconds)
2022-09-07 15:06:56 +0000mikoto-chan(~mikoto-ch@2001:999:500:fe0b:7fd7:fee9:526a:38af) (Ping timeout: 255 seconds)
2022-09-07 15:09:04 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds)
2022-09-07 15:10:19 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 15:10:31 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 15:11:48 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds)
2022-09-07 15:11:53 +0000 <kritzefitz> zzz: Fusion consist of a set of rewrite rules that are specific to lists. But there is nothing that keeps other structures and their related function from implementing a similar set of rewrite rules that could also be called fusion.
2022-09-07 15:15:29 +0000CiaoSen(~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
2022-09-07 15:20:04 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 15:21:37 +0000razetime(~quassel@117.254.34.68) (Ping timeout: 244 seconds)
2022-09-07 15:24:25 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2022-09-07 15:25:05 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-07 15:25:40 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 15:29:25 +0000razetime(~quassel@117.254.35.105)
2022-09-07 15:30:20 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2022-09-07 15:31:55 +0000MoC(~moc@user/moc)
2022-09-07 15:32:42 +0000coot(~coot@213.134.176.158)
2022-09-07 15:34:24 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection)
2022-09-07 15:35:23 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 15:37:32 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 255 seconds)
2022-09-07 15:39:32 +0000frost(~frost@user/frost) (Ping timeout: 252 seconds)
2022-09-07 15:39:53 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 15:41:04 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 15:43:09 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 15:43:09 +0000ccntrq1ccntrq
2022-09-07 15:43:54 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:21f:58cf:1d13:329f) (Quit: WeeChat 2.8)
2022-09-07 15:46:26 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 15:49:52 +0000ccntrq1(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de)
2022-09-07 15:51:57 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds)
2022-09-07 15:51:57 +0000ccntrq1ccntrq
2022-09-07 15:52:05 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (Quit: Textual IRC Client: www.textualapp.com)
2022-09-07 15:56:53 +0000sander(~sander@user/sander)
2022-09-07 15:58:22 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 15:59:03 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net)
2022-09-07 16:00:12 +0000zxx7529(~Thunderbi@user/zxx7529) (Quit: zxx7529)
2022-09-07 16:06:38 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Remote host closed the connection)
2022-09-07 16:08:21 +0000ccntrq(~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds)
2022-09-07 16:10:50 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 16:10:52 +0000spivak(uid398348@user/spivak)
2022-09-07 16:14:37 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds)
2022-09-07 16:15:16 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-07 16:15:53 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2022-09-07 16:15:53 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Read error: Connection reset by peer)
2022-09-07 16:16:23 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-07 16:17:17 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 16:17:58 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-07 16:19:06 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 16:24:26 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 16:26:21 +0000hays(rootvegeta@fsf/member/hays) ()
2022-09-07 16:27:19 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (Remote host closed the connection)
2022-09-07 16:27:31 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
2022-09-07 16:27:35 +0000hays(~rootveget@fsf/member/hays)
2022-09-07 16:34:22 +0000lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2022-09-07 16:37:21 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 16:42:19 +0000odnes_(~odnes@5-203-205-0.pat.nym.cosmote.net) (Quit: Leaving)
2022-09-07 16:42:44 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds)
2022-09-07 16:45:56 +0000 <EvanR> zzz, theres list fusion, vector fusion, ...
2022-09-07 16:47:02 +0000 <spivak> i'm here in a trolling capacity
2022-09-07 16:47:12 +0000coot(~coot@213.134.176.158) (Quit: coot)
2022-09-07 16:47:35 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 16:47:37 +0000 <spivak> who's with me?
2022-09-07 16:48:47 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 16:54:57 +0000Tuplanolla(~Tuplanoll@91-159-69-12.elisa-laajakaista.fi)
2022-09-07 16:56:38 +0000stefan-__(~cri@42dots.de)
2022-09-07 16:56:51 +0000stefan-_(~cri@42dots.de) (Quit: ZNC 1.6.3+deb1ubuntu0.2 - http://znc.in)
2022-09-07 16:57:47 +0000stefan-__(~cri@42dots.de) (Client Quit)
2022-09-07 16:58:06 +0000stefan-_(~cri@2a03:4000:68:ece:a87d:f5ff:fe81:1163)
2022-09-07 17:01:21 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-07 17:02:46 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com) (Quit: Connection closed for inactivity)
2022-09-07 17:06:57 +0000johnw(~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) (Quit: ZNC - http://znc.in)
2022-09-07 17:10:32 +0000biberu(~biberu@user/biberu) (Read error: Connection reset by peer)
2022-09-07 17:10:54 +0000nschoe(~quassel@178.251.84.79) (Ping timeout: 264 seconds)
2022-09-07 17:16:18 +0000biberu(~biberu@user/biberu)
2022-09-07 17:18:55 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-07 17:22:44 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-07 17:26:13 +0000mbuf(~Shakthi@49.204.140.237) (Quit: Leaving)
2022-09-07 17:26:28 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 17:28:45 +0000dcoutts(~duncan@host86-151-44-195.range86-151.btcentralplus.com) (Ping timeout: 252 seconds)
2022-09-07 17:29:06 +0000ystael(~ystael@user/ystael)
2022-09-07 17:30:16 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-07 17:31:16 +0000econo(uid147250@user/econo)
2022-09-07 17:32:40 +0000drlkf(~drlkf@chat.drlkf.net) (Quit: drlkf)
2022-09-07 17:33:02 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-07 17:40:05 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 17:41:43 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 17:44:24 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 17:44:40 +0000drlkf(~drlkf@chat.drlkf.net) (Quit: drlkf)
2022-09-07 17:45:01 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-07 17:45:41 +0000razetime(~quassel@117.254.35.105) (Remote host closed the connection)
2022-09-07 17:45:48 +0000benin0(~benin@183.82.29.130) (Quit: The Lounge - https://thelounge.chat)
2022-09-07 17:48:21 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 17:48:52 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 17:49:05 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (Remote host closed the connection)
2022-09-07 17:50:40 +0000drlkf(~drlkf@chat.drlkf.net) (Quit: drlkf)
2022-09-07 17:51:00 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-07 17:53:30 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 17:55:56 +0000jargon(~jargon@184.101.185.66)
2022-09-07 17:56:12 +0000maroloccio(~marolocci@151.75.41.90) (Quit: WeeChat 3.0)
2022-09-07 18:03:15 +0000kritzefitz_(~kritzefit@212.86.56.80)
2022-09-07 18:03:22 +0000kritzefitz_kritzefitz_tmp
2022-09-07 18:03:36 +0000kritzefitz_tmp(~kritzefit@212.86.56.80) ()
2022-09-07 18:03:52 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (Read error: Connection reset by peer)
2022-09-07 18:04:03 +0000Vajb(~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi)
2022-09-07 18:04:19 +0000zebrag(~chris@user/zebrag)
2022-09-07 18:04:28 +0000kritzefitz(~kritzefit@debian/kritzefitz) (Remote host closed the connection)
2022-09-07 18:05:27 +0000kritzefitz(~kritzefit@debian/kritzefitz)
2022-09-07 18:08:28 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 18:08:32 +0000johnw(~johnw@2600:1700:cf00:db0:4d87:443:f0d8:55d7)
2022-09-07 18:09:16 +0000jakalx(~jakalx@base.jakalx.net) ()
2022-09-07 18:12:45 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 18:15:49 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-07 18:16:46 +0000Vajb(~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi) (Ping timeout: 244 seconds)
2022-09-07 18:17:01 +0000cheater(~Username@user/cheater) (Ping timeout: 268 seconds)
2022-09-07 18:17:11 +0000cheater(~Username@user/cheater)
2022-09-07 18:18:49 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b)
2022-09-07 18:19:47 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-07 18:20:52 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-07 18:22:24 +0000Tuplanolla(~Tuplanoll@91-159-69-12.elisa-laajakaista.fi) (Quit: Leaving.)
2022-09-07 18:27:04 +0000stef204(~stef204@user/stef204)
2022-09-07 18:35:00 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 18:38:59 +0000MoC(~moc@user/moc) (Ping timeout: 244 seconds)
2022-09-07 18:39:00 +0000MoC_(~moc@user/moc)
2022-09-07 18:39:07 +0000MoC_MoC
2022-09-07 18:39:35 +0000coot(~coot@213.134.176.158)
2022-09-07 18:42:54 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 268 seconds)
2022-09-07 18:44:35 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-09-07 18:45:02 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com)
2022-09-07 18:49:37 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2022-09-07 18:50:11 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 18:53:05 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 252 seconds)
2022-09-07 18:53:05 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds)
2022-09-07 18:53:19 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 18:56:30 +0000[Leary](~Leary]@user/Leary/x-0910699) (Ping timeout: 264 seconds)
2022-09-07 18:57:42 +0000jakalx(~jakalx@base.jakalx.net) ()
2022-09-07 18:58:24 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-07 19:01:09 +0000`2jt(~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) (Ping timeout: 252 seconds)
2022-09-07 19:01:09 +0000kuribas(~user@ptr-17d51ep7az7tepbmlrz.18120a2.ip6.access.telenet.be) (Quit: ERC (IRC client for Emacs 26.3))
2022-09-07 19:02:48 +0000superbil(~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split)
2022-09-07 19:04:29 +0000 <lyle> I could swear I watched a video about a Haskell testing framework that basically virtualized IO. The idea was that a person could specify a number of IO ocurrences (files, network requests, etc), then run their code in the virtualized environment to test it. I looked through my watch history and can't find the video again. Does anyone know the name of this framework, or did I just dream it?
2022-09-07 19:06:02 +0000Lumia(~Lumia@c-24-34-172-110.hsd1.ma.comcast.net)
2022-09-07 19:07:55 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 244 seconds)
2022-09-07 19:11:31 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 260 seconds)
2022-09-07 19:13:13 +0000king_gs(~Thunderbi@2806:103e:29:1004:c2ae:c6b3:b9c2:8d75)
2022-09-07 19:13:27 +0000king_gs(~Thunderbi@2806:103e:29:1004:c2ae:c6b3:b9c2:8d75) (Client Quit)
2022-09-07 19:13:30 +0000`2jt(~jtomas@86.red-88-17-188.dynamicip.rima-tde.net)
2022-09-07 19:13:59 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Ping timeout: 252 seconds)
2022-09-07 19:14:32 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 19:14:47 +0000superbil(~superbil@1-34-176-171.hinet-ip.hinet.net)
2022-09-07 19:15:59 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-07 19:17:54 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-07 19:21:04 +0000toeffel(~toeffel@user/toeffel)
2022-09-07 19:22:20 +0000 <dminuoso> lyle: Did you mean IOSim by well typed perhaps? The talk you might have referred to might be https://www.youtube.com/watch?v=tKIYQgJnGkA
2022-09-07 19:23:20 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340)
2022-09-07 19:24:40 +0000 <dminuoso> zzz: Note that fusion can arise outside of rewrite rules too. Consider Yoneda fusion on repeated fmap application.
2022-09-07 19:27:27 +0000 <lyle> dminuoso: Yes, that's it! Thank you.
2022-09-07 19:28:12 +0000 <dminuoso> I reckon IOSim could become a monad transformer, given that you can in principle undo effects.
2022-09-07 19:28:33 +0000 <dminuoso> Not that this would yield much valuable insights, since an IOT is not possible
2022-09-07 19:29:05 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-07 19:30:29 +0000 <lyle> Is IOSim not a huge game changer in general? What other language encapsulates IO in such a way that IOSim is even possible?
2022-09-07 19:32:40 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 19:32:50 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 268 seconds)
2022-09-07 19:34:47 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-07 19:38:37 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 19:39:30 +0000 <johnw> Have people ever found the idea of Functors over any Control.Category useful? Like, where fmap is `p a b -> p (f a) (f b)`?
2022-09-07 19:39:55 +0000 <johnw> for some Category p
2022-09-07 19:40:04 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Remote host closed the connection)
2022-09-07 19:41:28 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (Ping timeout: 268 seconds)
2022-09-07 19:42:25 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk)
2022-09-07 19:53:10 +0000pavonia(~user@user/siracusa)
2022-09-07 19:57:25 +0000MoC_(~moc@user/moc)
2022-09-07 19:57:31 +0000MoC(~moc@user/moc) (Ping timeout: 244 seconds)
2022-09-07 19:57:36 +0000MoC_MoC
2022-09-07 20:01:02 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 20:03:29 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 20:04:51 +0000raym(~raym@user/raym) (Ping timeout: 248 seconds)
2022-09-07 20:05:17 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 255 seconds)
2022-09-07 20:06:31 +0000hexology-hexology
2022-09-07 20:07:07 +0000Lumia(~Lumia@c-24-34-172-110.hsd1.ma.comcast.net) (Quit: ,-)
2022-09-07 20:07:09 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340)
2022-09-07 20:13:14 +0000coot(~coot@213.134.176.158) (Quit: coot)
2022-09-07 20:15:37 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2022-09-07 20:16:23 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 20:16:35 +0000toeffel(~toeffel@user/toeffel) (Quit: quit)
2022-09-07 20:18:39 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (Quit: Konversation terminated!)
2022-09-07 20:18:51 +0000codaraxis(~codaraxis@user/codaraxis)
2022-09-07 20:19:14 +0000chomwitt(~chomwitt@2a02:587:dc16:fe00:7a9a:c189:544:1fa5) (Ping timeout: 255 seconds)
2022-09-07 20:20:30 +0000Guest9013(~Guest90@mainpc.lha.sgsnet.se)
2022-09-07 20:21:38 +0000 <Guest9013> Implement a function that, given a hand, shows the cards in it in a nice format.
2022-09-07 20:21:38 +0000 <Guest9013> display :: Hand -> String
2022-09-07 20:21:39 +0000 <Guest9013> For example, display can show the card Card (Numeric 2) Hearts as "2 of Hearts". How do I do this?
2022-09-07 20:22:36 +0000 <geekosaur> what have you tried?
2022-09-07 20:23:31 +0000 <Guest9013> im not sure how to start
2022-09-07 20:24:09 +0000 <geekosaur> how would you do it in another language?
2022-09-07 20:24:23 +0000 <Hecate> time to do some card ascii art
2022-09-07 20:24:39 +0000 <Rembane> The lovely corner characters
2022-09-07 20:25:08 +0000 <Rembane> Guest9013: Can you print one card?
2022-09-07 20:26:38 +0000 <Guest9013> i need to define the function display first, no?
2022-09-07 20:26:38 +0000Vajb(~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (Read error: Connection reset by peer)
2022-09-07 20:27:01 +0000Vajb(~Vajb@85-76-165-214-nat.elisa-mobile.fi)
2022-09-07 20:27:14 +0000 <Rembane> Guest9013: You don't need to, you can implement a function that's something like f :: Card -> String
2022-09-07 20:27:53 +0000 <geekosaur> it sounds like display could be built out of a function that displayed a Card, applying it to all the Cards in a Hand
2022-09-07 20:28:06 +0000lyle(~lyle@104.246.145.85) (Quit: WeeChat 3.6)
2022-09-07 20:28:19 +0000 <geekosaur> and printing a Card can be done with pattern matching
2022-09-07 20:30:12 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 20:30:15 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-07 20:33:12 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 20:37:18 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 244 seconds)
2022-09-07 20:38:20 +0000 <pavonia> Also https://en.wikipedia.org/wiki/Playing_cards_in_Unicode
2022-09-07 20:38:46 +0000 <Guest9013> Oh wow that's so nice
2022-09-07 20:42:28 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 244 seconds)
2022-09-07 20:42:37 +0000Pickchea(~private@user/pickchea)
2022-09-07 20:42:38 +0000justsomeguy(~justsomeg@user/justsomeguy)
2022-09-07 20:47:15 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2022-09-07 20:47:45 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 20:52:32 +0000fhn(~fhn@2.58.185.24) (Quit: Client closed)
2022-09-07 20:54:07 +0000MoC(~moc@user/moc) (Quit: Konversation terminated!)
2022-09-07 20:55:08 +0000fhn(~fhn@2.58.185.24)
2022-09-07 21:00:19 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 252 seconds)
2022-09-07 21:00:56 +0000Guest9013(~Guest90@mainpc.lha.sgsnet.se) (Quit: Client closed)
2022-09-07 21:02:51 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 21:03:15 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 21:07:06 +0000 <geekosaur> I guess they gave up on gettin us to write it for them
2022-09-07 21:09:09 +0000 <darkling> Or they think that the important part is the Unicode...
2022-09-07 21:10:02 +0000 <geekosaur> they were acting really confused in PM to me
2022-09-07 21:11:39 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 21:14:26 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-07 21:15:03 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2022-09-07 21:15:59 +0000Guest9068(~Guest90@mainpc.lha.sgsnet.se)
2022-09-07 21:16:05 +0000stefan-_(~cri@2a03:4000:68:ece:a87d:f5ff:fe81:1163) (Quit: ZNC 1.8.2+deb2build5 - https://znc.in)
2022-09-07 21:16:23 +0000stefan-_(~cri@42dots.de)
2022-09-07 21:17:01 +0000 <Guest9068> https://en.wikipedia.org/wiki/Playing_cards_in_Unicode where in my code do i put the unicode so i get them printed?
2022-09-07 21:18:34 +0000 <darkling> Forget about the pretty Unicode for a moment (it's not what this assignment is about), and just get the number of the card and the name of its suit printed in normal letters first.
2022-09-07 21:19:35 +0000 <monochrom> Do you already know how to print the letter A? Then it's the same idea printing any character.
2022-09-07 21:20:15 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 21:20:20 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 21:21:04 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-07 21:21:24 +0000 <Guest9068> displayCard :: Card -> String
2022-09-07 21:21:25 +0000 <Guest9068> displayCard card = show (rank(card)) ++ " of " ++ show (suit(card))
2022-09-07 21:23:49 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 244 seconds)
2022-09-07 21:24:27 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-07 21:24:56 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 21:25:26 +0000 <Guest9068> what do i do with the unicode now
2022-09-07 21:28:29 +0000 <pavonia> Unicode characters are just like normal ASCII characters in Haskell
2022-09-07 21:29:32 +0000 <monochrom> Since you asked: Your "card" has only 52 cases, so do a case analysis and map your card to "🂡" or "🂱" etc.
2022-09-07 21:29:53 +0000 <monochrom> You can also write instead "\x1f0a1" or "\x1f0b1" etc for "readability".
2022-09-07 21:30:27 +0000fraznel(~fuag1@c-73-221-56-19.hsd1.wa.comcast.net)
2022-09-07 21:32:23 +0000 <Guest9068> hmmm
2022-09-07 21:33:42 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 21:34:48 +0000 <Guest9068> idk where to put the unicode, i just get a string
2022-09-07 21:35:25 +0000 <pavonia> You put it in the string
2022-09-07 21:35:40 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 21:36:07 +0000 <monochrom> Literally: displayCard ... = "🂡"
2022-09-07 21:36:42 +0000 <monochrom> You are not taking me seriously when I said Do you already know how to print the letter A? Then it's the same idea printing any character.
2022-09-07 21:36:56 +0000 <monochrom> If you want a string that's a single letter A, it's "A".
2022-09-07 21:37:17 +0000 <monochrom> If you want a string that's a single 🂡, it's "🂡".
2022-09-07 21:37:24 +0000 <pavonia> As the codepoints follow a regular pattern, you could also build the right codepoint using the chr function, e.g. chr (0x1F0C0 + 6) would be 6 of diamonds
2022-09-07 21:37:25 +0000 <monochrom> Why is it so hard to believe?
2022-09-07 21:38:51 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-09-07 21:38:56 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Read error: Connection reset by peer)
2022-09-07 21:39:04 +0000 <Guest9068> Well, i tried and got an error/its printing the numbers, thats why im confused, im doing something wrong
2022-09-07 21:39:27 +0000 <Guest9068> do i write the U+ too?
2022-09-07 21:39:30 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 21:39:38 +0000 <monochrom> OK, next you combine with putStrLn.
2022-09-07 21:39:59 +0000 <monochrom> Here is yahb2 being a ghci session right here in the channel.
2022-09-07 21:40:03 +0000 <monochrom> > putStrLn "🂡"
2022-09-07 21:40:06 +0000 <lambdabot> <IO ()>
2022-09-07 21:40:07 +0000 <monochrom> err not that.
2022-09-07 21:40:10 +0000 <monochrom> % putStrLn "🂡"
2022-09-07 21:40:10 +0000 <yahb2> 🂡
2022-09-07 21:40:13 +0000 <monochrom> There.
2022-09-07 21:40:39 +0000 <pavonia> % "🂡"
2022-09-07 21:40:39 +0000 <yahb2> "\127137"
2022-09-07 21:40:51 +0000 <monochrom> You can say something like putStrLn (displayCard ...)
2022-09-07 21:42:22 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Ping timeout: 258 seconds)
2022-09-07 21:43:00 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-07 21:44:11 +0000`2jt(~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) (Ping timeout: 268 seconds)
2022-09-07 21:44:28 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds)
2022-09-07 21:46:02 +0000justsomeguy(~justsomeg@user/justsomeguy) (Ping timeout: 244 seconds)
2022-09-07 21:49:37 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 21:49:51 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 21:52:55 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 21:53:38 +0000Axman6(~Axman6@user/axman6) (Ping timeout: 252 seconds)
2022-09-07 21:56:57 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-07 21:59:33 +0000 <Guest9068> how do i implement it, putting putStrLn "unicode" in my code gives me an error, it works in ghci tho
2022-09-07 21:59:49 +0000wolfshappen(~waff@irc.furworks.de) (Quit: later)
2022-09-07 21:59:49 +0000 <geekosaur> what error?
2022-09-07 22:00:57 +0000justsomeguy(~justsomeg@user/justsomeguy)
2022-09-07 22:01:26 +0000Pickchea(~private@user/pickchea) (Quit: Leaving)
2022-09-07 22:01:31 +0000 <fraznel> ok, i'm having a hell of a time with postgres connections, i was here earlier and was referred to a possible issue with exception handling in PostgreSQL-Simple under transactions... however I'm not using transaction and somehow my exception is still behaving wrong. I've done by best to produce a minimal viable repro but its pretty involved
2022-09-07 22:01:33 +0000 <fraznel> https://paste.tomsmeding.com/BhWSWkpL
2022-09-07 22:01:57 +0000 <fraznel> i don't understand why i don't even get prints in the console from before the exception is thrown in the scenario where it is
2022-09-07 22:02:36 +0000 <hpc> Guest9068: are you on windows and adding literal unicode to your source files?
2022-09-07 22:02:49 +0000 <hpc> it's probably saved in UTF-16 or something silly like that
2022-09-07 22:02:50 +0000 <fraznel> something is eating the exception and locking up the thread but i can't reason about what yet, hoping someone can nudge me in the right direction. I have a local repro by turning postgres off locally and forcing a scenario that runs the query in the thread
2022-09-07 22:03:27 +0000 <monochrom> I discourage us doing all the guessing. The querent should be the one providing more information.
2022-09-07 22:03:55 +0000 <monochrom> Programmers are the ones who don't have the right to say "it doesn't work I won't tell you more".
2022-09-07 22:03:58 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2022-09-07 22:04:15 +0000 <hpc> i have tried nothing and i am all out of ideas
2022-09-07 22:04:35 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2022-09-07 22:04:40 +0000 <geekosaur> that is why I asked what the error was
2022-09-07 22:05:13 +0000 <fraznel> but the stack is Control.Concurrent, Control.Concurrent.Async, UnliftIO, ResourcePool, Control.Exceptions.Safe. forkFinally -> withRunInIO -> withAsync -> handleAny -> query
2022-09-07 22:07:41 +0000 <fraznel> hope someone has a nudge in the right direction, in the meantime i'm putting together a full mvp so i can peel stuff off till the exception is actually shown
2022-09-07 22:07:46 +0000 <monochrom> Where does handleAny come from?
2022-09-07 22:08:02 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-07 22:08:12 +0000 <fraznel> handleAny is coming from Control.Exception.Safe from safe-exceptions
2022-09-07 22:09:02 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-07 22:09:29 +0000cawfee(~root@2406:3003:2077:2758::babe) (Ping timeout: 255 seconds)
2022-09-07 22:12:42 +0000 <monochrom> Wait, how is "result = getAllTags conn" not a syntax error in a do-block?
2022-09-07 22:14:29 +0000 <geekosaur> line 56 looks a bit questionable as well
2022-09-07 22:15:34 +0000 <fraznel> darn it, yeah i transposed this from different source files and a scratch .hs file i have with a simple repro and messed up syntax... i'm working on a one file repro
2022-09-07 22:15:49 +0000 <fraznel> line 56 shouldn't be there
2022-09-07 22:16:04 +0000cawfee(~root@2406:3003:2077:2758::babe)
2022-09-07 22:16:10 +0000 <fraznel> result = should be result <-
2022-09-07 22:16:23 +0000 <monochrom> If you have "let result = getAllTags conn" then nothing is executed there therefore no exception.
2022-09-07 22:16:41 +0000 <monochrom> OK that's more normal.
2022-09-07 22:18:55 +0000 <fraznel> and subThread is launched via Control.Concurrent forkFinally with some logging for when the thread exits
2022-09-07 22:20:08 +0000 <fraznel> er, forkFinally for logging and making sure to signal that the thread has finished to the main thread
2022-09-07 22:20:47 +0000__monty__(~toonn@user/toonn) (Quit: leaving)
2022-09-07 22:21:21 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net) (Ping timeout: 252 seconds)
2022-09-07 22:23:13 +0000cawfee(~root@2406:3003:2077:2758::babe) (Ping timeout: 244 seconds)
2022-09-07 22:23:17 +0000hpc(~juzz@ip98-169-32-242.dc.dc.cox.net)
2022-09-07 22:27:19 +0000cawfee(~root@2406:3003:2077:2758::babe)
2022-09-07 22:28:34 +0000 <monochrom> handleAny eats exceptions. Unless you mean "but my onException wasn't even called".
2022-09-07 22:30:24 +0000 <fraznel> I've been experimenting and i removed the withAsync just found out more. It looks like handleAny is not catching the exception when run insiding a forkFinally and/or inside a withRunInIO
2022-09-07 22:30:48 +0000 <fraznel> the behavior without the withAsync is that the thread terminates when the exception is called under the handleAny
2022-09-07 22:31:22 +0000 <fraznel> so withAsync must be silently terminating when its in the mix, but i would think handleAny should catch the exception. maybe withRunInIO is doing something odd
2022-09-07 22:31:40 +0000 <fraznel> s/odd/unknown to me/
2022-09-07 22:34:49 +0000 <fraznel> i'm most suspicous of a misuse of UnliftIO being the culprit now
2022-09-07 22:37:32 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 22:39:11 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-07 22:40:51 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 22:41:11 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 22:42:06 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-07 22:44:16 +0000 <fraznel> going to try using handleAny from UnliftIO but i had the handleAny worked into the internals of my storage capabilities so i gotta pull it out of there now... :| I guess its best for things that fail to fail and leave handling it to the caller
2022-09-07 22:44:44 +0000 <fraznel> s/fail/throw
2022-09-07 22:46:35 +0000zebrag(~chris@user/zebrag) (Remote host closed the connection)
2022-09-07 22:46:46 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (Ping timeout: 258 seconds)
2022-09-07 22:46:58 +0000zebrag(~chris@user/zebrag)
2022-09-07 22:47:21 +0000acidjnk(~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-09-07 22:47:21 +0000acidjnk_new(~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-09-07 22:47:44 +0000fserucas_|EoD(~fserucas|@89.214.127.144)
2022-09-07 22:48:54 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-07 22:50:49 +0000fserucas|EoD(~fserucas|@92.250.101.119) (Ping timeout: 268 seconds)
2022-09-07 22:51:09 +0000 <geekosaur> Guest9068, are you still there?
2022-09-07 22:51:20 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-07 22:51:38 +0000 <Guest9068> i am
2022-09-07 22:51:52 +0000 <geekosaur> you said you got an error in ghc. what error?
2022-09-07 22:54:20 +0000 <Guest9068> this prob looks dumb, but i skipped the cards, i just want it to show the card number + suit symbol. so i tried:
2022-09-07 22:54:21 +0000 <Guest9068> displayCard :: Card -> String
2022-09-07 22:54:21 +0000 <Guest9068> displayCard card
2022-09-07 22:54:22 +0000 <Guest9068>     | suit(card) == Spades = show (rank(card)) ++ putStrLn "\9824"
2022-09-07 22:54:22 +0000 <Guest9068> and got "Couldn't match expected type ‘[Char]’ with actual type ‘IO ()’"
2022-09-07 22:54:30 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 22:54:31 +0000 <Guest9068> x))
2022-09-07 22:54:54 +0000ec(~ec@gateway/tor-sasl/ec)
2022-09-07 22:55:04 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-07 22:55:18 +0000 <geekosaur> you don't want putStrLn there, that's when you actually want to do output. but displayCard should produce a String because display is supposed to produce a String
2022-09-07 22:55:52 +0000 <geekosaur> then you would use putStrLn to display that String properly
2022-09-07 22:56:31 +0000ec(~ec@gateway/tor-sasl/ec) (Client Quit)
2022-09-07 22:56:44 +0000ec(~ec@gateway/tor-sasl/ec)
2022-09-07 22:57:07 +0000 <Guest9068> if i only put "\9824" it just prints the numbers :c
2022-09-07 22:57:24 +0000 <geekosaur> you use putStrLn to display the String at the end
2022-09-07 22:57:38 +0000 <geekosaur> % "\9824"
2022-09-07 22:57:38 +0000 <yahb2> "\9824"
2022-09-07 22:57:45 +0000 <geekosaur> % putStrLn "\9824"
2022-09-07 22:57:46 +0000 <yahb2>
2022-09-07 22:58:14 +0000 <monochrom> When testing you will say putStrLn (displayCard ...)
2022-09-07 22:58:25 +0000 <monochrom> But putStrLn shall not be part of displayCard.
2022-09-07 22:58:37 +0000 <geekosaur> ^
2022-09-07 22:59:14 +0000 <Guest9068> in ghci? im confused
2022-09-07 22:59:38 +0000 <geekosaur> yes
2022-09-07 23:00:07 +0000 <geekosaur> when you output a String, by default it uses `print`, which uses `show`, which converts non-ASCII to escape characters
2022-09-07 23:00:09 +0000 <monochrom> This is going to be no less confusing than seeing \n vs seeing an actual line break.
2022-09-07 23:00:28 +0000 <geekosaur> if you use `putStrLn` it doesn't use `show`
2022-09-07 23:00:35 +0000 <Guest9068> oh lol it worked
2022-09-07 23:00:36 +0000 <Guest9068> now
2022-09-07 23:01:16 +0000 <fhn> Guest9068: Look at the types. What is the return type of your displayCard function? It's String. What is the return type of putStrLn? It's IO (). So you can't use putStrLn in displayCard.
2022-09-07 23:02:09 +0000 <fhn> You can however feed the result of displayCard, which is a String, to putStrLn which takes a String.
2022-09-07 23:03:29 +0000wolfshappen(~waff@irc.furworks.de)
2022-09-07 23:06:06 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 244 seconds)
2022-09-07 23:06:20 +0000 <Guest9068> i have another problem, when using the rank function it prints "Numeric 2 ♠" instead of "2 ♠"
2022-09-07 23:06:26 +0000 <qrpnxz> typescript at work is frustratingly not haskell. Hypothetically strong typed, still get runtime nonsense. forEach: (a => void) 🤢. No functor instances, no traversable. 😭
2022-09-07 23:06:57 +0000 <geekosaur> Guest9068, sho9w us the rank function
2022-09-07 23:07:03 +0000 <Guest9068> -- | Extract the rank of a card
2022-09-07 23:07:03 +0000 <Guest9068> rank :: Card -> Rank
2022-09-07 23:07:04 +0000 <Guest9068> rank (Card r _) = r
2022-09-07 23:07:49 +0000 <Guest9068> and: data Rank = Numeric Int | Jack | Queen | King | Ace deriving (Eq, Show)
2022-09-07 23:08:05 +0000 <geekosaur> you should make it pattern match on r as well as Card, so it can extract a Numeric or decode the others
2022-09-07 23:11:47 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 23:12:49 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
2022-09-07 23:13:03 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-07 23:16:49 +0000 <Guest9068> idk how to do that
2022-09-07 23:19:16 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-07 23:20:06 +0000 <geekosaur> same way you did with the Card
2022-09-07 23:21:05 +0000 <geekosaur> you really weren't taught how to pattern match a value yet?
2022-09-07 23:22:02 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 23:25:32 +0000sammelweis(~quassel@c-68-48-18-140.hsd1.mi.comcast.net)
2022-09-07 23:26:18 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-07 23:27:06 +0000causal(~user@50.35.83.177)
2022-09-07 23:29:38 +0000justsomeguy(~justsomeg@user/justsomeguy) (Ping timeout: 268 seconds)
2022-09-07 23:30:51 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-07 23:31:04 +0000 <geekosaur> you can nest patterns
2022-09-07 23:32:52 +0000 <geekosaur> https://paste.tomsmeding.com/ian06mCM
2022-09-07 23:33:03 +0000 <geekosaur> note that I changed the result type to String
2022-09-07 23:33:24 +0000 <hpc> qrpnxz: yeah, i appreciate the effort they go to but it's always just not quite there
2022-09-07 23:33:46 +0000 <hpc> it's a nice data point for how much technical debt you can accumulate by letting an untyped language run rampant though
2022-09-07 23:34:08 +0000 <hpc> you can see them trying to pay it off in real time
2022-09-07 23:34:42 +0000 <Guest9068> oh my
2022-09-07 23:34:51 +0000 <monochrom> I'm more cynical than that. You can see them getting paid more in real time.
2022-09-07 23:35:03 +0000 <qrpnxz> lol
2022-09-07 23:35:35 +0000 <monochrom> Programmers are paid per month of delays, not per validated delivery, amirite?
2022-09-07 23:35:53 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-07 23:36:57 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 260 seconds)
2022-09-07 23:37:04 +0000 <hpc> just do what FAANG does and say you have to wait 5 years to collect most of your paycheck :D
2022-09-07 23:37:58 +0000 <qrpnxz> not delivering definitely put you near the cliff in my experience. In particular, not having any quantifiable output. From a micro scale at the developer point, that means at least having meaningful story output. Going wider the team needs to have feature delivery or reasonable reasons for delay. Not delivering stories is higher risk than not delivering features, at least in the sense that the
2022-09-07 23:38:00 +0000 <qrpnxz> consequences are more immediate.
2022-09-07 23:41:31 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-07 23:42:36 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 23:45:19 +0000fserucas_|EoD(~fserucas|@89.214.127.144) (Ping timeout: 252 seconds)
2022-09-07 23:46:07 +0000 <Guest9068> i was about to ask why this didnt work and realized that my r in this case IS (Numeric 2), thats why it keeps printing Numeric too... hmm, what should i do?
2022-09-07 23:46:08 +0000 <Guest9068> displayCard :: Card -> String
2022-09-07 23:46:08 +0000 <Guest9068> displayCard card
2022-09-07 23:46:09 +0000 <Guest9068>     | suit(card) == Spades = show (rank(card)) ++ "\9824"
2022-09-07 23:46:09 +0000 <Guest9068> where card = Card (Numeric 2) Spades
2022-09-07 23:46:55 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 23:47:00 +0000pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.5)
2022-09-07 23:47:23 +0000 <geekosaur> did you use what I pasted? that recognizes and "unwraps" the Numeric
2022-09-07 23:48:01 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-07 23:48:36 +0000dsrt^(~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 260 seconds)
2022-09-07 23:49:26 +0000 <Guest9068> idk if we're allowed to rewrite the functions xd
2022-09-07 23:50:11 +0000 <geekosaur> if you can't modify rank then you want to write a different function. and use it in place of show
2022-09-07 23:50:35 +0000 <geekosaur> (also, `rank(card)` doesn't need parentheses
2022-09-07 23:50:38 +0000 <geekosaur> )
2022-09-07 23:51:12 +0000 <Guest9068> oh okay
2022-09-07 23:51:55 +0000Maxdamantus(~Maxdamant@user/maxdamantus) (Ping timeout: 252 seconds)
2022-09-07 23:52:05 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-07 23:52:09 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-07 23:52:53 +0000 <geekosaur> https://paste.tomsmeding.com/PjlLxFCV
2022-09-07 23:53:00 +0000Maxdamantus(~Maxdamant@user/maxdamantus)
2022-09-07 23:54:24 +0000 <geekosaur> you should make sure you understand what this is doing
2022-09-07 23:55:18 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-07 23:56:22 +0000 <Guest9068> showRank unwraps the n from (Numeric n) ----- so i should write showRank(rank(card))
2022-09-07 23:56:28 +0000 <Guest9068> and it worked
2022-09-07 23:57:51 +0000 <lyxia> is there a difference between data family F :: Type -> Type and data family F (a :: Type) :: Type ? Both let me define data instance F Int but I am seeing a difference when querying th-abstraction so I'm wondering whether that's a bug