Home freenode/#haskell: Logs Calendar

Logs on 2021-04-24 (freenode/#haskell)

00:07:14 <tanner_> noob question: I wanna define a function like this:
00:07:23 <tanner_> func :: Int -> Int
00:07:28 <tanner_> func 1 = 2
00:07:35 <tanner_> func = (+1)
00:08:57 <geekosaur> you need a wildcard in the second case
00:08:59 <tanner_> but GHC says the two equations have a different number of arguments. Is this really the problem, (+1) clearly takes one argument. Or is it that the semantics of how to deal with a definition like this aren't well defined?
00:09:15 <geekosaur> oh, right, ghc doesn't allow that case
00:09:39 <geekosaur> it's a deviation from standard Haskell that all cases of a function must have  the same number of arguments
00:10:06 <geekosaur> so you'll have to eta-expand the second one to: func x = x + 1
00:10:35 <tanner_> Ok, so is the problem that it can't figure out (+1) only takes a single argument?
00:11:14 <geekosaur> the problem is what I said it is
00:11:19 × Synthetica quits (uid199651@gateway/web/irccloud.com/x-jigmslouldxhdupx) (Quit: Connection closed for inactivity)
00:11:23 <tanner_> As a side note, I also tried func _ = (+1) and got a different error. This time about not being able to match types.
00:11:24 <geekosaur> you have func 1 = 2, which takes an argument
00:11:44 <geekosaur> all *other* definitions of func must therefore take an argument
00:12:08 bitmapper joins (uid464869@gateway/web/irccloud.com/x-qyszewyuetfjzacp)
00:13:00 × idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Ping timeout: 268 seconds)
00:13:14 <geekosaur> this is not required by standard Haskell but ghc requires it because of how it works
00:13:41 <geekosaur> "func _ = (+1)" does not do what you think
00:14:06 <geekosaur> it accepts and ignores a parameter, like func x = some_expression_that_doesn't_use_x
00:19:04 <tanner_> So func 1 = 2 means that func takes one argument, func = (+1) means that func evaluates to something that takes one argument, and func _ = (+1) is syntactic sugar for func x = (+1). Oh and the reason func x = (+1) doesn't work is because the rhs there should be of type Int not of type Int -> Int. Is this all correct?
00:19:32 <geekosaur> func itself takes 0 parameters and returns something that takes a parameter
00:19:44 <geekosaur> yes
00:20:04 <geekosaur> and ghc has this restriction that all definitions of func must have the same number of parameters
00:20:22 <geekosaur> so you *should* be able to do what you tried, but ghc won't allow it
00:24:30 <tanner_> Ok I think I got it. "func _ = (+1)" doesn't even make sense in this context. func = (+1) does make sense but for some reason ghc doesn't like it.
00:24:38 <tanner_> Thanks for your help.
00:24:39 <monochrom> Wait, "Note that all clauses defining a function must be contiguous, and the number of patterns in each clause must be the same." is straight from Haskell 2010 Report section 4.4.3.1
00:24:46 geowiesnot joins (~user@87-89-181-157.abo.bbox.fr)
00:25:28 <geekosaur> interesting. could have sworn that was a ghc wart. was it the same in H98?
00:25:52 × lordcirth_ quits (~lordcirth@2607:f2c0:95b3:4400:bc81:7608:42a7:e76a) (Ping timeout: 276 seconds)
00:26:44 × sz0 quits (uid110435@gateway/web/irccloud.com/x-cbtqvvpmzwwkflbr) (Quit: Connection closed for inactivity)
00:26:45 <tanner_> Hmm, I haven't read the Haskell Report yet, so I don't know what a "clause" or a "pattern"is. But... does my origional definition make sense? Or is there a good reason for that restriction that I'm just not realizing?
00:27:07 <geekosaur> according to monochrom it's just the rules
00:27:32 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
00:27:42 <tanner_> ok
00:27:53 <geekosaur> hm, same in H98
00:28:10 <geekosaur> so I guess it's just illegal
00:30:26 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 240 seconds)
00:31:24 philderbeast joins (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca)
00:35:09 × gnumonic quits (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
00:38:05 bennofs__ joins (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de)
00:38:30 rajivr joins (uid269651@gateway/web/irccloud.com/x-emjdgfahhcenqbut)
00:40:51 zmijunkie joins (~Adium@87.122.222.145)
00:40:58 × Jd007 quits (~Jd007@162.156.11.151) (Quit: Jd007)
00:41:40 × zmijunkie1 quits (~Adium@87.123.48.31) (Ping timeout: 252 seconds)
00:41:41 × bennofs_ quits (~quassel@dynamic-077-013-079-233.77.13.pool.telefonica.de) (Ping timeout: 240 seconds)
00:47:50 tabemann joins (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net)
00:48:00 Codaraxis_ joins (~Codaraxis@ip68-5-90-227.oc.oc.cox.net)
00:48:41 justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311)
00:51:34 × Codaraxis__ quits (~Codaraxis@92.223.89.199) (Ping timeout: 252 seconds)
00:53:31 CrazyPython joins (~crazypyth@98.122.164.118)
00:53:54 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
00:55:40 × tabemann quits (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (Remote host closed the connection)
00:56:18 tabemann joins (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net)
00:56:19 erisco joins (~erisco@d24-57-249-233.home.cgocable.net)
00:59:22 × geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds)
00:59:45 × tabemann quits (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (Remote host closed the connection)
01:00:05 × ep1ctetus quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Quit: Leaving)
01:00:25 tabemann joins (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net)
01:02:26 × tsaka_ quits (~torstein@athedsl-4519432.home.otenet.gr) (Ping timeout: 260 seconds)
01:05:33 snowflake_ joins (~snowflake@gateway/tor-sasl/snowflake)
01:05:57 × snowflake quits (~snowflake@gateway/tor-sasl/snowflake) (Ping timeout: 240 seconds)
01:11:28 × jess quits (jess@freenode/staff/jess) (Quit: Lost terminal)
01:11:48 × philderbeast quits (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca) (Quit: My MacBook has gone to sleep. ZZZzzz…)
01:12:24 jess joins (jess@freenode/staff/jess)
01:21:31 Jd007 joins (~Jd007@162.156.11.151)
01:22:04 × renzhi quits (~renzhi@2607:fa49:6500:bc00::e7b) (Ping timeout: 245 seconds)
01:22:29 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
01:23:56 drbean_ joins (~drbean@TC210-63-209-220.static.apol.com.tw)
01:28:11 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds)
01:28:22 × perrier-jouet quits (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (Quit: WeeChat 3.1)
01:32:11 × st8less quits (~st8less@inet-167-224-197-181.isp.ozarksgo.net) (Quit: WeeChat 2.9)
01:34:02 × xcmw quits (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…)
01:47:55 × xff0x quits (~xff0x@2001:1a81:52f5:ac00:2560:bbed:ada5:1f88) (Ping timeout: 250 seconds)
01:48:20 × stree quits (~stree@68.36.8.116) (Ping timeout: 246 seconds)
01:49:59 xff0x joins (~xff0x@2001:1a81:5345:1000:b335:7ff7:cb5b:57a8)
01:53:28 HarveyPwca joins (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net)
01:55:42 gnumonic joins (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net)
01:56:40 falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net)
01:58:15 __minoru__shirae joins (~shiraeesh@46.34.206.138)
02:00:54 × machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 268 seconds)
02:01:45 stree joins (~stree@68.36.8.116)
02:04:34 × nineonine quits (~nineonine@50.216.62.2) (Ping timeout: 265 seconds)
02:07:52 × CrazyPython quits (~crazypyth@98.122.164.118) (Read error: Connection reset by peer)
02:09:11 × tmciver quits (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (Ping timeout: 240 seconds)
02:11:05 tmciver joins (~tmciver@cpe-172-101-40-226.maine.res.rr.com)
02:12:56 xcmw joins (~textual@dyn-72-33-2-152.uwnet.wisc.edu)
02:14:34 × Jd007 quits (~Jd007@162.156.11.151) (Quit: Jd007)
02:23:28 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
02:25:10 Jd007 joins (~Jd007@162.156.11.151)
02:30:26 × dpl quits (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 240 seconds)
02:32:22 × Jd007 quits (~Jd007@162.156.11.151) (Quit: Jd007)
02:33:08 × MVQq quits (~anja@198.254.208.159) (Quit: q)
02:33:46 MarcelineVQ joins (~anja@198.254.208.159)
02:36:04 × theDon quits (~td@94.134.91.183) (Ping timeout: 252 seconds)
02:38:08 theDon joins (~td@94.134.91.143)
02:41:18 × fresheyeball quits (~isaac@c-71-237-105-37.hsd1.co.comcast.net) (Quit: WeeChat 2.9)
02:42:18 FinnElija joins (~finn_elij@gateway/tor-sasl/finnelija/x-67402716)
02:42:18 finn_elija is now known as Guest91582
02:42:18 FinnElija is now known as finn_elija
02:43:16 Katarushisu6 joins (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net)
02:44:06 vulcan01 joins (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net)
02:44:20 × dastomaten quits (~dastomate@0543f40b.skybroadband.com) (Ping timeout: 246 seconds)
02:44:28 × Katarushisu quits (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) (Ping timeout: 252 seconds)
02:44:29 Katarushisu6 is now known as Katarushisu
02:44:58 dastomaten joins (~dastomate@0543f40b.skybroadband.com)
02:45:02 nineonine joins (~nineonine@50.216.62.2)
02:45:57 × Guest91582 quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 240 seconds)
02:46:25 Jd007 joins (~Jd007@162.156.11.151)
02:46:51 × ericsagnes quits (~ericsagne@2405:6580:0:5100:243e:56b2:17ce:1eff) (Ping timeout: 250 seconds)
02:48:32 × falafel quits (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 240 seconds)
02:49:16 × nineonine quits (~nineonine@50.216.62.2) (Ping timeout: 252 seconds)
02:51:39 × thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds)
02:52:38 × nicholasbulka quits (~nicholasb@2601:900:4301:da0:5440:6bb8:f181:7832) (Remote host closed the connection)
02:57:31 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds)
02:59:22 × redmp quits (~redmp@172.58.35.164) (Quit: leaving)
02:59:49 ericsagnes joins (~ericsagne@2405:6580:0:5100:7ff1:91b1:bbc6:45b2)
03:02:50 × shailangsa quits (~shailangs@host217-42-54-186.range217-42.btcentralplus.com) (Ping timeout: 260 seconds)
03:11:34 × kiweun quits (~kiweun@2607:fea8:2a62:9600:5994:3900:4bf6:3fc2) (Remote host closed the connection)
03:14:39 frozenErebus joins (~frozenEre@37.231.244.249)
03:20:42 × carlomagno quits (~cararell@148.87.23.4) (Remote host closed the connection)
03:21:25 carlomagno joins (~cararell@148.87.23.4)
03:24:28 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
03:27:17 shailangsa joins (~shailangs@host86-185-58-137.range86-185.btcentralplus.com)
03:27:40 × gabiruh quits (~gabiruh@vps19177.publiccloud.com.br) (Quit: ZNC 1.7.5 - https://znc.in)
03:27:56 gabiruh joins (~gabiruh@vps19177.publiccloud.com.br)
03:28:07 nineonine joins (~nineonine@50.216.62.2)
03:28:07 falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net)
03:30:06 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds)
03:30:09 jakalx parts (~jakalx@base.jakalx.net) ()
03:31:03 jakalx joins (~jakalx@base.jakalx.net)
03:32:37 × Jd007 quits (~Jd007@162.156.11.151) (Quit: Jd007)
03:32:43 × nineonine quits (~nineonine@50.216.62.2) (Ping timeout: 252 seconds)
03:33:11 × vulcan01 quits (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Ping timeout: 240 seconds)
03:34:22 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
03:40:43 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
03:42:09 heavyk joins (x@2601:1c0:6800:7a50:242a:f090:f333:3919)
03:49:38 vulcan01 joins (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net)
03:49:46 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
04:02:01 redmp joins (~redmp@172.58.35.164)
04:09:34 × stree quits (~stree@68.36.8.116) (Ping timeout: 252 seconds)
04:12:54 × urodna quits (~urodna@unaffiliated/urodna) (Quit: urodna)
04:18:53 xiinotulp joins (~q@node-uhc.pool-125-24.dynamic.totinternet.net)
04:19:15 texasmynsted_ is now known as texasmynsted
04:20:32 × Sheilong quits (uid293653@gateway/web/irccloud.com/x-oxdglogbveesxllt) ()
04:21:52 × plutoniix quits (~q@node-unm.pool-125-24.dynamic.totinternet.net) (Ping timeout: 240 seconds)
04:22:37 stree joins (~stree@68.36.8.116)
04:34:41 kiweun joins (~kiweun@2607:fea8:2a62:9600:d9c9:b93d:8eb5:6ff)
04:34:56 casu joins (b8aaa7ab@184.170.167.171)
04:35:10 × casu quits (b8aaa7ab@184.170.167.171) (Client Quit)
04:42:00 casu joins (b8aaa7ab@184.170.167.171)
04:43:22 × casu quits (b8aaa7ab@184.170.167.171) (Client Quit)
04:52:28 × RandomArcher quits (RandomArch@gateway/vpn/protonvpn/randomarcher) (Ping timeout: 252 seconds)
04:54:44 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
04:56:43 × redmp quits (~redmp@172.58.35.164) (Quit: leaving)
05:09:10 × waleee-cl quits (uid373333@gateway/web/irccloud.com/x-aqzweplpcsywgnal) (Quit: Connection closed for inactivity)
05:09:34 × Sgeo quits (~Sgeo@ool-18b98aa4.dyn.optonline.net) (Read error: Connection reset by peer)
05:13:29 Sgeo joins (~Sgeo@ool-18b98aa4.dyn.optonline.net)
05:17:27 × SynOps quits (~SynOps@185.204.1.185) (Remote host closed the connection)
05:17:48 nineonine joins (~nineonine@50.216.62.2)
05:18:51 × xcmw quits (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…)
05:19:02 × gnumonic quits (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
05:21:16 × kiweun quits (~kiweun@2607:fea8:2a62:9600:d9c9:b93d:8eb5:6ff) (Remote host closed the connection)
05:26:38 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
05:27:28 Bergle_3 joins (~Bergle_4@101.165.90.119)
05:29:01 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
05:29:41 × drbean_ quits (~drbean@TC210-63-209-220.static.apol.com.tw) (Ping timeout: 240 seconds)
05:29:46 × Bergle_2 quits (~Bergle_4@101.165.90.119) (Ping timeout: 240 seconds)
05:31:17 drbean_ joins (~drbean@TC210-63-209-188.static.apol.com.tw)
05:32:20 × __minoru__shirae quits (~shiraeesh@46.34.206.138) (Remote host closed the connection)
05:32:20 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 246 seconds)
05:32:37 × Cale quits (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds)
05:35:09 __minoru__shirae joins (~shiraeesh@46.34.206.138)
05:35:43 santa_1 joins (~santa_@139.28.218.148)
05:37:09 × howdoi quits (uid224@gateway/web/irccloud.com/x-vstezmgnvunlkcvf) (Quit: Connection closed for inactivity)
05:37:46 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds)
05:38:16 coot joins (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl)
05:39:56 × HarveyPwca quits (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) (Quit: Leaving)
05:40:03 × ericsagnes quits (~ericsagne@2405:6580:0:5100:7ff1:91b1:bbc6:45b2) (Ping timeout: 260 seconds)
05:40:11 × falafel quits (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 240 seconds)
05:44:27 nan` joins (~nan`@unaffiliated/nan/x-5405850)
05:44:38 blankshadow joins (~slimespid@218.208.129.41)
05:45:31 × jao quits (~jao@pdpc/supporter/professional/jao) (Ping timeout: 260 seconds)
05:46:25 × vulcan01 quits (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Ping timeout: 265 seconds)
05:51:34 × dsrt^ quits (dsrt@ip98-184-89-2.mc.at.cox.net) ()
05:52:34 ericsagnes joins (~ericsagne@2405:6580:0:5100:8fae:31da:399b:f0f7)
05:52:57 Cale joins (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com)
06:02:31 × MidAutumnHotaru quits (~MidAutumn@unaffiliated/midautumnhotaru) (Quit: Quit 啾)
06:03:06 MidAutumnHotaru joins (~MidAutumn@unaffiliated/midautumnhotaru)
06:03:34 nineonin_ joins (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07)
06:03:52 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds)
06:06:17 × nineonine quits (~nineonine@50.216.62.2) (Ping timeout: 246 seconds)
06:14:01 vulcan01 joins (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net)
06:14:44 ashesham` joins (~user@d8D87D1B0.access.telenet.be)
06:14:58 × __minoru__shirae quits (~shiraeesh@46.34.206.138) (Ping timeout: 252 seconds)
06:15:14 × vicfred quits (~vicfred@unaffiliated/vicfred) (Quit: Leaving)
06:15:16 geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
06:17:24 nan` joins (~nan`@unaffiliated/nan/x-5405850)
06:18:39 malumore joins (~malumore@151.62.120.175)
06:18:41 × vulcan01 quits (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Ping timeout: 240 seconds)
06:19:58 Varis joins (~Tadas@unaffiliated/varis)
06:21:52 × alx741 quits (~alx741@181.196.69.117) (Quit: alx741)
06:23:31 tsaka_ joins (~torstein@athedsl-4519432.home.otenet.gr)
06:24:13 × ashesham` quits (~user@d8D87D1B0.access.telenet.be) (Ping timeout: 268 seconds)
06:24:20 ashesham` joins (~user@ptr-e1lysaxi96yfnpwdt4u.18120a2.ip6.access.telenet.be)
06:24:56 × mrchampion quits (~mrchampio@38.18.109.23) (Ping timeout: 245 seconds)
06:25:47 × tomsmeding quits (~tomsmedin@tomsmeding.com) (Quit: ZNC 1.8.2 - https://znc.in)
06:26:26 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds)
06:26:37 tomsmeding joins (~tomsmedin@tomsmeding.com)
06:29:57 vs^ joins (vs@ip98-184-89-2.mc.at.cox.net)
06:30:41 × stree quits (~stree@68.36.8.116) (Ping timeout: 240 seconds)
06:34:00 nan` joins (~nan`@unaffiliated/nan/x-5405850)
06:35:06 × blankshadow quits (~slimespid@218.208.129.41) (Remote host closed the connection)
06:37:01 × Varis quits (~Tadas@unaffiliated/varis) (Remote host closed the connection)
06:38:44 mrchampion joins (~mrchampio@38.18.109.23)
06:40:33 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 265 seconds)
06:43:55 stree joins (~stree@68.36.8.116)
06:43:56 × dastomaten quits (~dastomate@0543f40b.skybroadband.com) (Ping timeout: 265 seconds)
06:46:59 × tanner_ quits (~tanner@216.106.138.184) (Quit: tanner_)
06:47:46 × shailangsa quits (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) (Ping timeout: 260 seconds)
06:47:56 × geowiesnot quits (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 246 seconds)
06:48:23 × RusAlex_ quits (~Chel@BSN-77-82-41.static.siol.net) (Quit: WeeChat 3.0)
06:48:30 RusAlex joins (~Chel@unaffiliated/rusalex)
06:48:55 danvet joins (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa)
06:50:25 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
06:51:32 nan` joins (~nan`@unaffiliated/nan/x-5405850)
06:51:40 pony joins (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry)
06:56:27 × carlomagno quits (~cararell@148.87.23.4) (Quit: Leaving.)
06:57:31 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds)
06:59:55 × dyniec[m] quits (dyniecmatr@gateway/shell/matrix.org/x-tozcupusvmlxhyii) (Ping timeout: 250 seconds)
06:59:59 × srid quits (sridmatrix@gateway/shell/matrix.org/x-kdiohswnikqzcrsc) (Ping timeout: 245 seconds)
06:59:59 × pqwy[m] quits (pqwymatrix@gateway/shell/matrix.org/x-ytydtmynqqqucxon) (Ping timeout: 245 seconds)
06:59:59 × johnnyboy[m] quits (gifumatrix@gateway/shell/matrix.org/x-elnqcrstviceefpa) (Ping timeout: 245 seconds)
07:00:02 dyniec[m] joins (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam)
07:00:47 × M9ndres[m] quits (m9ndresmat@gateway/shell/matrix.org/x-dfiqdthtgevvjnld) (Ping timeout: 250 seconds)
07:00:49 × mith[m] quits (mithmatrix@gateway/shell/matrix.org/x-hzfozeeypcpgvsfv) (Ping timeout: 245 seconds)
07:00:50 × mjlbach quits (atriusmatr@gateway/shell/matrix.org/x-naaogafgvvujonsu) (Ping timeout: 245 seconds)
07:01:40 pqwy[m] joins (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi)
07:01:48 johnnyboy[m] joins (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc)
07:02:02 M9ndres[m] joins (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw)
07:03:52 mith[m] joins (mithmatrix@gateway/shell/matrix.org/x-tlapkgppewplnptl)
07:04:31 srid joins (sridmatrix@gateway/shell/matrix.org/x-qplbjwlmsmpxtvvc)
07:05:03 mjlbach joins (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk)
07:06:30 nan` joins (~nan`@unaffiliated/nan/x-5405850)
07:07:55 wonko7 joins (~wonko7@62.115.229.50)
07:07:56 × conal quits (~conal@64.71.133.70) (Read error: Connection reset by peer)
07:08:49 DTZUZU_ joins (~DTZUZO@207.81.119.43)
07:09:51 × Rudd0 quits (~Rudd0@185.189.115.103) (Ping timeout: 268 seconds)
07:10:37 × DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (Ping timeout: 260 seconds)
07:11:31 honigkuchen joins (~honigkuch@ip5b429953.dynamic.kabel-deutschland.de)
07:11:52 <honigkuchen> can aspect orientated programming be understood as somehow higher then polymorphism?
07:12:10 <honigkuchen> and what else could also maybe be understood as being somehow higher then polymorphism
07:12:37 shailangsa joins (~shailangs@host86-185-58-137.range86-185.btcentralplus.com)
07:12:43 × cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
07:13:07 conal joins (~conal@64.71.133.70)
07:15:44 alexander joins (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf)
07:16:13 alexander is now known as Guest72214
07:17:35 × ashesham` quits (~user@ptr-e1lysaxi96yfnpwdt4u.18120a2.ip6.access.telenet.be) (Ping timeout: 260 seconds)
07:18:44 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 252 seconds)
07:20:18 × bitmapper quits (uid464869@gateway/web/irccloud.com/x-qyszewyuetfjzacp) (Quit: Connection closed for inactivity)
07:24:45 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
07:25:20 × mrchampion quits (~mrchampio@38.18.109.23) (Ping timeout: 252 seconds)
07:26:41 mrchampion joins (~mrchampio@38.18.109.23)
07:28:45 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
07:29:46 × petersen quits (~petersen@redhat/juhp) (Ping timeout: 252 seconds)
07:31:57 nan` joins (~nan`@unaffiliated/nan/x-5405850)
07:32:19 zva joins (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de)
07:32:54 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 245 seconds)
07:35:38 Codaraxis__ joins (~Codaraxis@92.223.89.200)
07:38:07 × avn quits (~avn@78-56-108-78.static.zebra.lt) (Remote host closed the connection)
07:38:39 Varis joins (~Tadas@unaffiliated/varis)
07:38:44 redmp joins (~redmp@172.58.35.164)
07:39:07 × Codaraxis_ quits (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) (Ping timeout: 252 seconds)
07:40:55 × nineonin_ quits (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Remote host closed the connection)
07:41:45 nineonine joins (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07)
07:46:17 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 265 seconds)
07:46:31 × nineonine quits (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 260 seconds)
07:50:10 nan` joins (~nan`@unaffiliated/nan/x-5405850)
07:51:41 knupfer joins (~Thunderbi@200116b82b743500b4b3cc7adcbc939f.dip.versatel-1u1.de)
07:52:34 dastomaten joins (~dastomate@0543f40b.skybroadband.com)
07:52:40 redmp_ joins (~redmp@172.58.30.188)
07:55:57 × redmp quits (~redmp@172.58.35.164) (Ping timeout: 265 seconds)
07:56:41 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
07:57:16 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 252 seconds)
07:58:41 nan` joins (~nan`@unaffiliated/nan/x-5405850)
08:00:37 kiweun joins (~kiweun@2607:fea8:2a62:9600:c9e3:31f8:9b69:d4e3)
08:04:44 Aquazi joins (uid312403@gateway/web/irccloud.com/x-oimvpawnrgwfachw)
08:04:53 is_null joins (~jpic@pdpc/supporter/professional/is-null)
08:04:59 × kiweun quits (~kiweun@2607:fea8:2a62:9600:c9e3:31f8:9b69:d4e3) (Ping timeout: 245 seconds)
08:06:47 geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
08:07:16 hendursaga joins (~weechat@gateway/tor-sasl/hendursaga)
08:09:57 × hendursa1 quits (~weechat@gateway/tor-sasl/hendursaga) (Ping timeout: 240 seconds)
08:13:50 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 265 seconds)
08:16:48 machinedgod joins (~machinedg@24.105.81.50)
08:17:04 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds)
08:18:08 nan` joins (~nan`@unaffiliated/nan/x-5405850)
08:19:41 × geowiesnot quits (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 240 seconds)
08:20:37 × xiinotulp quits (~q@node-uhc.pool-125-24.dynamic.totinternet.net) (Quit: Leaving)
08:20:45 × tzh quits (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz)
08:23:06 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds)
08:26:12 × cheater1 quits (~user@unaffiliated/cheater) (Ping timeout: 240 seconds)
08:28:05 _ht joins (~quassel@82-169-194-8.biz.kpn.net)
08:28:19 × xff0x quits (~xff0x@2001:1a81:5345:1000:b335:7ff7:cb5b:57a8) (Ping timeout: 245 seconds)
08:29:10 xff0x joins (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d)
08:29:50 nan` joins (~nan`@unaffiliated/nan/x-5405850)
08:33:43 × Tario quits (~Tario@201.192.165.173) (Ping timeout: 268 seconds)
08:36:47 ph88 joins (~ph88@2a02:8109:9e00:7e5c:d5ef:86b3:afc4:9258)
08:40:34 × vs^ quits (vs@ip98-184-89-2.mc.at.cox.net) ()
08:43:05 × forell quits (~forell@unaffiliated/forell) (Ping timeout: 246 seconds)
08:44:12 fendor joins (~fendor@178.165.131.197.wireless.dyn.drei.com)
08:46:40 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds)
08:47:19 nineonine joins (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07)
08:48:19 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 245 seconds)
08:51:04 dsrt^ joins (dsrt@ip98-184-89-2.mc.at.cox.net)
08:51:43 × nineonine quits (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 250 seconds)
08:52:16 × stree quits (~stree@68.36.8.116) (Ping timeout: 252 seconds)
08:53:15 × hiroaki_ quits (~hiroaki@2a02:8108:8c40:2bb8:f194:fff7:6857:408) (Ping timeout: 260 seconds)
08:54:22 forell joins (~forell@unaffiliated/forell)
08:54:48 kristijonas joins (~kristijon@78-56-32-39.static.zebra.lt)
08:55:10 nan` joins (~nan`@unaffiliated/nan/x-5405850)
08:56:59 × ericsagnes quits (~ericsagne@2405:6580:0:5100:8fae:31da:399b:f0f7) (Ping timeout: 260 seconds)
08:58:12 <johnnyboy[m]> are there mature concolic testing frameworks for Haskell?
08:58:54 <johnnyboy[m]> I found this by googling, but it seems abandoned: https://github.com/m-alvarez/scher
09:00:03 × unclechu quits (unclechuma@gateway/shell/matrix.org/x-ertytzmkazzzhybx) (Quit: Idle for 30+ days)
09:00:11 × kadoban quits (kadobanemp@gateway/shell/matrix.org/x-zvjltlxvjsvasrie) (Quit: Idle for 30+ days)
09:01:03 __minoru__shirae joins (~shiraeesh@46.34.206.138)
09:01:29 × conal quits (~conal@64.71.133.70) (Quit: Textual IRC Client: www.textualapp.com)
09:02:38 Dave10 joins (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39)
09:03:27 × Dave10 quits (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39) (Client Quit)
09:03:32 × wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 240 seconds)
09:03:44 <johnnyboy[m]> now I found this: https://hackage.haskell.org/package/g2
09:04:03 Dave17 joins (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39)
09:04:45 stree joins (~stree@68.36.8.116)
09:05:38 hiroaki_ joins (~hiroaki@2a02:8108:8c40:2bb8:22bd:58fd:2b08:64b5)
09:06:24 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds)
09:09:21 ericsagnes joins (~ericsagne@2405:6580:0:5100:e8ce:9fd2:d362:4446)
09:10:33 nut joins (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
09:14:03 × Sgeo quits (~Sgeo@ool-18b98aa4.dyn.optonline.net) (Read error: Connection reset by peer)
09:16:15 nan` joins (~nan`@unaffiliated/nan/x-5405850)
09:20:32 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 246 seconds)
09:20:32 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
09:22:38 × drbean_ quits (~drbean@TC210-63-209-188.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in)
09:23:34 conal joins (~conal@64.71.133.70)
09:26:26 nan` joins (~nan`@unaffiliated/nan/x-5405850)
09:30:51 ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
09:32:51 philderbeast joins (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca)
09:35:09 × ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 252 seconds)
09:38:01 geowiesnot joins (~user@87-89-181-157.abo.bbox.fr)
09:40:12 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds)
09:41:42 <johnnyboy[m]> I've came accross a couple of papers with the argument that somehow if type checking succeeds and quickcheck doesn't find errors, then "it's probably okay"
09:41:47 <johnnyboy[m]> but I'm a bit skeptic
09:42:31 <johnnyboy[m]> I've come to understand that quickcheck just generates random inputs basically
09:43:01 <johnnyboy[m]> how does that ensure maximal coverage of the exponentially many possible executions of a program?
09:43:41 <johnnyboy[m]> how do we know what kind of distribution finds most errors on arbitrary code?
09:44:47 × redmp_ quits (~redmp@172.58.30.188) (Quit: goodnight you fabulous people)
09:46:10 × machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 265 seconds)
09:46:34 nan` joins (~nan`@unaffiliated/nan/x-5405850)
09:50:27 <nut> C-r C-r reload Haskell code in the emacs buffer. Is there a way to evalute just a region? I would like to check some intermediate values for debugging purposes
09:50:41 <nut> I mean C-c C-r
09:56:33 × Guest48627 quits (~textual@2603-7000-3040-0000-5566-884b-fd9b-56dc.res6.spectrum.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
09:58:42 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 240 seconds)
10:01:50 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 246 seconds)
10:04:37 Rudd0 joins (~Rudd0@185.189.115.103)
10:06:03 × hiroaki_ quits (~hiroaki@2a02:8108:8c40:2bb8:22bd:58fd:2b08:64b5) (Ping timeout: 260 seconds)
10:07:09 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
10:10:49 brandonhamilton joins (~brandonha@151.68.89.220)
10:11:26 × brandonhamilton quits (~brandonha@151.68.89.220) (Client Quit)
10:14:40 nan` joins (~nan`@unaffiliated/nan/x-5405850)
10:21:01 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 260 seconds)
10:21:02 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
10:23:46 Alleria joins (~textual@mskresolve-a.mskcc.org)
10:24:10 Alleria is now known as Guest13213
10:25:11 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
10:26:00 nan` joins (~nan`@unaffiliated/nan/x-5405850)
10:29:46 × ekleog quits (~ii@grym.ekleog.org) (Changing host)
10:29:46 ekleog joins (~ii@prologin/ekleog)
10:29:51 cheater1 joins (~user@unaffiliated/cheater)
10:30:53 × __minoru__shirae quits (~shiraeesh@46.34.206.138) (Ping timeout: 268 seconds)
10:36:00 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 252 seconds)
10:38:28 dpl joins (~dpl@77-121-78-163.chn.volia.net)
10:39:36 __minoru__shirae joins (~shiraeesh@46.34.206.138)
10:41:55 nan` joins (~nan`@unaffiliated/nan/x-5405850)
10:42:00 × unyu quits (~pyon@unaffiliated/pyon) (Quit: brb)
10:44:15 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
10:46:59 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 246 seconds)
10:49:11 Tuplanolla joins (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi)
10:50:11 × raym quits (~ray@45.64.220.116) (Quit: leaving)
10:50:25 × nut quits (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 260 seconds)
10:52:50 nan` joins (~nan`@unaffiliated/nan/x-5405850)
10:52:52 raym joins (~ray@45.64.220.116)
10:55:03 × santa_1 quits (~santa_@139.28.218.148) (Remote host closed the connection)
10:56:19 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
10:57:07 Guest_79 joins (b9b40cf3@185.180.12.243)
10:57:58 Kaiepi joins (~Kaiepi@47.54.252.148)
10:58:19 × xff0x quits (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) (Ping timeout: 245 seconds)
10:58:38 xff0x joins (xff0x@gateway/vpn/mullvad/xff0x)
10:58:46 machinedgod joins (~machinedg@24.105.81.50)
11:02:39 acidjnk_new joins (~acidjnk@p200300d0c72b9505e98f0c32b6dcafff.dip0.t-ipconnect.de)
11:03:08 × Dave17 quits (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39) (Quit: Connection closed)
11:05:30 mav1 joins (~mav@200116b80079610035523288c3f29af4.dip.versatel-1u1.de)
11:06:02 × xff0x quits (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 268 seconds)
11:07:50 xff0x joins (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d)
11:07:50 × Guest_79 quits (b9b40cf3@185.180.12.243) (Quit: Connection closed)
11:08:06 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds)
11:08:57 × philderbeast quits (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca) (Quit: My MacBook has gone to sleep. ZZZzzz…)
11:10:27 pera joins (pera@gateway/vpn/mullvad/pera)
11:11:01 jemarch joins (~jemarch@185.204.1.185)
11:11:36 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Remote host closed the connection)
11:12:00 geowiesnot joins (~user@87-89-181-157.abo.bbox.fr)
11:12:32 × stree quits (~stree@68.36.8.116) (Ping timeout: 246 seconds)
11:17:52 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
11:18:57 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 265 seconds)
11:26:08 stree joins (~stree@68.36.8.116)
11:26:10 gitgood joins (~gitgood@80-44-9-246.dynamic.dsl.as9105.com)
11:32:24 Eva43 joins (25020b66@m37-2-11-102.cust.tele2.se)
11:32:47 ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
11:33:11 × Eva43 quits (25020b66@m37-2-11-102.cust.tele2.se) (Quit: Connection closed)
11:38:43 × ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 268 seconds)
11:40:04 × olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Remote host closed the connection)
11:48:23 × pavonia quits (~user@unaffiliated/siracusa) (Quit: Bye!)
11:51:10 drbean_ joins (~drbean@TC210-63-209-37.static.apol.com.tw)
11:51:14 × acidjnk_new quits (~acidjnk@p200300d0c72b9505e98f0c32b6dcafff.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
11:51:39 perrier-jouet joins (~perrier-j@modemcable012.251-130-66.mc.videotron.ca)
11:52:48 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
11:53:07 Kaiepi joins (~Kaiepi@47.54.252.148)
11:53:50 × __minoru__shirae quits (~shiraeesh@46.34.206.138) (Remote host closed the connection)
11:54:14 __minoru__shirae joins (~shiraeesh@46.34.206.138)
11:57:36 dmytrish joins (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c)
11:58:38 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
12:01:26 kiweun joins (~kiweun@2607:fea8:2a62:9600:f0f8:41cd:ca51:131e)
12:02:06 × Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 240 seconds)
12:02:56 × dpl quits (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 260 seconds)
12:03:40 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds)
12:03:48 dpl joins (~dpl@77-121-78-163.chn.volia.net)
12:04:00 × Kaiepi quits (~Kaiepi@47.54.252.148) (Ping timeout: 268 seconds)
12:05:51 × kiweun quits (~kiweun@2607:fea8:2a62:9600:f0f8:41cd:ca51:131e) (Ping timeout: 250 seconds)
12:06:25 × tsaka_ quits (~torstein@athedsl-4519432.home.otenet.gr) (Ping timeout: 252 seconds)
12:08:00 mmfood_1 joins (~mmfood@45.91.21.41)
12:08:52 × Rudd0 quits (~Rudd0@185.189.115.103) (Ping timeout: 240 seconds)
12:10:48 × mmfood quits (~mmfood@185.176.246.69) (Ping timeout: 268 seconds)
12:14:55 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
12:15:14 unyu joins (~pyon@unaffiliated/pyon)
12:15:55 geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com)
12:21:38 Kaiepi joins (~Kaiepi@47.54.252.148)
12:22:45 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
12:23:45 ericsagn1 joins (~ericsagne@2405:6580:0:5100:bd68:2e0:1f11:8b3a)
12:24:40 Pickchea joins (~private@unaffiliated/pickchea)
12:25:10 HannaM joins (~quassel@p54849510.dip0.t-ipconnect.de)
12:25:39 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 265 seconds)
12:26:39 × ericsagnes quits (~ericsagne@2405:6580:0:5100:e8ce:9fd2:d362:4446) (Ping timeout: 250 seconds)
12:27:24 is_null joins (~jpic@pdpc/supporter/professional/is-null)
12:28:11 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
12:28:55 <Uniaika> are Haskell module names values?
12:29:06 <Uniaika> like, can I pass a module name as an argument?
12:30:08 mmfood_2 joins (~mmfood@45.91.21.41)
12:30:49 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
12:30:55 <unyu> Inside a normal Haskell program? No.
12:30:57 <geekosaur> nope
12:31:02 <unyu> Inside a Haskell compiler? Yes.
12:31:02 <Uniaika> ok cool :)
12:31:23 <Uniaika> yeah I was talking about a program, I have no doubt that module names are turned into values in the compiler ;)
12:31:29 <Uniaika> thanks unyu and geekosaur !
12:32:05 <mniip> there's some hashes that are generated that are used in typeable machinery
12:32:23 raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
12:32:49 × mmfood_1 quits (~mmfood@45.91.21.41) (Ping timeout: 252 seconds)
12:34:10 nut joins (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
12:35:32 <Uniaika> I want to infer the position of a template from the module of the view
12:36:07 <Uniaika> like, look up the template in src/Web/Templates/Foo/index.html.jinja2 is the view calls "render index.html"
12:36:34 <Uniaika> and that the view is located in src/Web/View/Foo.hs
12:39:09 × raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 268 seconds)
12:48:58 nineonine joins (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07)
12:51:59 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer)
12:52:19 × Nik05 quits (~Nik05@unaffiliated/nik05) (Quit: ZNC - https://znc.in)
12:53:19 × nineonine quits (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 245 seconds)
12:56:08 is_null joins (~jpic@pdpc/supporter/professional/is-null)
12:56:28 Nik05 joins (~Nik05@unaffiliated/nik05)
12:59:51 nan` joins (~nan`@unaffiliated/nan/x-5405850)
13:00:42 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
13:00:45 urodna joins (~urodna@unaffiliated/urodna)
13:01:42 conal_ joins (~conal@64.71.133.70)
13:02:26 × conal quits (~conal@64.71.133.70) (Ping timeout: 260 seconds)
13:04:32 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
13:06:27 mmfood_2 is now known as mmfood
13:06:27 idhugo joins (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net)
13:07:02 is_null_ joins (~jpic@pdpc/supporter/professional/is-null)
13:07:09 ep1ctetus joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
13:09:59 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 268 seconds)
13:10:13 × Kaiepi quits (~Kaiepi@47.54.252.148) (Ping timeout: 252 seconds)
13:10:43 Kaiepi joins (~Kaiepi@47.54.252.148)
13:11:05 hiroaki joins (~hiroaki@2a02:8108:8c40:2bb8:6312:c8ad:fc31:201b)
13:11:30 dinciorip joins (~dincio@5.170.69.95)
13:19:45 × Aquazi quits (uid312403@gateway/web/irccloud.com/x-oimvpawnrgwfachw) (Quit: Connection closed for inactivity)
13:21:26 kiweun joins (~kiweun@2607:fea8:2a62:9600:1db2:7ce6:d59d:96e7)
13:22:02 × kiweun quits (~kiweun@2607:fea8:2a62:9600:1db2:7ce6:d59d:96e7) (Remote host closed the connection)
13:24:31 mmfood_1 joins (~mmfood@45.91.21.41)
13:26:50 × hypercube quits (hypercube@gateway/vpn/protonvpn/hypercube) (Quit: WeeChat 3.1)
13:26:56 × mmfood quits (~mmfood@45.91.21.41) (Ping timeout: 260 seconds)
13:29:12 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds)
13:30:17 hypercube joins (hypercube@gateway/vpn/protonvpn/hypercube)
13:30:34 × hypercube quits (hypercube@gateway/vpn/protonvpn/hypercube) (Client Quit)
13:33:50 is_null joins (~jpic@pdpc/supporter/professional/is-null)
13:33:56 × stree quits (~stree@68.36.8.116) (Ping timeout: 246 seconds)
13:33:58 nicholasbulka joins (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c)
13:33:59 hypercube joins (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com)
13:35:41 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer)
13:36:52 × is_null_ quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds)
13:37:24 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
13:37:41 Kaiepi joins (~Kaiepi@47.54.252.148)
13:38:34 mmfood_2 joins (~mmfood@45.91.21.41)
13:38:47 ADG1089 joins (~aditya@171.76.29.233)
13:38:50 is_null joins (~jpic@pdpc/supporter/professional/is-null)
13:40:45 × mmfood_1 quits (~mmfood@45.91.21.41) (Ping timeout: 260 seconds)
13:40:47 × hypercube quits (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Quit: WeeChat 3.1)
13:42:17 hypercube joins (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com)
13:43:58 × ADG1089 quits (~aditya@171.76.29.233) (Remote host closed the connection)
13:44:11 × drbean_ quits (~drbean@TC210-63-209-37.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in)
13:44:32 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds)
13:45:47 × nek0 quits (~nek0@mail.nek0.eu) (Remote host closed the connection)
13:46:56 frozenErebus joins (~frozenEre@37.231.244.249)
13:47:24 stree joins (~stree@68.36.8.116)
13:47:48 thc202 joins (~thc202@unaffiliated/thc202)
13:48:41 stef204 joins (~stef204@unaffiliated/stef-204/x-384198)
13:49:59 mmfood_1 joins (~mmfood@45.91.21.41)
13:50:41 nek0 joins (~nek0@mail.nek0.eu)
13:52:36 mmfood joins (~mmfood@45.91.21.41)
13:52:38 × idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection)
13:52:56 idhugo joins (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net)
13:53:09 × mmfood_2 quits (~mmfood@45.91.21.41) (Ping timeout: 268 seconds)
13:53:24 × idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection)
13:53:41 idhugo joins (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net)
13:53:48 × idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection)
13:54:06 idhugo joins (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net)
13:54:25 Tario joins (~Tario@201.192.165.173)
13:54:45 × Flonk quits (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (Ping timeout: 252 seconds)
13:55:13 × mmfood_1 quits (~mmfood@45.91.21.41) (Ping timeout: 260 seconds)
13:55:30 mmfood_1 joins (~mmfood@45.91.21.41)
13:55:43 Flonk joins (~Flonk@ec2-34-221-127-147.us-west-2.compute.amazonaws.com)
13:56:06 × idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection)
13:56:24 idhugo joins (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net)
13:56:28 × idhugo quits (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection)
13:57:25 catern joins (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407)
13:57:26 is_null joins (~jpic@pdpc/supporter/professional/is-null)
13:57:30 mmfood_2 joins (~mmfood@45.91.21.41)
13:58:04 × mmfood quits (~mmfood@45.91.21.41) (Ping timeout: 252 seconds)
13:58:46 jao joins (~jao@pdpc/supporter/professional/jao)
13:59:40 raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
14:00:08 × nek0 quits (~nek0@mail.nek0.eu) (Remote host closed the connection)
14:00:16 × mmfood_1 quits (~mmfood@45.91.21.41) (Ping timeout: 252 seconds)
14:00:39 mmfood joins (~mmfood@185.176.246.69)
14:01:17 emetrusky joins (561e1a8f@cpc152439-cosh18-2-0-cust142.6-1.cable.virginm.net)
14:01:39 dpl_ joins (~dpl@77-121-78-163.chn.volia.net)
14:02:13 × mmfood_2 quits (~mmfood@45.91.21.41) (Ping timeout: 260 seconds)
14:03:21 nek0 joins (~nek0@mail.nek0.eu)
14:04:06 × zariuq quits (~zar@fw1.ciirc.cvut.cz) (Ping timeout: 240 seconds)
14:04:52 × dpl quits (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 268 seconds)
14:05:28 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-caupldtffelvoeqp)
14:05:46 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 252 seconds)
14:08:52 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds)
14:09:41 × machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 240 seconds)
14:10:24 × hypercube quits (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Quit: WeeChat 3.1)
14:10:43 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
14:10:50 hypercube joins (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com)
14:12:54 Kaiepi joins (~Kaiepi@47.54.252.148)
14:13:23 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
14:13:41 Kaiepi joins (~Kaiepi@47.54.252.148)
14:14:49 × tms__ quits (thomaav@cassarossa.samfundet.no) (Ping timeout: 260 seconds)
14:14:56 × teddyc quits (theodorc@cassarossa.samfundet.no) (Ping timeout: 258 seconds)
14:16:19 tms_ joins (thomaav@cassarossa.samfundet.no)
14:16:50 teddyc joins (theodorc@cassarossa.samfundet.no)
14:17:41 × nut quits (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 260 seconds)
14:25:15 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
14:28:43 son0p joins (~ff@181.136.122.143)
14:29:58 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds)
14:34:17 × kristijonas quits (~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection)
14:35:51 kristijonas joins (~kristijon@78-56-32-39.static.zebra.lt)
14:36:00 P1RATEZ joins (piratez@unaffiliated/p1ratez)
14:37:28 Lowl3v3l joins (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de)
14:38:01 Deide joins (~Deide@217.155.19.23)
14:39:19 renzhi joins (~renzhi@2607:fa49:6500:bc00::e7b)
14:45:28 carlomagno joins (~cararell@148.87.23.7)
14:46:31 × ph88 quits (~ph88@2a02:8109:9e00:7e5c:d5ef:86b3:afc4:9258) (Ping timeout: 260 seconds)
14:48:39 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
14:49:01 × raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds)
14:54:06 <zzz> does anyone suggest a good plotting library?
14:54:11 × justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 240 seconds)
14:55:29 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
14:55:52 HarveyPwca joins (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net)
14:56:26 nan` joins (~nan`@unaffiliated/nan/x-5405850)
14:59:14 aiken joins (~aiken@188.114.143.150.dyn.plus.net)
15:01:31 elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
15:03:26 × russruss40 quits (~russruss@my.russellmcc.com) (Quit: The Lounge - https://thelounge.chat)
15:03:31 × Pickchea quits (~private@unaffiliated/pickchea) (Ping timeout: 252 seconds)
15:04:40 russruss40 joins (~russruss@my.russellmcc.com)
15:09:22 Mrbuck joins (~Mrbuck@gateway/tor-sasl/mrbuck)
15:12:15 kritzefitz joins (~kritzefit@212.86.56.80)
15:14:11 × dinciorip quits (~dincio@5.170.69.95) (Quit: WeeChat 3.1)
15:16:05 × robotmay quits (~beepboop@2001:8b0:7af0:2580:e563:8f42:67c7:6d13) (Ping timeout: 250 seconds)
15:16:45 robotmay joins (~beepboop@2001:8b0:7af0:2580:94a2:bb95:e8d4:22af)
15:19:09 <wz1000> zzz: I'm quite happy with Chart
15:20:35 × nicholasbulka quits (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c) (Remote host closed the connection)
15:21:22 <wz1000> Uniaika: You can get the Module of a particular type constructor (TyCon) using typeable
15:21:28 tanner_ joins (~tanner@216.106.138.184)
15:21:55 <Uniaika> wz1000: I came up with a TTH solution ;)
15:22:09 gnumonic joins (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net)
15:22:16 bor0 joins (~boro@unaffiliated/boro/x-000000001)
15:22:26 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 246 seconds)
15:22:32 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
15:22:37 kiweun joins (~kiweun@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com)
15:22:55 <bor0> I have a data type as follows: `data Arith = Z | S Arith | Plus Arith Arith`. I have two functions: one of them does `applyX [GoLeft:xs] r (Plus x y) = Plus (f xs r x) y` (so it kinda applies a function to every term), and another function `getX [GoLeft:xs] (Plus x y) = x`. is there a better name for these functions? the first one seems to be some kind of a fold but I'm not sure. basically the first one kinda "modifies" the terms while the seco
15:22:56 <bor0> nd one just "reads" them
15:23:46 <bor0> besides naming, I'm curious to see if there's a more elegant way to write these functions
15:25:11 × dixie quits (~dixie@real.wilbury.sk) (Ping timeout: 240 seconds)
15:25:27 <ski> it's not at all clear what the intent of `applyX' nor `getX' is
15:25:54 dixie joins (~dixie@real.wilbury.sk)
15:26:05 <ski> also, as you've stated them, they're only partially defined (not defined for all inputs). perhaps you'd prefer making them total ?
15:26:43 <ski> also, one would wonder, whether when you say `[GoLeft:xs]', perhaps you actually meant `(GoLeft:xs)'
15:26:44 is_null joins (~jpic@pdpc/supporter/professional/is-null)
15:26:52 <bor0> Ah yeah, I was just trying to capture the idea, they're total otherwise (you helped me construct these the other day :)) Basically, applyX accepts a list of paths (lefts and rights) and specifically applies the function `r` to this term
15:27:06 × kiweun quits (~kiweun@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
15:27:25 <bor0> I can paste the full def, if that would help
15:27:28 <ski> mm. it's also not clear where `f' comes from
15:28:09 <ski> perhaps you could state some kind of specification, or intent, about what these two functions are meant for
15:29:08 <bor0> Here's it: https://paste.tomsmeding.com/047Vypqa
15:29:13 <ski> (mm, i had a vague memory of `GoLeft' and was wondering whether this was related)
15:29:52 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
15:30:32 <bor0> So basically I am wondering if there's a better name than `applyArithRule` (I have several rules of type `Arith a -> Arith a`), and I am also curious if there's a more elegant way to write this function. The thing is, I have another function (getArithTerm) which is very close to the original so I feel like I am duplicating things. https://paste.tomsmeding.com/zAfE37rR
15:31:12 geowiesnot joins (~user@87-89-181-157.abo.bbox.fr)
15:31:31 <bor0> One is just getting the term from a specific Path, the other one is modifying a term on a specific Path
15:31:34 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 252 seconds)
15:32:20 is_null joins (~jpic@pdpc/supporter/professional/is-null)
15:33:06 vicfred joins (~vicfred@unaffiliated/vicfred)
15:36:34 <ski> hm
15:37:17 <ski> i'd wonder if you might want to catch failure to apply a rule (e.g. because the indicated position doesn't exist)
15:37:27 <ski> s/want to/want to be able to/
15:38:15 <bor0> Hm, yeah, maybe I could use `Either` for that
15:38:36 <emetrusky> how would i output a table from a list of items that have different data types
15:38:36 <emetrusky> my data type is this
15:38:37 <emetrusky> type NorthEast = (Int,Int)
15:38:37 <emetrusky> data City = City{name ::String,
15:38:38 <emetrusky>                 northeast :: NorthEast,
15:38:38 <emetrusky>                 population :: [Int]}
15:38:39 <emetrusky>                 deriving (Show,Read, Eq)
15:38:41 <bor0> Lines 16-21 and lines 28-34 feel like duplicating at https://paste.tomsmeding.com/zAfE37rR. But at the same time I don't see an easy way to abstract this
15:38:43 <ski> regarding the duplication, you might be able to avoid that, by adopting some form of "functional references" (the most popular form of being lenses)
15:38:53 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 246 seconds)
15:39:14 <bor0> Ah, ok. That goes beyond my current knowledge, but I've heard about lenses. Might worth digging into it
15:40:10 <ski> emetrusky : what's your list of items ?
15:40:17 × Flonk quits (~Flonk@ec2-34-221-127-147.us-west-2.compute.amazonaws.com) (Quit: ZNC - http://znc.in)
15:41:39 <emetrusky> testData :: [City]
15:41:40 <emetrusky> testData = [City "Amsterdam" (52,5) [1158, 1149, 1140, 1132],
15:41:40 <ski> emetrusky : also, my guess is that the `NorthEast' naming here isn't that great. presumably the point is to indicate relative or absolute position, or coordinates, and that that may be represented as an amount in the north direction, and an mount in the east direction, is merely an implementation detail, irrelevant to most of the code, no ?
15:41:40 <emetrusky>             City "Athens" (38,23) [3153, 3153, 3154, 3156],
15:41:41 <emetrusky>             City "Berlin" (53,13) [3567, 3562, 3557, 3552],
15:41:41 <emetrusky>             City "Brussels" (51,4) [2096, 2081, 2065, 2050],
15:41:42 <emetrusky>             City "Bucharest" (44,26) [1794, 1803, 1812, 1821],
15:41:42 <emetrusky>             City "London" (52,0) [9426, 9304, 9177, 9046],
15:41:43 <emetrusky>             City "Madrid" (40,4) [6669, 6618, 6559, 6497],
15:41:43 <emetrusky>             City "Paris" (49,2) [11079, 11017, 10958, 10901],
15:41:44 <emetrusky>             City "Rome" (42,13) [4278, 4257, 4234, 4210],
15:41:44 <emetrusky>             City "Sofia" (43,23) [1284, 1281, 1277, 1272],
15:41:45 <emetrusky>             City "Vienna" (48,16) [1945, 1930, 1915, 1901],
15:41:45 <emetrusky>             City "Warsaw" (52,21) [1790, 1783, 1776, 1768]]
15:42:02 <ski> also, please don't paste large amounts of lines into the channel
15:42:06 <ski> @where paste
15:42:07 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
15:42:56 <ski> emetrusky : output one line at a time ?
15:42:58 <emetrusky> ski: the northeast is coordinated
15:43:42 <ski> perhaps first generate a list of rows of columns, then determine the maximum width of columns in order to properly pad, before outputting, or something like that
15:44:10 <emetrusky> here is my code so far
15:44:11 <emetrusky> https://paste.tomsmeding.com/qd5qw6hA
15:44:22 <ski> (i was figuring they were coordinates of some sort, yes)
15:44:31 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer)
15:44:40 <emetrusky> yes they are coordinates as an int
15:45:04 vulcan01 joins (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net)
15:45:10 <ski> so, perhaps you could rename `NorthEast' to `Coord' or `Pos', then ?
15:45:22 <emetrusky> yep i will do that
15:45:54 <ski> @type find :: (a -> Bool) -> [a] -> Maybe a
15:45:56 <lambdabot> (a -> Bool) -> [a] -> Maybe a
15:45:56 Flonk joins (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com)
15:46:01 × Tario quits (~Tario@201.192.165.173) (Read error: Connection reset by peer)
15:46:03 frozenErebus joins (~frozenEre@37.231.244.249)
15:46:14 × frozenErebus quits (~frozenEre@37.231.244.249) (Client Quit)
15:47:49 <emetrusky> changed northeast to position
15:47:50 <emetrusky> https://paste.tomsmeding.com/wwDHK2QR
15:48:11 frozenErebus joins (~frozenEre@37.231.244.249)
15:48:33 × ep1ctetus quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Read error: Connection reset by peer)
15:49:02 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
15:49:10 <ski> `listToSting' (did you mean `listToString') needs a base case
15:49:44 <emetrusky> listToString to make the population a string to make it easier to display
15:49:50 is_null joins (~jpic@pdpc/supporter/professional/is-null)
15:50:06 × gentauro quits (~gentauro@unaffiliated/gentauro) (Ping timeout: 265 seconds)
15:50:06 <ski> i see
15:50:17 × Flonk quits (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (Quit: The Lounge - https://thelounge.chat)
15:50:38 Flonk joins (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com)
15:50:58 <ski> will all the population lists have the same length, within a single list of test data ?
15:51:04 Tario joins (~Tario@201.192.165.173)
15:51:26 <emetrusky> yes all populations will have the same length of test data
15:51:28 <ski> will all population lists always have length four ?
15:51:42 <emetrusky> no
15:52:06 <emetrusky> eventually i will make a function that will allow me to add elements to the list
15:52:08 × Mrbuck quits (~Mrbuck@gateway/tor-sasl/mrbuck) (Remote host closed the connection)
15:52:23 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
15:52:35 <ski> findCity name cities = head (filter (\(City n _ _ ) -> n == name) cities)
15:52:55 <ski> findCity name0 cities = head (filter (\city -> name city == name0) cities)
15:54:15 <emetrusky> i dont quite understand why you have removed the () -> n?
15:54:31 <emetrusky> if you could explain that would be helpful?
15:55:00 <ski> record notation, `data City = City {name :: String,...}' already gives you `name' as a field selector to extract the name
15:55:20 × stree quits (~stree@68.36.8.116) (Ping timeout: 246 seconds)
15:55:44 <ski> so, by avoiding the shadowing of that (by renaming the parameter from `name' to `name0'), you can use that to access the name of the current city, rather than having to use pattern-matching there
15:56:20 <emetrusky> oh ok thanks
15:56:41 <ski> you could also use `find' instead of `filter'
15:56:44 gentauro joins (~gentauro@unaffiliated/gentauro)
15:57:00 <emetrusky> oh yeah i could shit
15:57:04 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer)
15:57:13 is_null_ joins (~jpic@pdpc/supporter/professional/is-null)
15:57:42 <ski> findCity name0 cities = head (filter ((name0 ==) . name) cities) -- a rephrasing of that predicate, using function composition
15:58:06 <ski> (you might or might not find that clearer)
15:58:08 <emetrusky> ok that seems more confusing
15:58:58 <ski> what do you want to happen, if the sought city is not there to be found ?
15:59:18 × nan` quits (~nan`@unaffiliated/nan/x-5405850) (Quit: leaving)
16:00:05 × juliendehos[m] quits (juliendeho@gateway/shell/matrix.org/x-vouozuyzgovkqdyo) (Quit: Idle for 30+ days)
16:00:07 <emetrusky> umm idk tbh. That wasn't on my mind
16:00:15 <emetrusky> when creating the code
16:00:37 <ski> is it something that shouldn't happen, with proper data and code ?
16:00:49 <ski> or can it reasonably happen, in some cases ?
16:01:19 Rudd0 joins (~Rudd0@185.189.115.108)
16:01:52 × is_null_ quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds)
16:01:58 <emetrusky> it is something that shouldn't happen since i will be doing the demonstration and i don't quite know how to do exception handling
16:02:02 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
16:02:09 is_null joins (~jpic@pdpc/supporter/professional/is-null)
16:02:42 <ski> well. you could be handling failures, rather simplistically, by using `Maybe'. it's not very hard
16:02:55 <ski> i.e., if you wanted to catch them
16:03:12 <emetrusky> nahh i think it will be find for know
16:03:15 <emetrusky> tbh
16:03:22 ski nods
16:03:39 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
16:03:54 × e quits (e@freenode/staff/spy.edk) (Quit: edk)
16:04:03 nicholasbulka joins (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c)
16:05:59 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer)
16:07:15 is_null joins (~jpic@pdpc/supporter/professional/is-null)
16:07:45 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 260 seconds)
16:08:46 stree joins (~stree@68.36.8.116)
16:09:06 × dpl_ quits (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 240 seconds)
16:10:24 × nicholasbulka quits (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c) (Ping timeout: 245 seconds)
16:11:33 × mith[m] quits (mithmatrix@gateway/shell/matrix.org/x-tlapkgppewplnptl) (Ping timeout: 250 seconds)
16:11:39 × Guillaum quits (guiboumatr@gateway/shell/matrix.org/x-mugmiqkelizccvxg) (Ping timeout: 245 seconds)
16:12:25 × my_name_is_not_j quits (mynameisno@gateway/shell/matrix.org/x-hhwvpqfmykooxqsa) (Ping timeout: 250 seconds)
16:12:25 × jtojnar quits (jtojnarmat@gateway/shell/matrix.org/x-letamvhzjtbwxmeu) (Ping timeout: 250 seconds)
16:12:52 elliott_ joins (~elliott@pool-108-18-30-46.washdc.fios.verizon.net)
16:13:34 Guillaum joins (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb)
16:13:54 my_name_is_not_j joins (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq)
16:14:33 × twk- quits (~thewormki@unaffiliated/twk-) (Quit: WeeChat 2.5)
16:16:01 mith[m] joins (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim)
16:16:35 twk- joins (~thewormki@unaffiliated/twk-)
16:16:40 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
16:17:02 × geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds)
16:20:16 jtojnar joins (jtojnarmat@gateway/shell/matrix.org/x-wixcztqkasbhacii)
16:20:32 × kritzefitz quits (~kritzefit@212.86.56.80) (Ping timeout: 268 seconds)
16:21:31 juuandyy joins (~juuandyy@90.106.228.121)
16:22:58 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
16:25:11 alx741 joins (~alx741@181.196.69.117)
16:27:12 kritzefitz joins (~kritzefit@212.86.56.80)
16:27:32 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
16:28:27 × ericsagn1 quits (~ericsagne@2405:6580:0:5100:bd68:2e0:1f11:8b3a) (Ping timeout: 250 seconds)
16:30:58 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
16:33:36 minoru_shiraeesh joins (~shiraeesh@46.34.206.138)
16:34:01 raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
16:34:43 × __minoru__shirae quits (~shiraeesh@46.34.206.138) (Remote host closed the connection)
16:37:57 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Ping timeout: 240 seconds)
16:38:21 × Guest13213 quits (~textual@mskresolve-a.mskcc.org) (Quit: My MacBook has gone to sleep. ZZZzzz…)
16:38:23 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 246 seconds)
16:39:12 tzh joins (~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
16:39:42 cole-h joins (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net)
16:41:14 ericsagn1 joins (~ericsagne@2405:6580:0:5100:9e02:7bf3:beb9:eefe)
16:43:28 ep1ctetus joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
16:44:48 × knupfer quits (~Thunderbi@200116b82b743500b4b3cc7adcbc939f.dip.versatel-1u1.de) (Remote host closed the connection)
16:44:57 knupfer joins (~Thunderbi@200116b82b743500c4eb8f5452e52d74.dip.versatel-1u1.de)
16:45:16 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 252 seconds)
16:46:09 Guest6509 joins (~laudiacay@67.176.215.84)
16:46:55 × minoru_shiraeesh quits (~shiraeesh@46.34.206.138) (Remote host closed the connection)
16:47:04 minoru_shiraeesh joins (~shiraeesh@46.34.206.138)
16:47:05 is_null joins (~jpic@pdpc/supporter/professional/is-null)
16:51:11 × Guest6509 quits (~laudiacay@67.176.215.84) (Ping timeout: 240 seconds)
16:51:18 × dxld quits (~dxld@rush.pub.dxld.at) (Remote host closed the connection)
16:51:29 × roconnor quits (~roconnor@host-45-58-225-218.dyn.295.ca) (Ping timeout: 265 seconds)
16:53:21 roconnor joins (~roconnor@host-45-58-195-183.dyn.295.ca)
16:54:42 × jemarch quits (~jemarch@185.204.1.185) (Remote host closed the connection)
16:54:47 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
16:56:02 wonko7 joins (~wonko7@62.115.229.50)
16:59:31 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
17:00:02 Alleria joins (~textual@69.202.254.168)
17:00:26 Alleria is now known as Guest51272
17:00:32 DTZUZU joins (~DTZUZO@205.ip-149-56-132.net)
17:02:53 × DTZUZU_ quits (~DTZUZO@207.81.119.43) (Ping timeout: 246 seconds)
17:03:05 Sgeo joins (~Sgeo@ool-18b9875e.dyn.optonline.net)
17:06:29 × coot quits (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
17:07:59 mav2 joins (~mav@200116b800796100c8792d652148769e.dip.versatel-1u1.de)
17:08:45 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
17:10:38 × elliott_ quits (~elliott@pool-108-18-30-46.washdc.fios.verizon.net) (Quit: WeeChat 3.1)
17:10:48 dfreedm joins (~dfreedm@185.163.110.100)
17:14:08 Ariakenom joins (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44)
17:18:00 Guest6509 joins (~laudiacay@67.176.215.84)
17:23:20 × HarveyPwca quits (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) (Quit: Leaving)
17:23:50 kiweun joins (~kiweun@2607:fea8:2a62:9600:bc8e:6b02:6bdc:e788)
17:23:59 Sheilong joins (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz)
17:27:54 × kiweun quits (~kiweun@2607:fea8:2a62:9600:bc8e:6b02:6bdc:e788) (Ping timeout: 245 seconds)
17:30:07 federd8 joins (5d2e77a4@93-46-119-164.ip107.fastwebnet.it)
17:30:28 <federd8> hello
17:31:29 × danvet quits (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Remote host closed the connection)
17:32:28 nineonine joins (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07)
17:34:19 × justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 250 seconds)
17:34:29 <ski> hello
17:35:00 <federd8> i got here from learnyouahaskell tutorial.. I'm starting to learn now
17:35:10 <ski> welcome
17:35:13 × vulcan01 quits (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Quit: leaving)
17:35:16 <federd8> ty
17:35:27 <ski> feel free to ask, if you have any questions
17:35:41 <federd8> I think I will at some point thanks :-)
17:37:41 × ep1ctetus quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Read error: Connection reset by peer)
17:38:06 × raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds)
17:39:08 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 252 seconds)
17:39:26 justanotheruser joins (~justanoth@unaffiliated/justanotheruser)
17:39:42 ep1ctetus joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
17:40:08 × bor0 quits (~boro@unaffiliated/boro/x-000000001) (Quit: Leaving)
17:41:38 ADG1089 joins (~aditya@171.76.29.233)
17:43:57 ania123 joins (5e89ad7c@94.137.173.124)
17:53:12 Pickchea joins (~private@unaffiliated/pickchea)
17:53:17 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
17:54:10 × kritzefitz quits (~kritzefit@212.86.56.80) (Remote host closed the connection)
17:55:10 nicholasbulka joins (~nicholasb@c-73-21-82-200.hsd1.ga.comcast.net)
17:55:19 <lechner> Hi, for ZeroMQ should I use System.ZMQ4.Monadic or zeromq4-haskell? Why is the former better? I am not sure I like (or understand) those LiftIO's. Thanks! hwclient in Haskell here: https://zguide.zeromq.org/docs/chapter1/
17:56:00 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
17:57:05 <falsifian> lechner: I am not familiar with ZeroMQ, but isn't System.ZMQ4.Monadic a module provided by zeromq4-haskell?
17:58:32 <lechner> you are right! i have been having trouble reading because so many docs are broken on hackage
17:59:08 <lechner> it's the same thing, isn't it?
18:00:33 <lechner> am inside the monad because that module provides an event loop?
18:00:48 × Kaiepi quits (~Kaiepi@47.54.252.148) (Read error: Connection reset by peer)
18:01:06 Kaiepi joins (~Kaiepi@47.54.252.148)
18:03:45 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
18:04:02 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
18:04:31 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
18:06:07 xcmw joins (~textual@dyn-72-33-2-152.uwnet.wisc.edu)
18:07:23 begriffs joins (~begriffs@unaffiliated/begriffs)
18:07:54 × jtojnar quits (jtojnarmat@gateway/shell/matrix.org/x-wixcztqkasbhacii) (Ping timeout: 245 seconds)
18:08:13 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
18:09:41 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds)
18:10:05 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
18:10:57 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
18:16:30 jtojnar joins (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad)
18:16:44 × stree quits (~stree@68.36.8.116) (Ping timeout: 246 seconds)
18:16:46 × hypercube quits (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Quit: WeeChat 3.1)
18:17:08 × ania123 quits (5e89ad7c@94.137.173.124) (Quit: Connection closed)
18:19:11 × Kaiepi quits (~Kaiepi@47.54.252.148) (Ping timeout: 246 seconds)
18:22:14 × vicfred quits (~vicfred@unaffiliated/vicfred) (Quit: Leaving)
18:23:29 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
18:25:29 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
18:30:04 stree joins (~stree@68.36.8.116)
18:30:19 Kaiepi joins (~Kaiepi@47.54.252.148)
18:32:02 × ep1ctetus quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Read error: Connection reset by peer)
18:33:19 × xff0x quits (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) (Ping timeout: 260 seconds)
18:33:37 xff0x joins (xff0x@gateway/vpn/mullvad/xff0x)
18:33:57 ep1ctetus joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
18:34:17 Kaeipi joins (~Kaiepi@47.54.252.148)
18:34:19 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
18:34:36 __monty__ joins (~toonn@unaffiliated/toonn)
18:35:15 × Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
18:35:15 × knupfer quits (~Thunderbi@200116b82b743500c4eb8f5452e52d74.dip.versatel-1u1.de) (Quit: knupfer)
18:35:43 knupfer joins (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de)
18:38:41 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
18:43:34 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
18:45:10 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
18:48:46 <minoru_shiraeesh> I feel that there is something fun that can be done with queues but I don't know what
18:48:56 <minoru_shiraeesh> where do people get the ideas from?
18:49:36 <minoru_shiraeesh> 3 queues I heard of: ZeroMQ, RabbitMQ, Kafka
18:50:08 × mav1 quits (~mav@200116b80079610035523288c3f29af4.dip.versatel-1u1.de) (Quit: WeeChat 2.3)
18:50:08 <minoru_shiraeesh> which one provides better haskell intefration?
18:51:00 <minoru_shiraeesh> *integration
18:51:15 <shapr> I kinda want intefration to be a word intefraction?
18:52:31 × ADG1089 quits (~aditya@171.76.29.233) (Remote host closed the connection)
18:53:46 hypercube joins (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com)
18:53:47 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
18:54:45 jb55 joins (~jb55@gateway/tor-sasl/jb55)
18:55:56 × jb55 quits (~jb55@gateway/tor-sasl/jb55) (Remote host closed the connection)
18:56:15 jb55 joins (~jb55@gateway/tor-sasl/jb55)
18:56:17 jeet joins (~jeet@183.83.214.10)
18:56:48 × Kaeipi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
18:57:01 Kaeipi joins (~Kaiepi@47.54.252.148)
18:57:09 × mav2 quits (~mav@200116b800796100c8792d652148769e.dip.versatel-1u1.de) (Quit: WeeChat 3.1)
18:57:27 <zzz> i am taking my first steps with nix and am getting a 'package marked as broken' error when running this: https://gist.github.com/jrvieira/c37c99c5aff13beafad1e1c20e5e342c
18:57:57 <zzz> can anyone guide through this?
18:59:06 <zzz> if i understand correctly the diagrams package is markes as broken under ghcWithPackages (?) what is the best way to solve it?
18:59:41 siers joins (~ij@raitis.veinbahs.lv)
19:00:04 <__monty__> zzz: Overriding the version you're getting. Nixpkgs haskell infra isn't the greatest UX tbh.
19:00:20 × siers quits (~ij@raitis.veinbahs.lv) (Changing host)
19:00:20 siers joins (~ij@NixOS/user/siers)
19:00:54 coot joins (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl)
19:01:20 <__monty__> minoru_shiraeesh: Afaiui, they're a great tool to make loosely coupled services.
19:02:31 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
19:02:44 sayola1 joins (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de)
19:02:55 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
19:03:11 × sayola quits (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) (Ping timeout: 240 seconds)
19:04:09 <zzz> __monty__: are there better alternatives?
19:06:10 kiix joins (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv)
19:07:52 kritzefitz joins (~kritzefit@212.86.56.80)
19:08:20 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
19:08:52 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
19:09:00 <__monty__> zzz: haskell.nix is a better UX *but* it's more in flux and the knowledgeable people aren't always around.
19:09:43 begriffs parts (~begriffs@unaffiliated/begriffs) ("Leaving...")
19:11:18 <zzz> ok thanks
19:13:10 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
19:16:09 jakalx parts (~jakalx@base.jakalx.net) ("Error from remote client")
19:17:00 × juuandyy quits (~juuandyy@90.106.228.121) (Remote host closed the connection)
19:17:45 kiweun joins (~kiweun@2607:fea8:2a62:9600:7da7:60a9:aff:54f9)
19:19:09 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Ping timeout: 240 seconds)
19:19:55 <__monty__> zzz: If you want to stick with the nixpkgs infra for now, this is what I used to do: https://github.com/toonn/nix-config/blob/master/config.nix#L62
19:20:56 × sw1nn quits (~sw1nn@host217-42-85-246.range217-42.btcentralplus.com) (Quit: WeeChat 2.9)
19:20:58 × heavyk quits (x@2601:1c0:6800:7a50:242a:f090:f333:3919) (Quit: Quit)
19:21:11 jakalx joins (~jakalx@base.jakalx.net)
19:23:40 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
19:25:49 sw1nn joins (~sw1nn@2a00:23c7:622f:2c00:de5:2901:44ff:8c12)
19:26:23 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
19:27:36 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
19:29:54 __minoru__shirae joins (~shiraeesh@77.94.25.113)
19:30:16 × minoru_shiraeesh quits (~shiraeesh@46.34.206.138) (Ping timeout: 252 seconds)
19:30:39 CrazyPython joins (~crazypyth@98.122.164.118)
19:31:44 dpl_ joins (~dpl@77-121-78-163.chn.volia.net)
19:32:54 × sw1nn quits (~sw1nn@2a00:23c7:622f:2c00:de5:2901:44ff:8c12) (Ping timeout: 245 seconds)
19:35:23 v01d4lph4 joins (~v01d4lph4@27.57.103.213)
19:37:31 × Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Read error: Connection reset by peer)
19:39:37 × v01d4lph4 quits (~v01d4lph4@27.57.103.213) (Ping timeout: 252 seconds)
19:39:54 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
19:40:01 howdoi joins (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij)
19:41:35 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
19:41:39 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
19:41:52 × pera quits (pera@gateway/vpn/mullvad/pera) (Ping timeout: 240 seconds)
19:42:55 ddellacosta joins (~ddellacos@86.106.143.131)
19:42:56 nut joins (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
19:43:58 pera joins (~pera@unaffiliated/pera)
19:45:37 ddellaco_ joins (ddellacost@gateway/vpn/mullvad/ddellacosta)
19:46:14 sw1nn joins (~sw1nn@2a00:23c7:622f:2c00:5726:e59c:c228:d7ce)
19:48:21 × tmciver quits (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (Ping timeout: 268 seconds)
19:49:31 × ddellacosta quits (~ddellacos@86.106.143.131) (Ping timeout: 252 seconds)
19:52:26 × Guest72214 quits (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (Quit: Leaving)
19:54:04 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
19:55:43 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
19:57:39 machinedgod joins (~machinedg@24.105.81.50)
19:58:05 Sarcarean joins (4582bfd4@h69-130-191-212.bendor.broadband.dynamic.tds.net)
20:01:13 Lord_of_Life_ joins (~Lord@unaffiliated/lord-of-life/x-0885362)
20:01:24 × _ht quits (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection)
20:02:11 × Lord_of_Life quits (~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 240 seconds)
20:04:18 Lord_of_Life_ is now known as Lord_of_Life
20:05:01 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
20:06:09 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
20:08:56 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
20:09:28 nineonin_ joins (~nineonine@50.216.62.2)
20:10:33 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
20:11:39 × nineonine quits (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 245 seconds)
20:11:46 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds)
20:14:03 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
20:14:55 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
20:17:27 × Kaeipi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection)
20:19:11 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
20:19:13 alexander joins (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf)
20:19:42 alexander is now known as Guest38723
20:19:48 × pera quits (~pera@unaffiliated/pera) (Ping timeout: 265 seconds)
20:20:29 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
20:20:50 × Narinas quits (~Narinas@187.178.93.112) (Read error: Connection reset by peer)
20:20:58 Narinas joins (~Narinas@187-178-93-112.dynamic.axtel.net)
20:22:12 × Pickchea quits (~private@unaffiliated/pickchea) (Quit: Leaving)
20:23:57 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
20:24:00 jollygood2 joins (~bc8134e3@217.29.117.252)
20:24:29 × coot quits (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
20:25:48 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
20:26:05 × ep1ctetus quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Ping timeout: 265 seconds)
20:27:27 tmciver joins (~tmciver@cpe-172-101-40-226.maine.res.rr.com)
20:28:13 × Varis quits (~Tadas@unaffiliated/varis) (Remote host closed the connection)
20:33:24 ep1ctetus joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
20:33:34 × aiken quits (~aiken@188.114.143.150.dyn.plus.net) (Disconnected by services)
20:33:58 aiken_ joins (~aiken@188.114.143.150.dyn.plus.net)
20:34:48 × rajivr quits (uid269651@gateway/web/irccloud.com/x-emjdgfahhcenqbut) (Quit: Connection closed for inactivity)
20:36:17 vicfred joins (vicfred@gateway/vpn/mullvad/vicfred)
20:36:31 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
20:37:32 × xff0x quits (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 240 seconds)
20:37:41 × nineonin_ quits (~nineonine@50.216.62.2) (Ping timeout: 240 seconds)
20:38:10 × stree quits (~stree@68.36.8.116) (Ping timeout: 265 seconds)
20:39:24 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
20:39:51 xff0x joins (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d)
20:40:51 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
20:42:39 × aiken_ quits (~aiken@188.114.143.150.dyn.plus.net) (Quit: Leaving)
20:47:47 × tanner_ quits (~tanner@216.106.138.184) (Quit: tanner_)
20:47:52 Kaiepi joins (~Kaiepi@47.54.252.148)
20:50:15 dynamo-patch joins (18064c47@24.6.76.71)
20:50:19 × xcmw quits (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…)
20:51:20 stree joins (~stree@68.36.8.116)
20:52:00 <dynamo-patch> can haskell compiled into binary code? if so, any pointer how to
20:52:19 × emetrusky quits (561e1a8f@cpc152439-cosh18-2-0-cust142.6-1.cable.virginm.net) (Quit: Connection closed)
20:54:13 × nicholasbulka quits (~nicholasb@c-73-21-82-200.hsd1.ga.comcast.net) (Remote host closed the connection)
20:54:19 usr25 joins (~usr25@unaffiliated/usr25)
20:54:25 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
20:57:08 LKoen joins (~LKoen@92.163.9.109.rev.sfr.net)
20:57:24 <c_wraith> dynamo-patch: yes, that's the default mode
21:00:03 <zzz> dynamo-patch: 'ghc yourfile.hs' compiles your source to binary
21:00:30 <zzz> see 'man ghc'
21:01:30 <dynamo-patch> thank you all
21:04:56 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
21:07:47 × dynamo-patch quits (18064c47@24.6.76.71) (Quit: Connection closed)
21:09:35 × LKoen quits (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer)
21:10:49 kupi joins (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly)
21:13:10 pavonia joins (~user@unaffiliated/siracusa)
21:13:50 × ep1ctetus quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Ping timeout: 246 seconds)
21:14:21 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
21:15:19 Mrbuck joins (~Mrbuck@gateway/tor-sasl/mrbuck)
21:15:50 × dfreedm quits (~dfreedm@185.163.110.100) (Remote host closed the connection)
21:16:09 × CrazyPython quits (~crazypyth@98.122.164.118) (*.net *.split)
21:16:09 × raym quits (~ray@45.64.220.116) (*.net *.split)
21:16:09 × dsrt^ quits (dsrt@ip98-184-89-2.mc.at.cox.net) (*.net *.split)
21:16:09 × zva quits (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de) (*.net *.split)
21:16:09 × MidAutumnHotaru quits (~MidAutumn@unaffiliated/midautumnhotaru) (*.net *.split)
21:16:10 × jonathanx quits (~jonathan@h-176-109.A357.priv.bahnhof.se) (*.net *.split)
21:16:10 × malthe_ quits (~mborch@46.101.103.63) (*.net *.split)
21:16:10 × charukiewicz_ quits (~quassel@irouteince04.i.subnet.rcn.com) (*.net *.split)
21:16:10 × amosbird_ quits (~amosbird@13.75.119.182) (*.net *.split)
21:16:10 × dcoutts quits (~duncan@94.186.125.91.dyn.plus.net) (*.net *.split)
21:16:10 × texasmynsted quits (~texasmyns@99.96.221.112) (*.net *.split)
21:16:10 × L1Cafe quits (~L1Cafe@kydara.com) (*.net *.split)
21:16:11 × tomboy64 quits (~tomboy64@unaffiliated/tomboy64) (*.net *.split)
21:16:11 × carldd quits (~carldd@90-224-49-113-no56.tbcn.telia.com) (*.net *.split)
21:16:11 × kmein quits (~weechat@static.173.83.99.88.clients.your-server.de) (*.net *.split)
21:16:11 × Logio quits (em@kapsi.fi) (*.net *.split)
21:16:11 × dave_uy quits (~david@108.61.193.26) (*.net *.split)
21:16:12 × Techcable quits (~Techcable@168.235.93.147) (*.net *.split)
21:16:12 × p3n quits (~p3n@217.198.124.246) (*.net *.split)
21:16:12 × wrunt quits (~ajc@vmx14030.hosting24.com.au) (*.net *.split)
21:16:12 × concept2 quits (~concept2@unaffiliated/tubo) (*.net *.split)
21:16:12 × dumptruckman quits (~dumptruck@li1287-148.members.linode.com) (*.net *.split)
21:16:12 × proteusguy quits (~proteusgu@cm-58-10-209-239.revip7.asianet.co.th) (*.net *.split)
21:16:13 × anderson quits (~ande@159.65.95.130) (*.net *.split)
21:16:13 × outerpassage quits (~outerpass@li1196-30.members.linode.com) (*.net *.split)
21:16:13 × brettgilio quits (~brettgili@brettgilio.com) (*.net *.split)
21:16:14 × mniip quits (mniip@freenode/staff/mniip) (*.net *.split)
21:16:14 × msgctl quits (~msgctl@ometochtli.centzontotochtin.org) (*.net *.split)
21:16:14 × Squarism quits (~someone@unaffiliated/squarism) (*.net *.split)
21:16:14 × djanatyn quits (~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
21:16:14 × jtcs_ quits (~jtcs@vmi359854.contaboserver.net) (*.net *.split)
21:16:15 × sepples_ quits (~sepples@sepples.xyz) (*.net *.split)
21:16:15 × styledash quits (~styledash@157.230.173.136) (*.net *.split)
21:16:15 × mjrosenb quits (~mrosenbe@nyc.schrodinger.com) (*.net *.split)
21:16:16 × arw quits (~arw@impulse.informatik.uni-erlangen.de) (*.net *.split)
21:16:16 × xerox_ quits (~xerox@unaffiliated/xerox) (*.net *.split)
21:16:16 × ashnur quits (~rak@unaffiliated/ashnur) (*.net *.split)
21:16:16 × mjacob quits (~mjacob@unaffiliated/mjacob) (*.net *.split)
21:16:17 × Cathy quits (~Cathy@unaffiliated/cathy) (*.net *.split)
21:16:17 × mmaruseacph2 quits (~mihai@198.199.100.72) (*.net *.split)
21:16:17 × ft quits (~ft@shell.chaostreff-dortmund.de) (*.net *.split)
21:16:17 × chrisosaurus quits (chris@segfault.net.nz) (*.net *.split)
21:16:17 × sshine quits (~simon@hubris.eta.solutions) (*.net *.split)
21:16:17 × noctux quits (~noctux@unaffiliated/noctux) (*.net *.split)
21:16:17 × jtojnar quits (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad) (*.net *.split)
21:16:17 × my_name_is_not_j quits (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq) (*.net *.split)
21:16:17 × thc202 quits (~thc202@unaffiliated/thc202) (*.net *.split)
21:16:17 × mjlbach quits (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk) (*.net *.split)
21:16:18 × pqwy[m] quits (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi) (*.net *.split)
21:16:18 × dyniec[m] quits (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam) (*.net *.split)
21:16:18 × etrepum quits (sid763@gateway/web/irccloud.com/x-kbeiueugazaifuth) (*.net *.split)
21:16:18 × aristid quits (sid1599@gateway/web/irccloud.com/x-iysthznfdzhconze) (*.net *.split)
21:16:18 × ryjm quits (sid383513@gateway/web/irccloud.com/x-mfvpahefkuhsmhxj) (*.net *.split)
21:16:18 × cemerick quits (sid54985@gateway/web/irccloud.com/x-dmosxtcpbaaxlpbx) (*.net *.split)
21:16:18 × joshmeredith quits (sid387798@gateway/web/irccloud.com/x-puyeogwrdolrmxnl) (*.net *.split)
21:16:18 × systemfault quits (sid267009@gateway/web/irccloud.com/x-weqjiwsrsizmsttb) (*.net *.split)
21:16:18 × ebutleriv quits (sid217783@gateway/web/irccloud.com/x-kdwwbglqjsasvtqj) (*.net *.split)
21:16:18 × beaky quits (~beaky@2a03:b0c0:0:1010::17cf:7003) (*.net *.split)
21:16:18 × jo[m]3 quits (josefmat1@gateway/shell/matrix.org/x-qfhlavfxfkadmzvi) (*.net *.split)
21:16:19 × Lurkki[m] quits (lurkkifene@gateway/shell/matrix.org/x-nrwgmnbvosqqhpnr) (*.net *.split)
21:16:19 × kini quits (~kini@unaffiliated/kini) (*.net *.split)
21:16:19 × EmanuelLoos[m] quits (emanuel-lo@gateway/shell/matrix.org/x-xedchorwdbepbzbx) (*.net *.split)
21:16:19 × l8star__ quits (~l8star@business-90-187-113-149.pool2.vodafone-ip.de) (*.net *.split)
21:16:19 × mly quits (mlydisenco@gateway/shell/matrix.org/x-hffzasvjgrikcwzr) (*.net *.split)
21:16:19 × pnotequalnp[m] quits (pnotequaln@gateway/shell/matrix.org/x-ilonrmhzsbjadrsm) (*.net *.split)
21:16:20 × DevTurks[m] quits (turkdevops@gateway/shell/matrix.org/x-ijvxwxyebgqvrzsn) (*.net *.split)
21:16:21 × samthecoy[m] quits (samthecoym@gateway/shell/matrix.org/x-qaqujubkonygneyt) (*.net *.split)
21:16:21 × johnnyv[m] quits (badwolf256@gateway/shell/matrix.org/x-yxpkxdztlttkpjgg) (*.net *.split)
21:16:21 × themsay[m] quits (themsaymat@gateway/shell/matrix.org/x-hpjgawiyzuenumyt) (*.net *.split)
21:16:21 × loyon quits (loyonmatri@gateway/shell/matrix.org/x-wopkgivyetfmwccv) (*.net *.split)
21:16:21 × supersven[m] quits (supersvenm@gateway/shell/matrix.org/x-vtyvtzkqhlabrowo) (*.net *.split)
21:16:22 × Ericson2314 quits (ericson231@gateway/shell/matrix.org/x-ksbmrykeuszgsyik) (*.net *.split)
21:16:22 × domenkozar[m] quits (domenkozar@NixOS/user/domenkozar) (*.net *.split)
21:16:23 × krjt quits (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
21:16:23 × whez quits (sid470288@gateway/web/irccloud.com/x-vlnxuepdpthnqbhd) (*.net *.split)
21:16:23 × adamse quits (sid72084@gateway/web/irccloud.com/x-pqgjxyvnyjkpejpe) (*.net *.split)
21:16:23 × parseval quits (sid239098@gateway/web/irccloud.com/x-mgyjqkcnbnnprosw) (*.net *.split)
21:16:24 × dysfigured quits (dysfigured@2600:3c00::f03c:92ff:feb4:be75) (*.net *.split)
21:16:24 × MasseR quits (~MasseR@51.15.143.128) (*.net *.split)
21:16:24 × atomi quits (~atomi@3.184.203.35.bc.googleusercontent.com) (*.net *.split)
21:16:24 × madog quits (~madog@163.ip-51-254-203.eu) (*.net *.split)
21:16:24 × aldum quits (~vishera@aldum.pw) (*.net *.split)
21:16:24 × matijja quits (~matijja@193.77.181.208) (*.net *.split)
21:16:24 × Rembane quits (~Rembane@li346-36.members.linode.com) (*.net *.split)
21:16:25 × enikar quits (~enikar@2001:41d0:2:8673::42) (*.net *.split)
21:16:25 × komasa quits (~komasa@2a03:b0c0:3:d0::2097:6001) (*.net *.split)
21:16:25 × magog quits (~wee@unaffiliated/magog) (*.net *.split)
21:16:25 × entropygain quits (levitate@unaffiliated/entropygain) (*.net *.split)
21:16:25 × dale quits (dale@unaffiliated/dale) (*.net *.split)
21:16:25 × saidinwot1 quits (~saidinwot@2604:a880:2:d0::50:8001) (*.net *.split)
21:16:25 × ajmcmiddlin quits (sid284402@gateway/web/irccloud.com/x-haiyfskefbbtaisd) (*.net *.split)
21:16:25 × FMJz_____ quits (sid279245@gateway/web/irccloud.com/x-gdvcqgmmbdaqujfv) (*.net *.split)
21:16:25 × chessai quits (sid225296@gateway/web/irccloud.com/x-byrazhpexotqswfh) (*.net *.split)
21:16:25 × grfn quits (sid449115@gateway/web/irccloud.com/x-bdqnujcrokkpscfq) (*.net *.split)
21:16:25 × xnyhps quits (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split)
21:16:26 × chrpape quits (~user@2a01:4f9:c010:632d::1) (*.net *.split)
21:16:26 × idupree quits (~quassel@2604:a880:400:d0::9bb:2001) (*.net *.split)
21:16:26 × lightandlight quits (sid135476@gateway/web/irccloud.com/x-gwfowomroynsvzco) (*.net *.split)
21:16:26 × Orbstheorem quits (~roosember@hellendaal.orbstheorem.ch) (*.net *.split)
21:16:26 × zgrep quits (~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep) (*.net *.split)
21:16:26 × bsima quits (~bsima@simatime.com) (*.net *.split)
21:16:27 × ski quits (~ski@ed-3358-10.studat.chalmers.se) (*.net *.split)
21:16:27 × shadowdaemon quits (~user@unaffiliated/shadowdaemon) (*.net *.split)
21:16:27 × bspar quits (~bspar@2604:a880:0:1010::776:e001) (*.net *.split)
21:16:27 × catern quits (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split)
21:16:27 × atk quits (~Arch-TK@ircpuzzles/staff/Arch-TK) (*.net *.split)
21:16:27 × jamestmartin quits (james@jtmar.me) (*.net *.split)
21:16:27 × mat[m]1 quits (matmatrixo@gateway/shell/matrix.org/x-uwjgvmzxszuovuwu) (*.net *.split)
21:16:28 × vnz quits (~vnz@unaffiliated/vnz) (*.net *.split)
21:16:28 × zyeri quits (zyeri@tilde.team/users/zyeri) (*.net *.split)
21:16:28 × gluegadget quits (sid22336@gateway/web/irccloud.com/x-yvyuuucqiikbdiwr) (*.net *.split)
21:16:29 × mpickering quits (sid78412@gateway/web/irccloud.com/x-uuuhuurfuxahsslu) (*.net *.split)
21:16:29 × Tritlo quits (sid58727@gateway/web/irccloud.com/x-aozswbintmywimnv) (*.net *.split)
21:16:29 × noexcept quits (~noexcept@2a03:b0c0:3:d0::33:9001) (*.net *.split)
21:16:29 × rom1504 quits (rom1504@rom1504.fr) (*.net *.split)
21:16:29 × Klumben quits (Nsaiswatch@gateway/shell/panicbnc/x-igfvivsmqpanwyqa) (*.net *.split)
21:16:29 × scav quits (sid309693@gateway/web/irccloud.com/x-zpwaikoxdaqjtkjd) (*.net *.split)
21:16:29 × amatecha____ quits (sid10006@gateway/web/irccloud.com/x-gvwvasnyguqtijeo) (*.net *.split)
21:16:29 × PatrickRobotham_ quits (sid18270@gateway/web/irccloud.com/x-dsytamzyvqvdenoe) (*.net *.split)
21:16:30 × cheers quits (user@unaffiliated/cheers) (*.net *.split)
21:16:30 × joe[m]1 quits (joemonoida@gateway/shell/matrix.org/x-dyuqcnyqoeqswuzr) (*.net *.split)
21:16:31 × debugloop quits (~danieln@unaffiliated/debugloop) (*.net *.split)
21:16:31 × mstruebing quits (~mstruebin@2001:41d0:8:93c7::1) (*.net *.split)
21:16:31 × sphalerite quits (~sphalerit@NixOS/user/lheckemann) (*.net *.split)
21:16:31 × oats quits (~hurr@durr/im/a/sheep) (*.net *.split)
21:16:31 × martin02 quits (silas@hund.fs.lmu.de) (*.net *.split)
21:16:31 × zzz quits (~zzz@2a03:b0c0:3:d0::3095:3001) (*.net *.split)
21:16:31 × fredcy quits (fredcy@2600:3c00::f03c:91ff:feae:15ae) (*.net *.split)
21:16:32 × Bigcheese quits (~quassel@unaffiliated/bigcheese) (*.net *.split)
21:16:32 × xacktm quits (xacktm@gateway/shell/panicbnc/x-cckreqhvgmeuulfv) (*.net *.split)
21:16:32 × integral quits (sid296274@p3m/member/integral) (*.net *.split)
21:16:33 × hendi quits (sid489601@gateway/web/irccloud.com/x-tofwispyijhkkmkf) (*.net *.split)
21:16:33 × sis7_ quits (~user@2001:15e8:110:473e::1) (*.net *.split)
21:16:33 × operand quits (~operand@is.altijd.moe) (*.net *.split)
21:16:33 × vqrs quits (~vqrs@learnprogramming/regular/vqrs) (*.net *.split)
21:16:33 × Ferdirand quits (~max@2001:4c78:2012:5000::2) (*.net *.split)
21:16:33 × bjobjo quits (~bjobjo@2a01:79c:cebf:d688::9e6) (*.net *.split)
21:16:34 × a3f quits (~a3f@chimeria.ext.pengutronix.de) (*.net *.split)
21:16:34 × billstclair quits (sid77830@gateway/web/irccloud.com/x-ouhlhzompordlszs) (*.net *.split)
21:16:34 × agrif quits (~agrif@overviewer/dev/agrif) (*.net *.split)
21:16:34 × ego_ quits (~ego@2604:a880:800:a1::1b:b001) (*.net *.split)
21:16:34 × cynick quits (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) (*.net *.split)
21:16:35 × jeet quits (~jeet@183.83.214.10) (*.net *.split)
21:16:35 × gnumonic quits (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) (*.net *.split)
21:16:35 × carlomagno quits (~cararell@148.87.23.7) (*.net *.split)
21:16:35 × forell quits (~forell@unaffiliated/forell) (*.net *.split)
21:16:36 × malumore quits (~malumore@151.62.120.175) (*.net *.split)
21:16:36 × Cale quits (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) (*.net *.split)
21:16:36 × erisco quits (~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
21:16:36 × s00pcan quits (~chris@075-133-056-178.res.spectrum.com) (*.net *.split)
21:16:36 × tlgl^nix quits (~damien@S0106008ef25e98fb.su.shawcable.net) (*.net *.split)
21:16:38 × exarkun quits (~exarkun@14.79.69.34.bc.googleusercontent.com) (*.net *.split)
21:16:38 × tapas quits (sid467876@gateway/web/irccloud.com/x-bsjadohtpruxmywx) (*.net *.split)
21:16:38 × piele quits (~piele@tbonesteak.creativeserver.net) (*.net *.split)
21:16:38 × yaroot quits (~yaroot@138.102.13.160.dy.iij4u.or.jp) (*.net *.split)
21:16:38 × thaumavorio quits (~thaumavor@thaumavor.io) (*.net *.split)
21:16:38 × Geekingfrog quits (~geekingfr@li2156-64.members.linode.com) (*.net *.split)
21:16:38 × MrMobius quits (~MrMobius@208.58.206.154) (*.net *.split)
21:16:38 × dcoutts_ quits (~dcoutts@unaffiliated/dcoutts) (*.net *.split)
21:16:39 × ridcully quits (~ridcully@pd951f269.dip0.t-ipconnect.de) (*.net *.split)
21:16:39 × hiredman quits (~hiredman@138.68.1.198) (*.net *.split)
21:16:39 × cyphase quits (~cyphase@unaffiliated/cyphase) (*.net *.split)
21:16:39 × NieDzejkob quits (~quassel@195.149.98.3) (*.net *.split)
21:16:39 × fryguybob quits (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) (*.net *.split)
21:16:39 × rdd quits (~rdd@c-407ce255.012-81-73746f39.cust.ownit.se) (*.net *.split)
21:16:39 × monochrom quits (trebla@216.138.220.146) (*.net *.split)
21:16:40 × lewky quits (~lewky@159.65.37.240) (*.net *.split)
21:16:40 × mupf quits (~micha@v22017094964653601.ultrasrv.de) (*.net *.split)
21:16:40 × DustyDingo quits (~nonamen@v2202001112302107134.ultrasrv.de) (*.net *.split)
21:16:40 × infinisil quits (~infinisil@NixOS/user/infinisil) (*.net *.split)
21:16:40 × Benzi-Junior quits (~BenziJuni@dsl-149-64-251.hive.is) (*.net *.split)
21:16:40 × jathan quits (~jathan@69.61.93.38) (*.net *.split)
21:16:40 × quaestor quits (~quaestor@griffith.christophrauch.de) (*.net *.split)
21:16:41 × edwtjo quits (~edwtjo@fsf/member/edwtjo) (*.net *.split)
21:16:41 × sudden quits (~lax@unaffiliated/laxask) (*.net *.split)
21:16:41 × beka quits (~beka@gothdyke.mom) (*.net *.split)
21:16:42 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (*.net *.split)
21:16:42 × grrandi quits (mlp@kapsi.fi) (*.net *.split)
21:16:42 × eldritch quits (~eldritch@unaffiliated/eldritch) (*.net *.split)
21:16:42 × avp quits (~avp@unaffiliated/avp) (*.net *.split)
21:16:42 × runawayfive quits (~nope@unaffiliated/runawayfive) (*.net *.split)
21:16:43 × Dykam quits (Dykam@dykam.nl) (*.net *.split)
21:16:43 × canta quits (~canta@cvm0.d5k.one) (*.net *.split)
21:16:43 × kjak quits (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) (*.net *.split)
21:16:43 × yushyin quits (QWFouZJprr@karif.server-speed.net) (*.net *.split)
21:16:43 × orzo quits (joe@lasker.childrenofmay.org) (*.net *.split)
21:16:43 × terrorjack quits (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (*.net *.split)
21:16:43 × quintasan quits (~quassel@ubuntu/member/quintasan) (*.net *.split)
21:16:43 × lyxia quits (~lyxia@poisson.chat) (*.net *.split)
21:16:44 × coddinkn quits (~coddinkn@octayn.net) (*.net *.split)
21:16:44 × Sparadox quits (~etienne@ns3123347.ip-51-68-152.eu) (*.net *.split)
21:16:44 × sssb54 quits (~ssssb56@vps-b2931db6.vps.ovh.ca) (*.net *.split)
21:16:45 × pharaun quits (~pharaun@static.88-198-62-245.clients.your-server.de) (*.net *.split)
21:16:45 × bobbytables quits (~bobbytabl@ec2-44-224-191-138.us-west-2.compute.amazonaws.com) (*.net *.split)
21:16:45 × hrdl quits (~ef24a0e6@unaffiliated/hrdl) (*.net *.split)
21:16:45 × [exa] quits (exa@unaffiliated/exa/x-5381537) (*.net *.split)
21:16:45 × hwabyong quits (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com) (*.net *.split)
21:16:45 × zceejkr quits (~wintermut@cpe-92-37-88-51.dynamic.amis.net) (*.net *.split)
21:16:45 × interruptinuse quits (~interrupt@girl.mrtheplague.net) (*.net *.split)
21:16:46 × hackage quits (mniip@haskell/bot/hackage) (*.net *.split)
21:16:46 × absence quits (torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
21:16:46 × fre quits (~freusque@104.238.190.229) (*.net *.split)
21:16:46 × xe4 quits (~xe4@unaffiliated/xe4) (*.net *.split)
21:16:46 × c-rog quits (~c-rog@traffic.simst.im) (*.net *.split)
21:16:46 × pavonia quits (~user@unaffiliated/siracusa) (*.net *.split)
21:16:46 × kupi quits (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly) (*.net *.split)
21:16:46 × usr25 quits (~usr25@unaffiliated/usr25) (*.net *.split)
21:16:46 × xff0x quits (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) (*.net *.split)
21:16:46 × Narinas quits (~Narinas@187-178-93-112.dynamic.axtel.net) (*.net *.split)
21:16:46 × rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (*.net *.split)
21:16:47 × dpl_ quits (~dpl@77-121-78-163.chn.volia.net) (*.net *.split)
21:16:47 × kiweun quits (~kiweun@2607:fea8:2a62:9600:7da7:60a9:aff:54f9) (*.net *.split)
21:16:47 × kiix quits (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv) (*.net *.split)
21:16:47 × sayola1 quits (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) (*.net *.split)
21:16:49 × rslima_____ quits (sid26145@gateway/web/irccloud.com/x-uuewewvxxbofrynk) (*.net *.split)
21:16:49 × kyagrd__ quits (sid102627@gateway/web/irccloud.com/x-rctrsarckkdvtebu) (*.net *.split)
21:16:49 × whataday quits (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split)
21:16:50 × teej quits (uid154177@gateway/web/irccloud.com/x-aqljzrvlwnvlpfor) (*.net *.split)
21:16:50 × SanchayanMaity quits (sid478177@gateway/web/irccloud.com/x-ldcvmlbmuzzjfwoa) (*.net *.split)
21:16:50 × feepo quits (sid28508@gateway/web/irccloud.com/x-cjsxflpucqedrqas) (*.net *.split)
21:16:50 × Nascha quits (sid212230@gateway/web/irccloud.com/x-dvgxunvqabbbhujn) (*.net *.split)
21:16:50 × bjs quits (sid190364@gateway/web/irccloud.com/x-rysacrenfdxsmjyu) (*.net *.split)
21:16:50 × cstrahan quits (sid36118@gateway/web/irccloud.com/x-hhcxapzgwlqibukd) (*.net *.split)
21:16:50 × NemesisD quits (sid24071@gateway/web/irccloud.com/x-jbscorkbghkikoec) (*.net *.split)
21:16:50 × joel135 quits (sid136450@gateway/web/irccloud.com/x-ucqckdoiizhcvkmw) (*.net *.split)
21:16:50 × blackriversoftwa quits (sid364914@gateway/web/irccloud.com/x-nqkjcymscowwdvxo) (*.net *.split)
21:16:50 × melkor quits (~melkor@2a02:2b88:2:1::5b34:1) (*.net *.split)
21:16:50 × DigitalKiwi quits (~kiwi@unaffiliated/digitalkiwi) (*.net *.split)
21:16:51 × dexterfoo quits (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split)
21:16:51 × fiQ- quits (~fiQ@2a06:82c2:0:12bc::1) (*.net *.split)
21:16:51 × noecho- quits (~noecho@2a01:4f8:1c0c:80ee::4223) (*.net *.split)
21:16:51 × jokester quits (~mono@unaffiliated/jokester) (*.net *.split)
21:16:51 × raid quits (macbookpro@irc-1.coding4.coffee) (*.net *.split)
21:16:51 × uwap_ quits (~uwap@mail.uwap.name) (*.net *.split)
21:16:52 × hypercube quits (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (*.net *.split)
21:16:52 × knupfer quits (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de) (*.net *.split)
21:16:52 × Sheilong quits (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz) (*.net *.split)
21:16:52 × Ariakenom quits (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44) (*.net *.split)
21:16:52 × ericsagn1 quits (~ericsagne@2405:6580:0:5100:9e02:7bf3:beb9:eefe) (*.net *.split)
21:16:52 × robotmay quits (~beepboop@2001:8b0:7af0:2580:94a2:bb95:e8d4:22af) (*.net *.split)
21:16:52 × teddyc quits (theodorc@cassarossa.samfundet.no) (*.net *.split)
21:16:53 × jess quits (jess@freenode/staff/jess) (*.net *.split)
21:16:53 × HiRE quits (~HiRE@2602:ffc5:20::1:512e) (*.net *.split)
21:16:54 × jared-w quits (uid405292@gateway/web/irccloud.com/x-qitlcehrrgjsxmby) (*.net *.split)
21:16:54 × wpcarro_ quits (sid397589@gateway/web/irccloud.com/x-ahewuhnoiijbwpmc) (*.net *.split)
21:16:54 × davetapley quits (sid666@gateway/web/irccloud.com/x-zjajcgkktmcxzflu) (*.net *.split)
21:16:54 × ReinH quits (sid179972@gateway/web/irccloud.com/x-yupwkseagmcsclao) (*.net *.split)
21:16:54 × SrPx quits (sid108780@gateway/web/irccloud.com/x-yhksykcahzlylxhe) (*.net *.split)
21:16:54 × eruditass quits (uid248673@gateway/web/irccloud.com/x-xevwmrtrjszgvhcb) (*.net *.split)
21:16:54 × liquorice quits (sid267884@gateway/web/irccloud.com/x-nzkqxgdtfgechhzd) (*.net *.split)
21:16:54 × lally quits (sid388228@gateway/web/irccloud.com/x-ilucbequfappbwaf) (*.net *.split)
21:16:54 × AndreasK quits (sid320732@gateway/web/irccloud.com/x-spqgtdrtcwqozgos) (*.net *.split)
21:16:54 × dmj` quits (sid72307@gateway/web/irccloud.com/x-hiydzdvhdibdbilo) (*.net *.split)
21:16:55 × dgpratt quits (sid193493@gateway/web/irccloud.com/x-yujexlmxhvpapqdm) (*.net *.split)
21:16:55 × alunduil quits (alunduil@gateway/web/irccloud.com/x-lfjncrqckqiqjrhx) (*.net *.split)
21:16:55 × aizen_s quits (sid462968@gateway/web/irccloud.com/x-cimltabwsuoipsqn) (*.net *.split)
21:16:55 × stylewarning quits (stylewarni@gateway/web/irccloud.com/x-hfenrszoagpafasl) (*.net *.split)
21:16:56 × pony quits (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry) (*.net *.split)
21:16:56 × nh2 quits (sid309956@gateway/web/irccloud.com/x-sfwmjcpeywrfgggs) (*.net *.split)
21:16:56 × nshepperd quits (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
21:16:56 × jackhill quits (~jackhill@marsh.hcoop.net) (*.net *.split)
21:16:56 × edwardk quits (sid47016@haskell/developer/edwardk) (*.net *.split)
21:16:56 × _bin_ quits (~bin@2600:1700:10a1:38d0:219a:3dd:429e:7909) (*.net *.split)
21:16:56 × jonrh quits (sid5185@gateway/web/irccloud.com/x-wzkchmmanupyucfa) (*.net *.split)
21:16:56 × affinespaces quits (sid327561@gateway/web/irccloud.com/x-zprmbywljksowyax) (*.net *.split)
21:16:56 × simony quits (sid226116@gateway/web/irccloud.com/x-uimvkkhkkjmffmgk) (*.net *.split)
21:16:56 × verlet64_ quits (sid261276@gateway/web/irccloud.com/x-pbadcyendmqwahig) (*.net *.split)
21:16:56 × moobar quits (sid171730@gateway/web/irccloud.com/x-mfdnwzlgpjfftngj) (*.net *.split)
21:16:56 × mcfilib quits (sid302703@gateway/web/irccloud.com/x-qgurzruyjowxqkfb) (*.net *.split)
21:16:56 × yogani quits (sid42623@gateway/web/irccloud.com/x-diwllcjriwggxbhg) (*.net *.split)
21:16:57 × entel quits (uid256215@botters/entel) (*.net *.split)
21:16:57 × drupol quits (sid117588@gateway/web/irccloud.com/x-gsnwinbjioyhnadu) (*.net *.split)
21:16:57 × conjunctive quits (sid433686@gateway/web/irccloud.com/x-veifezvsdidztgvo) (*.net *.split)
21:16:57 × carter quits (sid14827@gateway/web/irccloud.com/x-velgelprbzzboucb) (*.net *.split)
21:16:57 × wildsebastian quits (sid324688@gateway/web/irccloud.com/x-huuoejtmpgsbomho) (*.net *.split)
21:16:57 × heyj quits (sid171370@gateway/web/irccloud.com/x-wookyduvyhmgjxsv) (*.net *.split)
21:16:57 × iphy quits (sid67735@gateway/web/irccloud.com/x-svcckheboicsfdfm) (*.net *.split)
21:16:57 × Adeon quits (sid418992@gateway/web/irccloud.com/x-gymdfseqxtsglqmg) (*.net *.split)
21:16:57 × enemeth79 quits (sid309041@gateway/web/irccloud.com/x-vaiujncapfeaexzk) (*.net *.split)
21:16:57 × rodlogic__ quits (sid214676@gateway/web/irccloud.com/x-jsfobhdzpplfsdpe) (*.net *.split)
21:16:57 × alinab quits (sid468903@gateway/web/irccloud.com/x-kxduedlnkmrjymym) (*.net *.split)
21:16:57 × mudri quits (sid317655@gateway/web/irccloud.com/x-tkftihyrhfadzkvn) (*.net *.split)
21:16:57 × newhoggy quits (sid198874@gateway/web/irccloud.com/x-odbcefoglogukgog) (*.net *.split)
21:16:57 × trevorriles quits (sid469656@gateway/web/irccloud.com/x-xdsdtxtxrbrxnitq) (*.net *.split)
21:16:58 × coeus quits (~coeus@p200300d0274dc6000de71f4ee41c5fb3.dip0.t-ipconnect.de) (*.net *.split)
21:16:58 × tinwood quits (~tinwood@general.default.akavanagh.uk0.bigv.io) (*.net *.split)
21:16:58 × Raito_Bezarius quits (~Raito@unaffiliated/raito-bezarius/x-8764578) (*.net *.split)
21:16:58 × sim642 quits (~simmo@unaffiliated/sim642) (*.net *.split)
21:16:58 × bwe quits (~bwe@unaffiliated/bwe) (*.net *.split)
21:16:58 × i7c quits (Rmit7A5pyb@unaffiliated/i7c) (*.net *.split)
21:16:59 × dsturnbull quits (sid347899@gateway/web/irccloud.com/x-rwwelyrmjwhraekh) (*.net *.split)
21:16:59 × hamishmack quits (sid389057@gateway/web/irccloud.com/x-pnmcssvibehjvusv) (*.net *.split)
21:17:00 × SolarAquarion quits (SolarAquar@gateway/shell/panicbnc/x-sxxrzckrtiulpjwg) (*.net *.split)
21:17:00 × recon_- quits (~quassel@2602:febc:0:b6::6ca2) (*.net *.split)
21:17:00 × ArsenArsen quits (~arsen@managarm/dev/ArsenArsen) (*.net *.split)
21:17:00 × hugo quits (znc@verdigris.lysator.liu.se) (*.net *.split)
21:17:00 × andi- quits (~andi-@NixOS/user/andi-) (*.net *.split)
21:17:00 × PlasmaStar quits (plasma@unaffiliated/plasmastar) (*.net *.split)
21:17:00 × bonz060 quits (~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
21:17:01 × tiru quits (tiru@gateway/web/irccloud.com/x-mnvdiojttnfqdzkx) (*.net *.split)
21:17:01 × noan quits (~noan@2604:a880:400:d0::12fc:5001) (*.net *.split)
21:17:01 × kawzeg quits (unknown@2a01:7e01::f03c:92ff:fee2:ec34) (*.net *.split)
21:17:01 × nf quits (~n@monade.li) (*.net *.split)
21:17:01 × fl0_id quits (~fl0_id@2a01:4f8:171:4de::40:2) (*.net *.split)
21:17:01 × ixian quits (~mgold@terra.bitplane.org) (*.net *.split)
21:17:01 × gaze__ quits (sid387101@gateway/web/irccloud.com/x-jyfzdgulluqjzdzf) (*.net *.split)
21:17:02 × taktoa[c] quits (sid282096@gateway/web/irccloud.com/x-njxvjnpthhvfgqfo) (*.net *.split)
21:17:02 × glowcoil quits (sid3405@gateway/web/irccloud.com/x-kqfefvcmbgehneab) (*.net *.split)
21:17:02 × srhb quits (sid400352@NixOS/user/srhb) (*.net *.split)
21:17:02 × gregberns_ quits (sid315709@gateway/web/irccloud.com/x-skjetjsgahxqvatt) (*.net *.split)
21:17:03 × tjbp quits (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) (*.net *.split)
21:17:03 × kaychaks quits (sid236345@gateway/web/irccloud.com/x-vvdrivxruwhittji) (*.net *.split)
21:17:03 × weechat_4 quits (~mingc@2400:8902::f03c:91ff:feb7:8e82) (*.net *.split)
21:17:03 × hongminhee quits (sid31517@gateway/web/irccloud.com/x-trpfnifbgxghvffk) (*.net *.split)
21:17:03 × m-renaud quits (sid333785@gateway/web/irccloud.com/x-mchkmhpqmiujvtxp) (*.net *.split)
21:17:04 × SegFaultAX quits (SegFaultAX@unaffiliated/segfaultax) (*.net *.split)
21:17:04 × cocreature quits (~cocreatur@eirene.uberspace.de) (*.net *.split)
21:17:04 × vjoki quits (vjoki@2a00:d880:3:1::fea1:9ae) (*.net *.split)
21:17:04 × ggVGc quits (~ggVGc@2400:8901::f03c:91ff:fef2:bed8) (*.net *.split)
21:17:04 × PHO quits (~pho@akari.cielonegro.org) (*.net *.split)
21:17:04 × lieven quits (~mal@unaffiliated/lieven) (*.net *.split)
21:17:04 × riatre quits (~quassel@2001:310:6000:f::5198:1) (*.net *.split)
21:17:05 × Zemyla quits (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) (*.net *.split)
21:17:05 × davl quits (~davl@207.154.228.18) (*.net *.split)
21:17:05 × fiddlerwoaroof quits (~fiddlerwo@unaffiliated/fiddlerwoaroof) (*.net *.split)
21:17:05 × c_wraith quits (~c_wraith@adjoint.us) (*.net *.split)
21:17:05 × reactormonk1 quits (~reactormo@mehl.schokokeks.org) (*.net *.split)
21:17:05 × Cthalupa quits (~cthulhu@47.186.47.75) (*.net *.split)
21:17:06 × acowley quits (~acowley@c-68-83-22-43.hsd1.nj.comcast.net) (*.net *.split)
21:17:06 × EvanR quits (~evan@unaffiliated/evanr) (*.net *.split)
21:17:06 × lukelau_ quits (~lukelau@2a03:b0c0:1:d0::1bc:b001) (*.net *.split)
21:17:06 × ManiacTwister quits (~Twister@claudia.s7t.de) (*.net *.split)
21:17:06 × copypasteque quits (~copypaste@2001:41d0:8:b325::1) (*.net *.split)
21:17:06 × yorick quits (~yorick@oftn/oswg-member/yorick) (*.net *.split)
21:17:06 × TimWolla quits (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
21:17:06 × mht quits (~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split)
21:17:07 × bbhoss quits (sid18216@gateway/web/irccloud.com/x-tshhrdxhsikqotro) (*.net *.split)
21:17:07 × jlpeters quits (sid25606@gateway/web/irccloud.com/x-dbifrnxtcwhelvgl) (*.net *.split)
21:17:07 × tnks quits (sid412124@gateway/web/irccloud.com/x-imptgchkzowofvdx) (*.net *.split)
21:17:07 × rotaerk quits (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) (*.net *.split)
21:17:07 × suzu quits (~scaleuser@2001:bc8:1824:43f::1) (*.net *.split)
21:17:07 × rlsph quits (~mads@2a03:b0c0:2:f0::324:5001) (*.net *.split)
21:17:07 × LittleFox quits (~littlefox@2a03:4000:13:34f::2) (*.net *.split)
21:17:07 × jackdk quits (sid373013@gateway/web/irccloud.com/x-uqhqekzhmwwtnnpj) (*.net *.split)
21:17:08 × t36s quits (~t36s@2a03:b0c0:3:d0::1c23:5001) (*.net *.split)
21:17:08 × johnstein quits (~johnstein@192.73.239.18) (*.net *.split)
21:17:08 × Guest97066 quits (~tristan@luna.whatbox.ca) (*.net *.split)
21:17:08 × stree quits (~stree@68.36.8.116) (*.net *.split)
21:17:08 × Flonk quits (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (*.net *.split)
21:17:08 × cheater1 quits (~user@unaffiliated/cheater) (*.net *.split)
21:17:10 × DavidEichmann quits (~david@147.136.46.217.dyn.plus.net) (*.net *.split)
21:17:10 × Ishutin quits (~ishutin@94-21-174-90.pool.digikabel.hu) (*.net *.split)
21:17:10 × {abby} quits (~{abby}@unaffiliated/demhydraz) (*.net *.split)
21:17:10 × curiousgay quits (~gay@178.217.208.8) (*.net *.split)
21:17:10 × tsandstr quits (~user@nat-130-132-173-221.central.yale.edu) (*.net *.split)
21:17:10 × apoc quits (~apoc@49.12.13.193) (*.net *.split)
21:17:10 × Khisanth quits (~Khisanth@11.sub-174-244-147.myvzw.com) (*.net *.split)
21:17:11 × wraithm quits (~wraithm@unaffiliated/wraithm) (*.net *.split)
21:17:11 × Tene quits (~tene@poipu/supporter/slacker/tene) (*.net *.split)
21:17:11 × m0rphism quits (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (*.net *.split)
21:17:11 × blankhart quits (~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net) (*.net *.split)
21:17:12 × ystael quits (~ystael@209.6.50.55) (*.net *.split)
21:17:12 × jluttine quits (~jluttine@85-23-66-6.bb.dnainternet.fi) (*.net *.split)
21:17:13 × jcarpenter2 quits (~rofl@96.78.87.197) (*.net *.split)
21:17:13 × stefan-_ quits (~cri@42dots.de) (*.net *.split)
21:17:13 × Ranhir quits (~Ranhir@157.97.53.139) (*.net *.split)
21:17:13 × puffnfresh1 quits (~puffnfres@119-17-138-164.77118a.mel.static.aussiebb.net) (*.net *.split)
21:17:14 × AWizzArd quits (~code@unaffiliated/awizzard) (*.net *.split)
21:17:14 × epta quits (~m@nuda.space) (*.net *.split)
21:17:14 × turq quits (~electro@unaffiliated/turq) (*.net *.split)
21:17:15 × Mzg quits (Mzg@s1.ct8.pl) (*.net *.split)
21:17:15 × Graypup_ quits (Graypup@lfcode.ca) (*.net *.split)
21:17:15 × tureba quits (~tureba@tureba.org) (*.net *.split)
21:17:16 × vent quits (~vent@185.62.190.213) (*.net *.split)
21:17:16 × turnA7 quits (~turnA@103.120.19.44) (*.net *.split)
21:17:16 × comboy quits (~quassel@tesuji.pl) (*.net *.split)
21:17:16 × jakalx quits (~jakalx@base.jakalx.net) (*.net *.split)
21:17:16 × ammar2 quits (admin@i.diddled.with.the.opers.so.they.klined.me) (*.net *.split)
21:17:17 × Twey quits (~twey@unaffiliated/twey) (*.net *.split)
21:17:17 × irclogger_com quits (~irclogger@li659-42.members.linode.com) (*.net *.split)
21:17:17 × opqdonut quits (opqdonut@pseudo.fixme.fi) (*.net *.split)
21:17:17 × noctux`` quits (1KWNv9FtDb@unaffiliated/noctux) (*.net *.split)
21:17:17 × hrnz quits (~hrnz@unaffiliated/hrnz) (*.net *.split)
21:17:17 × madnight quits (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
21:17:17 × Ankhers quits (~Ankhers@unaffiliated/ankhers) (*.net *.split)
21:17:18 × rprospero quits (~adam@186.75.232.35.bc.googleusercontent.com) (*.net *.split)
21:17:18 × Jonno_FTW quits (~come@api.carswap.me) (*.net *.split)
21:17:18 × electrocat quits (~michiel@revan.derhaeg.be) (*.net *.split)
21:17:18 × kaol quits (~kaol@178.62.241.234) (*.net *.split)
21:17:19 × aforemny quits (~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
21:17:19 × tv- quits (~tv@unaffiliated/tv-) (*.net *.split)
21:17:19 × vicfred quits (vicfred@gateway/vpn/mullvad/vicfred) (*.net *.split)
21:17:19 × tmciver quits (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (*.net *.split)
21:17:19 × nut quits (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (*.net *.split)
21:17:19 × __monty__ quits (~toonn@unaffiliated/toonn) (*.net *.split)
21:17:19 × cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (*.net *.split)
21:17:19 × tzh quits (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split)
21:17:19 × Deide quits (~Deide@217.155.19.23) (*.net *.split)
21:17:19 × nek0 quits (~nek0@mail.nek0.eu) (*.net *.split)
21:17:19 × urodna quits (~urodna@unaffiliated/urodna) (*.net *.split)
21:17:20 × RusAlex quits (~Chel@unaffiliated/rusalex) (*.net *.split)
21:17:20 × tomsmeding quits (~tomsmedin@tomsmeding.com) (*.net *.split)
21:17:20 × Bergle_3 quits (~Bergle_4@101.165.90.119) (*.net *.split)
21:17:20 × Katarushisu quits (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) (*.net *.split)
21:17:20 × clynamen quits (~clynamen@net-93-66-1-11.cust.vodafonedsl.it) (*.net *.split)
21:17:20 × vchlup quits (~vchlup@nat.brnet.cz) (*.net *.split)
21:17:20 × jonatan quits (~nate@h77-53-70-163.cust.a3fiber.se) (*.net *.split)
21:17:20 × johnw quits (~johnw@haskell/developer/johnw) (*.net *.split)
21:17:21 × falsifian quits (~falsifian@exoco.falsifian.org) (*.net *.split)
21:17:21 × davros quits (~davros@host86-185-126-190.range86-185.btcentralplus.com) (*.net *.split)
21:17:21 × wavemode_ quits (~wavemode@097-070-075-143.res.spectrum.com) (*.net *.split)
21:17:21 × totte quits (~totte@chakra/totte) (*.net *.split)
21:17:23 × acarrico quits (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) (*.net *.split)
21:17:23 × tv quits (~tv@unaffiliated/tv) (*.net *.split)
21:17:23 × SquidDev quits (~SquidDev@autoclave.squiddev.cc) (*.net *.split)
21:17:23 × byorgey quits (~byorgey@155.138.238.211) (*.net *.split)
21:17:24 × kilolympus quits (~kilolympu@5.151.5.180) (*.net *.split)
21:17:24 × pierrot quits (~pi@unaffiliated/pierrot) (*.net *.split)
21:17:24 × jules_ quits (~jules@ip201.ip-135-125-227.eu) (*.net *.split)
21:17:25 × hpc quits (~juzz@ip98-169-35-13.dc.dc.cox.net) (*.net *.split)
21:17:25 × Adluc quits (~Adluc@83.167.228.130) (*.net *.split)
21:17:25 × xintron quits (~xintron@unaffiliated/xintron) (*.net *.split)
21:17:26 × stampirl quits (~stampirl@195-154-112-77.rev.poneytelecom.eu) (*.net *.split)
21:17:26 × abrar quits (~abrar@static-108-30-103-121.nycmny.fios.verizon.net) (*.net *.split)
21:17:26 × reda quits (~niemand@unaffiliated/reda) (*.net *.split)
21:17:26 × samebchase quits (~samebchas@51.15.68.182) (*.net *.split)
21:17:26 × dustinm quits (~dustinm@static.38.6.217.95.clients.your-server.de) (*.net *.split)
21:17:26 × adamCS quits (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
21:17:27 × mrus quits (~mrus@149.28.61.155) (*.net *.split)
21:17:27 × tilaiti quits (~tilaiti@static.144.156.216.95.clients.your-server.de) (*.net *.split)
21:17:27 × caubert quits (~caubert@136.244.111.235) (*.net *.split)
21:17:27 × energizer quits (~energizer@unaffiliated/energizer) (*.net *.split)
21:17:27 × shapr quits (~shapr@haskell/developer/shapr) (*.net *.split)
21:17:28 × icebreak1r quits (michalc@freeshell.de) (*.net *.split)
21:17:28 × arianvp quits (~weechat@arianvp.me) (*.net *.split)
21:17:28 × mceier quits (~mceier@89-68-132-187.dynamic.chello.pl) (*.net *.split)
21:17:28 × Majoo quits (~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net) (*.net *.split)
21:17:28 × xhlr quits (~xhlr@static.144.156.216.95.clients.your-server.de) (*.net *.split)
21:17:28 × rkrishnan_ quits (~rkrishnan@rkrishnan.org) (*.net *.split)
21:17:28 × Philonous quits (~Philonous@unaffiliated/philonous) (*.net *.split)
21:17:28 × Jon quits (~jon@redmars.org) (*.net *.split)
21:17:29 × machinedgod quits (~machinedg@24.105.81.50) (*.net *.split)
21:17:29 × __minoru__shirae quits (~shiraeesh@77.94.25.113) (*.net *.split)
21:17:29 × kritzefitz quits (~kritzefit@212.86.56.80) (*.net *.split)
21:17:29 × Sgeo quits (~Sgeo@ool-18b9875e.dyn.optonline.net) (*.net *.split)
21:17:29 × DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (*.net *.split)
21:17:30 × son0p quits (~ff@181.136.122.143) (*.net *.split)
21:17:30 × mmfood quits (~mmfood@185.176.246.69) (*.net *.split)
21:17:30 × perrier-jouet quits (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (*.net *.split)
21:17:30 × unyu quits (~pyon@unaffiliated/pyon) (*.net *.split)
21:17:31 × dastomaten quits (~dastomate@0543f40b.skybroadband.com) (*.net *.split)
21:17:31 × theDon quits (~td@94.134.91.143) (*.net *.split)
21:17:31 × tabemann quits (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (*.net *.split)
21:17:31 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
21:17:31 × DirefulSalt quits (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) (*.net *.split)
21:17:31 × L29Ah quits (~L29Ah@unaffiliated/l29ah) (*.net *.split)
21:17:32 × ukari quits (~ukari@unaffiliated/ukari) (*.net *.split)
21:17:32 × notzmv quits (~zmv@unaffiliated/zmv) (*.net *.split)
21:17:32 × pfurla quits (~pfurla@ool-182ed2e2.dyn.optonline.net) (*.net *.split)
21:17:32 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (*.net *.split)
21:17:33 × luite quits (sid387799@gateway/web/irccloud.com/x-jstlojjciwjquony) (*.net *.split)
21:17:33 × mcglk quits (~textual@131.191.49.120) (*.net *.split)
21:17:33 × johnnyboy[m] quits (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc) (*.net *.split)
21:17:33 × Irenes quits (~irenes@NixOS/user/irenes) (*.net *.split)
21:17:33 × seveg quits (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) (*.net *.split)
21:17:33 × aidecoe quits (~aidecoe@unaffiliated/aidecoe) (*.net *.split)
21:17:33 × dilinger quits (~dilinger@spindle.queued.net) (*.net *.split)
21:17:34 × codedmart quits (codedmart@2600:3c01::f03c:92ff:fefe:8511) (*.net *.split)
21:17:34 × juri_ quits (~juri@178.63.35.222) (*.net *.split)
21:17:34 × sdrodge_ quits (~sdrodge@unaffiliated/sdrodge) (*.net *.split)
21:17:35 × Forlorn_ quits (~Forlorn@unaffiliated/forlorn) (*.net *.split)
21:17:35 × caasih quits (sid13241@gateway/web/irccloud.com/x-ywhvuyflycmojjfa) (*.net *.split)
21:17:35 × ibloom quits (sid350277@gateway/web/irccloud.com/x-yhokoaaxqmoudodu) (*.net *.split)
21:17:35 × alexknvl quits (sid259568@gateway/web/irccloud.com/x-wdxobfzstmpkvclf) (*.net *.split)
21:17:36 × kaletaa quits (~kaletaa@188.34.177.83) (*.net *.split)
21:17:36 × kloeri quits (~kloeri@freenode/staff/exherbo.kloeri) (*.net *.split)
21:17:36 × joeytwiddle quits (~joeytwidd@162.243.115.31) (*.net *.split)
21:17:36 × lovesegfault quits (~bemeurer@37.219.94.34.bc.googleusercontent.com) (*.net *.split)
21:17:36 × TMA quits (tma@twin.jikos.cz) (*.net *.split)
21:17:36 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (*.net *.split)
21:17:36 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
21:17:36 × jollygood2 quits (~bc8134e3@217.29.117.252) (*.net *.split)
21:17:37 × wonko7 quits (~wonko7@62.115.229.50) (*.net *.split)
21:17:37 × conal_ quits (~conal@64.71.133.70) (*.net *.split)
21:17:37 × gitgood quits (~gitgood@80-44-9-246.dynamic.dsl.as9105.com) (*.net *.split)
21:17:37 × fendor quits (~fendor@178.165.131.197.wireless.dyn.drei.com) (*.net *.split)
21:17:38 × Codaraxis__ quits (~Codaraxis@92.223.89.200) (*.net *.split)
21:17:38 × honigkuchen quits (~honigkuch@ip5b429953.dynamic.kabel-deutschland.de) (*.net *.split)
21:17:38 × quinn quits (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) (*.net *.split)
21:17:38 × zaquest quits (~notzaques@5.128.210.178) (*.net *.split)
21:17:38 × mikolaj_ quits (~mikolaj@purple.well-typed.com) (*.net *.split)
21:17:39 × xlei quits (znc@unaffiliated/xlei) (*.net *.split)
21:17:39 × cohn_ quits (~noone@23.239.18.252) (*.net *.split)
21:17:39 × SIben_ quits (~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
21:17:39 × carbolymer quits (~carbolyme@dropacid.net) (*.net *.split)
21:17:39 × dminuoso quits (~dminuoso@static.88-198-218-68.clients.your-server.de) (*.net *.split)
21:17:40 × jassob quits (~jassob@korrob.vth.sgsnet.se) (*.net *.split)
21:17:40 × _xor quits (~xor@74.215.46.133) (*.net *.split)
21:17:41 × davean quits (~davean@davean.sciesnet.net) (*.net *.split)
21:17:41 × SupaYoshi quits (~supayoshi@213-10-140-13.fixed.kpn.net) (*.net *.split)
21:17:42 × st13g quits (~quassel@47.90.246.232) (*.net *.split)
21:17:42 × liyang quits (~liyang@90.255.129.199) (*.net *.split)
21:17:42 × marble_visions quits (~user@68.183.79.8) (*.net *.split)
21:17:42 × mapperr quits (~mapperr@vmi389916.contaboserver.net) (*.net *.split)
21:17:42 × _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (*.net *.split)
21:17:42 × blissful quits (~blissful@unaffiliated/azuline) (*.net *.split)
21:17:43 × bgamari quits (~bgamari@72.65.101.132) (*.net *.split)
21:17:43 × conkker quits (~conkker@unaffiliated/conkker) (*.net *.split)
21:17:43 × cods quits (~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
21:17:43 × Firedancer quits (sid336191@gateway/web/irccloud.com/x-xoleucehjmvybibw) (*.net *.split)
21:17:43 × mud quits (~mud@unaffiliated/kadoban) (*.net *.split)
21:17:43 × infinity0 quits (~infinity0@freenet/developer/infinity0) (*.net *.split)
21:17:43 × tristanC quits (~tristanC@unaffiliated/tristanc) (*.net *.split)
21:17:43 × pieguy128_ quits (~pieguy128@bas1-quebec14-67-70-101-46.dsl.bell.ca) (*.net *.split)
21:17:44 × vancz quits (~vancz@unaffiliated/vancz) (*.net *.split)
21:17:44 × pie_ quits (~pie_bnc]@unaffiliated/pie-/x-0787662) (*.net *.split)
21:17:44 × esph quits (~weechat@unaffiliated/esph) (*.net *.split)
21:17:44 × mrd quits (~mrd@debian/developer/mrd) (*.net *.split)
21:17:44 × Igloo quits (~igloo@matrix.chaos.earth.li) (*.net *.split)
21:17:44 × jvanbure_ quits (~jvanbure@159.65.233.183) (*.net *.split)
21:17:44 × tstat quits (~tstat@104.131.113.212) (*.net *.split)
21:17:44 × lockshaw_ quits (~lockshaw@165.22.163.71) (*.net *.split)
21:17:45 × nshepperd2 quits (~nshepperd@li364-218.members.linode.com) (*.net *.split)
21:17:45 × TommyC quits (~TommyC@unaffiliated/sepulchralbloom) (*.net *.split)
21:17:45 × kqr quits (~kqr@vps.xkqr.org) (*.net *.split)
21:17:45 × remedan quits (~remedan@balak.me) (*.net *.split)
21:17:45 × zymurgy quits (~zymurgy@li607-220.members.linode.com) (*.net *.split)
21:17:45 × acro quits (~acro@unaffiliated/acro) (*.net *.split)
21:17:45 × loc quits (~loc@unaffiliated/loc) (*.net *.split)
21:17:46 × Aleksejs quits (~Aleksejs@haskell.lv) (*.net *.split)
21:17:46 × pounce quits (~pounce@ns379743.ip-5-196-70.eu) (*.net *.split)
21:17:46 × djanatyn_ quits (~djanatyn@ec2-18-209-155-56.compute-1.amazonaws.com) (*.net *.split)
21:17:46 × pdxleif quits (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) (*.net *.split)
21:17:46 × fr33domlover quits (~fr33domlo@angeley.es) (*.net *.split)
21:17:46 × shreyasminocha quits (~shreyasmi@unaffiliated/shreyasminocha) (*.net *.split)
21:17:46 × bind2 quits (~bind@md-dingen.tilaa.cloud) (*.net *.split)
21:17:46 × remexre quits (~nathan@207-153-38-50.fttp.usinternet.com) (*.net *.split)
21:17:46 × stvc quits (~stvc@192.241.166.39) (*.net *.split)
21:17:46 × asm89 quits (~asm89@unaffiliated/asm89) (*.net *.split)
21:17:46 × tasuki quits (~tasuki@198.211.120.27) (*.net *.split)
21:17:47 × dmwit quits (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (*.net *.split)
21:17:47 × tomku quits (~tomku@unaffiliated/tomku) (*.net *.split)
21:17:47 × eagleflo quits (~aku@eagleflow.fi) (*.net *.split)
21:17:47 × seliopou quits (seliopou@entropy.tmok.com) (*.net *.split)
21:17:47 × gargawel quits (~gael@212.83.144.58) (*.net *.split)
21:17:47 × heath quits (~heath@unaffiliated/ybit) (*.net *.split)
21:17:47 × Kneiva_ quits (kneiva@raah.fi) (*.net *.split)
21:17:47 × relrod quits (~relrod@redhat/ansible.staff.relrod) (*.net *.split)
21:17:47 × deni quits (~deni@unaffiliated/deni) (*.net *.split)
21:17:47 × wayne quits (~wayne@unaffiliated/wayne) (*.net *.split)
21:17:47 × dredozubov quits (~dredozubo@37.139.21.214) (*.net *.split)
21:17:48 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (*.net *.split)
21:17:48 × Rudd0 quits (~Rudd0@185.189.115.108) (*.net *.split)
21:17:48 × elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (*.net *.split)
21:17:48 × Nik05 quits (~Nik05@unaffiliated/nik05) (*.net *.split)
21:17:48 × HannaM quits (~quassel@p54849510.dip0.t-ipconnect.de) (*.net *.split)
21:17:48 × Tuplanolla quits (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (*.net *.split)
21:17:49 × bradparker quits (sid262931@gateway/web/irccloud.com/x-ipktkzcrditobyzs) (*.net *.split)
21:17:49 × gawen quits (~gawen@movzbl.root.sx) (*.net *.split)
21:17:49 × ephemera__ quits (~E@122.34.1.187) (*.net *.split)
21:17:49 × glamas_ quits (~glamas@107.182.17.237) (*.net *.split)
21:17:49 × jrm quits (~jrm@freebsd/developer/jrm) (*.net *.split)
21:17:50 × ahf quits (ahf@irssi/staff/ahf) (*.net *.split)
21:17:50 × cyberlard quits (~cyberlard@unaffiliated/jludwig) (*.net *.split)
21:17:50 × Neuromancer quits (~Neuromanc@unaffiliated/neuromancer) (*.net *.split)
21:17:50 × landonf quits (landonf@mac68k.info) (*.net *.split)
21:17:51 × tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (*.net *.split)
21:17:51 × poljar1 quits (~poljar@93-139-112-157.adsl.net.t-com.hr) (*.net *.split)
21:17:51 × Tesseraction quits (~Tesseract@unaffiliated/tesseraction) (*.net *.split)
21:17:51 × mudfog quits (~mudfog@ec2-54-152-211-54.compute-1.amazonaws.com) (*.net *.split)
21:17:51 × tumdedum quits (~tumdedum@unaffiliated/espiral) (*.net *.split)
21:17:51 × echoreply quits (~echoreply@unaffiliated/echoreply) (*.net *.split)
21:17:51 × duckonomy_ quits (~duckonomy@177.ip-144-217-84.net) (*.net *.split)
21:17:52 × troydm quits (~troydm@unaffiliated/troydm) (*.net *.split)
21:17:52 × Benett quits (~Benett@unaffiliated/benett) (*.net *.split)
21:17:52 × lordyod quits (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) (*.net *.split)
21:17:52 × swater quits (~swater@perso.iiens.net) (*.net *.split)
21:17:52 × Moyst quits (~moyst@212-149-213-144.bb.dnainternet.fi) (*.net *.split)
21:17:52 × connrs quits (~connrs@mail.connolley.uk) (*.net *.split)
21:17:52 × nckx quits (~nckx@tobias.gr) (*.net *.split)
21:17:52 × lep-delete quits (~lep@94.31.86.183) (*.net *.split)
21:17:52 × SlashLife quits (~slashlife@stienen.name) (*.net *.split)
21:17:52 × ent quits (entgod@kapsi.fi) (*.net *.split)
21:17:52 × tdammers quits (~tdammers@unaffiliated/tdammers) (*.net *.split)
21:17:53 × CitizenSnips quits (~CitizenSn@irc.refl.club) (*.net *.split)
21:17:53 × ralu quits (~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
21:17:53 × tessier quits (~treed@kernel-panic/copilotco) (*.net *.split)
21:17:53 × adium quits (adium@unaffiliated/adium) (*.net *.split)
21:17:54 × frobnicator quits (~frobnicat@185-227-75-147.dsl.cambrium.nl) (*.net *.split)
21:17:54 × Deewiant quits (~deewiant@de1.ut.deewiant.iki.fi) (*.net *.split)
21:17:54 × exferenceBot quits (~exference@hexagoxel.de) (*.net *.split)
21:17:54 × tolt quits (~weechat-h@li219-154.members.linode.com) (*.net *.split)
21:17:54 × ornxka quits (~ornxka@unaffiliated/ornx) (*.net *.split)
21:17:54 × lazyshrk quits (~lazyshrk@128.199.58.13) (*.net *.split)
21:17:54 × afx237 quits (~afx237@107.170.10.178) (*.net *.split)
21:17:55 × haskell_1 quits (~twain@168.61.46.105) (*.net *.split)
21:17:55 × rotty quits (rotty@ghost.xx.vu) (*.net *.split)
21:17:55 × wz1000 quits (~wz1000@static.11.113.47.78.clients.your-server.de) (*.net *.split)
21:17:56 × Patternmaster quits (~georg@li1192-118.members.linode.com) (*.net *.split)
21:17:56 × Iroha quits (~Dykomii@kyoto.mii.moe) (*.net *.split)
21:17:56 × statusfailed quits (~statusfai@statusfailed.com) (*.net *.split)
21:17:56 × hexagoxel quits (~hexagoxel@hexagoxel.de) (*.net *.split)
21:17:56 × WarzoneCommand quits (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
21:17:56 × dibblego quits (~dibblego@haskell/developer/dibblego) (*.net *.split)
21:17:56 × maerwald quits (~maerwald@mail.hasufell.de) (*.net *.split)
21:17:56 × drewolson quits (~drewolson@64.227.24.16) (*.net *.split)
21:17:56 × thebnq quits (~bnq@herrokitty.com) (*.net *.split)
21:17:57 × digia quits (~digia@unaffiliated/digia) (*.net *.split)
21:17:57 × jmsx quits (~jordan@li1158-85.members.linode.com) (*.net *.split)
21:17:57 × luigy quits (~luigy@104.236.106.229) (*.net *.split)
21:17:57 × koala_man quits (~vidar@unaffiliated/koala-man/x-2491903) (*.net *.split)
21:17:57 × magicman quits (~tchakkazu@static-47-180-28-65.lsan.ca.frontiernet.net) (*.net *.split)
21:17:57 × johnyginthehouse quits (~johnygint@159.203.30.32) (*.net *.split)
21:17:57 × dh quits (dh@bsd.ee) (*.net *.split)
21:17:57 × Clint quits (~Clint@libre.fm/hacker/clint) (*.net *.split)
21:17:57 × quicksil1er quits (~jules@roobarb.crazydogs.org) (*.net *.split)
21:17:57 × EdwardIII quits (~edwardiii@unaffiliated/edward123) (*.net *.split)
21:17:57 × Mrbuck quits (~Mrbuck@gateway/tor-sasl/mrbuck) (*.net *.split)
21:17:58 × jb55 quits (~jb55@gateway/tor-sasl/jb55) (*.net *.split)
21:17:58 × hendursaga quits (~weechat@gateway/tor-sasl/hendursaga) (*.net *.split)
21:17:58 × finn_elija quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (*.net *.split)
21:17:58 × snowflake_ quits (~snowflake@gateway/tor-sasl/snowflake) (*.net *.split)
21:17:58 × bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
21:17:59 × cantstanya quits (~chatting@gateway/tor-sasl/cantstanya) (*.net *.split)
21:17:59 × Unhammer quits (~Unhammer@gateway/tor-sasl/unhammer) (*.net *.split)
21:17:59 × vgtw quits (~vgtw@gateway/tor-sasl/vgtw) (*.net *.split)
21:17:59 × andreas303 quits (~andreas@gateway/tor-sasl/andreas303) (*.net *.split)
21:17:59 × Chai-T-Rex quits (~ChaiTRex@gateway/tor-sasl/chaitrex) (*.net *.split)
21:17:59 × xelxebar quits (~xelxebar@gateway/tor-sasl/xelxebar) (*.net *.split)
21:17:59 × jpds quits (~jpds@gateway/tor-sasl/jpds) (*.net *.split)
21:18:00 × Sarcarean quits (4582bfd4@h69-130-191-212.bendor.broadband.dynamic.tds.net) (*.net *.split)
21:18:00 × federd8 quits (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) (*.net *.split)
21:18:00 × thunderrd quits (~thunderrd@183.182.114.233) (*.net *.split)
21:18:00 × mith[m] quits (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim) (*.net *.split)
21:18:00 × Guillaum quits (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb) (*.net *.split)
21:18:01 × berberman quits (~berberman@unaffiliated/berberman) (*.net *.split)
21:18:01 × lemmih quits (~lemmih@2406:3003:2072:44:b750:bcd2:3182:6116) (*.net *.split)
21:18:01 × tabaqui quits (~tabaqui@2604:a880:800:c1::21b:3001) (*.net *.split)
21:18:01 × alanz quits (sid110616@gateway/web/irccloud.com/x-wrkjabizodqmlyrt) (*.net *.split)
21:18:01 × cybai quits (~cybai@2400:4050:3122:900:f13a:fdb8:499e:2b92) (*.net *.split)
21:18:01 × maralorn quits (maralornma@gateway/shell/matrix.org/x-effbgvlwiyjkbspr) (*.net *.split)
21:18:02 × madjestic[m] quits (madjesticm@gateway/shell/matrix.org/x-ktewxaguqqmdajwc) (*.net *.split)
21:18:03 × anon1891[m] quits (anon1891ma@gateway/shell/matrix.org/x-luqmyjielnldrpsd) (*.net *.split)
21:18:03 × stevekrouse1[m] quits (stevekrous@gateway/shell/matrix.org/x-vkuwqhpopicdwkjn) (*.net *.split)
21:18:03 × alar[m] quits (alarmxalat@gateway/shell/matrix.org/x-rxfmpjgktvgasqzm) (*.net *.split)
21:18:03 × maerwald[m] quits (maerwaldma@gateway/shell/matrix.org/x-xrjtspmgpqnkebab) (*.net *.split)
21:18:04 × adziahel[m] quits (adziahelma@gateway/shell/matrix.org/x-cyhjmrgvstvbsvar) (*.net *.split)
21:18:04 × mrkajetanp quits (mrkajetanp@gateway/shell/matrix.org/x-hpxrawejyiafurts) (*.net *.split)
21:18:04 × mrus[m] quits (mrusmatrix@gateway/shell/matrix.org/x-uxnzjhojjgavftjp) (*.net *.split)
21:18:05 × toasty_avocado[m quits (toastyavoc@gateway/shell/matrix.org/x-suvnnltfbgmbcmqp) (*.net *.split)
21:18:05 × lambdaclan quits (lambdaclan@gateway/shell/matrix.org/x-amguadwuvvlssavp) (*.net *.split)
21:18:05 × hsiktas[m] quits (hsiktasmat@gateway/shell/matrix.org/x-rzbavalgomdzhhtt) (*.net *.split)
21:18:05 × rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-dhpmvcgpmsxtqfgs) (*.net *.split)
21:18:05 × jeffcasavant[m] quits (jeffcasava@gateway/shell/matrix.org/x-xswajewqaoguxzda) (*.net *.split)
21:18:05 × ThaEwat quits (thaewraptm@gateway/shell/matrix.org/x-utrkwzmbsriqzljj) (*.net *.split)
21:18:05 × fgaz quits (fgazmatrix@gateway/shell/matrix.org/x-cxxxnfuxyrjazthh) (*.net *.split)
21:18:05 × PotatoHatsue quits (berbermanp@gateway/shell/matrix.org/x-nvqlvyzjmcadpsda) (*.net *.split)
21:18:06 × anandprabhu-M quits (anandprabh@gateway/shell/kde/matrix/x-bzzbuurppcsxzllt) (*.net *.split)
21:18:06 × spoonm quits (~spoonm@tokyo.spoonm.org) (*.net *.split)
21:18:06 × mflux quits (flux@coffee.modeemi.fi) (*.net *.split)
21:18:06 × towel quits (~towel@unaffiliated/towel) (*.net *.split)
21:18:06 × oldsk00l quits (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com) (*.net *.split)
21:18:07 × jameekim1 quits (~jameekim@mx.nodaplife.me) (*.net *.split)
21:18:07 × nlofaro quits (sid258233@gateway/web/irccloud.com/x-zceopsfcsjrtpvjo) (*.net *.split)
21:18:07 × lemald quits (~eddie@capybara.lemald.org) (*.net *.split)
21:18:07 × nemesit|znc quits (~nemesit@2a01:488:66:1000:2ea3:4eeb:0:1) (*.net *.split)
21:18:07 × koankeeper quits (sid216950@gateway/web/irccloud.com/x-lympprcqrveoixtt) (*.net *.split)
21:18:08 × rawles quits (~r@unaffiliated/rawles) (*.net *.split)
21:18:08 × LambdaDu1k quits (~anka@ksit.fixme.fi) (*.net *.split)
21:18:08 × blackdog quits (~blackdog@198.211.112.85) (*.net *.split)
21:18:08 × sdressel quits (~sdressel@pwning.de) (*.net *.split)
21:18:08 × sarahzrf quits (~sarahzrf_@2604:a880:400:d0::b4a:4001) (*.net *.split)
21:18:09 × jesser[m] quits (jessermatr@gateway/shell/matrix.org/x-aupqwvyiwubojerx) (*.net *.split)
21:18:09 × Poyo[m] quits (stikynotha@gateway/shell/matrix.org/x-xcbfkbcujzncipye) (*.net *.split)
21:18:09 × lnxw37d4 quits (lnxw37d4ma@gateway/shell/matrix.org/x-mzuaquuooftpadmi) (*.net *.split)
21:18:10 × amerocu[m] quits (amerocumat@gateway/shell/matrix.org/x-qzhlcptahjtnfoav) (*.net *.split)
21:18:10 × fox[m]1 quits (foxforestf@gateway/shell/matrix.org/x-hqbybhlwcrwvhxhe) (*.net *.split)
21:18:10 × enya[m] quits (enyaismatr@gateway/shell/matrix.org/x-sutipvvcssuynets) (*.net *.split)
21:18:10 × ManofLetters[m] quits (manoflette@gateway/shell/matrix.org/x-ovmdqtbnmvvsfsit) (*.net *.split)
21:18:11 × JaakkoLuttinen[m quits (jluttinema@gateway/shell/matrix.org/x-lrgelkqzqyoiwyju) (*.net *.split)
21:18:11 × DamienCassou quits (damiencass@gateway/shell/matrix.org/x-wraaqkgwwvejeluv) (*.net *.split)
21:18:11 × bitonic quits (bitonicmat@gateway/shell/matrix.org/x-yisbdbwqrxbimepi) (*.net *.split)
21:18:11 × sm[m] quits (simonmicma@gateway/shell/matrix.org/x-fghdiqopefseaokb) (*.net *.split)
21:18:12 × megaTherion quits (~therion@unix.io) (*.net *.split)
21:18:12 × hyperfekt quits (end@bnc.hyperfekt.net) (*.net *.split)
21:18:13 × statusbot quits (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
21:18:13 × gareth__ quits (~gareth__@104.236.161.134) (*.net *.split)
21:18:13 × chirpsalot quits (~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net) (*.net *.split)
21:18:13 × Guest36391 quits (~iomonad@95.179.211.27) (*.net *.split)
21:18:13 × mr_yogurt quits (~mr_yogurt@5.61.211.35.bc.googleusercontent.com) (*.net *.split)
21:18:13 × xensky quits (~xensky@xengarden.xen.prgmr.com) (*.net *.split)
21:18:14 × nrdmn98 quits (~nrdmn@95.129.53.118) (*.net *.split)
21:18:14 × bcmiller quits (~bm3719@66.42.95.185) (*.net *.split)
21:18:14 × anoe quits (~anoe@51.15.174.146) (*.net *.split)
21:18:14 × qz quits (~quetzal@li272-85.members.linode.com) (*.net *.split)
21:18:14 × toppler` quits (~user@mtop.default.momentoftop.uk0.bigv.io) (*.net *.split)
21:18:14 × marek quits (~mmahut@fedora/pyxel) (*.net *.split)
21:18:15 × cross quits (~cross@spitfire.i.gajendra.net) (*.net *.split)
21:18:15 × _janne quits (~janne@punainen.org) (*.net *.split)
21:18:15 × nerdypepper quits (znc@152.67.162.71) (*.net *.split)
21:18:15 × neobit_ quits (~neobit@159.65.243.9) (*.net *.split)
21:18:15 × Uniaika quits (~uniaika@163.172.211.189) (*.net *.split)
21:18:15 × madnificent quits (~madnifice@static.210.74.63.178.clients.your-server.de) (*.net *.split)
21:18:15 × Guest38723 quits (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (*.net *.split)
21:18:15 × sw1nn quits (~sw1nn@2a00:23c7:622f:2c00:5726:e59c:c228:d7ce) (*.net *.split)
21:18:15 × howdoi quits (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij) (*.net *.split)
21:18:16 × justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (*.net *.split)
21:18:16 × twk- quits (~thewormki@unaffiliated/twk-) (*.net *.split)
21:18:16 × renzhi quits (~renzhi@2607:fa49:6500:bc00::e7b) (*.net *.split)
21:18:16 × waleee-cl quits (uid373333@gateway/web/irccloud.com/x-caupldtffelvoeqp) (*.net *.split)
21:18:16 × stef204 quits (~stef204@unaffiliated/stef-204/x-384198) (*.net *.split)
21:18:16 × hiroaki quits (~hiroaki@2a02:8108:8c40:2bb8:6312:c8ad:fc31:201b) (*.net *.split)
21:18:16 × dmytrish quits (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c) (*.net *.split)
21:18:17 × Feuermagier quits (~Feuermagi@2a02:2488:4211:3400:7285:c2ff:fe22:172e) (*.net *.split)
21:18:17 × srk quits (~sorki@unaffiliated/srk) (*.net *.split)
21:18:17 × graingert quits (sid128301@gateway/web/irccloud.com/x-hzpuckilkrvcdlsz) (*.net *.split)
21:18:17 × shutdown_-h_now quits (~arjan@2001:1c06:2d0b:2312:41b7:a173:a0b0:162b) (*.net *.split)
21:18:18 × haritz quits (~hrtz@unaffiliated/haritz) (*.net *.split)
21:18:18 × b20n quits (sid115913@gateway/web/irccloud.com/x-wvurqfbcjkkidela) (*.net *.split)
21:18:18 × d0liver quits (sid363046@gateway/web/irccloud.com/x-nemzonvlsnfdjkyk) (*.net *.split)
21:18:19 × rann quits (sid175221@gateway/web/irccloud.com/x-htpbeywwyvgnitzj) (*.net *.split)
21:18:19 × lawid quits (~quassel@2a02:8109:b5c0:5334:265e:beff:fe2a:dde8) (*.net *.split)
21:18:19 × dexterlb quits (~dexterlb@2a01:9e40:2:2::2) (*.net *.split)
21:18:19 × darthThorik quits (sid39589@gateway/web/irccloud.com/x-oqamjdqpvpmmnlft) (*.net *.split)
21:18:19 × albethere quits (sid457088@gateway/web/irccloud.com/x-egqhysbcgqwwryxs) (*.net *.split)
21:18:19 × dsal quits (sid13060@gateway/web/irccloud.com/x-qtgpxhcseaxflmxx) (*.net *.split)
21:18:19 × NinjaTrappeur quits (~ninja@unaffiliated/ninjatrappeur) (*.net *.split)
21:18:19 × PtxDK quits (~quassel@2a01:7c8:aac3:591:5054:ff:fe3d:cac6) (*.net *.split)
21:18:19 × pepeiborra quits (sid443799@gateway/web/irccloud.com/x-wwhumdjiavtzqvnj) (*.net *.split)
21:18:19 × thi quits (sid97277@gateway/web/irccloud.com/x-qecopghcofyuqahp) (*.net *.split)
21:18:20 × PotatoGim quits (sid99505@gateway/web/irccloud.com/x-qrihjhvmnnmtnggm) (*.net *.split)
21:18:20 × pent quits (sid313808@gateway/web/irccloud.com/x-oyldewujgosrhjtp) (*.net *.split)
21:18:20 × sclv quits (sid39734@haskell/developer/sclv) (*.net *.split)
21:18:20 × parisienne quits (sid383587@gateway/web/irccloud.com/x-vydbxjnkijiazrlk) (*.net *.split)
21:18:20 × tekacs quits (tekacs@2a01:7e00::f03c:91ff:fe93:43aa) (*.net *.split)
21:18:21 × pjb quits (~pjb@2a01cb04063ec500ad42b45c394adc0f.ipv6.abo.wanadoo.fr) (*.net *.split)
21:18:21 × sqrt2 quits (~ben@unaffiliated/sqrt2) (*.net *.split)
21:18:21 × rizary quits (sid220347@gateway/web/irccloud.com/x-zmjqapjzsmflqwgm) (*.net *.split)
21:18:21 × higherorder__ quits (sid185221@gateway/web/irccloud.com/x-koiygmjzeszehzrt) (*.net *.split)
21:18:21 × kip quits (sid71464@gateway/web/irccloud.com/x-urjbgtyvyzgxzumc) (*.net *.split)
21:18:21 × idnar quits (sid12240@gateway/web/irccloud.com/x-pvawekuiulmnefkg) (*.net *.split)
21:18:21 × liszt quits (sid336875@gateway/web/irccloud.com/x-aonselplhnbmouys) (*.net *.split)
21:18:21 × travv0 quits (sid293381@gateway/web/irccloud.com/x-hoivuatisyqixyit) (*.net *.split)
21:18:22 × cbarrett quits (sid192934@adium/cbarrett) (*.net *.split)
21:18:22 × edmundnoble quits (sid229620@gateway/web/irccloud.com/x-emmrpthgulpebvrs) (*.net *.split)
21:18:22 × PoliticsII______ quits (sid193551@gateway/web/irccloud.com/x-yxyceemvbzkrgcna) (*.net *.split)
21:18:22 × teehemkay quits (sid14792@gateway/web/irccloud.com/x-aozhbjqwwkaxnioe) (*.net *.split)
21:18:22 × simplegauss quits (~simplegau@2001:19f0:ac01:247:5400:ff:fe5c:689f) (*.net *.split)
21:18:22 × lawt quits (~lawt@2601:200:8101:f140:dea6:32ff:fea1:adfa) (*.net *.split)
21:18:22 × lechner quits (~lechner@letbox-vps.us-core.com) (*.net *.split)
21:18:23 × flow quits (~none@salem.informatik.uni-erlangen.de) (*.net *.split)
21:18:23 × Blkt quits (~Blkt@2a01:4f8:200:2425::adda) (*.net *.split)
21:18:23 × tionos- quits (~tionos@2a0b:b7c4:1:731::1) (*.net *.split)
21:18:23 × PyroLagus quits (PyroLagus@i.have.ipv6.on.coding4coffee.org) (*.net *.split)
21:18:23 × nick_h quits (sid319833@gateway/web/irccloud.com/x-rpjxyycebsudwryk) (*.net *.split)
21:18:24 × lexi-lambda quits (sid92601@gateway/web/irccloud.com/x-lbtagjjufznxxeun) (*.net *.split)
21:18:25 × cawfee quits (chiya@2406:3003:2077:2341::babe) (*.net *.split)
21:18:25 × jiribenes quits (~jiribenes@rosa.jiribenes.com) (*.net *.split)
21:18:25 × betawaffle quits (sid2730@gateway/web/irccloud.com/x-mgkyhxjwrxbfnjrt) (*.net *.split)
21:18:25 × npgm quits (sid42623@gateway/web/irccloud.com/x-hdudxwjvxbrygqyi) (*.net *.split)
21:18:25 × elvishjerricco quits (sid237756@NixOS/user/ElvishJerricco) (*.net *.split)
21:18:25 × JSharp quits (sid4580@wikia/JSharp) (*.net *.split)
21:18:25 × thecoffemaker quits (~thecoffem@unaffiliated/thecoffemaker) (*.net *.split)
21:18:25 × m1dnight_ quits (~m1dnight@188.ip-51-91-158.eu) (*.net *.split)
21:18:26 × Kamuela quits (sid111576@gateway/web/irccloud.com/x-ichknpgshtclrsay) (*.net *.split)
21:18:26 × lolmac quits (sid171216@gateway/web/irccloud.com/x-dfzmqyyhzzvhceve) (*.net *.split)
21:18:26 × nurupo quits (~nurupo.ga@unaffiliated/nurupo) (*.net *.split)
21:18:26 × typetetris quits (uid275937@gateway/web/irccloud.com/x-mjjfisuvtdksxyob) (*.net *.split)
21:18:26 × bollu quits (~bollu@139.59.46.74) (*.net *.split)
21:18:26 × puffnfresh quits (~puffnfres@45.76.124.5) (*.net *.split)
21:18:26 × dwt quits (~dwt@c-98-200-58-177.hsd1.tx.comcast.net) (*.net *.split)
21:18:27 × nikola1 quits (~nikola@2a03:b0c0:2:d0::dc2:c001) (*.net *.split)
21:18:27 × rzmt quits (~rzmt@87-92-180-112.rev.dnainternet.fi) (*.net *.split)
21:18:27 × mp___ quits (mp@hell.cx) (*.net *.split)
21:18:27 × kum0 quits (~kumo@139.180.144.166) (*.net *.split)
21:18:28 × Inoperable quits (~PLAYER_1@fancydata.science) (*.net *.split)
21:18:29 × russruss40 quits (~russruss@my.russellmcc.com) (*.net *.split)
21:18:29 × Lowl3v3l quits (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (*.net *.split)
21:18:29 × tms_ quits (thomaav@cassarossa.samfundet.no) (*.net *.split)
21:18:29 × mrchampion quits (~mrchampio@38.18.109.23) (*.net *.split)
21:18:29 × shailangsa quits (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) (*.net *.split)
21:18:29 × MarcelineVQ quits (~anja@198.254.208.159) (*.net *.split)
21:18:29 × zmijunkie quits (~Adium@87.122.222.145) (*.net *.split)
21:18:29 × bennofs__ quits (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de) (*.net *.split)
21:18:29 × hyiltiz quits (~quassel@unaffiliated/hyiltiz) (*.net *.split)
21:18:30 × mikolaj quits (~mikon@duch.mimuw.edu.pl) (*.net *.split)
21:18:30 × star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (*.net *.split)
21:18:30 × puke quits (~vroom@217.138.252.196) (*.net *.split)
21:18:30 × grumble quits (~Thunderbi@freenode/staff/grumble) (*.net *.split)
21:18:30 × smerdyakov8 quits (~dan@5.146.195.164) (*.net *.split)
21:18:31 × benwr____ quits (sid372383@gateway/web/irccloud.com/x-mijbqpsjqwboudpc) (*.net *.split)
21:18:31 × totbwf quits (sid402332@gateway/web/irccloud.com/x-evcibzlipwnkayzd) (*.net *.split)
21:18:31 × darjeeling_ quits (~darjeelin@122.245.216.145) (*.net *.split)
21:18:32 × xsperry quits (~as@unaffiliated/xsperry) (*.net *.split)
21:18:32 × nisstyre quits (~wes@python-zero/conduct-committee/nisstyre) (*.net *.split)
21:18:32 × lassulus quits (~lassulus@NixOS/user/lassulus) (*.net *.split)
21:18:32 × And1 quits (~And1@brewington.uberspace.de) (*.net *.split)
21:18:32 × dolio quits (~dolio@haskell/developer/dolio) (*.net *.split)
21:18:33 × cpape quits (~user@static.180.18.203.116.clients.your-server.de) (*.net *.split)
21:18:33 × datajerk quits (~datajerk@sense.net) (*.net *.split)
21:18:34 × electrostat quits (~dag@unaffiliated/electrostat) (*.net *.split)
21:18:34 × acertain quits (sid470584@gateway/web/irccloud.com/x-udpocathjkijcvpk) (*.net *.split)
21:18:34 × obiiwahn quits (~obiwahn@pdpc/supporter/student/obiwahn) (*.net *.split)
21:18:34 × Cerise quits (~jerry@unaffiliated/cerise) (*.net *.split)
21:18:35 × dan64 quits (~dan64@dannyadam.com) (*.net *.split)
21:18:35 × bobey88 quits (~bobey@72-172-218-188.fidnet.com) (*.net *.split)
21:18:35 × p8m quits (p8m@gateway/vpn/protonvpn/p8m) (*.net *.split)
21:18:35 × kav quits (~kari@dsl-hkibng42-56733f-225.dhcp.inet.fi) (*.net *.split)
21:18:36 × Chousuke quits (oranenj@coffee.modeemi.fi) (*.net *.split)
21:18:36 × ekleog quits (~ii@prologin/ekleog) (*.net *.split)
21:18:37 × micro quits (~micro@unaffiliated/micro) (*.net *.split)
21:18:37 × brown121407 quits (~brown1214@fsf/member/brown121407) (*.net *.split)
21:18:37 × raoul quits (~raoulhida@nomnomnomnom.co.uk) (*.net *.split)
21:18:37 × zfnmxt quits (~zfnmxt@unaffiliated/zfnmxt) (*.net *.split)
21:18:37 × lnx quits (~irssi@167.71.7.27) (*.net *.split)
21:18:37 × so_ quits (~so@unaffiliated/so) (*.net *.split)
21:18:38 × amx quits (amx@percival.namespace.at) (*.net *.split)
21:18:39 × aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (*.net *.split)
21:18:39 × psydruid[m] quits (psydruidma@gateway/shell/matrix.org/x-dvmwnhqcosgmszks) (*.net *.split)
21:18:39 × siraben quits (sirabenmat@gateway/shell/matrix.org/x-cfikpjmyftuncdpf) (*.net *.split)
21:18:39 × jchia[m] quits (jchiamatri@gateway/shell/matrix.org/x-tmjpbywqkunnmwlp) (*.net *.split)
21:18:39 × fakubish[m] quits (fakubishne@gateway/shell/matrix.org/x-gkdgoaumokeroxkj) (*.net *.split)
21:18:39 × ProofTechnique quits (sid79547@gateway/web/irccloud.com/x-uvtkxtknhyjkpohz) (*.net *.split)
21:18:39 × angerman quits (sid209936@gateway/web/irccloud.com/x-vkbiyhlbxhfghaep) (*.net *.split)
21:18:39 × Hanma[m] quits (hanmamatri@gateway/shell/matrix.org/x-ktsmcyuxlppyzjzb) (*.net *.split)
21:18:40 × thonkpod quits (~thonkpod@2001:19f0:ac01:b46:5400:1ff:fec7:d73d) (*.net *.split)
21:18:40 × dominicusin[m] quits (dominicusi@gateway/shell/matrix.org/x-cjngkratdjygajhy) (*.net *.split)
21:18:40 × Vq quits (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
21:18:41 × viktorstrate[m] quits (viktorstra@gateway/shell/matrix.org/x-nrjjnqkdtfbtkeet) (*.net *.split)
21:18:41 × speakerspivakeem quits (speakerdea@gateway/shell/matrix.org/x-wcklxxqsduyzhunq) (*.net *.split)
21:18:41 × TheWizardTower[m quits (thewizardt@gateway/shell/matrix.org/x-qjoroerupruqagtt) (*.net *.split)
21:18:41 × slycelote[m] quits (slycelotem@gateway/shell/matrix.org/x-yxhtximmpenozqzr) (*.net *.split)
21:18:41 × berberman[T] quits (berberma4@gateway/shell/matrix.org/x-tzjvckdqlgqermfr) (*.net *.split)
21:18:42 × immae quits (immaematri@gateway/shell/matrix.org/x-yvvixibszngfldow) (*.net *.split)
21:18:42 × jjhoo quits (jahakala@dsl-trebng21-b048b5-171.dhcp.inet.fi) (*.net *.split)
21:18:43 × noCheese quits (~nocheese@unaffiliated/nocheese) (*.net *.split)
21:18:43 × kiltzman quits (~k1ltzman@5.206.224.243) (*.net *.split)
21:18:43 × Axman6 quits (~Axman6@pdpc/supporter/student/Axman6) (*.net *.split)
21:18:43 × Nikotiini quits (~ubuntu@ec2-52-213-118-142.eu-west-1.compute.amazonaws.com) (*.net *.split)
21:18:43 × lpsmith quits (~lpsmith@unaffiliated/lpsmith) (*.net *.split)
21:18:44 × xarian quits (~xarian@104.236.81.162) (*.net *.split)
21:18:44 × dequbed quits (~dequbed@yanduxian.paranoidlabs.org) (*.net *.split)
21:18:44 × orcus quits (~orcus@unaffiliated/orcus) (*.net *.split)
21:18:44 × vk3wtf quits (~doc@115-64-102-158.tpgi.com.au) (*.net *.split)
21:18:44 × sigmundv quits (~sigmundv@178.62.72.87) (*.net *.split)
21:18:44 × rookie101 quits (~rookie@207.154.204.166) (*.net *.split)
21:18:44 × andjjj23_ quits (~irc@107.170.228.47) (*.net *.split)
21:18:44 × [df] quits (~ben@51.15.198.140) (*.net *.split)
21:18:44 × filwisher quits (~filwisher@78.141.201.45) (*.net *.split)
21:18:44 × otulp quits (~otulp@ti0187q162-6639.bb.online.no) (*.net *.split)
21:18:44 × alp quits (~alp@163.172.83.213) (*.net *.split)
21:18:44 × kosmikus quits (~kosmikus@haskell/developer/kosmikus) (*.net *.split)
21:18:44 × bendo quits (~bendo@130.61.122.121) (*.net *.split)
21:18:44 × emergence quits (~emergence@vm0.max-p.me) (*.net *.split)
21:18:45 × polux2001 quits (~polux@51.15.169.172) (*.net *.split)
21:18:45 × duairc quits (~shane@ana.rch.ist) (*.net *.split)
21:18:45 × peutri quits (~peutri@ns317027.ip-94-23-46.eu) (*.net *.split)
21:18:45 × haveo quits (~haveo@sl35.iuwt.fr) (*.net *.split)
21:18:45 × le_jonge quits (jonge@kofferbomber.org) (*.net *.split)
21:18:45 × voidcontext quits (~pgee@178.62.100.221) (*.net *.split)
21:18:45 × Kaiepi quits (~Kaiepi@47.54.252.148) (*.net *.split)
21:18:45 × ddellaco_ quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (*.net *.split)
21:18:46 × alx741 quits (~alx741@181.196.69.117) (*.net *.split)
21:18:46 × Tario quits (~Tario@201.192.165.173) (*.net *.split)
21:18:47 × mnrmnaugh quits (~mnrmnaugh@unaffiliated/mnrmnaugh) (*.net *.split)
21:18:47 × Kaivo quits (~Kaivo@172-97-54-87.mc.derytele.com) (*.net *.split)
21:18:47 × natim87 quits (sid286962@gateway/web/irccloud.com/x-ozyrmmcfkllsqxsu) (*.net *.split)
21:18:47 × oleks_ quits (~oleks@188.166.34.97) (*.net *.split)
21:18:47 × bob_twinkles_ quits (~quassel@ec2-52-37-66-13.us-west-2.compute.amazonaws.com) (*.net *.split)
21:18:48 × haasn quits (~nand@mpv/developer/haasn) (*.net *.split)
21:18:48 × haya quits (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) (*.net *.split)
21:18:48 × electricityZZZZ quits (~electrici@135-180-3-82.static.sonic.net) (*.net *.split)
21:18:48 × limbo quits (ar@45.63.9.236) (*.net *.split)
21:18:50 × wagle quits (~wagle@quassel.wagle.io) (*.net *.split)
21:18:51 × jhuizy quits (~jhuizy@static.241.188.216.95.clients.your-server.de) (*.net *.split)
21:18:51 × Jesin quits (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net) (*.net *.split)
21:18:51 × Maxdamantus quits (~Maxdamant@unaffiliated/maxdamantus) (*.net *.split)
21:18:51 × seanparsons quits (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) (*.net *.split)
21:18:52 × nojster quits (~noj@vmd62096.contaboserver.net) (*.net *.split)
21:18:52 × amiri quits (~amiri@cpe-76-91-154-9.socal.res.rr.com) (*.net *.split)
21:18:52 × cgfbee quits (~bot@oc1.itim-cj.ro) (*.net *.split)
21:18:52 × gambpang quits (~gambpang@unaffiliated/gambpang) (*.net *.split)
21:18:52 × hiptobecubic quits (~john@unaffiliated/hiptobecubic) (*.net *.split)
21:18:52 × e2 quits (e2@sponsored.by.bnc4you.xyz) (*.net *.split)
21:18:53 × Eliel quits (~jojkaart@163.172.153.251) (*.net *.split)
21:18:53 × BIG_JIMMY_D quits (~jim@108.61.185.76) (*.net *.split)
21:18:53 × RoguePointer quits (~jigen@unaffiliated/roguepointer) (*.net *.split)
21:18:53 × shachaf quits (~shachaf@unaffiliated/shachaf) (*.net *.split)
21:18:53 × hive-mind quits (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) (*.net *.split)
21:18:53 × Unode quits (~Unode@unaffiliated/unode) (*.net *.split)
21:18:53 × gekh quits (~gkh@thor.kevinhill.nl) (*.net *.split)
21:18:53 × abuss quits (~abuss@cryptarch.net) (*.net *.split)
21:18:53 × vodkaInf1rno quits (~wormphleg@104.131.156.184) (*.net *.split)
21:18:54 × Paks quits (~paks@c-69-136-183-189.hsd1.il.comcast.net) (*.net *.split)
21:18:54 × xwvvvvwx quits (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx) (*.net *.split)
21:18:54 × Wamanuz quits (~wamanuz@78-70-34-81-no84.tbcn.telia.com) (*.net *.split)
21:18:54 × natechan quits (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
21:18:54 × int-e quits (~noone@int-e.eu) (*.net *.split)
21:18:55 × ps-auxw quits (~arneb@p548d5577.dip0.t-ipconnect.de) (*.net *.split)
21:18:55 × dqd quits (id@wikipedia/dqd) (*.net *.split)
21:18:55 × w1gz quits (~do@159.89.11.133) (*.net *.split)
21:18:55 × geal quits (~geal@195-154-200-217.rev.poneytelecom.eu) (*.net *.split)
21:18:55 × kiprasz quits (~kipras@re199n846.sritis.lt) (*.net *.split)
21:18:55 × xcin quits (~x@159.203.132.140) (*.net *.split)
21:18:55 × srid quits (sridmatrix@gateway/shell/matrix.org/x-qplbjwlmsmpxtvvc) (*.net *.split)
21:18:55 × M9ndres[m] quits (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw) (*.net *.split)
21:18:56 × leah2 quits (~leah@vuxu.org) (*.net *.split)
21:18:56 × miklcct quits (quasselcor@2001:19f0:7402:d31:5400:3ff:fe51:a0cd) (*.net *.split)
21:18:56 × chrisbloecker[m] quits (chrisbloec@gateway/shell/matrix.org/x-ocvqnqycybxbaszr) (*.net *.split)
21:18:56 × hyiltiz-M quits (hyiltizkde@gateway/shell/kde/matrix/x-htrnwcwmekebkeel) (*.net *.split)
21:18:56 × heck-to-the-gnom quits (heck-to-th@gateway/shell/matrix.org/x-bjzlaxrwotuujapr) (*.net *.split)
21:18:56 × beardhatcode quits (robbertbea@gateway/shell/matrix.org/x-lsjnjwfsaaqmayss) (*.net *.split)
21:18:57 × Lurkki[m]1 quits (lurkkipriv@gateway/shell/matrix.org/x-qkyndrlwwbcdfprx) (*.net *.split)
21:18:57 × michaelpj quits (michaelpjm@gateway/shell/matrix.org/x-utrdbjjavwpdczxi) (*.net *.split)
21:18:57 × arcontethegreat[ quits (arcontethe@gateway/shell/matrix.org/x-htiwddqvyzfqikyg) (*.net *.split)
21:18:57 × alexfmpe quits (alexfmpema@gateway/shell/matrix.org/x-imekgdrdrodzrfgy) (*.net *.split)
21:18:57 × Noughtmare[m] quits (naughtmare@gateway/shell/matrix.org/x-hglfphyajylwppku) (*.net *.split)
21:18:57 × CrabMan quits (phi-matrix@gateway/shell/matrix.org/x-xdtvjrfhqsljsdjb) (*.net *.split)
21:18:58 × mikeplus64 quits (~mike@unaffiliated/mikeplus64) (*.net *.split)
21:18:58 × ^[ quits (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) (*.net *.split)
21:18:58 × lisq quits (~quassel@lis.moe) (*.net *.split)
21:18:58 × `slikts quits (~nelabs@wikipedia/reinis) (*.net *.split)
21:18:58 × solarus quits (~solarus@2a03:b0c0:2:d0::48:7001) (*.net *.split)
21:18:58 × joeyh quits (joeyh@kitenet.net) (*.net *.split)
21:18:59 × winny quits (~winny@fsf/member/winstonw) (*.net *.split)
21:18:59 × dani- quits (sid341953@gateway/web/irccloud.com/x-enxplehsvwdxnwfi) (*.net *.split)
21:18:59 × agander_m quits (sid407952@gateway/web/irccloud.com/x-olfvvsvzckwflxmz) (*.net *.split)
21:18:59 × ocharles quits (sid30093@musicbrainz/user/ocharles) (*.net *.split)
21:18:59 × runeks quits (sid21167@gateway/web/irccloud.com/x-hasdkvyrirwackgz) (*.net *.split)
21:18:59 × zopsi quits (zopsi@2600:3c00::f03c:91ff:fe14:551f) (*.net *.split)
21:19:00 × lortabac quits (~lortabac@51.158.65.124) (*.net *.split)
21:19:00 × newsham quits (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com) (*.net *.split)
21:19:00 × orhan89 quits (~orhan89@151.91.188.35.bc.googleusercontent.com) (*.net *.split)
21:19:00 × greymalkin quits (~greymalki@199.180.249.79) (*.net *.split)
21:19:00 × sud0 quits (~Death@hackspaceuy/member/sud0) (*.net *.split)
21:19:00 × crtschin quits (~crtschin@2604:a880:800:10::3126:f001) (*.net *.split)
21:19:00 × Ekho quits (~Ekho@unaffiliated/ekho) (*.net *.split)
21:19:00 × Uma_ quits (~uma@umazalakain.info) (*.net *.split)
21:19:00 × xts_ quits (~ts@46.101.20.9) (*.net *.split)
21:19:02 × ahri quits (~ahri@178.209.40.84) (*.net *.split)
21:19:02 × hexo- quits (~hexo@2a01:430:17:1::ffff:328) (*.net *.split)
21:19:02 × TheScoop quits (~TheScoop@unaffiliated/tryte) (*.net *.split)
21:19:02 × urdh quits (~urdh@unaffiliated/urdh) (*.net *.split)
21:19:02 × myme quits (~myme@li1406-121.members.linode.com) (*.net *.split)
21:19:02 × gienah quits (~mwright@gentoo/developer/gienah) (*.net *.split)
21:19:02 × bcoppens quits (~bartcopp@kde/coppens) (*.net *.split)
21:19:02 × freeside quits (~ubuntu@ec2-52-58-69-57.eu-central-1.compute.amazonaws.com) (*.net *.split)
21:19:02 × ring0` quits (~ringo@unaffiliated/ring0/x-8667941) (*.net *.split)
21:19:04 × aib42 quits (~aib@unaffiliated/aib42) (*.net *.split)
21:19:04 × yahb quits (xsbot@haskell/bot/yahb) (*.net *.split)
21:19:04 × clog quits (~nef@bespin.org) (*.net *.split)
21:19:04 × lurkless quits (~ll@unaffiliated/lurkless) (*.net *.split)
21:19:04 × brkscnce_ quits (~obaum@37.120.31.251) (*.net *.split)
21:19:05 × deu quits (de@uio.re) (*.net *.split)
21:19:05 × samebchase- quits (~samebchas@51.15.68.182) (*.net *.split)
21:19:05 × incertia quits (~incertia@d4-50-26-103.nap.wideopenwest.com) (*.net *.split)
21:19:05 × leafiest quits (~leafiest@165.227.53.12) (*.net *.split)
21:19:05 × averell quits (~averell@unaffiliated/averell) (*.net *.split)
21:19:05 × mantovani quits (~mantovani@104.131.207.121) (*.net *.split)
21:19:05 × okad quits (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com) (*.net *.split)
21:19:05 × iptq quits (~michael@142.93.75.170) (*.net *.split)
21:19:05 × tomjaguarpaw quits (~tom@li367-225.members.linode.com) (*.net *.split)
21:19:05 × M2tias quits (m2@seri.fi) (*.net *.split)
21:19:06 × stilgart quits (~Christoph@chezlefab.net) (*.net *.split)
21:19:06 × Chobbes_ quits (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (*.net *.split)
21:19:06 × sajith quits (~sajith@fsf/member/nonzen) (*.net *.split)
21:19:06 × veverak quits (~veverak@ip-89-102-98-161.net.upcbroadband.cz) (*.net *.split)
21:19:06 × chindy_ quits (~quassel@51.15.63.78) (*.net *.split)
21:19:06 × a3Dman_ quits (~3Dman@ns334323.ip-5-196-65.eu) (*.net *.split)
21:19:07 × bbear_ quits (~znc@21212.s.t4vps.eu) (*.net *.split)
21:19:07 × thblt quits (~thblt@unaffiliated/thblt) (*.net *.split)
21:19:07 × uberj_ quits (~uberj@107.170.237.156) (*.net *.split)
21:19:07 × Xnuk quits (~xnuk@45.76.202.58) (*.net *.split)
21:19:07 × jtobin_ quits (~jtobin@li1555-212.members.linode.com) (*.net *.split)
21:19:07 × niklasb quits (~niklasb@unaffiliated/codeslay0r) (*.net *.split)
21:19:08 × Putonlalla quits (~sapekiis@it-cyan.it.jyu.fi) (*.net *.split)
21:19:08 × Solarion quits (~solarion@fsf/member/solarion) (*.net *.split)
21:19:08 × Athas quits (athas@sigkill.dk) (*.net *.split)
21:19:08 × SoF quits (~SoF@unaffiliated/skillyonfire) (*.net *.split)
21:19:08 × ChanServ quits (ChanServ@services.) (*.net *.split)
21:19:09 × stux|RC quits (stux2@grid9.quadspeedi.net) (Excess Flood)
21:19:11 × Lord_of_Life quits (~Lord@unaffiliated/lord-of-life/x-0885362) (Excess Flood)
21:19:12 × sm2n quits (~sm2n@bras-base-hmtnon143hw-grc-13-70-54-76-62.dsl.bell.ca) (Remote host closed the connection)
21:19:12 × mozzarella quits (~sam@unaffiliated/sam113101) (Write error: Connection reset by peer)
21:19:12 × kristijonas quits (~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection)
21:20:15 sarahzrf joins (~sarahzrf_@2604:a880:400:d0::b4a:4001)
21:20:15 sdressel joins (~sdressel@pwning.de)
21:20:15 LambdaDu1k joins (~anka@ksit.fixme.fi)
21:20:15 blackdog joins (~blackdog@198.211.112.85)
21:20:15 koankeeper joins (sid216950@gateway/web/irccloud.com/x-lympprcqrveoixtt)
21:20:15 nemesit|znc joins (~nemesit@2a01:488:66:1000:2ea3:4eeb:0:1)
21:20:15 rawles joins (~r@unaffiliated/rawles)
21:20:15 lemald joins (~eddie@capybara.lemald.org)
21:20:15 nlofaro joins (sid258233@gateway/web/irccloud.com/x-zceopsfcsjrtpvjo)
21:20:15 jameekim1 joins (~jameekim@mx.nodaplife.me)
21:20:15 oldsk00l joins (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com)
21:20:15 towel joins (~towel@unaffiliated/towel)
21:20:15 mflux joins (flux@coffee.modeemi.fi)
21:20:15 spoonm joins (~spoonm@tokyo.spoonm.org)
21:20:15 anandprabhu-M joins (anandprabh@gateway/shell/kde/matrix/x-bzzbuurppcsxzllt)
21:20:15 fgaz joins (fgazmatrix@gateway/shell/matrix.org/x-cxxxnfuxyrjazthh)
21:20:15 PotatoHatsue joins (berbermanp@gateway/shell/matrix.org/x-nvqlvyzjmcadpsda)
21:20:15 lambdaclan joins (lambdaclan@gateway/shell/matrix.org/x-amguadwuvvlssavp)
21:20:15 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-dhpmvcgpmsxtqfgs)
21:20:15 mrus[m] joins (mrusmatrix@gateway/shell/matrix.org/x-uxnzjhojjgavftjp)
21:20:15 maerwald[m] joins (maerwaldma@gateway/shell/matrix.org/x-xrjtspmgpqnkebab)
21:20:15 adziahel[m] joins (adziahelma@gateway/shell/matrix.org/x-cyhjmrgvstvbsvar)
21:20:15 toasty_avocado[m joins (toastyavoc@gateway/shell/matrix.org/x-suvnnltfbgmbcmqp)
21:20:15 jeffcasavant[m] joins (jeffcasava@gateway/shell/matrix.org/x-xswajewqaoguxzda)
21:20:15 stevekrouse1[m] joins (stevekrous@gateway/shell/matrix.org/x-vkuwqhpopicdwkjn)
21:20:15 alar[m] joins (alarmxalat@gateway/shell/matrix.org/x-rxfmpjgktvgasqzm)
21:20:15 anon1891[m] joins (anon1891ma@gateway/shell/matrix.org/x-luqmyjielnldrpsd)
21:20:15 madjestic[m] joins (madjesticm@gateway/shell/matrix.org/x-ktewxaguqqmdajwc)
21:20:15 maralorn joins (maralornma@gateway/shell/matrix.org/x-effbgvlwiyjkbspr)
21:20:15 cybai joins (~cybai@2400:4050:3122:900:f13a:fdb8:499e:2b92)
21:20:15 alanz joins (sid110616@gateway/web/irccloud.com/x-wrkjabizodqmlyrt)
21:20:15 tabaqui joins (~tabaqui@2604:a880:800:c1::21b:3001)
21:20:15 lemmih joins (~lemmih@2406:3003:2072:44:b750:bcd2:3182:6116)
21:20:15 berberman joins (~berberman@unaffiliated/berberman)
21:20:15 Guillaum joins (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb)
21:20:15 mith[m] joins (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim)
21:20:15 abrar joins (~abrar@static-108-30-103-121.nycmny.fios.verizon.net)
21:20:15 reda joins (~niemand@unaffiliated/reda)
21:20:15 samebchase joins (~samebchas@51.15.68.182)
21:20:15 xhlr joins (~xhlr@static.144.156.216.95.clients.your-server.de)
21:20:15 dustinm joins (~dustinm@static.38.6.217.95.clients.your-server.de)
21:20:15 adamCS joins (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
21:20:15 mrus joins (~mrus@149.28.61.155)
21:20:15 tilaiti joins (~tilaiti@static.144.156.216.95.clients.your-server.de)
21:20:15 caubert joins (~caubert@136.244.111.235)
21:20:15 energizer joins (~energizer@unaffiliated/energizer)
21:20:15 shapr joins (~shapr@haskell/developer/shapr)
21:20:15 icebreak1r joins (michalc@freeshell.de)
21:20:15 mceier joins (~mceier@89-68-132-187.dynamic.chello.pl)
21:20:15 arianvp joins (~weechat@arianvp.me)
21:20:15 Majoo joins (~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net)
21:20:15 rkrishnan_ joins (~rkrishnan@rkrishnan.org)
21:20:15 Philonous joins (~Philonous@unaffiliated/philonous)
21:20:15 Jon joins (~jon@redmars.org)
21:20:15 turq joins (~electro@unaffiliated/turq)
21:20:15 Mzg joins (Mzg@s1.ct8.pl)
21:20:15 Graypup_ joins (Graypup@lfcode.ca)
21:20:15 tureba joins (~tureba@tureba.org)
21:20:15 vent joins (~vent@185.62.190.213)
21:20:15 turnA7 joins (~turnA@103.120.19.44)
21:20:15 comboy joins (~quassel@tesuji.pl)
21:20:15 irclogger_com joins (~irclogger@li659-42.members.linode.com)
21:20:15 ammar2 joins (admin@i.diddled.with.the.opers.so.they.klined.me)
21:20:15 Twey joins (~twey@unaffiliated/twey)
21:20:15 opqdonut joins (opqdonut@pseudo.fixme.fi)
21:20:15 noctux`` joins (1KWNv9FtDb@unaffiliated/noctux)
21:20:15 madnight joins (~madnight@static.59.103.201.195.clients.your-server.de)
21:20:15 Ankhers joins (~Ankhers@unaffiliated/ankhers)
21:20:15 rprospero joins (~adam@186.75.232.35.bc.googleusercontent.com)
21:20:15 Jonno_FTW joins (~come@api.carswap.me)
21:20:15 kaol joins (~kaol@178.62.241.234)
21:20:15 electrocat joins (~michiel@revan.derhaeg.be)
21:20:15 aforemny joins (~aforemny@static.248.158.34.188.clients.your-server.de)
21:20:15 tv- joins (~tv@unaffiliated/tv-)
21:20:15 bonz060 joins (~quassel@2001:bc8:47a4:a23::1)
21:20:15 tiru joins (tiru@gateway/web/irccloud.com/x-mnvdiojttnfqdzkx)
21:20:15 noan joins (~noan@2604:a880:400:d0::12fc:5001)
21:20:15 kawzeg joins (unknown@2a01:7e01::f03c:92ff:fee2:ec34)
21:20:15 nf joins (~n@monade.li)
21:20:15 fl0_id joins (~fl0_id@2a01:4f8:171:4de::40:2)
21:20:15 ixian joins (~mgold@terra.bitplane.org)
21:20:15 gaze__ joins (sid387101@gateway/web/irccloud.com/x-jyfzdgulluqjzdzf)
21:20:15 glowcoil joins (sid3405@gateway/web/irccloud.com/x-kqfefvcmbgehneab)
21:20:15 taktoa[c] joins (sid282096@gateway/web/irccloud.com/x-njxvjnpthhvfgqfo)
21:20:15 srhb joins (sid400352@NixOS/user/srhb)
21:20:15 gregberns_ joins (sid315709@gateway/web/irccloud.com/x-skjetjsgahxqvatt)
21:20:15 tjbp joins (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662)
21:20:15 vjoki joins (vjoki@2a00:d880:3:1::fea1:9ae)
21:20:15 kaychaks joins (sid236345@gateway/web/irccloud.com/x-vvdrivxruwhittji)
21:20:15 SegFaultAX joins (SegFaultAX@unaffiliated/segfaultax)
21:20:15 weechat_4 joins (~mingc@2400:8902::f03c:91ff:feb7:8e82)
21:20:15 hongminhee joins (sid31517@gateway/web/irccloud.com/x-trpfnifbgxghvffk)
21:20:15 m-renaud joins (sid333785@gateway/web/irccloud.com/x-mchkmhpqmiujvtxp)
21:20:15 cocreature joins (~cocreatur@eirene.uberspace.de)
21:20:15 ggVGc joins (~ggVGc@2400:8901::f03c:91ff:fef2:bed8)
21:20:15 PHO joins (~pho@akari.cielonegro.org)
21:20:15 lieven joins (~mal@unaffiliated/lieven)
21:20:15 riatre joins (~quassel@2001:310:6000:f::5198:1)
21:20:15 Zemyla joins (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com)
21:20:15 davl joins (~davl@207.154.228.18)
21:20:15 reactormonk1 joins (~reactormo@mehl.schokokeks.org)
21:20:15 fiddlerwoaroof joins (~fiddlerwo@unaffiliated/fiddlerwoaroof)
21:20:15 c_wraith joins (~c_wraith@adjoint.us)
21:20:16 Cthalupa joins (~cthulhu@47.186.47.75)
21:20:16 lukelau_ joins (~lukelau@2a03:b0c0:1:d0::1bc:b001)
21:20:16 EvanR joins (~evan@unaffiliated/evanr)
21:20:16 acowley joins (~acowley@c-68-83-22-43.hsd1.nj.comcast.net)
21:20:16 copypasteque joins (~copypaste@2001:41d0:8:b325::1)
21:20:16 ManiacTwister joins (~Twister@claudia.s7t.de)
21:20:16 yorick joins (~yorick@oftn/oswg-member/yorick)
21:20:16 mht joins (~mht@2a03:b0c0:3:e0::1e2:c001)
21:20:16 tnks joins (sid412124@gateway/web/irccloud.com/x-imptgchkzowofvdx)
21:20:16 jlpeters joins (sid25606@gateway/web/irccloud.com/x-dbifrnxtcwhelvgl)
21:20:16 bbhoss joins (sid18216@gateway/web/irccloud.com/x-tshhrdxhsikqotro)
21:20:16 rotaerk joins (rotaerk@2600:3c02::f03c:91ff:fe70:4a45)
21:20:16 TimWolla joins (~timwolla@2a01:4f8:150:6153:beef::6667)
21:20:16 rlsph joins (~mads@2a03:b0c0:2:f0::324:5001)
21:20:16 suzu joins (~scaleuser@2001:bc8:1824:43f::1)
21:20:16 LittleFox joins (~littlefox@2a03:4000:13:34f::2)
21:20:16 jackdk joins (sid373013@gateway/web/irccloud.com/x-uqhqekzhmwwtnnpj)
21:20:16 t36s joins (~t36s@2a03:b0c0:3:d0::1c23:5001)
21:20:16 johnstein joins (~johnstein@192.73.239.18)
21:20:16 Guest97066 joins (~tristan@luna.whatbox.ca)
21:20:16 blackriversoftwa joins (sid364914@gateway/web/irccloud.com/x-nqkjcymscowwdvxo)
21:20:16 melkor joins (~melkor@2a02:2b88:2:1::5b34:1)
21:20:16 DigitalKiwi joins (~kiwi@unaffiliated/digitalkiwi)
21:20:16 dexterfoo joins (dexter@2a01:7e00::f03c:91ff:fe86:59ec)
21:20:16 fiQ- joins (~fiQ@2a06:82c2:0:12bc::1)
21:20:16 noecho- joins (~noecho@2a01:4f8:1c0c:80ee::4223)
21:20:16 jokester joins (~mono@unaffiliated/jokester)
21:20:16 raid joins (macbookpro@irc-1.coding4.coffee)
21:20:16 uwap_ joins (~uwap@mail.uwap.name)
21:20:16 edwtjo joins (~edwtjo@fsf/member/edwtjo)
21:20:16 sudden joins (~lax@unaffiliated/laxask)
21:20:16 beka joins (~beka@gothdyke.mom)
21:20:16 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
21:20:16 grrandi joins (mlp@kapsi.fi)
21:20:16 eldritch joins (~eldritch@unaffiliated/eldritch)
21:20:16 avp joins (~avp@unaffiliated/avp)
21:20:16 runawayfive joins (~nope@unaffiliated/runawayfive)
21:20:16 Dykam joins (Dykam@dykam.nl)
21:20:16 canta joins (~canta@cvm0.d5k.one)
21:20:16 kjak joins (~kjak@pool-108-45-56-21.washdc.fios.verizon.net)
21:20:16 yushyin joins (QWFouZJprr@karif.server-speed.net)
21:20:16 orzo joins (joe@lasker.childrenofmay.org)
21:20:16 terrorjack joins (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com)
21:20:16 quintasan joins (~quassel@ubuntu/member/quintasan)
21:20:16 lyxia joins (~lyxia@poisson.chat)
21:20:16 sssb54 joins (~ssssb56@vps-b2931db6.vps.ovh.ca)
21:20:16 coddinkn joins (~coddinkn@octayn.net)
21:20:16 Sparadox joins (~etienne@ns3123347.ip-51-68-152.eu)
21:20:16 bobbytables joins (~bobbytabl@ec2-44-224-191-138.us-west-2.compute.amazonaws.com)
21:20:16 hrdl joins (~ef24a0e6@unaffiliated/hrdl)
21:20:16 pharaun joins (~pharaun@static.88-198-62-245.clients.your-server.de)
21:20:16 [exa] joins (exa@unaffiliated/exa/x-5381537)
21:20:16 hwabyong joins (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com)
21:20:16 zceejkr joins (~wintermut@cpe-92-37-88-51.dynamic.amis.net)
21:20:16 interruptinuse joins (~interrupt@girl.mrtheplague.net)
21:20:16 hackage joins (mniip@haskell/bot/hackage)
21:20:16 fre joins (~freusque@104.238.190.229)
21:20:16 absence joins (torgeihe@hildring.pvv.ntnu.no)
21:20:16 xe4 joins (~xe4@unaffiliated/xe4)
21:20:16 c-rog joins (~c-rog@traffic.simst.im)
21:20:16 krjt joins (~krjst@2604:a880:800:c1::16b:8001)
21:20:16 adamse joins (sid72084@gateway/web/irccloud.com/x-pqgjxyvnyjkpejpe)
21:20:16 whez joins (sid470288@gateway/web/irccloud.com/x-vlnxuepdpthnqbhd)
21:20:16 dysfigured joins (dysfigured@2600:3c00::f03c:92ff:feb4:be75)
21:20:16 parseval joins (sid239098@gateway/web/irccloud.com/x-mgyjqkcnbnnprosw)
21:20:16 MasseR joins (~MasseR@51.15.143.128)
21:20:16 atomi joins (~atomi@3.184.203.35.bc.googleusercontent.com)
21:20:16 entropygain joins (levitate@unaffiliated/entropygain)
21:20:16 aldum joins (~vishera@aldum.pw)
21:20:16 madog joins (~madog@163.ip-51-254-203.eu)
21:20:16 Rembane joins (~Rembane@li346-36.members.linode.com)
21:20:16 magog joins (~wee@unaffiliated/magog)
21:20:16 komasa joins (~komasa@2a03:b0c0:3:d0::2097:6001)
21:20:16 enikar joins (~enikar@2001:41d0:2:8673::42)
21:20:16 dale joins (dale@unaffiliated/dale)
21:20:16 shadowdaemon joins (~user@unaffiliated/shadowdaemon)
21:20:16 ajmcmiddlin joins (sid284402@gateway/web/irccloud.com/x-haiyfskefbbtaisd)
21:20:16 grfn joins (sid449115@gateway/web/irccloud.com/x-bdqnujcrokkpscfq)
21:20:16 saidinwot1 joins (~saidinwot@2604:a880:2:d0::50:8001)
21:20:16 chessai joins (sid225296@gateway/web/irccloud.com/x-byrazhpexotqswfh)
21:20:16 FMJz_____ joins (sid279245@gateway/web/irccloud.com/x-gdvcqgmmbdaqujfv)
21:20:16 xnyhps joins (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288)
21:20:16 chrpape joins (~user@2a01:4f9:c010:632d::1)
21:20:16 idupree joins (~quassel@2604:a880:400:d0::9bb:2001)
21:20:16 lightandlight joins (sid135476@gateway/web/irccloud.com/x-gwfowomroynsvzco)
21:20:16 Orbstheorem joins (~roosember@hellendaal.orbstheorem.ch)
21:20:16 bsima joins (~bsima@simatime.com)
21:20:16 zgrep joins (~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep)
21:20:16 ski joins (~ski@ed-3358-10.studat.chalmers.se)
21:20:16 bspar joins (~bspar@2604:a880:0:1010::776:e001)
21:20:16 debugloop joins (~danieln@unaffiliated/debugloop)
21:20:16 sphalerite joins (~sphalerit@NixOS/user/lheckemann)
21:20:16 mstruebing joins (~mstruebin@2001:41d0:8:93c7::1)
21:20:16 oats joins (~hurr@durr/im/a/sheep)
21:20:16 martin02 joins (silas@hund.fs.lmu.de)
21:20:16 zzz joins (~zzz@2a03:b0c0:3:d0::3095:3001)
21:20:16 fredcy joins (fredcy@2600:3c00::f03c:91ff:feae:15ae)
21:20:16 Bigcheese joins (~quassel@unaffiliated/bigcheese)
21:20:16 xacktm joins (xacktm@gateway/shell/panicbnc/x-cckreqhvgmeuulfv)
21:20:16 integral joins (sid296274@p3m/member/integral)
21:20:16 hendi joins (sid489601@gateway/web/irccloud.com/x-tofwispyijhkkmkf)
21:20:16 sis7_ joins (~user@2001:15e8:110:473e::1)
21:20:16 operand joins (~operand@is.altijd.moe)
21:20:16 vqrs joins (~vqrs@learnprogramming/regular/vqrs)
21:20:16 bjobjo joins (~bjobjo@2a01:79c:cebf:d688::9e6)
21:20:16 Ferdirand joins (~max@2001:4c78:2012:5000::2)
21:20:16 a3f joins (~a3f@chimeria.ext.pengutronix.de)
21:20:16 billstclair joins (sid77830@gateway/web/irccloud.com/x-ouhlhzompordlszs)
21:20:16 ego_ joins (~ego@2604:a880:800:a1::1b:b001)
21:20:16 agrif joins (~agrif@overviewer/dev/agrif)
21:20:16 cynick joins (~worm@ec2-52-206-86-1.compute-1.amazonaws.com)
21:20:16 brettgilio joins (~brettgili@brettgilio.com)
21:20:16 mniip joins (mniip@freenode/staff/mniip)
21:20:16 msgctl joins (~msgctl@ometochtli.centzontotochtin.org)
21:20:16 Squarism joins (~someone@unaffiliated/squarism)
21:20:16 djanatyn joins (~djanatyn@vps-7f49a6b0.vps.ovh.ca)
21:20:16 jtcs_ joins (~jtcs@vmi359854.contaboserver.net)
21:20:16 styledash joins (~styledash@157.230.173.136)
21:20:16 mjrosenb joins (~mrosenbe@nyc.schrodinger.com)
21:20:16 arw joins (~arw@impulse.informatik.uni-erlangen.de)
21:20:16 mjacob joins (~mjacob@unaffiliated/mjacob)
21:20:16 xerox_ joins (~xerox@unaffiliated/xerox)
21:20:16 ashnur joins (~rak@unaffiliated/ashnur)
21:20:16 Cathy joins (~Cathy@unaffiliated/cathy)
21:20:16 mmaruseacph2 joins (~mihai@198.199.100.72)
21:20:16 ft joins (~ft@shell.chaostreff-dortmund.de)
21:20:16 sshine joins (~simon@hubris.eta.solutions)
21:20:16 chrisosaurus joins (chris@segfault.net.nz)
21:20:16 noctux joins (~noctux@unaffiliated/noctux)
21:20:16 PlasmaStar joins (plasma@unaffiliated/plasmastar)
21:20:16 joel135 joins (sid136450@gateway/web/irccloud.com/x-ucqckdoiizhcvkmw)
21:20:16 xintron joins (~xintron@unaffiliated/xintron)
21:20:16 andi- joins (~andi-@NixOS/user/andi-)
21:20:16 hugo joins (znc@verdigris.lysator.liu.se)
21:20:16 ArsenArsen joins (~arsen@managarm/dev/ArsenArsen)
21:20:16 recon_- joins (~quassel@2602:febc:0:b6::6ca2)
21:20:16 NemesisD joins (sid24071@gateway/web/irccloud.com/x-jbscorkbghkikoec)
21:20:16 cstrahan joins (sid36118@gateway/web/irccloud.com/x-hhcxapzgwlqibukd)
21:20:16 bjs joins (sid190364@gateway/web/irccloud.com/x-rysacrenfdxsmjyu)
21:20:16 Nascha joins (sid212230@gateway/web/irccloud.com/x-dvgxunvqabbbhujn)
21:20:16 SanchayanMaity joins (sid478177@gateway/web/irccloud.com/x-ldcvmlbmuzzjfwoa)
21:20:16 feepo joins (sid28508@gateway/web/irccloud.com/x-cjsxflpucqedrqas)
21:20:16 teej joins (uid154177@gateway/web/irccloud.com/x-aqljzrvlwnvlpfor)
21:20:16 supersven[m] joins (supersvenm@gateway/shell/matrix.org/x-vtyvtzkqhlabrowo)
21:20:16 joe[m]1 joins (joemonoida@gateway/shell/matrix.org/x-dyuqcnyqoeqswuzr)
21:20:16 johnnyv[m] joins (badwolf256@gateway/shell/matrix.org/x-yxpkxdztlttkpjgg)
21:20:16 Ericson2314 joins (ericson231@gateway/shell/matrix.org/x-ksbmrykeuszgsyik)
21:20:16 domenkozar[m] joins (domenkozar@NixOS/user/domenkozar)
21:20:16 themsay[m] joins (themsaymat@gateway/shell/matrix.org/x-hpjgawiyzuenumyt)
21:20:16 samthecoy[m] joins (samthecoym@gateway/shell/matrix.org/x-qaqujubkonygneyt)
21:20:16 loyon joins (loyonmatri@gateway/shell/matrix.org/x-wopkgivyetfmwccv)
21:20:16 cheers joins (user@unaffiliated/cheers)
21:20:16 stampirl joins (~stampirl@195-154-112-77.rev.poneytelecom.eu)
21:20:16 epta joins (~m@nuda.space)
21:20:16 Adluc joins (~Adluc@83.167.228.130)
21:20:16 hpc joins (~juzz@ip98-169-35-13.dc.dc.cox.net)
21:20:16 AWizzArd joins (~code@unaffiliated/awizzard)
21:20:16 outerpassage joins (~outerpass@li1196-30.members.linode.com)
21:20:16 anderson joins (~ande@159.65.95.130)
21:20:16 PatrickRobotham_ joins (sid18270@gateway/web/irccloud.com/x-dsytamzyvqvdenoe)
21:20:16 scav joins (sid309693@gateway/web/irccloud.com/x-zpwaikoxdaqjtkjd)
21:20:16 amatecha____ joins (sid10006@gateway/web/irccloud.com/x-gvwvasnyguqtijeo)
21:20:16 pnotequalnp[m] joins (pnotequaln@gateway/shell/matrix.org/x-ilonrmhzsbjadrsm)
21:20:16 mly joins (mlydisenco@gateway/shell/matrix.org/x-hffzasvjgrikcwzr)
21:20:16 SolarAquarion joins (SolarAquar@gateway/shell/panicbnc/x-sxxrzckrtiulpjwg)
21:20:16 Klumben joins (Nsaiswatch@gateway/shell/panicbnc/x-igfvivsmqpanwyqa)
21:20:16 quaestor joins (~quaestor@griffith.christophrauch.de)
21:20:16 jathan joins (~jathan@69.61.93.38)
21:20:16 jules_ joins (~jules@ip201.ip-135-125-227.eu)
21:20:16 Benzi-Junior joins (~BenziJuni@dsl-149-64-251.hive.is)
21:20:16 rom1504 joins (rom1504@rom1504.fr)
21:20:16 pierrot joins (~pi@unaffiliated/pierrot)
21:20:16 infinisil joins (~infinisil@NixOS/user/infinisil)
21:20:16 DustyDingo joins (~nonamen@v2202001112302107134.ultrasrv.de)
21:20:16 noexcept joins (~noexcept@2a03:b0c0:3:d0::33:9001)
21:20:16 mupf joins (~micha@v22017094964653601.ultrasrv.de)
21:20:16 mpickering joins (sid78412@gateway/web/irccloud.com/x-uuuhuurfuxahsslu)
21:20:16 Tritlo joins (sid58727@gateway/web/irccloud.com/x-aozswbintmywimnv)
21:20:16 hamishmack joins (sid389057@gateway/web/irccloud.com/x-pnmcssvibehjvusv)
21:20:16 dsturnbull joins (sid347899@gateway/web/irccloud.com/x-rwwelyrmjwhraekh)
21:20:16 gluegadget joins (sid22336@gateway/web/irccloud.com/x-yvyuuucqiikbdiwr)
21:20:16 proteusguy joins (~proteusgu@cm-58-10-209-239.revip7.asianet.co.th)
21:20:16 matijja joins (~matijja@193.77.181.208)
21:20:16 kilolympus joins (~kilolympu@5.151.5.180)
21:20:16 zyeri joins (zyeri@tilde.team/users/zyeri)
21:20:16 i7c joins (Rmit7A5pyb@unaffiliated/i7c)
21:20:16 bwe joins (~bwe@unaffiliated/bwe)
21:20:16 sim642 joins (~simmo@unaffiliated/sim642)
21:20:16 dumptruckman joins (~dumptruck@li1287-148.members.linode.com)
21:20:16 lewky joins (~lewky@159.65.37.240)
21:20:16 Raito_Bezarius joins (~Raito@unaffiliated/raito-bezarius/x-8764578)
21:20:16 l8star__ joins (~l8star@business-90-187-113-149.pool2.vodafone-ip.de)
21:20:16 puffnfresh1 joins (~puffnfres@119-17-138-164.77118a.mel.static.aussiebb.net)
21:20:16 monochrom joins (trebla@216.138.220.146)
21:20:16 tinwood joins (~tinwood@general.default.akavanagh.uk0.bigv.io)
21:20:16 rdd joins (~rdd@c-407ce255.012-81-73746f39.cust.ownit.se)
21:20:16 Ranhir joins (~Ranhir@157.97.53.139)
21:20:16 byorgey joins (~byorgey@155.138.238.211)
21:20:16 concept2 joins (~concept2@unaffiliated/tubo)
21:20:16 wrunt joins (~ajc@vmx14030.hosting24.com.au)
21:20:16 fryguybob joins (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com)
21:20:16 NieDzejkob joins (~quassel@195.149.98.3)
21:20:16 vnz joins (~vnz@unaffiliated/vnz)
21:20:16 coeus joins (~coeus@p200300d0274dc6000de71f4ee41c5fb3.dip0.t-ipconnect.de)
21:20:16 cyphase joins (~cyphase@unaffiliated/cyphase)
21:20:16 stefan-_ joins (~cri@42dots.de)
21:20:16 hiredman joins (~hiredman@138.68.1.198)
21:20:16 jcarpenter2 joins (~rofl@96.78.87.197)
21:20:16 SquidDev joins (~SquidDev@autoclave.squiddev.cc)
21:20:16 ridcully joins (~ridcully@pd951f269.dip0.t-ipconnect.de)
21:20:16 mat[m]1 joins (matmatrixo@gateway/shell/matrix.org/x-uwjgvmzxszuovuwu)
21:20:16 sepples_ joins (~sepples@sepples.xyz)
21:20:16 hrnz joins (~hrnz@unaffiliated/hrnz)
21:20:16 jamestmartin joins (james@jtmar.me)
21:20:16 jluttine joins (~jluttine@85-23-66-6.bb.dnainternet.fi)
21:20:16 EmanuelLoos[m] joins (emanuel-lo@gateway/shell/matrix.org/x-xedchorwdbepbzbx)
21:20:16 dcoutts_ joins (~dcoutts@unaffiliated/dcoutts)
21:20:16 atk joins (~Arch-TK@ircpuzzles/staff/Arch-TK)
21:20:16 MrMobius joins (~MrMobius@208.58.206.154)
21:20:16 p3n joins (~p3n@217.198.124.246)
21:20:16 acarrico joins (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net)
21:20:16 Techcable joins (~Techcable@168.235.93.147)
21:20:16 Geekingfrog joins (~geekingfr@li2156-64.members.linode.com)
21:20:16 trevorriles joins (sid469656@gateway/web/irccloud.com/x-xdsdtxtxrbrxnitq)
21:20:16 alinab joins (sid468903@gateway/web/irccloud.com/x-kxduedlnkmrjymym)
21:20:16 mudri joins (sid317655@gateway/web/irccloud.com/x-tkftihyrhfadzkvn)
21:20:16 newhoggy joins (sid198874@gateway/web/irccloud.com/x-odbcefoglogukgog)
21:20:16 iphy joins (sid67735@gateway/web/irccloud.com/x-svcckheboicsfdfm)
21:20:16 rodlogic__ joins (sid214676@gateway/web/irccloud.com/x-jsfobhdzpplfsdpe)
21:20:16 enemeth79 joins (sid309041@gateway/web/irccloud.com/x-vaiujncapfeaexzk)
21:20:16 Adeon joins (sid418992@gateway/web/irccloud.com/x-gymdfseqxtsglqmg)
21:20:16 heyj joins (sid171370@gateway/web/irccloud.com/x-wookyduvyhmgjxsv)
21:20:16 wildsebastian joins (sid324688@gateway/web/irccloud.com/x-huuoejtmpgsbomho)
21:20:16 conjunctive joins (sid433686@gateway/web/irccloud.com/x-veifezvsdidztgvo)
21:20:16 drupol joins (sid117588@gateway/web/irccloud.com/x-gsnwinbjioyhnadu)
21:20:16 carter joins (sid14827@gateway/web/irccloud.com/x-velgelprbzzboucb)
21:20:16 entel joins (uid256215@botters/entel)
21:20:16 yogani joins (sid42623@gateway/web/irccloud.com/x-diwllcjriwggxbhg)
21:20:16 mcfilib joins (sid302703@gateway/web/irccloud.com/x-qgurzruyjowxqkfb)
21:20:16 moobar joins (sid171730@gateway/web/irccloud.com/x-mfdnwzlgpjfftngj)
21:20:16 simony joins (sid226116@gateway/web/irccloud.com/x-uimvkkhkkjmffmgk)
21:20:16 jonrh joins (sid5185@gateway/web/irccloud.com/x-wzkchmmanupyucfa)
21:20:16 verlet64_ joins (sid261276@gateway/web/irccloud.com/x-pbadcyendmqwahig)
21:20:16 affinespaces joins (sid327561@gateway/web/irccloud.com/x-zprmbywljksowyax)
21:20:16 kini joins (~kini@unaffiliated/kini)
21:20:16 thaumavorio joins (~thaumavor@thaumavor.io)
21:20:16 ystael joins (~ystael@209.6.50.55)
21:20:16 yaroot joins (~yaroot@138.102.13.160.dy.iij4u.or.jp)
21:20:16 _bin_ joins (~bin@2600:1700:10a1:38d0:219a:3dd:429e:7909)
21:20:16 Lurkki[m] joins (lurkkifene@gateway/shell/matrix.org/x-nrwgmnbvosqqhpnr)
21:20:16 jo[m]3 joins (josefmat1@gateway/shell/matrix.org/x-qfhlavfxfkadmzvi)
21:20:16 piele joins (~piele@tbonesteak.creativeserver.net)
21:20:16 edwardk joins (sid47016@haskell/developer/edwardk)
21:20:16 tapas joins (sid467876@gateway/web/irccloud.com/x-bsjadohtpruxmywx)
21:20:16 exarkun joins (~exarkun@14.79.69.34.bc.googleusercontent.com)
21:20:16 jackhill joins (~jackhill@marsh.hcoop.net)
21:20:16 nshepperd joins (nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
21:20:16 nh2 joins (sid309956@gateway/web/irccloud.com/x-sfwmjcpeywrfgggs)
21:20:16 dave_uy joins (~david@108.61.193.26)
21:20:16 stylewarning joins (stylewarni@gateway/web/irccloud.com/x-hfenrszoagpafasl)
21:20:16 Logio joins (em@kapsi.fi)
21:20:16 aizen_s joins (sid462968@gateway/web/irccloud.com/x-cimltabwsuoipsqn)
21:20:16 alunduil joins (alunduil@gateway/web/irccloud.com/x-lfjncrqckqiqjrhx)
21:20:16 dgpratt joins (sid193493@gateway/web/irccloud.com/x-yujexlmxhvpapqdm)
21:20:16 kmein joins (~weechat@static.173.83.99.88.clients.your-server.de)
21:20:16 blankhart joins (~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net)
21:20:16 carldd joins (~carldd@90-224-49-113-no56.tbcn.telia.com)
21:20:16 m0rphism joins (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de)
21:20:16 Tene joins (~tene@poipu/supporter/slacker/tene)
21:20:16 totte joins (~totte@chakra/totte)
21:20:16 wavemode_ joins (~wavemode@097-070-075-143.res.spectrum.com)
21:20:16 beaky joins (~beaky@2a03:b0c0:0:1010::17cf:7003)
21:20:16 tomboy64 joins (~tomboy64@unaffiliated/tomboy64)
21:20:16 texasmynsted joins (~texasmyns@99.96.221.112)
21:20:16 L1Cafe joins (~L1Cafe@kydara.com)
21:20:16 dcoutts joins (~duncan@94.186.125.91.dyn.plus.net)
21:20:16 amosbird_ joins (~amosbird@13.75.119.182)
21:20:16 dmj` joins (sid72307@gateway/web/irccloud.com/x-hiydzdvhdibdbilo)
21:20:16 charukiewicz_ joins (~quassel@irouteince04.i.subnet.rcn.com)
21:20:16 malthe_ joins (~mborch@46.101.103.63)
21:20:16 wraithm joins (~wraithm@unaffiliated/wraithm)
21:20:16 Khisanth joins (~Khisanth@11.sub-174-244-147.myvzw.com)
21:20:16 davros joins (~davros@host86-185-126-190.range86-185.btcentralplus.com)
21:20:16 apoc joins (~apoc@49.12.13.193)
21:20:16 falsifian joins (~falsifian@exoco.falsifian.org)
21:20:16 AndreasK joins (sid320732@gateway/web/irccloud.com/x-spqgtdrtcwqozgos)
21:20:16 lally joins (sid388228@gateway/web/irccloud.com/x-ilucbequfappbwaf)
21:20:16 liquorice joins (sid267884@gateway/web/irccloud.com/x-nzkqxgdtfgechhzd)
21:20:16 joshmeredith joins (sid387798@gateway/web/irccloud.com/x-puyeogwrdolrmxnl)
21:20:16 systemfault joins (sid267009@gateway/web/irccloud.com/x-weqjiwsrsizmsttb)
21:20:16 ebutleriv joins (sid217783@gateway/web/irccloud.com/x-kdwwbglqjsasvtqj)
21:20:16 cemerick joins (sid54985@gateway/web/irccloud.com/x-dmosxtcpbaaxlpbx)
21:20:16 ryjm joins (sid383513@gateway/web/irccloud.com/x-mfvpahefkuhsmhxj)
21:20:16 aristid joins (sid1599@gateway/web/irccloud.com/x-iysthznfdzhconze)
21:20:16 davetapley joins (sid666@gateway/web/irccloud.com/x-zjajcgkktmcxzflu)
21:20:16 ReinH joins (sid179972@gateway/web/irccloud.com/x-yupwkseagmcsclao)
21:20:16 jared-w joins (uid405292@gateway/web/irccloud.com/x-qitlcehrrgjsxmby)
21:20:16 wpcarro_ joins (sid397589@gateway/web/irccloud.com/x-ahewuhnoiijbwpmc)
21:20:16 etrepum joins (sid763@gateway/web/irccloud.com/x-kbeiueugazaifuth)
21:20:16 SrPx joins (sid108780@gateway/web/irccloud.com/x-yhksykcahzlylxhe)
21:20:16 eruditass joins (uid248673@gateway/web/irccloud.com/x-xevwmrtrjszgvhcb)
21:20:16 curiousgay joins (~gay@178.217.208.8)
21:20:16 {abby} joins (~{abby}@unaffiliated/demhydraz)
21:20:16 johnw joins (~johnw@haskell/developer/johnw)
21:20:16 whataday joins (~xxx@2400:8902::f03c:92ff:fe60:98d8)
21:20:16 tsandstr joins (~user@nat-130-132-173-221.central.yale.edu)
21:20:16 Ishutin joins (~ishutin@94-21-174-90.pool.digikabel.hu)
21:20:16 jonatan joins (~nate@h77-53-70-163.cust.a3fiber.se)
21:20:16 tlgl^nix joins (~damien@S0106008ef25e98fb.su.shawcable.net)
21:20:16 DavidEichmann joins (~david@147.136.46.217.dyn.plus.net)
21:20:16 vchlup joins (~vchlup@nat.brnet.cz)
21:20:16 rslima_____ joins (sid26145@gateway/web/irccloud.com/x-uuewewvxxbofrynk)
21:20:16 kyagrd__ joins (sid102627@gateway/web/irccloud.com/x-rctrsarckkdvtebu)
21:20:16 jonathanx joins (~jonathan@h-176-109.A357.priv.bahnhof.se)
21:20:16 HiRE joins (~HiRE@2602:ffc5:20::1:512e)
21:20:16 clynamen joins (~clynamen@net-93-66-1-11.cust.vodafonedsl.it)
21:20:16 s00pcan joins (~chris@075-133-056-178.res.spectrum.com)
21:20:16 erisco joins (~erisco@d24-57-249-233.home.cgocable.net)
21:20:16 jess joins (jess@freenode/staff/jess)
21:20:16 Katarushisu joins (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net)
21:20:16 Bergle_3 joins (~Bergle_4@101.165.90.119)
21:20:16 Cale joins (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com)
21:20:16 MidAutumnHotaru joins (~MidAutumn@unaffiliated/midautumnhotaru)
21:20:16 malumore joins (~malumore@151.62.120.175)
21:20:16 tomsmeding joins (~tomsmedin@tomsmeding.com)
21:20:16 RusAlex joins (~Chel@unaffiliated/rusalex)
21:20:16 pony joins (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry)
21:20:16 dyniec[m] joins (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam)
21:20:16 pqwy[m] joins (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi)
21:20:16 mjlbach joins (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk)
21:20:16 zva joins (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de)
21:20:16 forell joins (~forell@unaffiliated/forell)
21:20:16 cheater1 joins (~user@unaffiliated/cheater)
21:20:16 raym joins (~ray@45.64.220.116)
21:20:16 urodna joins (~urodna@unaffiliated/urodna)
21:20:16 thc202 joins (~thc202@unaffiliated/thc202)
21:20:16 catern joins (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407)
21:20:16 nek0 joins (~nek0@mail.nek0.eu)
21:20:16 teddyc joins (theodorc@cassarossa.samfundet.no)
21:20:16 Deide joins (~Deide@217.155.19.23)
21:20:16 carlomagno joins (~cararell@148.87.23.7)
21:20:16 robotmay joins (~beepboop@2001:8b0:7af0:2580:94a2:bb95:e8d4:22af)
21:20:16 gnumonic joins (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net)
21:20:16 Flonk joins (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com)
21:20:16 my_name_is_not_j joins (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq)
21:20:16 tzh joins (~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
21:20:16 cole-h joins (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net)
21:20:16 ericsagn1 joins (~ericsagne@2405:6580:0:5100:9e02:7bf3:beb9:eefe)
21:20:16 Ariakenom joins (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44)
21:20:16 Sheilong joins (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz)
21:20:16 jtojnar joins (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad)
21:20:16 __monty__ joins (~toonn@unaffiliated/toonn)
21:20:16 knupfer joins (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de)
21:20:16 hypercube joins (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com)
21:20:16 jeet joins (~jeet@183.83.214.10)
21:20:16 sayola1 joins (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de)
21:20:16 kiix joins (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv)
21:20:16 kiweun joins (~kiweun@2607:fea8:2a62:9600:7da7:60a9:aff:54f9)
21:20:16 jakalx joins (~jakalx@base.jakalx.net)
21:20:16 CrazyPython joins (~crazypyth@98.122.164.118)
21:20:16 dpl_ joins (~dpl@77-121-78-163.chn.volia.net)
21:20:16 nut joins (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
21:20:16 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
21:20:16 Narinas joins (~Narinas@187-178-93-112.dynamic.axtel.net)
21:20:16 tmciver joins (~tmciver@cpe-172-101-40-226.maine.res.rr.com)
21:20:16 vicfred joins (vicfred@gateway/vpn/mullvad/vicfred)
21:20:16 xff0x joins (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d)
21:20:16 stree joins (~stree@68.36.8.116)
21:20:16 usr25 joins (~usr25@unaffiliated/usr25)
21:20:16 kupi joins (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly)
21:20:16 pavonia joins (~user@unaffiliated/siracusa)
21:20:16 amx joins (amx@percival.namespace.at)
21:20:16 so_ joins (~so@unaffiliated/so)
21:20:16 lnx joins (~irssi@167.71.7.27)
21:20:16 zfnmxt joins (~zfnmxt@unaffiliated/zfnmxt)
21:20:16 raoul joins (~raoulhida@nomnomnomnom.co.uk)
21:20:16 micro joins (~micro@unaffiliated/micro)
21:20:16 ekleog joins (~ii@prologin/ekleog)
21:20:16 Chousuke joins (oranenj@coffee.modeemi.fi)
21:20:16 kav joins (~kari@dsl-hkibng42-56733f-225.dhcp.inet.fi)
21:20:16 p8m joins (p8m@gateway/vpn/protonvpn/p8m)
21:20:16 bobey88 joins (~bobey@72-172-218-188.fidnet.com)
21:20:16 obiiwahn joins (~obiwahn@pdpc/supporter/student/obiwahn)
21:20:16 acertain joins (sid470584@gateway/web/irccloud.com/x-udpocathjkijcvpk)
21:20:16 cpape joins (~user@static.180.18.203.116.clients.your-server.de)
21:20:16 dolio joins (~dolio@haskell/developer/dolio)
21:20:16 brown121407 joins (~brown1214@fsf/member/brown121407)
21:20:16 And1 joins (~And1@brewington.uberspace.de)
21:20:16 lassulus joins (~lassulus@NixOS/user/lassulus)
21:20:16 nisstyre joins (~wes@python-zero/conduct-committee/nisstyre)
21:20:16 darjeeling_ joins (~darjeelin@122.245.216.145)
21:20:16 totbwf joins (sid402332@gateway/web/irccloud.com/x-evcibzlipwnkayzd)
21:20:16 benwr____ joins (sid372383@gateway/web/irccloud.com/x-mijbqpsjqwboudpc)
21:20:16 smerdyakov8 joins (~dan@5.146.195.164)
21:20:16 grumble joins (~Thunderbi@freenode/staff/grumble)
21:20:16 puke joins (~vroom@217.138.252.196)
21:20:16 mikolaj joins (~mikon@duch.mimuw.edu.pl)
21:20:16 hyiltiz joins (~quassel@unaffiliated/hyiltiz)
21:20:16 bennofs__ joins (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de)
21:20:16 zmijunkie joins (~Adium@87.122.222.145)
21:20:16 MarcelineVQ joins (~anja@198.254.208.159)
21:20:16 mrchampion joins (~mrchampio@38.18.109.23)
21:20:16 tms_ joins (thomaav@cassarossa.samfundet.no)
21:20:16 Lowl3v3l joins (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de)
21:20:16 russruss40 joins (~russruss@my.russellmcc.com)
21:20:16 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
21:20:16 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
21:20:16 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
21:20:16 jollygood2 joins (~bc8134e3@217.29.117.252)
21:20:16 machinedgod joins (~machinedg@24.105.81.50)
21:20:16 __minoru__shirae joins (~shiraeesh@77.94.25.113)
21:20:16 kritzefitz joins (~kritzefit@212.86.56.80)
21:20:16 Sgeo joins (~Sgeo@ool-18b9875e.dyn.optonline.net)
21:20:16 DTZUZU joins (~DTZUZO@205.ip-149-56-132.net)
21:20:16 wonko7 joins (~wonko7@62.115.229.50)
21:20:16 Rudd0 joins (~Rudd0@185.189.115.108)
21:20:16 elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
21:20:16 son0p joins (~ff@181.136.122.143)
21:20:16 mmfood joins (~mmfood@185.176.246.69)
21:20:16 conal_ joins (~conal@64.71.133.70)
21:20:16 Nik05 joins (~Nik05@unaffiliated/nik05)
21:20:16 HannaM joins (~quassel@p54849510.dip0.t-ipconnect.de)
21:20:16 unyu joins (~pyon@unaffiliated/pyon)
21:20:16 perrier-jouet joins (~perrier-j@modemcable012.251-130-66.mc.videotron.ca)
21:20:16 gitgood joins (~gitgood@80-44-9-246.dynamic.dsl.as9105.com)
21:20:16 Tuplanolla joins (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi)
21:20:16 fendor joins (~fendor@178.165.131.197.wireless.dyn.drei.com)
21:20:16 dastomaten joins (~dastomate@0543f40b.skybroadband.com)
21:20:16 honigkuchen joins (~honigkuch@ip5b429953.dynamic.kabel-deutschland.de)
21:20:16 johnnyboy[m] joins (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc)
21:20:17 theDon joins (~td@94.134.91.143)
21:20:17 tabemann joins (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net)
21:20:17 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
21:20:17 quinn joins (~quinn@c-73-223-224-163.hsd1.ca.comcast.net)
21:20:17 DirefulSalt joins (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt)
21:20:17 L29Ah joins (~L29Ah@unaffiliated/l29ah)
21:20:17 zaquest joins (~notzaques@5.128.210.178)
21:20:17 ukari joins (~ukari@unaffiliated/ukari)
21:20:17 mikolaj_ joins (~mikolaj@purple.well-typed.com)
21:20:17 notzmv joins (~zmv@unaffiliated/zmv)
21:20:17 pfurla joins (~pfurla@ool-182ed2e2.dyn.optonline.net)
21:20:17 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
21:20:17 bradparker joins (sid262931@gateway/web/irccloud.com/x-ipktkzcrditobyzs)
21:20:17 luite joins (sid387799@gateway/web/irccloud.com/x-jstlojjciwjquony)
21:20:17 mcglk joins (~textual@131.191.49.120)
21:20:17 gawen joins (~gawen@movzbl.root.sx)
21:20:17 xlei joins (znc@unaffiliated/xlei)
21:20:17 cohn_ joins (~noone@23.239.18.252)
21:20:17 SIben_ joins (~SIben@ns3106586.ip-5-135-191.eu)
21:20:17 ephemera__ joins (~E@122.34.1.187)
21:20:17 glamas_ joins (~glamas@107.182.17.237)
21:20:17 carbolymer joins (~carbolyme@dropacid.net)
21:20:17 dminuoso joins (~dminuoso@static.88-198-218-68.clients.your-server.de)
21:20:17 jrm joins (~jrm@freebsd/developer/jrm)
21:20:17 ahf joins (ahf@irssi/staff/ahf)
21:20:17 TMA joins (tma@twin.jikos.cz)
21:20:17 joeytwiddle joins (~joeytwidd@162.243.115.31)
21:20:17 kaletaa joins (~kaletaa@188.34.177.83)
21:20:17 kloeri joins (~kloeri@freenode/staff/exherbo.kloeri)
21:20:17 alexknvl joins (sid259568@gateway/web/irccloud.com/x-wdxobfzstmpkvclf)
21:20:17 ibloom joins (sid350277@gateway/web/irccloud.com/x-yhokoaaxqmoudodu)
21:20:17 lovesegfault joins (~bemeurer@37.219.94.34.bc.googleusercontent.com)
21:20:17 caasih joins (sid13241@gateway/web/irccloud.com/x-ywhvuyflycmojjfa)
21:20:17 Forlorn_ joins (~Forlorn@unaffiliated/forlorn)
21:20:17 sdrodge_ joins (~sdrodge@unaffiliated/sdrodge)
21:20:17 juri_ joins (~juri@178.63.35.222)
21:20:17 codedmart joins (codedmart@2600:3c01::f03c:92ff:fefe:8511)
21:20:17 dilinger joins (~dilinger@spindle.queued.net)
21:20:17 aidecoe joins (~aidecoe@unaffiliated/aidecoe)
21:20:17 seveg joins (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk)
21:20:17 Irenes joins (~irenes@NixOS/user/irenes)
21:20:17 jassob joins (~jassob@korrob.vth.sgsnet.se)
21:20:17 _xor joins (~xor@74.215.46.133)
21:20:17 davean joins (~davean@davean.sciesnet.net)
21:20:17 cyberlard joins (~cyberlard@unaffiliated/jludwig)
21:20:17 Neuromancer joins (~Neuromanc@unaffiliated/neuromancer)
21:20:17 landonf joins (landonf@mac68k.info)
21:20:17 tromp joins (~tromp@dhcp-077-249-230-040.chello.nl)
21:20:17 poljar1 joins (~poljar@93-139-112-157.adsl.net.t-com.hr)
21:20:17 SupaYoshi joins (~supayoshi@213-10-140-13.fixed.kpn.net)
21:20:17 st13g joins (~quassel@47.90.246.232)
21:20:17 Tesseraction joins (~Tesseract@unaffiliated/tesseraction)
21:20:17 mudfog joins (~mudfog@ec2-54-152-211-54.compute-1.amazonaws.com)
21:20:17 liyang joins (~liyang@90.255.129.199)
21:20:17 marble_visions joins (~user@68.183.79.8)
21:20:17 tumdedum joins (~tumdedum@unaffiliated/espiral)
21:20:17 mapperr joins (~mapperr@vmi389916.contaboserver.net)
21:20:17 _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net)
21:20:17 blissful joins (~blissful@unaffiliated/azuline)
21:20:17 echoreply joins (~echoreply@unaffiliated/echoreply)
21:20:17 bgamari joins (~bgamari@72.65.101.132)
21:20:17 conkker joins (~conkker@unaffiliated/conkker)
21:20:17 cods joins (~fred@82-65-232-44.subs.proxad.net)
21:20:17 duckonomy_ joins (~duckonomy@177.ip-144-217-84.net)
21:20:17 troydm joins (~troydm@unaffiliated/troydm)
21:20:17 Firedancer joins (sid336191@gateway/web/irccloud.com/x-xoleucehjmvybibw)
21:20:17 Benett joins (~Benett@unaffiliated/benett)
21:20:17 mud joins (~mud@unaffiliated/kadoban)
21:20:17 infinity0 joins (~infinity0@freenet/developer/infinity0)
21:20:17 lordyod joins (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net)
21:20:17 swater joins (~swater@perso.iiens.net)
21:20:17 Moyst joins (~moyst@212-149-213-144.bb.dnainternet.fi)
21:20:17 tristanC joins (~tristanC@unaffiliated/tristanc)
21:20:17 pieguy128_ joins (~pieguy128@bas1-quebec14-67-70-101-46.dsl.bell.ca)
21:20:17 connrs joins (~connrs@mail.connolley.uk)
21:20:17 gargawel joins (~gael@212.83.144.58)
21:20:17 Kneiva_ joins (kneiva@raah.fi)
21:20:17 wayne joins (~wayne@unaffiliated/wayne)
21:20:17 dredozubov joins (~dredozubo@37.139.21.214)
21:20:17 tomku joins (~tomku@unaffiliated/tomku)
21:20:17 heath joins (~heath@unaffiliated/ybit)
21:20:17 relrod joins (~relrod@redhat/ansible.staff.relrod)
21:20:17 deni joins (~deni@unaffiliated/deni)
21:20:17 dmwit joins (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net)
21:20:17 asm89 joins (~asm89@unaffiliated/asm89)
21:20:17 stvc joins (~stvc@192.241.166.39)
21:20:17 tasuki joins (~tasuki@198.211.120.27)
21:20:17 remexre joins (~nathan@207-153-38-50.fttp.usinternet.com)
21:20:17 eagleflo joins (~aku@eagleflow.fi)
21:20:17 bind2 joins (~bind@md-dingen.tilaa.cloud)
21:20:17 shreyasminocha joins (~shreyasmi@unaffiliated/shreyasminocha)
21:20:17 fr33domlover joins (~fr33domlo@angeley.es)
21:20:17 pounce joins (~pounce@ns379743.ip-5-196-70.eu)
21:20:17 pdxleif joins (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com)
21:20:17 djanatyn_ joins (~djanatyn@ec2-18-209-155-56.compute-1.amazonaws.com)
21:20:17 Aleksejs joins (~Aleksejs@haskell.lv)
21:20:17 loc joins (~loc@unaffiliated/loc)
21:20:17 acro joins (~acro@unaffiliated/acro)
21:20:17 zymurgy joins (~zymurgy@li607-220.members.linode.com)
21:20:17 remedan joins (~remedan@balak.me)
21:20:17 kqr joins (~kqr@vps.xkqr.org)
21:20:17 TommyC joins (~TommyC@unaffiliated/sepulchralbloom)
21:20:17 seliopou joins (seliopou@entropy.tmok.com)
21:20:17 nshepperd2 joins (~nshepperd@li364-218.members.linode.com)
21:20:17 lockshaw_ joins (~lockshaw@165.22.163.71)
21:20:17 tstat joins (~tstat@104.131.113.212)
21:20:17 jvanbure_ joins (~jvanbure@159.65.233.183)
21:20:17 Igloo joins (~igloo@matrix.chaos.earth.li)
21:20:17 mrd joins (~mrd@debian/developer/mrd)
21:20:17 esph joins (~weechat@unaffiliated/esph)
21:20:17 pie_ joins (~pie_bnc]@unaffiliated/pie-/x-0787662)
21:20:17 vancz joins (~vancz@unaffiliated/vancz)
21:20:17 nckx joins (~nckx@tobias.gr)
21:20:17 lep-delete joins (~lep@94.31.86.183)
21:20:17 johnyginthehouse joins (~johnygint@159.203.30.32)
21:20:17 quicksil1er joins (~jules@roobarb.crazydogs.org)
21:20:17 magicman joins (~tchakkazu@static-47-180-28-65.lsan.ca.frontiernet.net)
21:20:17 koala_man joins (~vidar@unaffiliated/koala-man/x-2491903)
21:20:17 luigy joins (~luigy@104.236.106.229)
21:20:17 dh joins (dh@bsd.ee)
21:20:17 Clint joins (~Clint@libre.fm/hacker/clint)
21:20:17 thebnq joins (~bnq@herrokitty.com)
21:20:17 jmsx joins (~jordan@li1158-85.members.linode.com)
21:20:17 EdwardIII joins (~edwardiii@unaffiliated/edward123)
21:20:17 drewolson joins (~drewolson@64.227.24.16)
21:20:17 Patternmaster joins (~georg@li1192-118.members.linode.com)
21:20:17 WarzoneCommand joins (~Frank@77-162-168-71.fixed.kpn.net)
21:20:17 statusfailed joins (~statusfai@statusfailed.com)
21:20:17 dibblego joins (~dibblego@haskell/developer/dibblego)
21:20:17 Iroha joins (~Dykomii@kyoto.mii.moe)
21:20:17 hexagoxel joins (~hexagoxel@hexagoxel.de)
21:20:17 digia joins (~digia@unaffiliated/digia)
21:20:17 maerwald joins (~maerwald@mail.hasufell.de)
21:20:17 wz1000 joins (~wz1000@static.11.113.47.78.clients.your-server.de)
21:20:17 rotty joins (rotty@ghost.xx.vu)
21:20:17 haskell_1 joins (~twain@168.61.46.105)
21:20:17 afx237 joins (~afx237@107.170.10.178)
21:20:17 ornxka joins (~ornxka@unaffiliated/ornx)
21:20:17 lazyshrk joins (~lazyshrk@128.199.58.13)
21:20:17 tolt joins (~weechat-h@li219-154.members.linode.com)
21:20:17 Deewiant joins (~deewiant@de1.ut.deewiant.iki.fi)
21:20:17 exferenceBot joins (~exference@hexagoxel.de)
21:20:17 frobnicator joins (~frobnicat@185-227-75-147.dsl.cambrium.nl)
21:20:17 adium joins (adium@unaffiliated/adium)
21:20:17 tessier joins (~treed@kernel-panic/copilotco)
21:20:17 ralu joins (~ralu@static.211.245.203.116.clients.your-server.de)
21:20:17 CitizenSnips joins (~CitizenSn@irc.refl.club)
21:20:17 tdammers joins (~tdammers@unaffiliated/tdammers)
21:20:17 ent joins (entgod@kapsi.fi)
21:20:17 SlashLife joins (~slashlife@stienen.name)
21:20:17 dsrt^ joins (dsrt@ip98-184-89-2.mc.at.cox.net)
21:20:17 Sarcarean joins (4582bfd4@h69-130-191-212.bendor.broadband.dynamic.tds.net)
21:20:17 federd8 joins (5d2e77a4@93-46-119-164.ip107.fastwebnet.it)
21:20:17 Mrbuck joins (~Mrbuck@gateway/tor-sasl/mrbuck)
21:20:17 jb55 joins (~jb55@gateway/tor-sasl/jb55)
21:20:17 hendursaga joins (~weechat@gateway/tor-sasl/hendursaga)
21:20:17 finn_elija joins (~finn_elij@gateway/tor-sasl/finnelija/x-67402716)
21:20:17 bitdex joins (~bitdex@gateway/tor-sasl/bitdex)
21:20:17 Unhammer joins (~Unhammer@gateway/tor-sasl/unhammer)
21:20:17 vgtw joins (~vgtw@gateway/tor-sasl/vgtw)
21:20:17 Chai-T-Rex joins (~ChaiTRex@gateway/tor-sasl/chaitrex)
21:20:17 jpds joins (~jpds@gateway/tor-sasl/jpds)
21:20:17 aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net)
21:20:17 siraben joins (sirabenmat@gateway/shell/matrix.org/x-cfikpjmyftuncdpf)
21:20:17 jchia[m] joins (jchiamatri@gateway/shell/matrix.org/x-tmjpbywqkunnmwlp)
21:20:17 fakubish[m] joins (fakubishne@gateway/shell/matrix.org/x-gkdgoaumokeroxkj)
21:20:17 ProofTechnique joins (sid79547@gateway/web/irccloud.com/x-uvtkxtknhyjkpohz)
21:20:17 angerman joins (sid209936@gateway/web/irccloud.com/x-vkbiyhlbxhfghaep)
21:20:17 Hanma[m] joins (hanmamatri@gateway/shell/matrix.org/x-ktsmcyuxlppyzjzb)
21:20:17 thonkpod joins (~thonkpod@2001:19f0:ac01:b46:5400:1ff:fec7:d73d)
21:20:17 dominicusin[m] joins (dominicusi@gateway/shell/matrix.org/x-cjngkratdjygajhy)
21:20:17 Vq joins (~vq@90-227-195-41-no77.tbcn.telia.com)
21:20:17 viktorstrate[m] joins (viktorstra@gateway/shell/matrix.org/x-nrjjnqkdtfbtkeet)
21:20:17 slycelote[m] joins (slycelotem@gateway/shell/matrix.org/x-yxhtximmpenozqzr)
21:20:17 speakerspivakeem joins (speakerdea@gateway/shell/matrix.org/x-wcklxxqsduyzhunq)
21:20:17 berberman[T] joins (berberma4@gateway/shell/matrix.org/x-tzjvckdqlgqermfr)
21:20:17 immae joins (immaematri@gateway/shell/matrix.org/x-yvvixibszngfldow)
21:20:17 TheWizardTower[m joins (thewizardt@gateway/shell/matrix.org/x-qjoroerupruqagtt)
21:20:17 jjhoo joins (jahakala@dsl-trebng21-b048b5-171.dhcp.inet.fi)
21:20:17 noCheese joins (~nocheese@unaffiliated/nocheese)
21:20:17 kiltzman joins (~k1ltzman@5.206.224.243)
21:20:17 Axman6 joins (~Axman6@pdpc/supporter/student/Axman6)
21:20:17 Nikotiini joins (~ubuntu@ec2-52-213-118-142.eu-west-1.compute.amazonaws.com)
21:20:17 lpsmith joins (~lpsmith@unaffiliated/lpsmith)
21:20:17 dequbed joins (~dequbed@yanduxian.paranoidlabs.org)
21:20:17 xarian joins (~xarian@104.236.81.162)
21:20:17 orcus joins (~orcus@unaffiliated/orcus)
21:20:17 vk3wtf joins (~doc@115-64-102-158.tpgi.com.au)
21:20:17 sigmundv joins (~sigmundv@178.62.72.87)
21:20:17 rookie101 joins (~rookie@207.154.204.166)
21:20:17 alp joins (~alp@163.172.83.213)
21:20:17 filwisher joins (~filwisher@78.141.201.45)
21:20:17 emergence joins (~emergence@vm0.max-p.me)
21:20:17 otulp joins (~otulp@ti0187q162-6639.bb.online.no)
21:20:17 bendo joins (~bendo@130.61.122.121)
21:20:17 duairc joins (~shane@ana.rch.ist)
21:20:17 haveo joins (~haveo@sl35.iuwt.fr)
21:20:17 peutri joins (~peutri@ns317027.ip-94-23-46.eu)
21:20:17 polux2001 joins (~polux@51.15.169.172)
21:20:17 [df] joins (~ben@51.15.198.140)
21:20:17 andjjj23_ joins (~irc@107.170.228.47)
21:20:17 voidcontext joins (~pgee@178.62.100.221)
21:20:17 kosmikus joins (~kosmikus@haskell/developer/kosmikus)
21:20:17 le_jonge joins (jonge@kofferbomber.org)
21:20:17 datajerk joins (~datajerk@sense.net)
21:20:17 xcin joins (~x@159.203.132.140)
21:20:17 kiprasz joins (~kipras@re199n846.sritis.lt)
21:20:17 geal joins (~geal@195-154-200-217.rev.poneytelecom.eu)
21:20:17 w1gz joins (~do@159.89.11.133)
21:20:17 dqd joins (id@wikipedia/dqd)
21:20:17 ps-auxw joins (~arneb@p548d5577.dip0.t-ipconnect.de)
21:20:17 int-e joins (~noone@int-e.eu)
21:20:17 natechan joins (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net)
21:20:17 Wamanuz joins (~wamanuz@78-70-34-81-no84.tbcn.telia.com)
21:20:17 xwvvvvwx joins (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx)
21:20:17 Paks joins (~paks@c-69-136-183-189.hsd1.il.comcast.net)
21:20:17 vodkaInf1rno joins (~wormphleg@104.131.156.184)
21:20:17 abuss joins (~abuss@cryptarch.net)
21:20:17 gekh joins (~gkh@thor.kevinhill.nl)
21:20:17 Unode joins (~Unode@unaffiliated/unode)
21:20:17 hive-mind joins (~hivemind@rrcs-67-53-148-69.west.biz.rr.com)
21:20:17 shachaf joins (~shachaf@unaffiliated/shachaf)
21:20:17 RoguePointer joins (~jigen@unaffiliated/roguepointer)
21:20:17 BIG_JIMMY_D joins (~jim@108.61.185.76)
21:20:17 Eliel joins (~jojkaart@163.172.153.251)
21:20:17 hiptobecubic joins (~john@unaffiliated/hiptobecubic)
21:20:17 gambpang joins (~gambpang@unaffiliated/gambpang)
21:20:17 cgfbee joins (~bot@oc1.itim-cj.ro)
21:20:17 amiri joins (~amiri@cpe-76-91-154-9.socal.res.rr.com)
21:20:17 nojster joins (~noj@vmd62096.contaboserver.net)
21:20:17 seanparsons joins (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net)
21:20:17 Maxdamantus joins (~Maxdamant@unaffiliated/maxdamantus)
21:20:17 jhuizy joins (~jhuizy@static.241.188.216.95.clients.your-server.de)
21:20:17 wagle joins (~wagle@quassel.wagle.io)
21:20:17 haya joins (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com)
21:20:17 haasn joins (~nand@mpv/developer/haasn)
21:20:17 bob_twinkles_ joins (~quassel@ec2-52-37-66-13.us-west-2.compute.amazonaws.com)
21:20:17 oleks_ joins (~oleks@188.166.34.97)
21:20:17 electricityZZZZ joins (~electrici@135-180-3-82.static.sonic.net)
21:20:17 Kaivo joins (~Kaivo@172-97-54-87.mc.derytele.com)
21:20:17 mnrmnaugh joins (~mnrmnaugh@unaffiliated/mnrmnaugh)
21:20:17 Tario joins (~Tario@201.192.165.173)
21:20:17 alx741 joins (~alx741@181.196.69.117)
21:20:17 ddellaco_ joins (ddellacost@gateway/vpn/mullvad/ddellacosta)
21:20:17 Kaiepi joins (~Kaiepi@47.54.252.148)
21:20:17 TheScoop joins (~TheScoop@unaffiliated/tryte)
21:20:17 hexo- joins (~hexo@2a01:430:17:1::ffff:328)
21:20:17 ahri joins (~ahri@178.209.40.84)
21:20:17 xts_ joins (~ts@46.101.20.9)
21:20:17 Uma_ joins (~uma@umazalakain.info)
21:20:17 crtschin joins (~crtschin@2604:a880:800:10::3126:f001)
21:20:17 sud0 joins (~Death@hackspaceuy/member/sud0)
21:20:17 greymalkin joins (~greymalki@199.180.249.79)
21:20:17 orhan89 joins (~orhan89@151.91.188.35.bc.googleusercontent.com)
21:20:17 newsham joins (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com)
21:20:17 lortabac joins (~lortabac@51.158.65.124)
21:20:17 Ekho joins (~Ekho@unaffiliated/ekho)
21:20:17 zopsi joins (zopsi@2600:3c00::f03c:91ff:fe14:551f)
21:20:17 runeks joins (sid21167@gateway/web/irccloud.com/x-hasdkvyrirwackgz)
21:20:17 ocharles joins (sid30093@musicbrainz/user/ocharles)
21:20:17 agander_m joins (sid407952@gateway/web/irccloud.com/x-olfvvsvzckwflxmz)
21:20:17 dani- joins (sid341953@gateway/web/irccloud.com/x-enxplehsvwdxnwfi)
21:20:17 winny joins (~winny@fsf/member/winstonw)
21:20:17 joeyh joins (joeyh@kitenet.net)
21:20:17 solarus joins (~solarus@2a03:b0c0:2:d0::48:7001)
21:20:17 `slikts joins (~nelabs@wikipedia/reinis)
21:20:17 lisq joins (~quassel@lis.moe)
21:20:17 ^[ joins (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep)
21:20:17 mikeplus64 joins (~mike@unaffiliated/mikeplus64)
21:20:17 CrabMan joins (phi-matrix@gateway/shell/matrix.org/x-xdtvjrfhqsljsdjb)
21:20:17 arcontethegreat[ joins (arcontethe@gateway/shell/matrix.org/x-htiwddqvyzfqikyg)
21:20:17 Lurkki[m]1 joins (lurkkipriv@gateway/shell/matrix.org/x-qkyndrlwwbcdfprx)
21:20:17 alexfmpe joins (alexfmpema@gateway/shell/matrix.org/x-imekgdrdrodzrfgy)
21:20:17 michaelpj joins (michaelpjm@gateway/shell/matrix.org/x-utrdbjjavwpdczxi)
21:20:17 Noughtmare[m] joins (naughtmare@gateway/shell/matrix.org/x-hglfphyajylwppku)
21:20:17 beardhatcode joins (robbertbea@gateway/shell/matrix.org/x-lsjnjwfsaaqmayss)
21:20:17 heck-to-the-gnom joins (heck-to-th@gateway/shell/matrix.org/x-bjzlaxrwotuujapr)
21:20:17 hyiltiz-M joins (hyiltizkde@gateway/shell/kde/matrix/x-htrnwcwmekebkeel)
21:20:17 chrisbloecker[m] joins (chrisbloec@gateway/shell/matrix.org/x-ocvqnqycybxbaszr)
21:20:17 miklcct joins (quasselcor@2001:19f0:7402:d31:5400:3ff:fe51:a0cd)
21:20:17 leah2 joins (~leah@vuxu.org)
21:20:17 M9ndres[m] joins (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw)
21:20:17 thblt joins (~thblt@unaffiliated/thblt)
21:20:17 urdh joins (~urdh@unaffiliated/urdh)
21:20:17 myme joins (~myme@li1406-121.members.linode.com)
21:20:17 gienah joins (~mwright@gentoo/developer/gienah)
21:20:17 ring0` joins (~ringo@unaffiliated/ring0/x-8667941)
21:20:17 bcoppens joins (~bartcopp@kde/coppens)
21:20:17 freeside joins (~ubuntu@ec2-52-58-69-57.eu-central-1.compute.amazonaws.com)
21:20:17 veverak joins (~veverak@ip-89-102-98-161.net.upcbroadband.cz)
21:20:17 aib42 joins (~aib@unaffiliated/aib42)
21:20:17 yahb joins (xsbot@haskell/bot/yahb)
21:20:17 clog joins (~nef@bespin.org)
21:20:17 brkscnce_ joins (~obaum@37.120.31.251)
21:20:17 deu joins (de@uio.re)
21:20:17 samebchase- joins (~samebchas@51.15.68.182)
21:20:17 incertia joins (~incertia@d4-50-26-103.nap.wideopenwest.com)
21:20:17 leafiest joins (~leafiest@165.227.53.12)
21:20:17 averell joins (~averell@unaffiliated/averell)
21:20:17 mantovani joins (~mantovani@104.131.207.121)
21:20:17 iptq joins (~michael@142.93.75.170)
21:20:17 okad joins (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com)
21:20:17 tomjaguarpaw joins (~tom@li367-225.members.linode.com)
21:20:17 M2tias joins (m2@seri.fi)
21:20:17 stilgart joins (~Christoph@chezlefab.net)
21:20:17 a3Dman_ joins (~3Dman@ns334323.ip-5-196-65.eu)
21:20:17 Chobbes_ joins (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net)
21:20:17 sajith joins (~sajith@fsf/member/nonzen)
21:20:17 chindy_ joins (~quassel@51.15.63.78)
21:20:17 bbear_ joins (~znc@21212.s.t4vps.eu)
21:20:17 uberj_ joins (~uberj@107.170.237.156)
21:20:17 Xnuk joins (~xnuk@45.76.202.58)
21:20:17 jtobin_ joins (~jtobin@li1555-212.members.linode.com)
21:20:17 niklasb joins (~niklasb@unaffiliated/codeslay0r)
21:20:17 Putonlalla joins (~sapekiis@it-cyan.it.jyu.fi)
21:20:17 Solarion joins (~solarion@fsf/member/solarion)
21:20:17 Athas joins (athas@sigkill.dk)
21:21:54 × siraben quits (sirabenmat@gateway/shell/matrix.org/x-cfikpjmyftuncdpf) (Max SendQ exceeded)
21:21:55 × teej quits (uid154177@gateway/web/irccloud.com/x-aqljzrvlwnvlpfor) (Ping timeout: 245 seconds)
21:21:55 × dmj` quits (sid72307@gateway/web/irccloud.com/x-hiydzdvhdibdbilo) (Ping timeout: 250 seconds)
21:21:55 × aizen_s quits (sid462968@gateway/web/irccloud.com/x-cimltabwsuoipsqn) (Ping timeout: 250 seconds)
21:21:55 × entel quits (uid256215@botters/entel) (Ping timeout: 261 seconds)
21:21:55 × Tesseraction quits (~Tesseract@unaffiliated/tesseraction) (Ping timeout: 260 seconds)
21:21:55 dan64 joins (~dan64@dannyadam.com)
21:21:55 Cerise joins (~jerry@2a02:c207:3004:3544::1)
21:21:55 × wonko7 quits (~wonko7@62.115.229.50) (Max SendQ exceeded)
21:21:59 mozzarella joins (~sam@modemcable229.128-202-24.mc.videotron.ca)
21:21:59 × benwr____ quits (sid372383@gateway/web/irccloud.com/x-mijbqpsjqwboudpc) (Ping timeout: 269 seconds)
21:21:59 × Sheilong quits (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz) (Ping timeout: 250 seconds)
21:22:00 × Ericson2314 quits (ericson231@gateway/shell/matrix.org/x-ksbmrykeuszgsyik) (Max SendQ exceeded)
21:22:00 × themsay[m] quits (themsaymat@gateway/shell/matrix.org/x-hpjgawiyzuenumyt) (Max SendQ exceeded)
21:22:00 × dsrt^ quits (dsrt@ip98-184-89-2.mc.at.cox.net) (Max SendQ exceeded)
21:22:02 × jtojnar quits (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad) (Ping timeout: 258 seconds)
21:22:02 × johnnyboy[m] quits (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc) (Ping timeout: 245 seconds)
21:22:03 elusive joins (~Jeanne-Ka@199.116.118.216)
21:22:03 × SrPx quits (sid108780@gateway/web/irccloud.com/x-yhksykcahzlylxhe) (Ping timeout: 250 seconds)
21:22:03 × drupol quits (sid117588@gateway/web/irccloud.com/x-gsnwinbjioyhnadu) (Ping timeout: 250 seconds)
21:22:03 × mat[m]1 quits (matmatrixo@gateway/shell/matrix.org/x-uwjgvmzxszuovuwu) (Ping timeout: 258 seconds)
21:22:03 × joe[m]1 quits (joemonoida@gateway/shell/matrix.org/x-dyuqcnyqoeqswuzr) (Ping timeout: 258 seconds)
21:22:04 × miklcct quits (quasselcor@2001:19f0:7402:d31:5400:3ff:fe51:a0cd) (Max SendQ exceeded)
21:22:04 × Ekho quits (~Ekho@unaffiliated/ekho) (Max SendQ exceeded)
21:22:05 × arcontethegreat[ quits (arcontethe@gateway/shell/matrix.org/x-htiwddqvyzfqikyg) (Max SendQ exceeded)
21:22:05 × cgfbee quits (~bot@oc1.itim-cj.ro) (Max SendQ exceeded)
21:22:05 × M9ndres[m] quits (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw) (Ping timeout: 246 seconds)
21:22:05 × chrisbloecker[m] quits (chrisbloec@gateway/shell/matrix.org/x-ocvqnqycybxbaszr) (Ping timeout: 267 seconds)
21:22:06 × heck-to-the-gnom quits (heck-to-th@gateway/shell/matrix.org/x-bjzlaxrwotuujapr) (Ping timeout: 267 seconds)
21:22:06 × Lurkki[m]1 quits (lurkkipriv@gateway/shell/matrix.org/x-qkyndrlwwbcdfprx) (Ping timeout: 267 seconds)
21:22:08 × michaelpj quits (michaelpjm@gateway/shell/matrix.org/x-utrdbjjavwpdczxi) (Ping timeout: 267 seconds)
21:22:08 × alexfmpe quits (alexfmpema@gateway/shell/matrix.org/x-imekgdrdrodzrfgy) (Ping timeout: 246 seconds)
21:22:08 × Noughtmare[m] quits (naughtmare@gateway/shell/matrix.org/x-hglfphyajylwppku) (Ping timeout: 246 seconds)
21:22:08 × CrabMan quits (phi-matrix@gateway/shell/matrix.org/x-xdtvjrfhqsljsdjb) (Ping timeout: 246 seconds)
21:22:08 × jchia[m] quits (jchiamatri@gateway/shell/matrix.org/x-tmjpbywqkunnmwlp) (Ping timeout: 248 seconds)
21:22:08 × fakubish[m] quits (fakubishne@gateway/shell/matrix.org/x-gkdgoaumokeroxkj) (Ping timeout: 248 seconds)
21:22:08 × Hanma[m] quits (hanmamatri@gateway/shell/matrix.org/x-ktsmcyuxlppyzjzb) (Ping timeout: 248 seconds)
21:22:08 × dominicusin[m] quits (dominicusi@gateway/shell/matrix.org/x-cjngkratdjygajhy) (Ping timeout: 248 seconds)
21:22:09 × viktorstrate[m] quits (viktorstra@gateway/shell/matrix.org/x-nrjjnqkdtfbtkeet) (Ping timeout: 248 seconds)
21:22:09 × speakerspivakeem quits (speakerdea@gateway/shell/matrix.org/x-wcklxxqsduyzhunq) (Ping timeout: 248 seconds)
21:22:09 × TheWizardTower[m quits (thewizardt@gateway/shell/matrix.org/x-qjoroerupruqagtt) (Ping timeout: 248 seconds)
21:22:09 × slycelote[m] quits (slycelotem@gateway/shell/matrix.org/x-yxhtximmpenozqzr) (Ping timeout: 248 seconds)
21:22:10 × berberman[T] quits (berberma4@gateway/shell/matrix.org/x-tzjvckdqlgqermfr) (Ping timeout: 248 seconds)
21:22:10 × immae quits (immaematri@gateway/shell/matrix.org/x-yvvixibszngfldow) (Ping timeout: 248 seconds)
21:22:10 × mjlbach quits (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk) (Ping timeout: 258 seconds)
21:22:10 × pqwy[m] quits (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi) (Ping timeout: 258 seconds)
21:22:10 × dyniec[m] quits (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam) (Ping timeout: 258 seconds)
21:22:10 × jo[m]3 quits (josefmat1@gateway/shell/matrix.org/x-qfhlavfxfkadmzvi) (Ping timeout: 258 seconds)
21:22:11 × Lurkki[m] quits (lurkkifene@gateway/shell/matrix.org/x-nrwgmnbvosqqhpnr) (Ping timeout: 258 seconds)
21:22:11 × EmanuelLoos[m] quits (emanuel-lo@gateway/shell/matrix.org/x-xedchorwdbepbzbx) (Ping timeout: 258 seconds)
21:22:11 × pnotequalnp[m] quits (pnotequaln@gateway/shell/matrix.org/x-ilonrmhzsbjadrsm) (Ping timeout: 258 seconds)
21:22:12 × samthecoy[m] quits (samthecoym@gateway/shell/matrix.org/x-qaqujubkonygneyt) (Ping timeout: 258 seconds)
21:22:12 × johnnyv[m] quits (badwolf256@gateway/shell/matrix.org/x-yxpkxdztlttkpjgg) (Ping timeout: 258 seconds)
21:22:12 × loyon quits (loyonmatri@gateway/shell/matrix.org/x-wopkgivyetfmwccv) (Ping timeout: 258 seconds)
21:22:12 × supersven[m] quits (supersvenm@gateway/shell/matrix.org/x-vtyvtzkqhlabrowo) (Ping timeout: 258 seconds)
21:22:13 × domenkozar[m] quits (domenkozar@NixOS/user/domenkozar) (Ping timeout: 258 seconds)
21:22:13 × lambdaclan quits (lambdaclan@gateway/shell/matrix.org/x-amguadwuvvlssavp) (Max SendQ exceeded)
21:22:13 jesser[m] joins (jessermatr@gateway/shell/matrix.org/x-aupqwvyiwubojerx)
21:22:13 Poyo[m] joins (stikynotha@gateway/shell/matrix.org/x-xcbfkbcujzncipye)
21:22:13 lnxw37d4 joins (lnxw37d4ma@gateway/shell/matrix.org/x-mzuaquuooftpadmi)
21:22:13 amerocu[m] joins (amerocumat@gateway/shell/matrix.org/x-qzhlcptahjtnfoav)
21:22:13 fox[m]1 joins (foxforestf@gateway/shell/matrix.org/x-hqbybhlwcrwvhxhe)
21:22:13 ManofLetters[m] joins (manoflette@gateway/shell/matrix.org/x-ovmdqtbnmvvsfsit)
21:22:13 enya[m] joins (enyaismatr@gateway/shell/matrix.org/x-sutipvvcssuynets)
21:22:13 bitonic joins (bitonicmat@gateway/shell/matrix.org/x-yisbdbwqrxbimepi)
21:22:13 JaakkoLuttinen[m joins (jluttinema@gateway/shell/matrix.org/x-lrgelkqzqyoiwyju)
21:22:13 DamienCassou joins (damiencass@gateway/shell/matrix.org/x-wraaqkgwwvejeluv)
21:22:13 megaTherion joins (~therion@unix.io)
21:22:13 chirpsalot joins (~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net)
21:22:13 hyperfekt joins (end@bnc.hyperfekt.net)
21:22:13 statusbot joins (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
21:22:13 gareth__ joins (~gareth__@104.236.161.134)
21:22:13 Guest36391 joins (~iomonad@95.179.211.27)
21:22:13 mr_yogurt joins (~mr_yogurt@5.61.211.35.bc.googleusercontent.com)
21:22:13 xensky joins (~xensky@xengarden.xen.prgmr.com)
21:22:13 cross joins (~cross@spitfire.i.gajendra.net)
21:22:13 nrdmn98 joins (~nrdmn@95.129.53.118)
21:22:13 anoe joins (~anoe@51.15.174.146)
21:22:13 bcmiller joins (~bm3719@66.42.95.185)
21:22:13 nerdypepper joins (znc@152.67.162.71)
21:22:13 qz joins (~quetzal@li272-85.members.linode.com)
21:22:13 madnificent joins (~madnifice@static.210.74.63.178.clients.your-server.de)
21:22:13 Uniaika joins (~uniaika@163.172.211.189)
21:22:13 toppler` joins (~user@mtop.default.momentoftop.uk0.bigv.io)
21:22:13 marek joins (~mmahut@fedora/pyxel)
21:22:13 _janne joins (~janne@punainen.org)
21:22:13 neobit_ joins (~neobit@159.65.243.9)
21:22:14 × SanchayanMaity quits (sid478177@gateway/web/irccloud.com/x-ldcvmlbmuzzjfwoa) (Ping timeout: 245 seconds)
21:22:14 × feepo quits (sid28508@gateway/web/irccloud.com/x-cjsxflpucqedrqas) (Ping timeout: 245 seconds)
21:22:15 × DamienCassou quits (damiencass@gateway/shell/matrix.org/x-wraaqkgwwvejeluv) (Max SendQ exceeded)
21:22:16 × jesser[m] quits (jessermatr@gateway/shell/matrix.org/x-aupqwvyiwubojerx) (Ping timeout: 272 seconds)
21:22:16 × Poyo[m] quits (stikynotha@gateway/shell/matrix.org/x-xcbfkbcujzncipye) (Ping timeout: 272 seconds)
21:22:16 × lnxw37d4 quits (lnxw37d4ma@gateway/shell/matrix.org/x-mzuaquuooftpadmi) (Ping timeout: 247 seconds)
21:22:16 × amerocu[m] quits (amerocumat@gateway/shell/matrix.org/x-qzhlcptahjtnfoav) (Ping timeout: 272 seconds)
21:22:16 × fox[m]1 quits (foxforestf@gateway/shell/matrix.org/x-hqbybhlwcrwvhxhe) (Ping timeout: 272 seconds)
21:22:16 × enya[m] quits (enyaismatr@gateway/shell/matrix.org/x-sutipvvcssuynets) (Ping timeout: 272 seconds)
21:22:16 × ManofLetters[m] quits (manoflette@gateway/shell/matrix.org/x-ovmdqtbnmvvsfsit) (Ping timeout: 272 seconds)
21:22:17 × JaakkoLuttinen[m quits (jluttinema@gateway/shell/matrix.org/x-lrgelkqzqyoiwyju) (Ping timeout: 272 seconds)
21:22:17 × bitonic quits (bitonicmat@gateway/shell/matrix.org/x-yisbdbwqrxbimepi) (Ping timeout: 272 seconds)
21:22:18 × eruditass quits (uid248673@gateway/web/irccloud.com/x-xevwmrtrjszgvhcb) (Ping timeout: 250 seconds)
21:22:18 × pony quits (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry) (Ping timeout: 250 seconds)
21:22:18 × beardhatcode quits (robbertbea@gateway/shell/matrix.org/x-lsjnjwfsaaqmayss) (Ping timeout: 246 seconds)
21:22:18 pent joins (sid313808@gateway/web/irccloud.com/x-kxizvjpikxcxwtml)
21:22:19 × totbwf quits (sid402332@gateway/web/irccloud.com/x-evcibzlipwnkayzd) (Ping timeout: 265 seconds)
21:22:19 × acertain quits (sid470584@gateway/web/irccloud.com/x-udpocathjkijcvpk) (Ping timeout: 265 seconds)
21:22:19 × my_name_is_not_j quits (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq) (Ping timeout: 258 seconds)
21:22:19 × mly quits (mlydisenco@gateway/shell/matrix.org/x-hffzasvjgrikcwzr) (Ping timeout: 258 seconds)
21:22:19 lurkless joins (~ll@kiwi.pr0.tips)
21:22:26 Guest38723 joins (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf)
21:22:26 sw1nn joins (~sw1nn@2a00:23c7:622f:2c00:5726:e59c:c228:d7ce)
21:22:26 howdoi joins (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij)
21:22:26 justanotheruser joins (~justanoth@unaffiliated/justanotheruser)
21:22:26 twk- joins (~thewormki@unaffiliated/twk-)
21:22:26 renzhi joins (~renzhi@2607:fa49:6500:bc00::e7b)
21:22:26 stef204 joins (~stef204@unaffiliated/stef-204/x-384198)
21:22:26 hiroaki joins (~hiroaki@2a02:8108:8c40:2bb8:6312:c8ad:fc31:201b)
21:22:26 dmytrish joins (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c)
21:22:26 Feuermagier joins (~Feuermagi@2a02:2488:4211:3400:7285:c2ff:fe22:172e)
21:22:26 srk joins (~sorki@unaffiliated/srk)
21:22:26 graingert joins (sid128301@gateway/web/irccloud.com/x-hzpuckilkrvcdlsz)
21:22:26 shutdown_-h_now joins (~arjan@2001:1c06:2d0b:2312:41b7:a173:a0b0:162b)
21:22:26 haritz joins (~hrtz@unaffiliated/haritz)
21:22:26 b20n joins (sid115913@gateway/web/irccloud.com/x-wvurqfbcjkkidela)
21:22:26 d0liver joins (sid363046@gateway/web/irccloud.com/x-nemzonvlsnfdjkyk)
21:22:26 lawid joins (~quassel@2a02:8109:b5c0:5334:265e:beff:fe2a:dde8)
21:22:26 dexterlb joins (~dexterlb@2a01:9e40:2:2::2)
21:22:26 darthThorik joins (sid39589@gateway/web/irccloud.com/x-oqamjdqpvpmmnlft)
21:22:26 albethere joins (sid457088@gateway/web/irccloud.com/x-egqhysbcgqwwryxs)
21:22:26 dsal joins (sid13060@gateway/web/irccloud.com/x-qtgpxhcseaxflmxx)
21:22:26 NinjaTrappeur joins (~ninja@unaffiliated/ninjatrappeur)
21:22:26 PtxDK joins (~quassel@2a01:7c8:aac3:591:5054:ff:fe3d:cac6)
21:22:26 pepeiborra joins (sid443799@gateway/web/irccloud.com/x-wwhumdjiavtzqvnj)
21:22:26 thi joins (sid97277@gateway/web/irccloud.com/x-qecopghcofyuqahp)
21:22:26 sclv joins (sid39734@haskell/developer/sclv)
21:22:26 tekacs joins (tekacs@2a01:7e00::f03c:91ff:fe93:43aa)
21:22:26 pjb joins (~pjb@2a01cb04063ec500ad42b45c394adc0f.ipv6.abo.wanadoo.fr)
21:22:26 sqrt2 joins (~ben@unaffiliated/sqrt2)
21:22:26 higherorder__ joins (sid185221@gateway/web/irccloud.com/x-koiygmjzeszehzrt)
21:22:26 kip joins (sid71464@gateway/web/irccloud.com/x-urjbgtyvyzgxzumc)
21:22:26 idnar joins (sid12240@gateway/web/irccloud.com/x-pvawekuiulmnefkg)
21:22:26 travv0 joins (sid293381@gateway/web/irccloud.com/x-hoivuatisyqixyit)
21:22:26 cbarrett joins (sid192934@adium/cbarrett)
21:22:26 edmundnoble joins (sid229620@gateway/web/irccloud.com/x-emmrpthgulpebvrs)
21:22:26 PoliticsII______ joins (sid193551@gateway/web/irccloud.com/x-yxyceemvbzkrgcna)
21:22:26 teehemkay joins (sid14792@gateway/web/irccloud.com/x-aozhbjqwwkaxnioe)
21:22:26 simplegauss joins (~simplegau@2001:19f0:ac01:247:5400:ff:fe5c:689f)
21:22:26 lechner joins (~lechner@letbox-vps.us-core.com)
21:22:26 lawt joins (~lawt@2601:200:8101:f140:dea6:32ff:fea1:adfa)
21:22:26 flow joins (~none@salem.informatik.uni-erlangen.de)
21:22:26 Blkt joins (~Blkt@2a01:4f8:200:2425::adda)
21:22:26 tionos- joins (~tionos@2a0b:b7c4:1:731::1)
21:22:26 PyroLagus joins (PyroLagus@i.have.ipv6.on.coding4coffee.org)
21:22:26 nick_h joins (sid319833@gateway/web/irccloud.com/x-rpjxyycebsudwryk)
21:22:26 lexi-lambda joins (sid92601@gateway/web/irccloud.com/x-lbtagjjufznxxeun)
21:22:26 cawfee joins (chiya@2406:3003:2077:2341::babe)
21:22:26 jiribenes joins (~jiribenes@rosa.jiribenes.com)
21:22:26 elvishjerricco joins (sid237756@NixOS/user/ElvishJerricco)
21:22:26 thecoffemaker joins (~thecoffem@unaffiliated/thecoffemaker)
21:22:26 m1dnight_ joins (~m1dnight@188.ip-51-91-158.eu)
21:22:26 Kamuela joins (sid111576@gateway/web/irccloud.com/x-ichknpgshtclrsay)
21:22:26 lolmac joins (sid171216@gateway/web/irccloud.com/x-dfzmqyyhzzvhceve)
21:22:26 nurupo joins (~nurupo.ga@unaffiliated/nurupo)
21:22:26 typetetris joins (uid275937@gateway/web/irccloud.com/x-mjjfisuvtdksxyob)
21:22:26 bollu joins (~bollu@139.59.46.74)
21:22:26 puffnfresh joins (~puffnfres@45.76.124.5)
21:22:26 dwt joins (~dwt@c-98-200-58-177.hsd1.tx.comcast.net)
21:22:26 nikola1 joins (~nikola@2a03:b0c0:2:d0::dc2:c001)
21:22:26 rzmt joins (~rzmt@87-92-180-112.rev.dnainternet.fi)
21:22:26 mp___ joins (mp@hell.cx)
21:22:26 kum0 joins (~kumo@139.180.144.166)
21:22:26 Inoperable joins (~PLAYER_1@fancydata.science)
21:22:28 × Guillaum quits (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb) (Ping timeout: 276 seconds)
21:22:29 × madjestic[m] quits (madjesticm@gateway/shell/matrix.org/x-ktewxaguqqmdajwc) (Ping timeout: 276 seconds)
21:22:29 × anon1891[m] quits (anon1891ma@gateway/shell/matrix.org/x-luqmyjielnldrpsd) (Ping timeout: 276 seconds)
21:22:29 × stevekrouse1[m] quits (stevekrous@gateway/shell/matrix.org/x-vkuwqhpopicdwkjn) (Ping timeout: 276 seconds)
21:22:29 × alar[m] quits (alarmxalat@gateway/shell/matrix.org/x-rxfmpjgktvgasqzm) (Ping timeout: 276 seconds)
21:22:29 × maerwald[m] quits (maerwaldma@gateway/shell/matrix.org/x-xrjtspmgpqnkebab) (Ping timeout: 276 seconds)
21:22:30 × adziahel[m] quits (adziahelma@gateway/shell/matrix.org/x-cyhjmrgvstvbsvar) (Ping timeout: 276 seconds)
21:22:30 × mrus[m] quits (mrusmatrix@gateway/shell/matrix.org/x-uxnzjhojjgavftjp) (Ping timeout: 276 seconds)
21:22:30 × toasty_avocado[m quits (toastyavoc@gateway/shell/matrix.org/x-suvnnltfbgmbcmqp) (Ping timeout: 276 seconds)
21:22:30 × rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-dhpmvcgpmsxtqfgs) (Ping timeout: 276 seconds)
21:22:30 × jeffcasavant[m] quits (jeffcasava@gateway/shell/matrix.org/x-xswajewqaoguxzda) (Ping timeout: 276 seconds)
21:22:30 × fgaz quits (fgazmatrix@gateway/shell/matrix.org/x-cxxxnfuxyrjazthh) (Ping timeout: 276 seconds)
21:22:30 × PotatoHatsue quits (berbermanp@gateway/shell/matrix.org/x-nvqlvyzjmcadpsda) (Ping timeout: 276 seconds)
21:22:33 × howdoi quits (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij) (Ping timeout: 255 seconds)
21:22:33 × albethere quits (sid457088@gateway/web/irccloud.com/x-egqhysbcgqwwryxs) (Ping timeout: 255 seconds)
21:22:33 × dsal quits (sid13060@gateway/web/irccloud.com/x-qtgpxhcseaxflmxx) (Ping timeout: 255 seconds)
21:22:33 × higherorder__ quits (sid185221@gateway/web/irccloud.com/x-koiygmjzeszehzrt) (Ping timeout: 283 seconds)
21:22:33 × elvishjerricco quits (sid237756@NixOS/user/ElvishJerricco) (Ping timeout: 255 seconds)
21:22:33 × Guest38723 quits (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (Max SendQ exceeded)
21:22:34 × twk- quits (~thewormki@unaffiliated/twk-) (Quit: WeeChat 2.9)
21:22:34 × kiix quits (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv) (Ping timeout: 245 seconds)
21:22:34 liszt joins (sid336875@gateway/web/irccloud.com/x-kdtramimtrepsyqt)
21:22:34 twk- joins (~thewormki@2001:19f0:5001:3191:5400:2ff:fe0c:6be1)
21:22:34 × Tario quits (~Tario@201.192.165.173) (Ping timeout: 265 seconds)
21:22:35 dsrt^ joins (dsrt@ip98-184-89-2.mc.at.cox.net)
21:22:35 alexander joins (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf)
21:22:35 × mith[m] quits (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim) (Ping timeout: 276 seconds)
21:22:35 × maralorn quits (maralornma@gateway/shell/matrix.org/x-effbgvlwiyjkbspr) (Ping timeout: 276 seconds)
21:22:36 × And1 quits (~And1@brewington.uberspace.de) (Ping timeout: 240 seconds)
21:22:36 × ahf quits (ahf@irssi/staff/ahf) (Ping timeout: 260 seconds)
21:22:36 stux|RC joins (stux2@grid9.quadspeedi.net)
21:22:36 × kupi quits (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly) (Ping timeout: 245 seconds)
21:22:36 × bjs quits (sid190364@gateway/web/irccloud.com/x-rysacrenfdxsmjyu) (Ping timeout: 245 seconds)
21:22:36 And1 joins (~And1@brewington.uberspace.de)
21:22:36 × wpcarro_ quits (sid397589@gateway/web/irccloud.com/x-ahewuhnoiijbwpmc) (Ping timeout: 250 seconds)
21:22:36 × lally quits (sid388228@gateway/web/irccloud.com/x-ilucbequfappbwaf) (Ping timeout: 250 seconds)
21:22:37 × cemerick quits (sid54985@gateway/web/irccloud.com/x-dmosxtcpbaaxlpbx) (Ping timeout: 258 seconds)
21:22:37 Sheilong joins (uid293653@gateway/web/irccloud.com/x-ecdalnlqquyhquxx)
21:22:37 × NemesisD quits (sid24071@gateway/web/irccloud.com/x-jbscorkbghkikoec) (Ping timeout: 245 seconds)
21:22:37 × joshmeredith quits (sid387798@gateway/web/irccloud.com/x-puyeogwrdolrmxnl) (Ping timeout: 258 seconds)
21:22:37 × Sheilong quits (uid293653@gateway/web/irccloud.com/x-ecdalnlqquyhquxx) (Excess Flood)
21:22:38 natim87 joins (sid286962@gateway/web/irccloud.com/x-prbhcwqvabbymouf)
21:22:38 × cstrahan quits (sid36118@gateway/web/irccloud.com/x-hhcxapzgwlqibukd) (Ping timeout: 245 seconds)
21:22:41 × AndreasK quits (sid320732@gateway/web/irccloud.com/x-spqgtdrtcwqozgos) (Ping timeout: 250 seconds)
21:22:43 × b20n quits (sid115913@gateway/web/irccloud.com/x-wvurqfbcjkkidela) (Ping timeout: 265 seconds)
21:22:43 × d0liver quits (sid363046@gateway/web/irccloud.com/x-nemzonvlsnfdjkyk) (Ping timeout: 265 seconds)
21:22:43 × thi quits (sid97277@gateway/web/irccloud.com/x-qecopghcofyuqahp) (Ping timeout: 265 seconds)
21:22:43 × sclv quits (sid39734@haskell/developer/sclv) (Ping timeout: 265 seconds)
21:22:43 × idnar quits (sid12240@gateway/web/irccloud.com/x-pvawekuiulmnefkg) (Ping timeout: 265 seconds)
21:22:43 × travv0 quits (sid293381@gateway/web/irccloud.com/x-hoivuatisyqixyit) (Ping timeout: 265 seconds)
21:22:43 × teehemkay quits (sid14792@gateway/web/irccloud.com/x-aozhbjqwwkaxnioe) (Ping timeout: 265 seconds)
21:22:44 parisienne joins (sid383587@gateway/web/irccloud.com/x-nwydpoxjajroybbx)
21:22:49 rizary joins (sid220347@gateway/web/irccloud.com/x-fdmmbtrvbseviuro)
21:22:51 SanchayanMaity joins (sid478177@gateway/web/irccloud.com/x-iknoupunjrgfpxlk)
21:22:52 Tario joins (~Tario@201.192.165.173)
21:22:58 × alanz quits (sid110616@gateway/web/irccloud.com/x-wrkjabizodqmlyrt) (Ping timeout: 276 seconds)
21:23:01 aizen_s joins (sid462968@gateway/web/irccloud.com/x-nmgeupgtnhzagvmo)
21:23:04 betawaffle joins (sid2730@gateway/web/irccloud.com/x-vuapykwwajysrsxt)
21:23:05 Sheilong joins (uid293653@gateway/web/irccloud.com/x-hxduuckhynlbsgsf)
21:23:06 entel joins (uid256215@gateway/web/irccloud.com/x-faybeeyqfufhejcm)
21:23:07 × dgpratt quits (sid193493@gateway/web/irccloud.com/x-yujexlmxhvpapqdm) (Ping timeout: 250 seconds)
21:23:07 × nh2 quits (sid309956@gateway/web/irccloud.com/x-sfwmjcpeywrfgggs) (Ping timeout: 250 seconds)
21:23:07 × gekh quits (~gkh@thor.kevinhill.nl) (Ping timeout: 265 seconds)
21:23:11 × kip quits (sid71464@gateway/web/irccloud.com/x-urjbgtyvyzgxzumc) (Ping timeout: 260 seconds)
21:23:11 × Kamuela quits (sid111576@gateway/web/irccloud.com/x-ichknpgshtclrsay) (Ping timeout: 260 seconds)
21:23:12 rann joins (sid175221@gateway/web/irccloud.com/x-nsujrihzxxbdnxuk)
21:23:14 ahf joins (ahf@anubis.0x90.dk)
21:23:25 acertain joins (sid470584@gateway/web/irccloud.com/x-ogravonvfzuqdrmh)
21:23:25 dmj` joins (sid72307@gateway/web/irccloud.com/x-apketcevmbwpajcv)
21:23:32 cemerick joins (sid54985@gateway/web/irccloud.com/x-egkglgovrlmgnbit)
21:23:33 × alunduil quits (alunduil@gateway/web/irccloud.com/x-lfjncrqckqiqjrhx) (Ping timeout: 250 seconds)
21:23:35 AndreasK joins (sid320732@gateway/web/irccloud.com/x-zihhiadtvsrfgmeq)
21:23:37 × nlofaro quits (sid258233@gateway/web/irccloud.com/x-zceopsfcsjrtpvjo) (Ping timeout: 276 seconds)
21:23:38 joshmeredith joins (sid387798@gateway/web/irccloud.com/x-qsbwyymsmrfcuksb)
21:23:39 × graingert quits (sid128301@gateway/web/irccloud.com/x-hzpuckilkrvcdlsz) (Ping timeout: 260 seconds)
21:23:39 × cbarrett quits (sid192934@adium/cbarrett) (Ping timeout: 260 seconds)
21:23:39 × lolmac quits (sid171216@gateway/web/irccloud.com/x-dfzmqyyhzzvhceve) (Ping timeout: 260 seconds)
21:23:39 lally joins (sid388228@gateway/web/irccloud.com/x-mustwksujnqlrayq)
21:23:44 × Nascha quits (sid212230@gateway/web/irccloud.com/x-dvgxunvqabbbhujn) (Ping timeout: 245 seconds)
21:23:44 higherorder__ joins (sid185221@gateway/web/irccloud.com/x-wtimblnxvtqrrlzx)
21:23:49 thunderrd joins (~thunderrd@183.182.114.233)
21:23:52 × Mrbuck quits (~Mrbuck@gateway/tor-sasl/mrbuck) (Quit: WeeChat 2.8)
21:23:53 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-nguykonvxhkpdqnv)
21:23:54 drupol joins (sid117588@gateway/web/irccloud.com/x-mvxmjrjztnobaxja)
21:23:57 × ^[ quits (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) (Ping timeout: 246 seconds)
21:23:59 × carter quits (sid14827@gateway/web/irccloud.com/x-velgelprbzzboucb) (Ping timeout: 250 seconds)
21:24:00 b20n joins (sid115913@gateway/web/irccloud.com/x-cchyjwwvmcgmcjcg)
21:24:00 wpcarro_ joins (sid397589@gateway/web/irccloud.com/x-oqezoawcccpelrna)
21:24:21 Kamuela joins (sid111576@gateway/web/irccloud.com/x-exfzzytdnrdihnuk)
21:24:25 NemesisD joins (sid24071@gateway/web/irccloud.com/x-ycovkwiujmamhcns)
21:24:38 alanz joins (sid110616@gateway/web/irccloud.com/x-ncrnigbstdtdkqie)
21:24:40 npgm joins (sid42623@gateway/web/irccloud.com/x-fhkrdsmpgobnqrhj)
21:24:43 PotatoGim joins (sid99505@gateway/web/irccloud.com/x-stkdlziizvdtczpk)
21:24:44 travv0 joins (sid293381@gateway/web/irccloud.com/x-ibennfphzbqxqksd)
21:24:48 nh2 joins (sid309956@gateway/web/irccloud.com/x-ijoedzrmmabuizls)
21:24:52 kupi joins (uid212005@gateway/web/irccloud.com/x-litwvghnkldddtab)
21:24:53 alunduil joins (alunduil@gateway/web/irccloud.com/x-qgdrlegiweaqkffo)
21:25:21 idnar joins (sid12240@gateway/web/irccloud.com/x-keevbfwrcfohgwht)
21:25:26 totbwf joins (sid402332@gateway/web/irccloud.com/x-rxfcdyoogtewbrat)
21:25:31 JSharp joins (sid4580@gateway/web/irccloud.com/x-nfhedyalqvihxsau)
21:25:31 d0liver joins (sid363046@gateway/web/irccloud.com/x-exedhhwbfaneiogy)
21:25:33 cstrahan joins (sid36118@gateway/web/irccloud.com/x-hpizenqsuhtlubbn)
21:25:35 teehemkay joins (sid14792@gateway/web/irccloud.com/x-vrzhbkfkvvlqpciw)
21:25:38 SrPx joins (sid108780@gateway/web/irccloud.com/x-hvitdvhqpzdufslz)
21:25:39 lolmac joins (sid171216@gateway/web/irccloud.com/x-pmkagfcsycujpuet)
21:25:41 sclv joins (sid39734@gateway/web/irccloud.com/x-wtovbcwumwbvxdup)
21:25:45 kip joins (sid71464@gateway/web/irccloud.com/x-webckzlcagezilts)
21:25:47 benwr____ joins (sid372383@gateway/web/irccloud.com/x-xfdqoomnehumnzni)
21:25:52 graingert joins (sid128301@gateway/web/irccloud.com/x-xoqbygpcvszggkhq)
21:26:08 nlofaro joins (sid258233@gateway/web/irccloud.com/x-usnfghvzaavehzve)
21:26:15 dgpratt joins (sid193493@gateway/web/irccloud.com/x-ovlxokqacfliraro)
21:26:15 teej joins (uid154177@gateway/web/irccloud.com/x-cqwrlftjlffnofnc)
21:26:22 thi joins (sid97277@gateway/web/irccloud.com/x-oifnjcxoqwnxxowb)
21:26:22 Nascha joins (sid212230@gateway/web/irccloud.com/x-isfxwpevxpkghjql)
21:26:32 pony joins (sid257727@gateway/web/irccloud.com/x-jyhuuhwowyhbtbjx)
21:26:33 cgfbee joins (~bot@oc1.itim-cj.ro)
21:26:50 dsal joins (sid13060@gateway/web/irccloud.com/x-rekuaujdfzsbqruq)
21:26:51 elvishjerricco joins (sid237756@gateway/web/irccloud.com/x-coigkgkipdyddgrh)
21:26:54 × JSharp quits (sid4580@gateway/web/irccloud.com/x-nfhedyalqvihxsau) (Client Quit)
21:27:06 carter joins (sid14827@gateway/web/irccloud.com/x-vsudvvlzpntyavur)
21:27:15 ^[ joins (sid43445@gateway/web/irccloud.com/x-ugyfoxhbynrgoqzp)
21:27:19 feepo joins (sid28508@gateway/web/irccloud.com/x-scbvwvhfmythcfru)
21:27:21 eruditass joins (uid248673@gateway/web/irccloud.com/x-cnlrhpzwvwyuplws)
21:27:24 bjs joins (sid190364@gateway/web/irccloud.com/x-qkboxvptydjijwec)
21:27:28 JSharp joins (sid4580@gateway/web/irccloud.com/x-dwcuofjltlsfqbsg)
21:27:44 cbarrett joins (sid192934@gateway/web/irccloud.com/x-pcpsnnndmmzgqjie)
21:27:45 × carter quits (sid14827@gateway/web/irccloud.com/x-vsudvvlzpntyavur) (Excess Flood)
21:28:18 howdoi joins (uid224@gateway/web/irccloud.com/x-ecwsnchldyvjqgyy)
21:28:31 carter joins (sid14827@gateway/web/irccloud.com/x-wclemwdyhmqdbmht)
21:28:45 × knupfer quits (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de) (Ping timeout: 250 seconds)
21:29:08 × waleee-cl quits (uid373333@gateway/web/irccloud.com/x-nguykonvxhkpdqnv) ()
21:29:25 × elvishjerricco quits (sid237756@gateway/web/irccloud.com/x-coigkgkipdyddgrh) (Client Quit)
21:29:50 elvishjerricco joins (sid237756@gateway/web/irccloud.com/x-qoffvnmzuitwbrld)
21:29:53 albethere joins (sid457088@gateway/web/irccloud.com/x-ajnbmzmsakddueby)
21:30:12 refusenick joins (~user@2601:644:8502:d700::94c9)
21:31:56 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-xgptubuojnmkgaoj)
21:33:09 × refusenick quits (~user@2601:644:8502:d700::94c9) (Client Quit)
21:33:32 refusenick joins (~user@2601:644:8502:d700::94c9)
21:34:49 × waleee-cl quits (uid373333@gateway/web/irccloud.com/x-xgptubuojnmkgaoj) (Client Quit)
21:39:16 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
21:41:23 × federd8 quits (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) (Ping timeout: 240 seconds)
21:42:38 shailangsa joins (~shailangs@host86-185-58-137.range86-185.btcentralplus.com)
21:44:07 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-nwmpyzscvcchxtty)
21:44:08 × waleee-cl quits (uid373333@gateway/web/irccloud.com/x-nwmpyzscvcchxtty) (Client Quit)
21:51:44 heck-to-the-gnom joins (heck-to-th@gateway/shell/matrix.org/x-zwzqldggqcawgcbk)
21:52:57 × kritzefitz quits (~kritzefit@212.86.56.80) (Remote host closed the connection)
21:57:21 aditya joins (~aditya@171.76.29.233)
21:57:41 <aditya> Hi guys, can anyone help me with non-rendering issue as can be seen here: https://imgur.com/a/ag44pcL
21:58:23 <aditya> it says "cannot render display math formula" :(
21:59:06 resolve joins (~resolve@185.204.1.185)
21:59:08 <c_wraith> If my googling isn't misleading me horribly, "display math" is a MathJax thing. You probably need to install a tool for rendering MathJax locally
21:59:39 <c_wraith> Or maybe just the mathjax library? looks like it's just a javascript library
22:00:39 <aditya> ❯ paru -Qn mathjax
22:00:41 <aditya> mathjax 3.1.4-1
22:00:46 <aditya> I already have it installed
22:00:50 × ddellaco_ quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Remote host closed the connection)
22:00:51 × __monty__ quits (~toonn@unaffiliated/toonn) (Quit: leaving)
22:00:57 <c_wraith> might be a path issue?
22:02:04 <aditya> the warning is coming from ghcide, i think as i can see here : https://hackage.haskell.org/package/ghcide-0.7.2.0/docs/src/Development.IDE.Spans.Common.html#haddockToMarkdown
22:03:31 federd8 joins (5d2e77a4@93-46-119-164.ip107.fastwebnet.it)
22:04:19 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-aszvauytsypzjzxi)
22:05:36 × federd8 quits (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) (Client Quit)
22:06:10 bob_twinkles_ is now known as bob_twinkles
22:07:15 <lechner> Hi, is Yesod with Warp still the best web framework for Haskell, please?
22:08:18 ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
22:09:14 × howdoi quits (uid224@gateway/web/irccloud.com/x-ecwsnchldyvjqgyy) (Quit: Connection closed for inactivity)
22:09:45 <aditya> seems like i found relevant issue: https://github.com/haskell/haskell-language-server/issues/201
22:10:48 × nut quits (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 268 seconds)
22:12:54 × ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 265 seconds)
22:13:35 × Tario quits (~Tario@201.192.165.173) (Ping timeout: 260 seconds)
22:14:06 Tario joins (~Tario@200.119.186.31)
22:17:45 × aditya quits (~aditya@171.76.29.233) (Quit: leaving)
22:18:45 nf parts (~n@monade.li) ("Fairfarren.")
22:19:02 nut joins (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
22:25:24 × elusive quits (~Jeanne-Ka@199.116.118.216) (Ping timeout: 245 seconds)
22:27:22 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
22:27:22 × fendor quits (~fendor@178.165.131.197.wireless.dyn.drei.com) (Ping timeout: 246 seconds)
22:27:22 × Tario quits (~Tario@200.119.186.31) (Read error: Connection reset by peer)
22:27:23 × ahf quits (ahf@anubis.0x90.dk) (Changing host)
22:27:23 ahf joins (ahf@irssi/staff/ahf)
22:27:49 Tario joins (~Tario@201.192.165.173)
22:28:43 ChanServ joins (ChanServ@services.)
22:28:43 hitchcock.freenode.net sets mode +o ChanServ
22:29:02 Cerise is now known as Guest16082
22:29:02 rann is now known as Guest45273
22:29:02 nh2 is now known as Guest86361
22:29:02 graingert is now known as Guest42533
22:29:03 pony is now known as Guest12937
22:29:04 dsal is now known as Guest36338
22:29:04 alexander is now known as Guest36168
22:29:04 mozzarella is now known as Guest1810
22:29:04 dan64 is now known as Guest19992
22:29:04 teej is now known as Guest59707
22:29:04 bjs is now known as Guest30130
22:29:04 JSharp is now known as Guest98452
22:29:04 × Guest16082 quits (~jerry@2a02:c207:3004:3544::1) (Changing host)
22:29:04 Guest16082 joins (~jerry@unaffiliated/cerise)
22:29:11 acidjnk_new joins (~acidjnk@p200300d0c72b958148671e179a62db06.dip0.t-ipconnect.de)
22:29:11 fendor joins (~fendor@178.115.128.12.wireless.dyn.drei.com)
22:29:11 sm2n joins (~sm2n@bras-base-hmtnon143hw-grc-13-70-54-76-62.dsl.bell.ca)
22:29:11 electrostat joins (~dag@unaffiliated/electrostat)
22:29:12 snowflake joins (~snowflake@gateway/tor-sasl/snowflake)
22:29:12 e2 joins (e2@sponsored.by.bnc4you.xyz)
22:29:12 Lord_of_Life joins (~Lord@unaffiliated/lord-of-life/x-0885362)
22:29:13 xelxebar joins (~xelxebar@gateway/tor-sasl/xelxebar)
22:29:13 Jesin joins (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net)
22:29:13 Tesseraction joins (~Tesseract@unaffiliated/tesseraction)
22:29:24 xcmw joins (~textual@dyn-72-33-2-152.uwnet.wisc.edu)
22:29:44 × Guest98452 quits (sid4580@gateway/web/irccloud.com/x-dwcuofjltlsfqbsg) ()
22:29:44 xsperry joins (~as@unaffiliated/xsperry)
22:29:55 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
22:30:09 JSharp joins (sid4580@wikia/JSharp)
22:30:46 <lechner> actually, Happstack looks better
22:30:48 × rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Remote host closed the connection)
22:31:08 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
22:31:11 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
22:31:16 × haya quits (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) (Ping timeout: 265 seconds)
22:31:53 tv joins (~tv@unaffiliated/tv)
22:32:51 nineonine joins (~nineonine@50.216.62.2)
22:33:31 limbo joins (ar@45.63.9.236)
22:34:01 Guest30130 is now known as bjs
22:34:29 cantstanya joins (~chatting@gateway/tor-sasl/cantstanya)
22:34:52 × bennofs__ quits (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de) (Read error: Connection reset by peer)
22:35:03 × Guest36168 quits (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (Ping timeout: 260 seconds)
22:35:03 bennofs_ joins (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de)
22:35:31 andreas303 joins (~andreas@gateway/tor-sasl/andreas303)
22:38:07 × elvishjerricco quits (sid237756@gateway/web/irccloud.com/x-qoffvnmzuitwbrld) (Changing host)
22:38:07 elvishjerricco joins (sid237756@NixOS/user/ElvishJerricco)
22:38:45 Ekho joins (~Ekho@unaffiliated/ekho)
22:38:56 × elvishjerricco quits (sid237756@NixOS/user/ElvishJerricco) ()
22:38:57 sepples_ parts (~sepples@sepples.xyz) ()
22:39:08 elvishjerricco joins (sid237756@NixOS/user/ElvishJerricco)
22:40:13 psydruid[m] joins (psydruidma@gateway/shell/matrix.org/x-ijjtojxooyvwelme)
22:40:13 mrkajetanp joins (mrkajetanp@gateway/shell/matrix.org/x-lggypjkcuznbawfu)
22:40:13 Guest14320 joins (bitonicmat@gateway/shell/matrix.org/x-ahzjoopovnugnfrk)
22:40:14 slycelote[m] joins (slycelotem@gateway/shell/matrix.org/x-qxwtofvhhmvbqmln)
22:40:14 hsiktas[m] joins (hsiktasmat@gateway/shell/matrix.org/x-gsjrwkdnojwlhccb)
22:40:14 fakubish[m] joins (fakubishne@gateway/shell/matrix.org/x-ejucjpmdhmelyjcq)
22:40:14 joe[m] joins (joemonoida@gateway/shell/matrix.org/x-jfvswnrdjcctvmmo)
22:40:14 ThaEwat joins (thaewraptm@gateway/shell/matrix.org/x-zrjvdaqjldoozbwe)
22:40:14 maralorn joins (maralornma@gateway/shell/matrix.org/x-fpczaqijffcnrkpc)
22:40:14 loyon joins (loyonmatri@gateway/shell/matrix.org/x-dbuybsdaqolfjfvf)
22:40:14 speakerspivakeem joins (speakerdea@gateway/shell/matrix.org/x-tgmavgvztutdkfda)
22:40:14 pqwy[m] joins (pqwymatrix@gateway/shell/matrix.org/x-oheqkealrnytrlhs)
22:40:14 DamienCassou joins (damiencass@gateway/shell/matrix.org/x-vlmkjpanpcvlnzsw)
22:40:14 adziahel[m] joins (adziahelma@gateway/shell/matrix.org/x-fxgpfuulectknwtl)
22:40:14 arcontethegreat[ joins (arcontethe@gateway/shell/matrix.org/x-utbxuwqpnhgrncfm)
22:40:14 PotatoHatsue joins (berbermanp@gateway/shell/matrix.org/x-cdgorrungfkvrlgk)
22:40:15 mrus[m] joins (mrusmatrix@gateway/shell/matrix.org/x-bnwtzopjealuvtun)
22:40:15 domenkozar[m] joins (domenkozar@gateway/shell/matrix.org/x-rrfutzikoxlnrwmv)
22:40:15 JaakkoLuttinen[m joins (jluttinema@gateway/shell/matrix.org/x-iaezgisjxqykbikb)
22:40:15 my_name_is_not_j joins (mynameisno@gateway/shell/matrix.org/x-quxbbosdnjtwvvrg)
22:40:15 jeffcasavant[m] joins (jeffcasava@gateway/shell/matrix.org/x-implyphghwvbpqxc)
22:40:15 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-izngtnrymamsdgyp)
22:40:15 anon1891[m] joins (anon1891ma@gateway/shell/matrix.org/x-jglqskikldhsarfq)
22:40:15 beardhatcode joins (robbertbea@gateway/shell/matrix.org/x-gemukjcqeyxgqoqq)
22:40:15 johnnyboy[m] joins (gifumatrix@gateway/shell/matrix.org/x-hshpzcnkjnouscdq)
22:40:15 themsay[m] joins (themsaymat@gateway/shell/matrix.org/x-saboiqqcrhmykypn)
22:40:15 mly joins (mlydisenco@gateway/shell/matrix.org/x-ewdvmylmgyrkkarp)
22:40:15 samthecoy[m] joins (samthecoym@gateway/shell/matrix.org/x-hruxclzacznfvtzj)
22:40:15 michaelpj joins (michaelpjm@gateway/shell/matrix.org/x-ykfbtoxpdeppeukm)
22:40:15 mjlbach joins (atriusmatr@gateway/shell/matrix.org/x-tnqtrbonstnpvbip)
22:40:15 Guest70260 joins (simonmicma@gateway/shell/matrix.org/x-ebojkellpovkslxj)
22:40:16 srid joins (sridmatrix@gateway/shell/matrix.org/x-lhoqaotzxhrdesxm)
22:40:16 berberman[T] joins (berberma4@gateway/shell/matrix.org/x-hqhnddntnfwsknwk)
22:40:16 Lurkki[m] joins (lurkkifene@gateway/shell/matrix.org/x-fxqiqerlwwhbnecd)
22:40:16 johnnyv[m] joins (badwolf256@gateway/shell/matrix.org/x-bcoxopkiysbcffjg)
22:40:16 Guest973 joins (fgazmatrix@gateway/shell/matrix.org/x-rybmlciotqdjbwga)
22:40:16 immae joins (immaematri@gateway/shell/matrix.org/x-dzpquvhgzhzvsdfa)
22:40:16 siraben joins (sirabenmat@gateway/shell/matrix.org/x-vprvjmvshzjzwaie)
22:40:16 DevTurks[m] joins (turkdevops@gateway/shell/matrix.org/x-ahccmidzsdwdyhlh)
22:40:16 Guillaum joins (guiboumatr@gateway/shell/matrix.org/x-kecnvcmuhfwgrytn)
22:40:16 TheWizardTower[m joins (thewizardt@gateway/shell/matrix.org/x-nzblrcahztnbfben)
22:40:16 alexfmpe joins (alexfmpema@gateway/shell/matrix.org/x-trjxzqvsyvzjueef)
22:40:16 CrabMan joins (phi-matrix@gateway/shell/matrix.org/x-ivwszzyccqpifjnv)
22:40:16 Noughtmare[m] joins (naughtmare@gateway/shell/matrix.org/x-dvljatkbrkzyoabl)
22:40:17 Hanma[m] joins (hanmamatri@gateway/shell/matrix.org/x-bxrewprkpipuxfei)
22:40:17 EmanuelLoos[m] joins (emanuel-lo@gateway/shell/matrix.org/x-dngsojtdjzplctfx)
22:40:17 pnotequalnp[m] joins (pnotequaln@gateway/shell/matrix.org/x-xqilkgqxymngrblq)
22:40:17 Lurkki[m]1 joins (lurkkipriv@gateway/shell/matrix.org/x-bsasosynetchiqwr)
22:40:17 dominicusin[m] joins (dominicusi@gateway/shell/matrix.org/x-aykukrinfrererxn)
22:40:17 Ericson2314 joins (ericson231@gateway/shell/matrix.org/x-gyqfnzilutspeelu)
22:40:17 jtojnar joins (jtojnarmat@gateway/shell/matrix.org/x-uzcjomjncllflthl)
22:40:17 maerwald[m] joins (maerwaldma@gateway/shell/matrix.org/x-lijqlqbtomkmtbox)
22:40:17 supersven[m] joins (supersvenm@gateway/shell/matrix.org/x-tolchtmzdorrudlv)
22:40:17 mith[m] joins (mithmatrix@gateway/shell/matrix.org/x-erwosganmezqhoit)
22:40:17 jesser[m] joins (jessermatr@gateway/shell/matrix.org/x-qghuwolfosrgphni)
22:40:17 lnxw37d4 joins (lnxw37d4ma@gateway/shell/matrix.org/x-cwgevrqfkxmhutaj)
22:40:17 toasty_avocado[m joins (toastyavoc@gateway/shell/matrix.org/x-qoakdccnmkyqwgan)
22:40:17 lambdaclan joins (lambdaclan@gateway/shell/matrix.org/x-srvssvttdughpnin)
22:40:20 dyniec[m] joins (dyniecmatr@gateway/shell/matrix.org/x-hoqjjhwbtyzqxvrq)
22:40:20 enya[m] joins (enyaismatr@gateway/shell/matrix.org/x-tiqrdgjeclxgzeks)
22:40:20 chrisbloecker[m] joins (chrisbloec@gateway/shell/matrix.org/x-euopytpqbubrcmee)
22:40:20 madjestic[m] joins (madjesticm@gateway/shell/matrix.org/x-ehkjptotgnzgtmaa)
22:40:21 amerocu[m] joins (amerocumat@gateway/shell/matrix.org/x-lgzdzpwicyowkqyo)
22:40:21 M9ndres[m] joins (m9ndresmat@gateway/shell/matrix.org/x-jiakppfxdqdpuzei)
22:40:21 mat[m]1 joins (matmatrixo@gateway/shell/matrix.org/x-csjmbfnvgoldjcwp)
22:40:22 stevekrouse1[m] joins (stevekrous@gateway/shell/matrix.org/x-diqtyyqdotuluztd)
22:40:22 jo[m]4 joins (josefmat1@gateway/shell/matrix.org/x-cemxneuvlpmikuqo)
22:40:22 Poyo[m] joins (stikynotha@gateway/shell/matrix.org/x-haknbvkyasqevnme)
22:40:22 jchia[m] joins (jchiamatri@gateway/shell/matrix.org/x-fgjdezivvdirebvi)
22:40:22 kiix joins (ashleyisnu@gateway/shell/matrix.org/x-hdlishqxfgvrxtgg)
22:40:22 ManofLetters[m] joins (manoflette@gateway/shell/matrix.org/x-hjfwnbryqgidayrf)
22:40:23 viktorstrate[m] joins (viktorstra@gateway/shell/matrix.org/x-czyyskmsfdtcncgz)
22:40:23 alar[m] joins (alarmxalat@gateway/shell/matrix.org/x-wsbjvskmyurbviic)
22:40:23 ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta)
22:40:24 fox[m]1 joins (foxforestf@gateway/shell/matrix.org/x-ktrnqcmqwewsriyn)
22:42:46 bitmagie joins (~Thunderbi@200116b806e24c00585f6c775438f3bb.dip.versatel-1u1.de)
22:44:17 × son0p quits (~ff@181.136.122.143) (Quit: Using Circe, the loveliest of all IRC clients)
22:44:23 tsaka_ joins (~torstein@athedsl-4519432.home.otenet.gr)
22:44:28 seven_three joins (~user@pool-96-233-64-53.bstnma.fios.verizon.net)
22:44:50 × ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 246 seconds)
22:48:16 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
22:50:00 × xcmw quits (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: Textual IRC Client: www.textualapp.com)
22:52:00 <seven_three> say I have a datatype like: `data foo = Foo String`. Is it possible to put a constraint on the constructor `Foo` so that it will only accept Strings of say length 2. I would like my constructor to give me some sort of guarantee about what type of values it was constructed with so I don't need to deal with erroneous special cases in all my functions.
22:54:28 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
22:55:02 × waleee-cl quits (uid373333@gateway/web/irccloud.com/x-aszvauytsypzjzxi) ()
22:57:58 falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net)
22:59:03 <jollygood2> seven_three, sort of.. don't export Foo constructor, and create your own constructor mkFoo :: Char -> Char -> Foo, or maybe mkChar :: [Char] -> Maybe Foo
22:59:11 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
22:59:15 × stree quits (~stree@68.36.8.116) (Ping timeout: 252 seconds)
22:59:31 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 268 seconds)
22:59:47 × elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 260 seconds)
23:01:40 <seven_three> jollygood2: oh ok this will work in my case.
23:02:22 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-xxnfubjbiyrpdold)
23:04:13 × __minoru__shirae quits (~shiraeesh@77.94.25.113) (Ping timeout: 252 seconds)
23:04:43 ep1ctetus joins (~epictetus@ip72-194-54-201.sb.sd.cox.net)
23:05:04 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 268 seconds)
23:05:05 <gnumonic> seven three: depending on how important it is that Foo have a certain length, you can use singletons to enforce the constraint (but it's somewhat complicated)
23:08:30 DTZUZU_ joins (~DTZUZO@207.81.119.43)
23:09:26 × Guest1810 quits (~sam@modemcable229.128-202-24.mc.videotron.ca) (Quit: WeeChat 2.8)
23:09:44 mozzarella joins (~sam@unaffiliated/sam113101)
23:10:49 × DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (Ping timeout: 252 seconds)
23:11:12 nicholasbulka joins (~nicholasb@2601:900:4301:da0:5440:6bb8:f181:7832)
23:11:42 <seven_three> gnumonic: it is very important. If there were ever a Foo with a string length other than 2 then the whole program explodes. Would a singleton enforce that a Foo with String length 3 could never exist?
23:11:56 stree joins (~stree@68.36.8.116)
23:13:10 × Guest12937 quits (sid257727@gateway/web/irccloud.com/x-jyhuuhwowyhbtbjx) ()
23:13:30 Guest12937 joins (sid257727@gateway/web/irccloud.com/x-stehltcudmdullfn)
23:13:36 × Guest12937 quits (sid257727@gateway/web/irccloud.com/x-stehltcudmdullfn) (Client Quit)
23:14:18 pony joins (sid257727@gateway/web/irccloud.com/x-sasxvsyktodjxrrs)
23:14:33 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
23:14:54 <gnumonic> yeah, you bake the length of the list into the type system so that it's impossible for the program to compile at all if the condition can be violated. but it uses a lot of obscure type level magic.
23:15:26 <gnumonic> i am trying to copy and paste a link to a guide but for some reason my clipboard is broken on fedora -_-
23:16:38 <gnumonic> https://blog.jle.im/entry/fixed-length-vector-types-in-haskell.html hopefully i typed that right
23:17:03 <seven_three> you typed it right. I will read this.
23:20:10 ddellacosta joins (~ddellacos@86.106.143.100)
23:23:26 heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
23:23:34 × falafel quits (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 268 seconds)
23:25:13 × elvishjerricco quits (sid237756@NixOS/user/ElvishJerricco) ()
23:25:40 × ddellacosta quits (~ddellacos@86.106.143.100) (Ping timeout: 252 seconds)
23:28:51 × P1RATEZ quits (piratez@unaffiliated/p1ratez) ()
23:31:30 usr25_tm joins (~usr25@unaffiliated/usr25)
23:31:40 × shailangsa quits (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) ()
23:34:47 × dmytrish quits (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c) (Ping timeout: 260 seconds)
23:34:59 × usr25 quits (~usr25@unaffiliated/usr25) (Ping timeout: 245 seconds)
23:35:04 <shapr> Is this a place I can ask for Haskell code review? I'm okay with what I have in https://github.com/shapr/takedouble/ but I'd like to hear any suggestions for improvement?
23:35:33 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
23:36:53 × HannaM quits (~quassel@p54849510.dip0.t-ipconnect.de) (Quit: https://www.oglaf.com/vorpalblade/)
23:39:11 DTZUZU joins (~DTZUZO@205.ip-149-56-132.net)
23:39:57 × zva quits (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de) (Ping timeout: 260 seconds)
23:40:02 × jollygood2 quits (~bc8134e3@217.29.117.252) (Quit: http://www.okay.uz/)
23:41:41 × DTZUZU_ quits (~DTZUZO@207.81.119.43) (Ping timeout: 240 seconds)
23:45:14 geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
23:46:19 haya joins (~haya@ec2-18-230-78-122.sa-east-1.compute.amazonaws.com)
23:47:22 × Ariakenom quits (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44) (Quit: Leaving)
23:47:26 × jb55 quits (~jb55@gateway/tor-sasl/jb55) (Remote host closed the connection)
23:47:49 jb55 joins (~jb55@gateway/tor-sasl/jb55)
23:53:55 jollygood2 joins (~bc8134e3@217.29.117.252)
23:53:59 ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta)
23:55:55 × geowiesnot quits (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 252 seconds)
23:56:06 shailangsa joins (~shailangs@host86-185-58-137.range86-185.btcentralplus.com)
23:56:40 tzlil joins (~tzlil@unaffiliated/tzlil)
23:57:45 × Narinas quits (~Narinas@187-178-93-112.dynamic.axtel.net) (Read error: Connection reset by peer)
23:57:45 × jollygood2 quits (~bc8134e3@217.29.117.252) (Disconnected by services)
23:58:01 jollygood2 joins (~bc8134e3@217.29.117.252)
23:58:22 Narinas joins (~Narinas@187-178-93-112.dynamic.axtel.net)
23:58:45 × ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds)

All times are in UTC on 2021-04-24.