2024/10/11

2024-10-11 00:11:45 +0200AlexZenon(~alzenon@178.34.163.165) (Ping timeout: 252 seconds)
2024-10-11 00:16:59 +0200euleritian(~euleritia@77.22.252.56) (Ping timeout: 260 seconds)
2024-10-11 00:17:38 +0200weary-traveler(~user@user/user363627) user363627
2024-10-11 00:26:05 +0200AlexZenon(~alzenon@178.34.163.165)
2024-10-11 00:27:00 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)
2024-10-11 00:27:17 +0200thaumavorio(~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in)
2024-10-11 00:27:49 +0200xff0x(~xff0x@2405:6580:b080:900:3e:c6b:65b9:2866) (Quit: xff0x)
2024-10-11 00:28:32 +0200thaumavorio(~thaumavor@thaumavor.io) thaumavorio
2024-10-11 00:29:27 +0200AlexZenon(~alzenon@178.34.163.165) (Read error: Connection reset by peer)
2024-10-11 00:35:13 +0200xff0x(~xff0x@2405:6580:b080:900:524e:9ecb:b84d:391c)
2024-10-11 00:35:13 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Read error: Connection reset by peer)
2024-10-11 00:35:20 +0200euleritian(~euleritia@dynamic-176-006-134-060.176.6.pool.telefonica.de)
2024-10-11 00:35:47 +0200euleritian(~euleritia@dynamic-176-006-134-060.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2024-10-11 00:36:04 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)
2024-10-11 00:47:58 +0200athan(~athan@syn-098-153-145-140.biz.spectrum.com) athan
2024-10-11 00:51:21 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 252 seconds)
2024-10-11 00:52:09 +0200AlexZenon(~alzenon@178.34.163.165)
2024-10-11 00:56:29 +0200arahael(~arahael@user/arahael) arahael
2024-10-11 01:05:34 +0200athan(~athan@syn-098-153-145-140.biz.spectrum.com) (Ping timeout: 260 seconds)
2024-10-11 01:10:52 +0200xff0x_(~xff0x@2405:6580:b080:900:4f73:4e09:b8f0:e4a2)
2024-10-11 01:13:55 +0200xff0x(~xff0x@2405:6580:b080:900:524e:9ecb:b84d:391c) (Ping timeout: 264 seconds)
2024-10-11 01:18:11 +0200mantraofpie(~mantraofp@user/mantraofpie) (Ping timeout: 260 seconds)
2024-10-11 01:24:16 +0200dcoutts(~duncan@2a00:23c6:1c8d:901:b94:4566:9d63:4848) dcoutts
2024-10-11 01:29:57 +0200acidjnk(~acidjnk@p200300d6e72cfb8558a5acefa98b724b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2024-10-11 01:30:05 +0200gorignak(~gorignak@user/gorignak) (Quit: quit)
2024-10-11 01:30:36 +0200gorignak(~gorignak@user/gorignak) gorignak
2024-10-11 01:30:56 +0200dcoutts_(~duncan@2a00:23c6:1c8d:901:b94:4566:9d63:4848)
2024-10-11 01:30:57 +0200dcoutts(~duncan@2a00:23c6:1c8d:901:b94:4566:9d63:4848) (Read error: Connection reset by peer)
2024-10-11 01:51:27 +0200Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2024-10-11 01:52:42 +0200vanishingideal(~vanishing@user/vanishingideal) (Read error: Connection reset by peer)
2024-10-11 01:52:43 +0200vanishing(~vanishing@user/vanishingideal) (Read error: Connection reset by peer)
2024-10-11 01:53:25 +0200vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2024-10-11 01:53:32 +0200vanishing(~vanishing@user/vanishingideal) vanishingideal
2024-10-11 01:56:19 +0200Zer000(~02@64.137.132.10) Zer000
2024-10-11 01:59:33 +0200 <Zer000> whoa wait a second, my application just changed the way it calculates numbers but all I did was add a print statement! I'm looking at the diff and besides print out a list (generated purely from two Integers), I refactored a very simple toInteger call to be it's own variable name using let. How the heck is this possible?? Before my application was crashing because it was trying to use (!!) with a negative index on a list.
2024-10-11 02:00:57 +0200dcoutts__(~duncan@host86-143-111-204.range86-143.btcentralplus.com)
2024-10-11 02:01:44 +0200 <c_wraith> let-generalization is a thing. values bound in a let become polymorphic when they wouldn't if used inline. maybe there's something going on with that?
2024-10-11 02:02:14 +0200ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2024-10-11 02:02:15 +0200dcoutts_(~duncan@2a00:23c6:1c8d:901:b94:4566:9d63:4848) (Read error: Connection reset by peer)
2024-10-11 02:02:18 +0200 <monochrom> You will understand that generally I don't trust random people on the internet when they say "that's the only difference, everything else is identical, I swear".
2024-10-11 02:02:37 +0200ChaiTRex(~ChaiTRex@user/chaitrex) ChaiTRex
2024-10-11 02:02:42 +0200 <c_wraith> if it is the only difference, it's easy to pop back and forth!
2024-10-11 02:03:02 +0200 <Zer000> here is the diff!
2024-10-11 02:03:03 +0200 <Zer000> https://dpaste.com/GYYM5LCAX
2024-10-11 02:03:23 +0200JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2024-10-11 02:04:01 +0200 <Zer000> the program reads data from disks, but they aren't mounted and only read from. So unless the data magically changed on the because of a cosmic ray, that's about the only thing that changed.
2024-10-11 02:04:25 +0200 <c_wraith> so did you temporarily revert the change to verify?
2024-10-11 02:05:13 +0200 <c_wraith> also, wow that pastebin handles mobile poorly.
2024-10-11 02:05:39 +0200 <Zer000> It's still running, so I'll see how far it gets before crashing. this is a distance record atm and i don't wanna touch it. but I've ran a few times before that change and it crashed in the same place every time.
2024-10-11 02:05:50 +0200 <Zer000> c_wraith, I can repaste if you have a better place
2024-10-11 02:05:53 +0200lol_jcarpenter2
2024-10-11 02:05:59 +0200 <Zer000> what's a good pastebin?
2024-10-11 02:06:02 +0200 <c_wraith> @where paste
2024-10-11 02:06:02 +0200 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2024-10-11 02:06:40 +0200 <Zer000> https://paste.tomsmeding.com/OpuMYlD1
2024-10-11 02:07:11 +0200 <Zer000> I'm excited because it's running but it's freaking me out. i'll read about that let-generalization though
2024-10-11 02:08:02 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2024-10-11 02:08:37 +0200 <Lears> Zer000: You also changed `E.diskNumBytes` to `E.diskBytenr`.
2024-10-11 02:10:50 +0200 <Zer000> DOH!
2024-10-11 02:10:54 +0200 <Zer000> That's probably it :)
2024-10-11 02:15:10 +0200quintasan(~quassel@quintasan.pl) ()
2024-10-11 02:16:54 +0200ystael(~ystael@user/ystael) (Ping timeout: 265 seconds)
2024-10-11 02:17:27 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) raehik
2024-10-11 02:28:13 +0200Nixkernal(~Nixkernal@226.85.194.178.dynamic.cust.swisscom.net) (Ping timeout: 252 seconds)
2024-10-11 02:32:32 +0200califax(~califax@user/califx) (Remote host closed the connection)
2024-10-11 02:34:18 +0200califax(~califax@user/califx) califx
2024-10-11 02:38:36 +0200haskellbridge(~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection)
2024-10-11 02:39:08 +0200haskellbridge(~hackager@syn-024-093-192-219.res.spectrum.com) hackager
2024-10-11 02:39:08 +0200ChanServ+v haskellbridge
2024-10-11 02:47:39 +0200identity(~identity@user/ZharMeny) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.0.91))
2024-10-11 02:48:04 +0200 <haskellbridge> <thirdofmay18081814goya> what are some interesting/useful/neat type-level data types and functions?
2024-10-11 02:48:12 +0200 <haskellbridge> <thirdofmay18081814goya> vague answers only, am practicing type-level programming
2024-10-11 02:49:19 +0200xff0x_(~xff0x@2405:6580:b080:900:4f73:4e09:b8f0:e4a2) (Ping timeout: 264 seconds)
2024-10-11 02:53:47 +0200 <dmj`> UnconsSymbol
2024-10-11 02:54:46 +0200jinsun(~jinsun@user/jinsun) jinsun
2024-10-11 03:00:23 +0200Sgeo_(~Sgeo@user/sgeo) Sgeo
2024-10-11 03:00:29 +0200Sgeo(~Sgeo@user/sgeo) (Ping timeout: 260 seconds)
2024-10-11 03:02:57 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2024-10-11 03:03:25 +0200jinsun(~jinsun@user/jinsun) (Ping timeout: 252 seconds)
2024-10-11 03:08:50 +0200user363627(~user@user/user363627) user363627
2024-10-11 03:12:14 +0200weary-traveler(~user@user/user363627) (Ping timeout: 252 seconds)
2024-10-11 03:27:17 +0200youthlic(~Thunderbi@user/youthlic) (Remote host closed the connection)
2024-10-11 03:29:10 +0200youthlic(~Thunderbi@user/youthlic) youthlic
2024-10-11 03:32:08 +0200LukeHoersten(~LukeHoers@user/lukehoersten) LukeHoersten
2024-10-11 03:32:43 +0200jcarpenter2(~lol@2603:3016:1e01:b9e0:835:2698:e6f:bd82) (Read error: Connection reset by peer)
2024-10-11 03:36:48 +0200RedFlamingos(~RedFlamin@user/RedFlamingos) (Ping timeout: 252 seconds)
2024-10-11 03:41:16 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 03:55:55 +0200athan(~athan@syn-098-153-145-140.biz.spectrum.com) athan
2024-10-11 04:08:22 +0200spew(~spew@201.141.99.170) (Quit: spew)
2024-10-11 04:10:16 +0200td_(~td@i53870924.versanet.de) (Ping timeout: 272 seconds)
2024-10-11 04:11:40 +0200td_(~td@i5387090C.versanet.de) td_
2024-10-11 04:11:54 +0200gorignak(~gorignak@user/gorignak) (Quit: quit)
2024-10-11 04:12:25 +0200gorignak(~gorignak@user/gorignak) gorignak
2024-10-11 04:20:25 +0200Square(~Square4@user/square) (Ping timeout: 252 seconds)
2024-10-11 04:22:12 +0200LukeHoersten(~LukeHoers@user/lukehoersten) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2024-10-11 04:33:59 +0200JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2024-10-11 04:39:00 +0200raehik(~raehik@rdng-25-b2-v4wan-169990-cust1344.vm39.cable.virginm.net) (Ping timeout: 265 seconds)
2024-10-11 04:59:23 +0200jinsun(~jinsun@user/jinsun) jinsun
2024-10-11 05:01:26 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Quit: xff0x)
2024-10-11 05:04:47 +0200user363627(~user@user/user363627) (Remote host closed the connection)
2024-10-11 05:33:00 +0200aforemny_(~aforemny@2001:9e8:6cc0:e400:1d65:59f5:5ebd:ca5e) aforemny
2024-10-11 05:33:24 +0200aforemny(~aforemny@i577BEEF5.versanet.de) (Ping timeout: 246 seconds)
2024-10-11 05:38:03 +0200Sgeo__(~Sgeo@user/sgeo) Sgeo
2024-10-11 05:38:28 +0200dcoutts_(~duncan@2a00:23c6:1c8d:901:b94:4566:9d63:4848)
2024-10-11 05:38:36 +0200synchrom1(~john@2406:5a00:2497:300:99c5:4603:d83:aa35) synchromesh
2024-10-11 05:39:03 +0200alioguzhan1(~Thunderbi@78.173.89.238)
2024-10-11 05:39:06 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-10-11 05:39:07 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Read error: Connection reset by peer)
2024-10-11 05:39:31 +0200noctux(~noctux@user/noctux) (Read error: Connection reset by peer)
2024-10-11 05:39:31 +0200synchrom2(~john@2406:5a00:2497:300:99c5:4603:d83:aa35) synchromesh
2024-10-11 05:39:33 +0200Digit(~user@user/digit) (Remote host closed the connection)
2024-10-11 05:39:38 +0200noctux(~noctux@user/noctux) noctux
2024-10-11 05:39:42 +0200youthlic(~Thunderbi@user/youthlic) (Remote host closed the connection)
2024-10-11 05:39:46 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2024-10-11 05:39:56 +0200pierrot(~pi@user/pierrot) (Quit: ZNC 1.8.2 - http://znc.in)
2024-10-11 05:39:56 +0200remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) (Quit: Bye!)
2024-10-11 05:39:57 +0200thaumavorio(~thaumavor@thaumavor.io) (Quit: ZNC 1.8.2 - https://znc.in)
2024-10-11 05:39:57 +0200CrunchyFlakes(~CrunchyFl@ip1f13e94e.dynamic.kabel-deutschland.de) (Quit: ZNC 1.8.2 - https://znc.in)
2024-10-11 05:39:58 +0200youthlic(~Thunderbi@user/youthlic) youthlic
2024-10-11 05:40:00 +0200AlexZenon(~alzenon@178.34.163.165) (Ping timeout: 252 seconds)
2024-10-11 05:40:03 +0200haritz(~hrtz@user/haritz) (Remote host closed the connection)
2024-10-11 05:40:10 +0200rvalue(~rvalue@user/rvalue) (Remote host closed the connection)
2024-10-11 05:40:12 +0200haritz(~hrtz@2a02:8010:65b5:0:5d9a:9bab:ee5e:b737)
2024-10-11 05:40:31 +0200rvalue(~rvalue@user/rvalue) rvalue
2024-10-11 05:40:45 +0200gorignak(~gorignak@user/gorignak) (Quit: quit)
2024-10-11 05:40:56 +0200remedan(~remedan@ip-62-245-108-153.bb.vodafone.cz) remedan
2024-10-11 05:41:06 +0200synchromesh(~john@180.148.124.74) (Ping timeout: 252 seconds)
2024-10-11 05:41:15 +0200Digit(~user@user/digit) Digit
2024-10-11 05:41:28 +0200Sgeo_(~Sgeo@user/sgeo) (Ping timeout: 252 seconds)
2024-10-11 05:41:28 +0200dcoutts__(~duncan@host86-143-111-204.range86-143.btcentralplus.com) (Ping timeout: 252 seconds)
2024-10-11 05:41:28 +0200wanted(~wanted@2.219.56.221) (Ping timeout: 252 seconds)
2024-10-11 05:42:00 +0200synchromesh(~john@180.148.124.74) synchromesh
2024-10-11 05:42:01 +0200todi(~todi@p57803331.dip0.t-ipconnect.de) todi
2024-10-11 05:42:04 +0200haritz(~hrtz@2a02:8010:65b5:0:5d9a:9bab:ee5e:b737) (Changing host)
2024-10-11 05:42:04 +0200haritz(~hrtz@user/haritz) haritz
2024-10-11 05:42:35 +0200gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (Remote host closed the connection)
2024-10-11 05:42:41 +0200kaol(~kaol@94-237-45-144.nl-ams1.upcloud.host) (Remote host closed the connection)
2024-10-11 05:42:48 +0200kaol(~kaol@94-237-45-144.nl-ams1.upcloud.host)
2024-10-11 05:42:58 +0200raym(~ray@user/raym) (Remote host closed the connection)
2024-10-11 05:42:58 +0200gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) gabriel_sevecek
2024-10-11 05:43:18 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Ping timeout: 252 seconds)
2024-10-11 05:43:18 +0200alioguzhan(~Thunderbi@78.173.89.238) (Ping timeout: 252 seconds)
2024-10-11 05:43:18 +0200juri_(~juri@implicitcad.org) (Ping timeout: 252 seconds)
2024-10-11 05:43:18 +0200alioguzhan1alioguzhan
2024-10-11 05:43:22 +0200synchrom1(~john@2406:5a00:2497:300:99c5:4603:d83:aa35) (Ping timeout: 272 seconds)
2024-10-11 05:43:40 +0200lyxia(~lyxia@poisson.chat) (Ping timeout: 252 seconds)
2024-10-11 05:44:02 +0200tomboy64(~tomboy64@user/tomboy64) (Ping timeout: 252 seconds)
2024-10-11 05:44:12 +0200CrunchyFlakes(~CrunchyFl@ip1f13e94e.dynamic.kabel-deutschland.de)
2024-10-11 05:44:22 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)
2024-10-11 05:44:24 +0200synchrom2(~john@2406:5a00:2497:300:99c5:4603:d83:aa35) (Ping timeout: 260 seconds)
2024-10-11 05:44:54 +0200sourcetarius(~sourcetar@user/sourcetarius) (Quit: sourcetarius)
2024-10-11 05:45:07 +0200AlexZenon(~alzenon@178.34.163.165)
2024-10-11 05:45:49 +0200thaumavorio(~thaumavor@thaumavor.io) thaumavorio
2024-10-11 05:46:08 +0200wanted(~wanted@2.219.56.221)
2024-10-11 05:47:41 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 252 seconds)
2024-10-11 05:49:19 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2024-10-11 05:49:52 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) Natch
2024-10-11 05:50:55 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 05:52:27 +0200dcoutts__(~duncan@host86-143-111-204.range86-143.btcentralplus.com)
2024-10-11 05:53:11 +0200juri_(~juri@implicitcad.org) juri_
2024-10-11 05:53:49 +0200pierrot(~pi@user/pierrot) pierrot
2024-10-11 05:53:52 +0200lyxia(~lyxia@poisson.chat)
2024-10-11 05:54:29 +0200tomboy64(~tomboy64@user/tomboy64) tomboy64
2024-10-11 05:55:39 +0200dcoutts_(~duncan@2a00:23c6:1c8d:901:b94:4566:9d63:4848) (Ping timeout: 276 seconds)
2024-10-11 06:00:05 +0200takuan(~takuan@178-116-218-225.access.telenet.be)
2024-10-11 06:03:29 +0200raym(~ray@user/raym) raym
2024-10-11 06:16:26 +0200rosco(~rosco@175.136.22.30) rosco
2024-10-11 06:43:35 +0200michalz(~michalz@185.246.207.200)
2024-10-11 06:54:49 +0200euphores(~SASL_euph@user/euphores) (Quit: Leaving.)
2024-10-11 07:02:41 +0200euphores(~SASL_euph@user/euphores) euphores
2024-10-11 07:08:17 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Quit: xff0x)
2024-10-11 07:11:15 +0200solaire(~solaire@185.209.198.102)
2024-10-11 07:11:19 +0200solaire(~solaire@185.209.198.102) (Remote host closed the connection)
2024-10-11 07:12:04 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 07:15:48 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2024-10-11 07:24:46 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 07:30:10 +0200Sgeo__(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2024-10-11 07:31:42 +0200alp_(~alp@2001:861:e3d6:8f80:3e1b:1051:6267:8f64)
2024-10-11 07:34:41 +0200Zer000(~02@64.137.132.10) (Quit: Leaving)
2024-10-11 07:35:39 +0200jinsun(~jinsun@user/jinsun) (Ping timeout: 260 seconds)
2024-10-11 07:44:31 +0200Buliarous(~gypsydang@46.232.210.139) (Ping timeout: 264 seconds)
2024-10-11 07:50:28 +0200vanishing(~vanishing@user/vanishingideal) (Quit: leaving)
2024-10-11 07:55:09 +0200acidjnk(~acidjnk@p200300d6e72cfb85c0de74302d76eade.dip0.t-ipconnect.de) acidjnk
2024-10-11 08:43:33 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Quit: xff0x)
2024-10-11 08:51:12 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 08:51:50 +0200ft(~ft@p4fc2a216.dip0.t-ipconnect.de) (Quit: leaving)
2024-10-11 08:54:28 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2024-10-11 08:54:42 +0200vanishingideal(~vanishing@user/vanishingideal) (Quit: Lost terminal)
2024-10-11 08:55:19 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 08:58:33 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2024-10-11 08:59:15 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 09:00:00 +0200caconym(~caconym@user/caconym) (Quit: bye)
2024-10-11 09:00:37 +0200caconym(~caconym@user/caconym) caconym
2024-10-11 09:02:46 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2024-10-11 09:03:46 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 09:03:48 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2024-10-11 09:04:08 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 09:04:09 +0200arahael(~arahael@user/arahael) (Ping timeout: 276 seconds)
2024-10-11 09:06:26 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Client Quit)
2024-10-11 09:07:09 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2024-10-11 09:07:38 +0200mulk(~mulk@p5b112a06.dip0.t-ipconnect.de) (Ping timeout: 255 seconds)
2024-10-11 09:13:15 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Read error: Connection reset by peer)
2024-10-11 09:13:44 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de)
2024-10-11 09:14:50 +0200cyphase(~cyphase@user/cyphase) (Read error: Connection reset by peer)
2024-10-11 09:18:27 +0200cyphase(~cyphase@user/cyphase) cyphase
2024-10-11 09:24:09 +0200arahael(~arahael@user/arahael) arahael
2024-10-11 09:27:10 +0200ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2024-10-11 09:31:54 +0200CiaoSen(~Jura@2a05:5800:2e4:b000:ca4b:d6ff:fec1:99da) CiaoSen
2024-10-11 09:32:06 +0200cfricke(~cfricke@user/cfricke) cfricke
2024-10-11 09:32:58 +0200gentauro(~gentauro@user/gentauro) (Quit: leaving)
2024-10-11 09:38:16 +0200jespada(~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net) jespada
2024-10-11 09:43:30 +0200dcoutts__(~duncan@host86-143-111-204.range86-143.btcentralplus.com) (Ping timeout: 265 seconds)
2024-10-11 09:43:40 +0200econo_(uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2024-10-11 09:47:17 +0200vpan(~vpan@212.117.1.172)
2024-10-11 09:50:21 +0200briandaed(~root@185.234.210.211)
2024-10-11 09:51:20 +0200mulk(~mulk@pd9514da8.dip0.t-ipconnect.de) mulk
2024-10-11 09:52:47 +0200gentauro(~gentauro@user/gentauro) gentauro
2024-10-11 10:02:05 +0200vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2024-10-11 10:05:06 +0200talismanick(~user@2601:644:937c:ed10::ae5) (Read error: Connection reset by peer)
2024-10-11 10:05:19 +0200talismanick(~user@2601:644:937c:ed10::ae5) talismanick
2024-10-11 10:12:05 +0200CiaoSen(~Jura@2a05:5800:2e4:b000:ca4b:d6ff:fec1:99da) (Ping timeout: 248 seconds)
2024-10-11 10:24:29 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine)
2024-10-11 10:24:59 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life