2021-04-24 00:02:33 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 00:02:55 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 00:03:22 +0200 | Guest94131 | (~textual@zrcout.mskcc.org) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 00:07:18 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 00:09:09 +0200 | jijimofo | (~cmo@S010610561191f5d6.lb.shawcable.net) (Quit: Leaving) |
2021-04-24 00:13:10 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 252 seconds) |
2021-04-24 00:13:41 +0200 | Tario | (~Tario@201.192.165.173) |
2021-04-24 00:15:00 +0200 | Feuermagier | (~Feuermagi@2a02:2488:4211:3400:7285:c2ff:fe22:172e) |
2021-04-24 00:16:46 +0200 | wonko7 | (~wonko7@62.115.229.50) (Ping timeout: 240 seconds) |
2021-04-24 00:17:36 +0200 | fendor | (~fendor@178.115.128.219.wireless.dyn.drei.com) (Remote host closed the connection) |
2021-04-24 00:19:06 +0200 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (Ping timeout: 260 seconds) |
2021-04-24 00:20:24 +0200 | Alleria | (~textual@2603-7000-3040-0000-5566-884b-fd9b-56dc.res6.spectrum.com) |
2021-04-24 00:20:26 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 00:20:26 +0200 | Guest_92 | (7a3b26e8@122-59-38-232-adsl.sparkbb.co.nz) (Quit: Connection closed) |
2021-04-24 00:20:47 +0200 | Alleria | Guest48627 |
2021-04-24 00:20:57 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 00:21:16 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 265 seconds) |
2021-04-24 00:21:41 +0200 | nut | (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 240 seconds) |
2021-04-24 00:29:19 +0200 | <carbolymer> | it finally completed! 10hrs instead on 1hr |
2021-04-24 00:29:36 +0200 | <carbolymer> | of* |
2021-04-24 00:29:39 +0200 | Narinas | (~Narinas@187-178-93-112.dynamic.axtel.net) (Ping timeout: 252 seconds) |
2021-04-24 00:29:39 +0200 | dunj3 | (~dunj3@2001:16b8:30e8:aa00:6400:c54b:6c37:a59c) (Remote host closed the connection) |
2021-04-24 00:30:33 +0200 | chomwitt | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (Ping timeout: 246 seconds) |
2021-04-24 00:31:41 +0200 | hyiltiz | (~quassel@unaffiliated/hyiltiz) (Ping timeout: 260 seconds) |
2021-04-24 00:33:31 +0200 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 252 seconds) |
2021-04-24 00:34:02 +0200 | nut | (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) |
2021-04-24 00:34:07 +0200 | <monochrom> | yikes |
2021-04-24 00:34:29 +0200 | hyiltiz | (~quassel@unaffiliated/hyiltiz) |
2021-04-24 00:36:27 +0200 | wroathe | (~wroathe@68.54.25.135) |
2021-04-24 00:36:53 +0200 | <nut> | I have a file outside of any cabal or stack project and i'm using emacs as repl. How to import packages such as lens? |
2021-04-24 00:37:06 +0200 | litenull | (~litenull@37.120.211.188) (K-Lined) |
2021-04-24 00:38:11 +0200 | <nut> | C-c C-r, when i do the reload, the ghci complains that it couldn't load or find the package |
2021-04-24 00:39:22 +0200 | Narinas | (~Narinas@187.178.93.112) |
2021-04-24 00:40:02 +0200 | <cjay> | there is a way to do magic comments for cabal for scripts. not sure about loading them in ghci though, maybe cabal repl works outside of a project on that. |
2021-04-24 00:41:05 +0200 | wroathe | (~wroathe@68.54.25.135) (Ping timeout: 246 seconds) |
2021-04-24 00:41:13 +0200 | <sclv> | nut: cabal-repl —build-depends |
2021-04-24 00:41:41 +0200 | <sclv> | with the depss following the flag |
2021-04-24 00:41:55 +0200 | <sclv> | have emacs call that instead of raw ghci |
2021-04-24 00:42:06 +0200 | <sclv> | or learn the ways of cabal-env |
2021-04-24 00:43:53 +0200 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (Remote host closed the connection) |
2021-04-24 00:43:54 +0200 | <nut> | thx! |
2021-04-24 00:44:46 +0200 | <cjay> | hmm the comment syntax is {- cabal: ... -} and then things liki build-depends: in that |
2021-04-24 00:45:06 +0200 | <cjay> | but I can't get cabal repl do anything with that, it's just for running :/ |
2021-04-24 00:48:19 +0200 | aVikingTrex | (~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) |
2021-04-24 00:54:13 +0200 | cr3 | (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving) |
2021-04-24 00:55:24 +0200 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 246 seconds) |
2021-04-24 00:56:37 +0200 | nut | (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 252 seconds) |
2021-04-24 00:58:04 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 01:00:46 +0200 | tsaka_ | (~torstein@athedsl-4519432.home.otenet.gr) (Ping timeout: 240 seconds) |
2021-04-24 01:01:59 +0200 | dmytrish | (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c) (Ping timeout: 260 seconds) |
2021-04-24 01:02:57 +0200 | RandomArcher | (~RandomArc@145.249.23.89) |
2021-04-24 01:03:32 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
2021-04-24 01:03:40 +0200 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) |
2021-04-24 01:04:11 +0200 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 260 seconds) |
2021-04-24 01:05:18 +0200 | SynOps | (~SynOps@185.204.1.185) |
2021-04-24 01:05:44 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
2021-04-24 01:06:31 +0200 | zva | (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de) (Ping timeout: 252 seconds) |
2021-04-24 01:06:55 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 01:07:38 +0200 | LKoen | (~LKoen@11.160.9.109.rev.sfr.net) (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”) |
2021-04-24 01:10:10 +0200 | CrazyPython | (~crazypyth@98.122.164.118) (Remote host closed the connection) |
2021-04-24 01:10:35 +0200 | bennofs_ | (~quassel@dynamic-077-013-079-233.77.13.pool.telefonica.de) |
2021-04-24 01:11:58 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 01:12:01 +0200 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 252 seconds) |
2021-04-24 01:12:14 +0200 | tsaka_ | (~torstein@athedsl-4519432.home.otenet.gr) |
2021-04-24 01:14:35 +0200 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 260 seconds) |
2021-04-24 01:15:28 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 01:15:47 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 01:19:18 +0200 | hexfive | (~hexfive@50.35.83.177) |
2021-04-24 01:19:18 +0200 | hexfive | (~hexfive@50.35.83.177) (Client Quit) |
2021-04-24 01:20:23 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 01:20:46 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds) |
2021-04-24 01:23:37 +0200 | aVikingTrex | (~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) (Ping timeout: 250 seconds) |
2021-04-24 01:25:11 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
2021-04-24 01:28:31 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 252 seconds) |
2021-04-24 01:30:09 +0200 | son0p | (~ff@181.136.122.143) (Remote host closed the connection) |
2021-04-24 01:30:25 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 01:30:30 +0200 | tanner_ | (~tanner@216.106.138.184) |
2021-04-24 01:30:50 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 01:31:02 +0200 | jakalx | (~jakalx@base.jakalx.net) ("Error from remote client") |
2021-04-24 01:32:35 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 01:33:59 +0200 | jakalx | (~jakalx@base.jakalx.net) |
2021-04-24 01:40:27 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 01:40:35 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds) |
2021-04-24 01:41:38 +0200 | RandomArcher | (~RandomArc@145.249.23.89) (Ping timeout: 246 seconds) |
2021-04-24 01:42:01 +0200 | RandomArcher | (RandomArch@gateway/vpn/protonvpn/randomarcher) |
2021-04-24 01:42:43 +0200 | quinn | (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) |
2021-04-24 01:45:51 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 01:50:26 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
2021-04-24 01:51:41 +0200 | machinedgod | (~machinedg@24.105.81.50) |
2021-04-24 01:51:52 +0200 | Deide | (~Deide@217.155.19.23) (Quit: Seeee yaaaa) |
2021-04-24 01:52:51 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 01:53:43 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 01:58:05 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
2021-04-24 02:07:14 +0200 | <tanner_> | noob question: I wanna define a function like this: |
2021-04-24 02:07:23 +0200 | <tanner_> | func :: Int -> Int |
2021-04-24 02:07:28 +0200 | <tanner_> | func 1 = 2 |
2021-04-24 02:07:35 +0200 | <tanner_> | func = (+1) |
2021-04-24 02:08:57 +0200 | <geekosaur> | you need a wildcard in the second case |
2021-04-24 02:08:59 +0200 | <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? |
2021-04-24 02:09:15 +0200 | <geekosaur> | oh, right, ghc doesn't allow that case |
2021-04-24 02:09:39 +0200 | <geekosaur> | it's a deviation from standard Haskell that all cases of a function must have the same number of arguments |
2021-04-24 02:10:06 +0200 | <geekosaur> | so you'll have to eta-expand the second one to: func x = x + 1 |
2021-04-24 02:10:35 +0200 | <tanner_> | Ok, so is the problem that it can't figure out (+1) only takes a single argument? |
2021-04-24 02:11:14 +0200 | <geekosaur> | the problem is what I said it is |
2021-04-24 02:11:19 +0200 | Synthetica | (uid199651@gateway/web/irccloud.com/x-jigmslouldxhdupx) (Quit: Connection closed for inactivity) |
2021-04-24 02:11:23 +0200 | <tanner_> | As a side note, I also tried func _ = (+1) and got a different error. This time about not being able to match types. |
2021-04-24 02:11:24 +0200 | <geekosaur> | you have func 1 = 2, which takes an argument |
2021-04-24 02:11:44 +0200 | <geekosaur> | all *other* definitions of func must therefore take an argument |
2021-04-24 02:12:08 +0200 | bitmapper | (uid464869@gateway/web/irccloud.com/x-qyszewyuetfjzacp) |
2021-04-24 02:13:00 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Ping timeout: 268 seconds) |
2021-04-24 02:13:14 +0200 | <geekosaur> | this is not required by standard Haskell but ghc requires it because of how it works |
2021-04-24 02:13:41 +0200 | <geekosaur> | "func _ = (+1)" does not do what you think |
2021-04-24 02:14:06 +0200 | <geekosaur> | it accepts and ignores a parameter, like func x = some_expression_that_doesn't_use_x |
2021-04-24 02:19:04 +0200 | <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? |
2021-04-24 02:19:32 +0200 | <geekosaur> | func itself takes 0 parameters and returns something that takes a parameter |
2021-04-24 02:19:44 +0200 | <geekosaur> | yes |
2021-04-24 02:20:04 +0200 | <geekosaur> | and ghc has this restriction that all definitions of func must have the same number of parameters |
2021-04-24 02:20:22 +0200 | <geekosaur> | so you *should* be able to do what you tried, but ghc won't allow it |
2021-04-24 02:24:30 +0200 | <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. |
2021-04-24 02:24:38 +0200 | <tanner_> | Thanks for your help. |
2021-04-24 02:24:39 +0200 | <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 |
2021-04-24 02:24:46 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
2021-04-24 02:25:28 +0200 | <geekosaur> | interesting. could have sworn that was a ghc wart. was it the same in H98? |
2021-04-24 02:25:52 +0200 | lordcirth_ | (~lordcirth@2607:f2c0:95b3:4400:bc81:7608:42a7:e76a) (Ping timeout: 276 seconds) |
2021-04-24 02:26:44 +0200 | sz0 | (uid110435@gateway/web/irccloud.com/x-cbtqvvpmzwwkflbr) (Quit: Connection closed for inactivity) |
2021-04-24 02:26:45 +0200 | <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? |
2021-04-24 02:27:07 +0200 | <geekosaur> | according to monochrom it's just the rules |
2021-04-24 02:27:32 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
2021-04-24 02:27:42 +0200 | <tanner_> | ok |
2021-04-24 02:27:53 +0200 | <geekosaur> | hm, same in H98 |
2021-04-24 02:28:10 +0200 | <geekosaur> | so I guess it's just illegal |
2021-04-24 02:30:26 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 240 seconds) |
2021-04-24 02:31:24 +0200 | philderbeast | (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca) |
2021-04-24 02:35:09 +0200 | gnumonic | (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) (Ping timeout: 265 seconds) |
2021-04-24 02:38:05 +0200 | bennofs__ | (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de) |
2021-04-24 02:38:30 +0200 | rajivr | (uid269651@gateway/web/irccloud.com/x-emjdgfahhcenqbut) |
2021-04-24 02:40:51 +0200 | zmijunkie | (~Adium@87.122.222.145) |
2021-04-24 02:40:58 +0200 | Jd007 | (~Jd007@162.156.11.151) (Quit: Jd007) |
2021-04-24 02:41:40 +0200 | zmijunkie1 | (~Adium@87.123.48.31) (Ping timeout: 252 seconds) |
2021-04-24 02:41:41 +0200 | bennofs_ | (~quassel@dynamic-077-013-079-233.77.13.pool.telefonica.de) (Ping timeout: 240 seconds) |
2021-04-24 02:47:50 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) |
2021-04-24 02:48:00 +0200 | Codaraxis_ | (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) |
2021-04-24 02:48:41 +0200 | justsomeguy | (~justsomeg@unaffiliated/--/x-3805311) |
2021-04-24 02:51:34 +0200 | Codaraxis__ | (~Codaraxis@92.223.89.199) (Ping timeout: 252 seconds) |
2021-04-24 02:53:31 +0200 | CrazyPython | (~crazypyth@98.122.164.118) |
2021-04-24 02:53:54 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2021-04-24 02:55:40 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (Remote host closed the connection) |
2021-04-24 02:56:18 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) |
2021-04-24 02:56:19 +0200 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) |
2021-04-24 02:59:22 +0200 | geekosaur | (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds) |
2021-04-24 02:59:45 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (Remote host closed the connection) |
2021-04-24 03:00:05 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Quit: Leaving) |
2021-04-24 03:00:25 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) |
2021-04-24 03:02:26 +0200 | tsaka_ | (~torstein@athedsl-4519432.home.otenet.gr) (Ping timeout: 260 seconds) |
2021-04-24 03:05:33 +0200 | snowflake_ | (~snowflake@gateway/tor-sasl/snowflake) |
2021-04-24 03:05:57 +0200 | snowflake | (~snowflake@gateway/tor-sasl/snowflake) (Ping timeout: 240 seconds) |
2021-04-24 03:11:28 +0200 | jess | (jess@freenode/staff/jess) (Quit: Lost terminal) |
2021-04-24 03:11:48 +0200 | philderbeast | (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 03:12:24 +0200 | jess | (jess@freenode/staff/jess) |
2021-04-24 03:21:31 +0200 | Jd007 | (~Jd007@162.156.11.151) |
2021-04-24 03:22:04 +0200 | renzhi | (~renzhi@2607:fa49:6500:bc00::e7b) (Ping timeout: 245 seconds) |
2021-04-24 03:22:29 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 03:23:56 +0200 | drbean_ | (~drbean@TC210-63-209-220.static.apol.com.tw) |
2021-04-24 03:28:11 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
2021-04-24 03:28:22 +0200 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (Quit: WeeChat 3.1) |
2021-04-24 03:32:11 +0200 | st8less | (~st8less@inet-167-224-197-181.isp.ozarksgo.net) (Quit: WeeChat 2.9) |
2021-04-24 03:34:02 +0200 | xcmw | (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 03:47:55 +0200 | xff0x | (~xff0x@2001:1a81:52f5:ac00:2560:bbed:ada5:1f88) (Ping timeout: 250 seconds) |
2021-04-24 03:48:20 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 246 seconds) |
2021-04-24 03:49:59 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:b335:7ff7:cb5b:57a8) |
2021-04-24 03:53:28 +0200 | HarveyPwca | (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) |
2021-04-24 03:55:42 +0200 | gnumonic | (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) |
2021-04-24 03:56:40 +0200 | falafel | (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) |
2021-04-24 03:58:15 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) |
2021-04-24 04:00:54 +0200 | machinedgod | (~machinedg@24.105.81.50) (Ping timeout: 268 seconds) |
2021-04-24 04:01:45 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 04:04:34 +0200 | nineonine | (~nineonine@50.216.62.2) (Ping timeout: 265 seconds) |
2021-04-24 04:07:52 +0200 | CrazyPython | (~crazypyth@98.122.164.118) (Read error: Connection reset by peer) |
2021-04-24 04:09:11 +0200 | tmciver | (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (Ping timeout: 240 seconds) |
2021-04-24 04:11:05 +0200 | tmciver | (~tmciver@cpe-172-101-40-226.maine.res.rr.com) |
2021-04-24 04:12:56 +0200 | xcmw | (~textual@dyn-72-33-2-152.uwnet.wisc.edu) |
2021-04-24 04:14:34 +0200 | Jd007 | (~Jd007@162.156.11.151) (Quit: Jd007) |
2021-04-24 04:23:28 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 04:25:10 +0200 | Jd007 | (~Jd007@162.156.11.151) |
2021-04-24 04:30:26 +0200 | dpl | (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 240 seconds) |
2021-04-24 04:32:22 +0200 | Jd007 | (~Jd007@162.156.11.151) (Quit: Jd007) |
2021-04-24 04:33:08 +0200 | MVQq | (~anja@198.254.208.159) (Quit: q) |
2021-04-24 04:33:46 +0200 | MarcelineVQ | (~anja@198.254.208.159) |
2021-04-24 04:36:04 +0200 | theDon | (~td@94.134.91.183) (Ping timeout: 252 seconds) |
2021-04-24 04:38:08 +0200 | theDon | (~td@94.134.91.143) |
2021-04-24 04:41:18 +0200 | fresheyeball | (~isaac@c-71-237-105-37.hsd1.co.comcast.net) (Quit: WeeChat 2.9) |
2021-04-24 04:42:18 +0200 | FinnElija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
2021-04-24 04:42:18 +0200 | finn_elija | Guest91582 |
2021-04-24 04:42:18 +0200 | FinnElija | finn_elija |
2021-04-24 04:43:16 +0200 | Katarushisu6 | (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) |
2021-04-24 04:44:06 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) |
2021-04-24 04:44:20 +0200 | dastomaten | (~dastomate@0543f40b.skybroadband.com) (Ping timeout: 246 seconds) |
2021-04-24 04:44:28 +0200 | Katarushisu | (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) (Ping timeout: 252 seconds) |
2021-04-24 04:44:29 +0200 | Katarushisu6 | Katarushisu |
2021-04-24 04:44:58 +0200 | dastomaten | (~dastomate@0543f40b.skybroadband.com) |
2021-04-24 04:45:02 +0200 | nineonine | (~nineonine@50.216.62.2) |
2021-04-24 04:45:57 +0200 | Guest91582 | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 240 seconds) |
2021-04-24 04:46:25 +0200 | Jd007 | (~Jd007@162.156.11.151) |
2021-04-24 04:46:51 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:243e:56b2:17ce:1eff) (Ping timeout: 250 seconds) |
2021-04-24 04:48:32 +0200 | falafel | (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 240 seconds) |
2021-04-24 04:49:16 +0200 | nineonine | (~nineonine@50.216.62.2) (Ping timeout: 252 seconds) |
2021-04-24 04:51:39 +0200 | thc202 | (~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds) |
2021-04-24 04:52:38 +0200 | nicholasbulka | (~nicholasb@2601:900:4301:da0:5440:6bb8:f181:7832) (Remote host closed the connection) |
2021-04-24 04:57:31 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
2021-04-24 04:59:22 +0200 | redmp | (~redmp@172.58.35.164) (Quit: leaving) |
2021-04-24 04:59:49 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:7ff1:91b1:bbc6:45b2) |
2021-04-24 05:02:50 +0200 | shailangsa | (~shailangs@host217-42-54-186.range217-42.btcentralplus.com) (Ping timeout: 260 seconds) |
2021-04-24 05:11:34 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:5994:3900:4bf6:3fc2) (Remote host closed the connection) |
2021-04-24 05:14:39 +0200 | frozenErebus | (~frozenEre@37.231.244.249) |
2021-04-24 05:20:42 +0200 | carlomagno | (~cararell@148.87.23.4) (Remote host closed the connection) |
2021-04-24 05:21:25 +0200 | carlomagno | (~cararell@148.87.23.4) |
2021-04-24 05:24:28 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 05:27:17 +0200 | shailangsa | (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) |
2021-04-24 05:27:40 +0200 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (Quit: ZNC 1.7.5 - https://znc.in) |
2021-04-24 05:27:56 +0200 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) |
2021-04-24 05:28:07 +0200 | nineonine | (~nineonine@50.216.62.2) |
2021-04-24 05:28:07 +0200 | falafel | (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) |
2021-04-24 05:30:06 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
2021-04-24 05:30:09 +0200 | jakalx | (~jakalx@base.jakalx.net) () |
2021-04-24 05:31:03 +0200 | jakalx | (~jakalx@base.jakalx.net) |
2021-04-24 05:32:37 +0200 | Jd007 | (~Jd007@162.156.11.151) (Quit: Jd007) |
2021-04-24 05:32:43 +0200 | nineonine | (~nineonine@50.216.62.2) (Ping timeout: 252 seconds) |
2021-04-24 05:33:11 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Ping timeout: 240 seconds) |
2021-04-24 05:34:22 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds) |
2021-04-24 05:40:43 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 05:42:09 +0200 | heavyk | (x@2601:1c0:6800:7a50:242a:f090:f333:3919) |
2021-04-24 05:49:38 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) |
2021-04-24 05:49:46 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds) |
2021-04-24 06:02:01 +0200 | redmp | (~redmp@172.58.35.164) |
2021-04-24 06:09:34 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 252 seconds) |
2021-04-24 06:12:54 +0200 | urodna | (~urodna@unaffiliated/urodna) (Quit: urodna) |
2021-04-24 06:18:53 +0200 | xiinotulp | (~q@node-uhc.pool-125-24.dynamic.totinternet.net) |
2021-04-24 06:19:15 +0200 | texasmynsted_ | texasmynsted |
2021-04-24 06:20:32 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-oxdglogbveesxllt) () |
2021-04-24 06:21:52 +0200 | plutoniix | (~q@node-unm.pool-125-24.dynamic.totinternet.net) (Ping timeout: 240 seconds) |
2021-04-24 06:22:37 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 06:34:41 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:d9c9:b93d:8eb5:6ff) |
2021-04-24 06:34:56 +0200 | casu | (b8aaa7ab@184.170.167.171) |
2021-04-24 06:35:10 +0200 | casu | (b8aaa7ab@184.170.167.171) (Client Quit) |
2021-04-24 06:42:00 +0200 | casu | (b8aaa7ab@184.170.167.171) |
2021-04-24 06:43:22 +0200 | casu | (b8aaa7ab@184.170.167.171) (Client Quit) |
2021-04-24 06:52:28 +0200 | RandomArcher | (RandomArch@gateway/vpn/protonvpn/randomarcher) (Ping timeout: 252 seconds) |
2021-04-24 06:54:44 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 06:56:43 +0200 | redmp | (~redmp@172.58.35.164) (Quit: leaving) |
2021-04-24 07:09:10 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-aqzweplpcsywgnal) (Quit: Connection closed for inactivity) |
2021-04-24 07:09:34 +0200 | Sgeo | (~Sgeo@ool-18b98aa4.dyn.optonline.net) (Read error: Connection reset by peer) |
2021-04-24 07:13:29 +0200 | Sgeo | (~Sgeo@ool-18b98aa4.dyn.optonline.net) |
2021-04-24 07:17:27 +0200 | SynOps | (~SynOps@185.204.1.185) (Remote host closed the connection) |
2021-04-24 07:17:48 +0200 | nineonine | (~nineonine@50.216.62.2) |
2021-04-24 07:18:51 +0200 | xcmw | (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 07:19:02 +0200 | gnumonic | (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) (Ping timeout: 246 seconds) |
2021-04-24 07:21:16 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:d9c9:b93d:8eb5:6ff) (Remote host closed the connection) |
2021-04-24 07:26:38 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 07:27:28 +0200 | Bergle_3 | (~Bergle_4@101.165.90.119) |
2021-04-24 07:29:01 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds) |
2021-04-24 07:29:41 +0200 | drbean_ | (~drbean@TC210-63-209-220.static.apol.com.tw) (Ping timeout: 240 seconds) |
2021-04-24 07:29:46 +0200 | Bergle_2 | (~Bergle_4@101.165.90.119) (Ping timeout: 240 seconds) |
2021-04-24 07:31:17 +0200 | drbean_ | (~drbean@TC210-63-209-188.static.apol.com.tw) |
2021-04-24 07:32:20 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) (Remote host closed the connection) |
2021-04-24 07:32:20 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 246 seconds) |
2021-04-24 07:32:37 +0200 | Cale | (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) (Ping timeout: 260 seconds) |
2021-04-24 07:35:09 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) |
2021-04-24 07:35:43 +0200 | santa_1 | (~santa_@139.28.218.148) |
2021-04-24 07:37:09 +0200 | howdoi | (uid224@gateway/web/irccloud.com/x-vstezmgnvunlkcvf) (Quit: Connection closed for inactivity) |
2021-04-24 07:37:46 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds) |
2021-04-24 07:38:16 +0200 | coot | (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) |
2021-04-24 07:39:56 +0200 | HarveyPwca | (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) (Quit: Leaving) |
2021-04-24 07:40:03 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:7ff1:91b1:bbc6:45b2) (Ping timeout: 260 seconds) |
2021-04-24 07:40:11 +0200 | falafel | (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 240 seconds) |
2021-04-24 07:44:27 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 07:44:38 +0200 | blankshadow | (~slimespid@218.208.129.41) |
2021-04-24 07:45:31 +0200 | jao | (~jao@pdpc/supporter/professional/jao) (Ping timeout: 260 seconds) |
2021-04-24 07:46:25 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Ping timeout: 265 seconds) |
2021-04-24 07:51:34 +0200 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) () |
2021-04-24 07:52:34 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:8fae:31da:399b:f0f7) |
2021-04-24 07:52:57 +0200 | Cale | (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) |
2021-04-24 08:02:31 +0200 | MidAutumnHotaru | (~MidAutumn@unaffiliated/midautumnhotaru) (Quit: Quit 啾) |
2021-04-24 08:03:06 +0200 | MidAutumnHotaru | (~MidAutumn@unaffiliated/midautumnhotaru) |
2021-04-24 08:03:34 +0200 | nineonin_ | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) |
2021-04-24 08:03:52 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds) |
2021-04-24 08:06:17 +0200 | nineonine | (~nineonine@50.216.62.2) (Ping timeout: 246 seconds) |
2021-04-24 08:14:01 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) |
2021-04-24 08:14:44 +0200 | ashesham` | (~user@d8D87D1B0.access.telenet.be) |
2021-04-24 08:14:58 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) (Ping timeout: 252 seconds) |
2021-04-24 08:15:14 +0200 | vicfred | (~vicfred@unaffiliated/vicfred) (Quit: Leaving) |
2021-04-24 08:15:16 +0200 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) |
2021-04-24 08:17:24 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 08:18:39 +0200 | malumore | (~malumore@151.62.120.175) |
2021-04-24 08:18:41 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Ping timeout: 240 seconds) |
2021-04-24 08:19:58 +0200 | Varis | (~Tadas@unaffiliated/varis) |
2021-04-24 08:21:52 +0200 | alx741 | (~alx741@181.196.69.117) (Quit: alx741) |
2021-04-24 08:23:31 +0200 | tsaka_ | (~torstein@athedsl-4519432.home.otenet.gr) |
2021-04-24 08:24:13 +0200 | ashesham` | (~user@d8D87D1B0.access.telenet.be) (Ping timeout: 268 seconds) |
2021-04-24 08:24:20 +0200 | ashesham` | (~user@ptr-e1lysaxi96yfnpwdt4u.18120a2.ip6.access.telenet.be) |
2021-04-24 08:24:56 +0200 | mrchampion | (~mrchampio@38.18.109.23) (Ping timeout: 245 seconds) |
2021-04-24 08:25:47 +0200 | tomsmeding | (~tomsmedin@tomsmeding.com) (Quit: ZNC 1.8.2 - https://znc.in) |
2021-04-24 08:26:26 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds) |
2021-04-24 08:26:37 +0200 | tomsmeding | (~tomsmedin@tomsmeding.com) |
2021-04-24 08:29:57 +0200 | vs^ | (vs@ip98-184-89-2.mc.at.cox.net) |
2021-04-24 08:30:41 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 240 seconds) |
2021-04-24 08:34:00 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 08:35:06 +0200 | blankshadow | (~slimespid@218.208.129.41) (Remote host closed the connection) |
2021-04-24 08:37:01 +0200 | Varis | (~Tadas@unaffiliated/varis) (Remote host closed the connection) |
2021-04-24 08:38:44 +0200 | mrchampion | (~mrchampio@38.18.109.23) |
2021-04-24 08:40:33 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 265 seconds) |
2021-04-24 08:43:55 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 08:43:56 +0200 | dastomaten | (~dastomate@0543f40b.skybroadband.com) (Ping timeout: 265 seconds) |
2021-04-24 08:46:59 +0200 | tanner_ | (~tanner@216.106.138.184) (Quit: tanner_) |
2021-04-24 08:47:46 +0200 | shailangsa | (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) (Ping timeout: 260 seconds) |
2021-04-24 08:47:56 +0200 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 246 seconds) |
2021-04-24 08:48:23 +0200 | RusAlex_ | (~Chel@BSN-77-82-41.static.siol.net) (Quit: WeeChat 3.0) |
2021-04-24 08:48:30 +0200 | RusAlex | (~Chel@unaffiliated/rusalex) |
2021-04-24 08:48:55 +0200 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) |
2021-04-24 08:50:25 +0200 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) |
2021-04-24 08:51:32 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 08:51:40 +0200 | pony | (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry) |
2021-04-24 08:56:27 +0200 | carlomagno | (~cararell@148.87.23.4) (Quit: Leaving.) |
2021-04-24 08:57:31 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds) |
2021-04-24 08:59:55 +0200 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-tozcupusvmlxhyii) (Ping timeout: 250 seconds) |
2021-04-24 08:59:59 +0200 | srid | (sridmatrix@gateway/shell/matrix.org/x-kdiohswnikqzcrsc) (Ping timeout: 245 seconds) |
2021-04-24 08:59:59 +0200 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-ytydtmynqqqucxon) (Ping timeout: 245 seconds) |
2021-04-24 08:59:59 +0200 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-elnqcrstviceefpa) (Ping timeout: 245 seconds) |
2021-04-24 09:00:02 +0200 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam) |
2021-04-24 09:00:47 +0200 | M9ndres[m] | (m9ndresmat@gateway/shell/matrix.org/x-dfiqdthtgevvjnld) (Ping timeout: 250 seconds) |
2021-04-24 09:00:49 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-hzfozeeypcpgvsfv) (Ping timeout: 245 seconds) |
2021-04-24 09:00:50 +0200 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-naaogafgvvujonsu) (Ping timeout: 245 seconds) |
2021-04-24 09:01:40 +0200 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi) |
2021-04-24 09:01:48 +0200 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc) |
2021-04-24 09:02:02 +0200 | M9ndres[m] | (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw) |
2021-04-24 09:03:52 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-tlapkgppewplnptl) |
2021-04-24 09:04:31 +0200 | srid | (sridmatrix@gateway/shell/matrix.org/x-qplbjwlmsmpxtvvc) |
2021-04-24 09:05:03 +0200 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk) |
2021-04-24 09:06:30 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 09:07:55 +0200 | wonko7 | (~wonko7@62.115.229.50) |
2021-04-24 09:07:56 +0200 | conal | (~conal@64.71.133.70) (Read error: Connection reset by peer) |
2021-04-24 09:08:49 +0200 | DTZUZU_ | (~DTZUZO@207.81.119.43) |
2021-04-24 09:09:51 +0200 | Rudd0 | (~Rudd0@185.189.115.103) (Ping timeout: 268 seconds) |
2021-04-24 09:10:37 +0200 | DTZUZU | (~DTZUZO@205.ip-149-56-132.net) (Ping timeout: 260 seconds) |
2021-04-24 09:11:31 +0200 | honigkuchen | (~honigkuch@ip5b429953.dynamic.kabel-deutschland.de) |
2021-04-24 09:11:52 +0200 | <honigkuchen> | can aspect orientated programming be understood as somehow higher then polymorphism? |
2021-04-24 09:12:10 +0200 | <honigkuchen> | and what else could also maybe be understood as being somehow higher then polymorphism |
2021-04-24 09:12:37 +0200 | shailangsa | (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) |
2021-04-24 09:12:43 +0200 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 252 seconds) |
2021-04-24 09:13:07 +0200 | conal | (~conal@64.71.133.70) |
2021-04-24 09:15:44 +0200 | alexander | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) |
2021-04-24 09:16:13 +0200 | alexander | Guest72214 |
2021-04-24 09:17:35 +0200 | ashesham` | (~user@ptr-e1lysaxi96yfnpwdt4u.18120a2.ip6.access.telenet.be) (Ping timeout: 260 seconds) |
2021-04-24 09:18:44 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 252 seconds) |
2021-04-24 09:20:18 +0200 | bitmapper | (uid464869@gateway/web/irccloud.com/x-qyszewyuetfjzacp) (Quit: Connection closed for inactivity) |
2021-04-24 09:24:45 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 09:25:20 +0200 | mrchampion | (~mrchampio@38.18.109.23) (Ping timeout: 252 seconds) |
2021-04-24 09:26:41 +0200 | mrchampion | (~mrchampio@38.18.109.23) |
2021-04-24 09:28:45 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 09:29:46 +0200 | petersen | (~petersen@redhat/juhp) (Ping timeout: 252 seconds) |
2021-04-24 09:31:57 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 09:32:19 +0200 | zva | (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de) |
2021-04-24 09:32:54 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 245 seconds) |
2021-04-24 09:35:38 +0200 | Codaraxis__ | (~Codaraxis@92.223.89.200) |
2021-04-24 09:38:07 +0200 | avn | (~avn@78-56-108-78.static.zebra.lt) (Remote host closed the connection) |
2021-04-24 09:38:39 +0200 | Varis | (~Tadas@unaffiliated/varis) |
2021-04-24 09:38:44 +0200 | redmp | (~redmp@172.58.35.164) |
2021-04-24 09:39:07 +0200 | Codaraxis_ | (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) (Ping timeout: 252 seconds) |
2021-04-24 09:40:55 +0200 | nineonin_ | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Remote host closed the connection) |
2021-04-24 09:41:45 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) |
2021-04-24 09:46:17 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 265 seconds) |
2021-04-24 09:46:31 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 260 seconds) |
2021-04-24 09:50:10 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 09:51:41 +0200 | knupfer | (~Thunderbi@200116b82b743500b4b3cc7adcbc939f.dip.versatel-1u1.de) |
2021-04-24 09:52:34 +0200 | dastomaten | (~dastomate@0543f40b.skybroadband.com) |
2021-04-24 09:52:40 +0200 | redmp_ | (~redmp@172.58.30.188) |
2021-04-24 09:55:57 +0200 | redmp | (~redmp@172.58.35.164) (Ping timeout: 265 seconds) |
2021-04-24 09:56:41 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 09:57:16 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 252 seconds) |
2021-04-24 09:58:41 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 10:00:37 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:c9e3:31f8:9b69:d4e3) |
2021-04-24 10:04:44 +0200 | Aquazi | (uid312403@gateway/web/irccloud.com/x-oimvpawnrgwfachw) |
2021-04-24 10:04:53 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 10:04:59 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:c9e3:31f8:9b69:d4e3) (Ping timeout: 245 seconds) |
2021-04-24 10:06:47 +0200 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) |
2021-04-24 10:07:16 +0200 | hendursaga | (~weechat@gateway/tor-sasl/hendursaga) |
2021-04-24 10:09:57 +0200 | hendursa1 | (~weechat@gateway/tor-sasl/hendursaga) (Ping timeout: 240 seconds) |
2021-04-24 10:13:50 +0200 | frozenErebus | (~frozenEre@37.231.244.249) (Ping timeout: 265 seconds) |
2021-04-24 10:16:48 +0200 | machinedgod | (~machinedg@24.105.81.50) |
2021-04-24 10:17:04 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds) |
2021-04-24 10:18:08 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 10:19:41 +0200 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 240 seconds) |
2021-04-24 10:20:37 +0200 | xiinotulp | (~q@node-uhc.pool-125-24.dynamic.totinternet.net) (Quit: Leaving) |
2021-04-24 10:20:45 +0200 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz) |
2021-04-24 10:23:06 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds) |
2021-04-24 10:26:12 +0200 | cheater1 | (~user@unaffiliated/cheater) (Ping timeout: 240 seconds) |
2021-04-24 10:28:05 +0200 | _ht | (~quassel@82-169-194-8.biz.kpn.net) |
2021-04-24 10:28:19 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:b335:7ff7:cb5b:57a8) (Ping timeout: 245 seconds) |
2021-04-24 10:29:10 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) |
2021-04-24 10:29:50 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 10:33:43 +0200 | Tario | (~Tario@201.192.165.173) (Ping timeout: 268 seconds) |
2021-04-24 10:36:47 +0200 | ph88 | (~ph88@2a02:8109:9e00:7e5c:d5ef:86b3:afc4:9258) |
2021-04-24 10:40:34 +0200 | vs^ | (vs@ip98-184-89-2.mc.at.cox.net) () |
2021-04-24 10:43:05 +0200 | forell | (~forell@unaffiliated/forell) (Ping timeout: 246 seconds) |
2021-04-24 10:44:12 +0200 | fendor | (~fendor@178.165.131.197.wireless.dyn.drei.com) |
2021-04-24 10:46:40 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds) |
2021-04-24 10:47:19 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) |
2021-04-24 10:48:19 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 245 seconds) |
2021-04-24 10:51:04 +0200 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) |
2021-04-24 10:51:43 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 250 seconds) |
2021-04-24 10:52:16 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 252 seconds) |
2021-04-24 10:53:15 +0200 | hiroaki_ | (~hiroaki@2a02:8108:8c40:2bb8:f194:fff7:6857:408) (Ping timeout: 260 seconds) |
2021-04-24 10:54:22 +0200 | forell | (~forell@unaffiliated/forell) |
2021-04-24 10:54:48 +0200 | kristijonas | (~kristijon@78-56-32-39.static.zebra.lt) |
2021-04-24 10:55:10 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 10:56:59 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:8fae:31da:399b:f0f7) (Ping timeout: 260 seconds) |
2021-04-24 10:58:12 +0200 | <johnnyboy[m]> | are there mature concolic testing frameworks for Haskell? |
2021-04-24 10:58:54 +0200 | <johnnyboy[m]> | I found this by googling, but it seems abandoned: https://github.com/m-alvarez/scher |
2021-04-24 11:00:03 +0200 | unclechu | (unclechuma@gateway/shell/matrix.org/x-ertytzmkazzzhybx) (Quit: Idle for 30+ days) |
2021-04-24 11:00:11 +0200 | kadoban | (kadobanemp@gateway/shell/matrix.org/x-zvjltlxvjsvasrie) (Quit: Idle for 30+ days) |
2021-04-24 11:01:03 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) |
2021-04-24 11:01:29 +0200 | conal | (~conal@64.71.133.70) (Quit: Textual IRC Client: www.textualapp.com) |
2021-04-24 11:02:38 +0200 | Dave10 | (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39) |
2021-04-24 11:03:27 +0200 | Dave10 | (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39) (Client Quit) |
2021-04-24 11:03:32 +0200 | wonko7 | (~wonko7@62.115.229.50) (Ping timeout: 240 seconds) |
2021-04-24 11:03:44 +0200 | <johnnyboy[m]> | now I found this: https://hackage.haskell.org/package/g2 |
2021-04-24 11:04:03 +0200 | Dave17 | (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39) |
2021-04-24 11:04:45 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 11:05:38 +0200 | hiroaki_ | (~hiroaki@2a02:8108:8c40:2bb8:22bd:58fd:2b08:64b5) |
2021-04-24 11:06:24 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 268 seconds) |
2021-04-24 11:09:21 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:e8ce:9fd2:d362:4446) |
2021-04-24 11:10:33 +0200 | nut | (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) |
2021-04-24 11:14:03 +0200 | Sgeo | (~Sgeo@ool-18b98aa4.dyn.optonline.net) (Read error: Connection reset by peer) |
2021-04-24 11:16:15 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 11:20:32 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 246 seconds) |
2021-04-24 11:20:32 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
2021-04-24 11:22:38 +0200 | drbean_ | (~drbean@TC210-63-209-188.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in) |
2021-04-24 11:23:34 +0200 | conal | (~conal@64.71.133.70) |
2021-04-24 11:26:26 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 11:30:51 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 11:32:51 +0200 | philderbeast | (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca) |
2021-04-24 11:35:09 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 252 seconds) |
2021-04-24 11:38:01 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
2021-04-24 11:40:12 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds) |
2021-04-24 11:41:42 +0200 | <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" |
2021-04-24 11:41:47 +0200 | <johnnyboy[m]> | but I'm a bit skeptic |
2021-04-24 11:42:31 +0200 | <johnnyboy[m]> | I've come to understand that quickcheck just generates random inputs basically |
2021-04-24 11:43:01 +0200 | <johnnyboy[m]> | how does that ensure maximal coverage of the exponentially many possible executions of a program? |
2021-04-24 11:43:41 +0200 | <johnnyboy[m]> | how do we know what kind of distribution finds most errors on arbitrary code? |
2021-04-24 11:44:47 +0200 | redmp_ | (~redmp@172.58.30.188) (Quit: goodnight you fabulous people) |
2021-04-24 11:46:10 +0200 | machinedgod | (~machinedg@24.105.81.50) (Ping timeout: 265 seconds) |
2021-04-24 11:46:34 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 11:50:27 +0200 | <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 |
2021-04-24 11:50:41 +0200 | <nut> | I mean C-c C-r |
2021-04-24 11:56:33 +0200 | Guest48627 | (~textual@2603-7000-3040-0000-5566-884b-fd9b-56dc.res6.spectrum.com) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 11:58:42 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 240 seconds) |
2021-04-24 12:01:50 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 246 seconds) |
2021-04-24 12:04:37 +0200 | Rudd0 | (~Rudd0@185.189.115.103) |
2021-04-24 12:06:03 +0200 | hiroaki_ | (~hiroaki@2a02:8108:8c40:2bb8:22bd:58fd:2b08:64b5) (Ping timeout: 260 seconds) |
2021-04-24 12:07:09 +0200 | mikoto-chan | (~anass@gateway/tor-sasl/mikoto-chan) |
2021-04-24 12:10:49 +0200 | brandonhamilton | (~brandonha@151.68.89.220) |
2021-04-24 12:11:26 +0200 | brandonhamilton | (~brandonha@151.68.89.220) (Client Quit) |
2021-04-24 12:14:40 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 12:21:01 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 260 seconds) |
2021-04-24 12:21:02 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 12:23:46 +0200 | Alleria | (~textual@mskresolve-a.mskcc.org) |
2021-04-24 12:24:10 +0200 | Alleria | Guest13213 |
2021-04-24 12:25:11 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
2021-04-24 12:26:00 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 12:29:46 +0200 | ekleog | (~ii@grym.ekleog.org) (Changing host) |
2021-04-24 12:29:46 +0200 | ekleog | (~ii@prologin/ekleog) |
2021-04-24 12:29:51 +0200 | cheater1 | (~user@unaffiliated/cheater) |
2021-04-24 12:30:53 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) (Ping timeout: 268 seconds) |
2021-04-24 12:36:00 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 252 seconds) |
2021-04-24 12:38:28 +0200 | dpl | (~dpl@77-121-78-163.chn.volia.net) |
2021-04-24 12:39:36 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) |
2021-04-24 12:41:55 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 12:42:00 +0200 | unyu | (~pyon@unaffiliated/pyon) (Quit: brb) |
2021-04-24 12:44:15 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 12:46:59 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 246 seconds) |
2021-04-24 12:49:11 +0200 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
2021-04-24 12:50:11 +0200 | raym | (~ray@45.64.220.116) (Quit: leaving) |
2021-04-24 12:50:25 +0200 | nut | (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 260 seconds) |
2021-04-24 12:52:50 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 12:52:52 +0200 | raym | (~ray@45.64.220.116) |
2021-04-24 12:55:03 +0200 | santa_1 | (~santa_@139.28.218.148) (Remote host closed the connection) |
2021-04-24 12:56:19 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 12:57:07 +0200 | Guest_79 | (b9b40cf3@185.180.12.243) |
2021-04-24 12:57:58 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 12:58:19 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) (Ping timeout: 245 seconds) |
2021-04-24 12:58:38 +0200 | xff0x | (xff0x@gateway/vpn/mullvad/xff0x) |
2021-04-24 12:58:46 +0200 | machinedgod | (~machinedg@24.105.81.50) |
2021-04-24 13:02:39 +0200 | acidjnk_new | (~acidjnk@p200300d0c72b9505e98f0c32b6dcafff.dip0.t-ipconnect.de) |
2021-04-24 13:03:08 +0200 | Dave17 | (b6447b27@gateway/web/cgi-irc/kiwiirc.com/ip.182.68.123.39) (Quit: Connection closed) |
2021-04-24 13:05:30 +0200 | mav1 | (~mav@200116b80079610035523288c3f29af4.dip.versatel-1u1.de) |
2021-04-24 13:06:02 +0200 | xff0x | (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 268 seconds) |
2021-04-24 13:07:50 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) |
2021-04-24 13:07:50 +0200 | Guest_79 | (b9b40cf3@185.180.12.243) (Quit: Connection closed) |
2021-04-24 13:08:06 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds) |
2021-04-24 13:08:57 +0200 | philderbeast | (~textual@bras-base-vldvpq5901w-grc-06-184-144-244-252.dsl.bell.ca) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 13:10:27 +0200 | pera | (pera@gateway/vpn/mullvad/pera) |
2021-04-24 13:11:01 +0200 | jemarch | (~jemarch@185.204.1.185) |
2021-04-24 13:11:36 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Remote host closed the connection) |
2021-04-24 13:12:00 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
2021-04-24 13:12:32 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 246 seconds) |
2021-04-24 13:17:52 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
2021-04-24 13:18:57 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 265 seconds) |
2021-04-24 13:26:08 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 13:26:10 +0200 | gitgood | (~gitgood@80-44-9-246.dynamic.dsl.as9105.com) |
2021-04-24 13:32:24 +0200 | Eva43 | (25020b66@m37-2-11-102.cust.tele2.se) |
2021-04-24 13:32:47 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 13:33:11 +0200 | Eva43 | (25020b66@m37-2-11-102.cust.tele2.se) (Quit: Connection closed) |
2021-04-24 13:38:43 +0200 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 268 seconds) |
2021-04-24 13:40:04 +0200 | olligobber | (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Remote host closed the connection) |
2021-04-24 13:48:23 +0200 | pavonia | (~user@unaffiliated/siracusa) (Quit: Bye!) |
2021-04-24 13:51:10 +0200 | drbean_ | (~drbean@TC210-63-209-37.static.apol.com.tw) |
2021-04-24 13:51:14 +0200 | acidjnk_new | (~acidjnk@p200300d0c72b9505e98f0c32b6dcafff.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
2021-04-24 13:51:39 +0200 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) |
2021-04-24 13:52:48 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 13:53:07 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 13:53:50 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) (Remote host closed the connection) |
2021-04-24 13:54:14 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) |
2021-04-24 13:57:36 +0200 | dmytrish | (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c) |
2021-04-24 13:58:38 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 14:01:26 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:f0f8:41cd:ca51:131e) |
2021-04-24 14:02:06 +0200 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 240 seconds) |
2021-04-24 14:02:56 +0200 | dpl | (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 260 seconds) |
2021-04-24 14:03:40 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
2021-04-24 14:03:48 +0200 | dpl | (~dpl@77-121-78-163.chn.volia.net) |
2021-04-24 14:04:00 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Ping timeout: 268 seconds) |
2021-04-24 14:05:51 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:f0f8:41cd:ca51:131e) (Ping timeout: 250 seconds) |
2021-04-24 14:06:25 +0200 | tsaka_ | (~torstein@athedsl-4519432.home.otenet.gr) (Ping timeout: 252 seconds) |
2021-04-24 14:08:00 +0200 | mmfood_1 | (~mmfood@45.91.21.41) |
2021-04-24 14:08:52 +0200 | Rudd0 | (~Rudd0@185.189.115.103) (Ping timeout: 240 seconds) |
2021-04-24 14:10:48 +0200 | mmfood | (~mmfood@185.176.246.69) (Ping timeout: 268 seconds) |
2021-04-24 14:14:55 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 14:15:14 +0200 | unyu | (~pyon@unaffiliated/pyon) |
2021-04-24 14:15:55 +0200 | geekosaur | (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
2021-04-24 14:21:38 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 14:22:45 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 14:23:45 +0200 | ericsagn1 | (~ericsagne@2405:6580:0:5100:bd68:2e0:1f11:8b3a) |
2021-04-24 14:24:40 +0200 | Pickchea | (~private@unaffiliated/pickchea) |
2021-04-24 14:25:10 +0200 | HannaM | (~quassel@p54849510.dip0.t-ipconnect.de) |
2021-04-24 14:25:39 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 265 seconds) |
2021-04-24 14:26:39 +0200 | ericsagnes | (~ericsagne@2405:6580:0:5100:e8ce:9fd2:d362:4446) (Ping timeout: 250 seconds) |
2021-04-24 14:27:24 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 14:28:11 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
2021-04-24 14:28:55 +0200 | <Uniaika> | are Haskell module names values? |
2021-04-24 14:29:06 +0200 | <Uniaika> | like, can I pass a module name as an argument? |
2021-04-24 14:30:08 +0200 | mmfood_2 | (~mmfood@45.91.21.41) |
2021-04-24 14:30:49 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 14:30:55 +0200 | <unyu> | Inside a normal Haskell program? No. |
2021-04-24 14:30:57 +0200 | <geekosaur> | nope |
2021-04-24 14:31:02 +0200 | <unyu> | Inside a Haskell compiler? Yes. |
2021-04-24 14:31:02 +0200 | <Uniaika> | ok cool :) |
2021-04-24 14:31:23 +0200 | <Uniaika> | yeah I was talking about a program, I have no doubt that module names are turned into values in the compiler ;) |
2021-04-24 14:31:29 +0200 | <Uniaika> | thanks unyu and geekosaur ! |
2021-04-24 14:32:05 +0200 | <mniip> | there's some hashes that are generated that are used in typeable machinery |
2021-04-24 14:32:23 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
2021-04-24 14:32:49 +0200 | mmfood_1 | (~mmfood@45.91.21.41) (Ping timeout: 252 seconds) |
2021-04-24 14:34:10 +0200 | nut | (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) |
2021-04-24 14:35:32 +0200 | <Uniaika> | I want to infer the position of a template from the module of the view |
2021-04-24 14:36:07 +0200 | <Uniaika> | like, look up the template in src/Web/Templates/Foo/index.html.jinja2 is the view calls "render index.html" |
2021-04-24 14:36:34 +0200 | <Uniaika> | and that the view is located in src/Web/View/Foo.hs |
2021-04-24 14:39:09 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 268 seconds) |
2021-04-24 14:48:58 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) |
2021-04-24 14:51:59 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer) |
2021-04-24 14:52:19 +0200 | Nik05 | (~Nik05@unaffiliated/nik05) (Quit: ZNC - https://znc.in) |
2021-04-24 14:53:19 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 245 seconds) |
2021-04-24 14:56:08 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 14:56:28 +0200 | Nik05 | (~Nik05@unaffiliated/nik05) |
2021-04-24 14:59:51 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 15:00:42 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 15:00:45 +0200 | urodna | (~urodna@unaffiliated/urodna) |
2021-04-24 15:01:42 +0200 | conal_ | (~conal@64.71.133.70) |
2021-04-24 15:02:26 +0200 | conal | (~conal@64.71.133.70) (Ping timeout: 260 seconds) |
2021-04-24 15:04:32 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
2021-04-24 15:06:27 +0200 | mmfood_2 | mmfood |
2021-04-24 15:06:27 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 15:07:02 +0200 | is_null_ | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 15:07:09 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) |
2021-04-24 15:09:59 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 268 seconds) |
2021-04-24 15:10:13 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Ping timeout: 252 seconds) |
2021-04-24 15:10:43 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 15:11:05 +0200 | hiroaki | (~hiroaki@2a02:8108:8c40:2bb8:6312:c8ad:fc31:201b) |
2021-04-24 15:11:30 +0200 | dinciorip | (~dincio@5.170.69.95) |
2021-04-24 15:19:45 +0200 | Aquazi | (uid312403@gateway/web/irccloud.com/x-oimvpawnrgwfachw) (Quit: Connection closed for inactivity) |
2021-04-24 15:21:26 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:1db2:7ce6:d59d:96e7) |
2021-04-24 15:22:02 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:1db2:7ce6:d59d:96e7) (Remote host closed the connection) |
2021-04-24 15:24:31 +0200 | mmfood_1 | (~mmfood@45.91.21.41) |
2021-04-24 15:26:50 +0200 | hypercube | (hypercube@gateway/vpn/protonvpn/hypercube) (Quit: WeeChat 3.1) |
2021-04-24 15:26:56 +0200 | mmfood | (~mmfood@45.91.21.41) (Ping timeout: 260 seconds) |
2021-04-24 15:29:12 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 240 seconds) |
2021-04-24 15:30:17 +0200 | hypercube | (hypercube@gateway/vpn/protonvpn/hypercube) |
2021-04-24 15:30:34 +0200 | hypercube | (hypercube@gateway/vpn/protonvpn/hypercube) (Client Quit) |
2021-04-24 15:33:50 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 15:33:56 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 246 seconds) |
2021-04-24 15:33:58 +0200 | nicholasbulka | (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c) |
2021-04-24 15:33:59 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) |
2021-04-24 15:35:41 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer) |
2021-04-24 15:36:52 +0200 | is_null_ | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds) |
2021-04-24 15:37:24 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 15:37:41 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 15:38:34 +0200 | mmfood_2 | (~mmfood@45.91.21.41) |
2021-04-24 15:38:47 +0200 | ADG1089 | (~aditya@171.76.29.233) |
2021-04-24 15:38:50 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 15:40:45 +0200 | mmfood_1 | (~mmfood@45.91.21.41) (Ping timeout: 260 seconds) |
2021-04-24 15:40:47 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Quit: WeeChat 3.1) |
2021-04-24 15:42:17 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) |
2021-04-24 15:43:58 +0200 | ADG1089 | (~aditya@171.76.29.233) (Remote host closed the connection) |
2021-04-24 15:44:11 +0200 | drbean_ | (~drbean@TC210-63-209-37.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in) |
2021-04-24 15:44:32 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds) |
2021-04-24 15:45:47 +0200 | nek0 | (~nek0@mail.nek0.eu) (Remote host closed the connection) |
2021-04-24 15:46:56 +0200 | frozenErebus | (~frozenEre@37.231.244.249) |
2021-04-24 15:47:24 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 15:47:48 +0200 | thc202 | (~thc202@unaffiliated/thc202) |
2021-04-24 15:48:41 +0200 | stef204 | (~stef204@unaffiliated/stef-204/x-384198) |
2021-04-24 15:49:59 +0200 | mmfood_1 | (~mmfood@45.91.21.41) |
2021-04-24 15:50:41 +0200 | nek0 | (~nek0@mail.nek0.eu) |
2021-04-24 15:52:36 +0200 | mmfood | (~mmfood@45.91.21.41) |
2021-04-24 15:52:38 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 15:52:56 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 15:53:09 +0200 | mmfood_2 | (~mmfood@45.91.21.41) (Ping timeout: 268 seconds) |
2021-04-24 15:53:24 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 15:53:41 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 15:53:48 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 15:54:06 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 15:54:25 +0200 | Tario | (~Tario@201.192.165.173) |
2021-04-24 15:54:45 +0200 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (Ping timeout: 252 seconds) |
2021-04-24 15:55:13 +0200 | mmfood_1 | (~mmfood@45.91.21.41) (Ping timeout: 260 seconds) |
2021-04-24 15:55:30 +0200 | mmfood_1 | (~mmfood@45.91.21.41) |
2021-04-24 15:55:43 +0200 | Flonk | (~Flonk@ec2-34-221-127-147.us-west-2.compute.amazonaws.com) |
2021-04-24 15:56:06 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 15:56:24 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) |
2021-04-24 15:56:28 +0200 | idhugo | (~idhugo@80-62-116-231-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
2021-04-24 15:57:25 +0200 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) |
2021-04-24 15:57:26 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 15:57:30 +0200 | mmfood_2 | (~mmfood@45.91.21.41) |
2021-04-24 15:58:04 +0200 | mmfood | (~mmfood@45.91.21.41) (Ping timeout: 252 seconds) |
2021-04-24 15:58:46 +0200 | jao | (~jao@pdpc/supporter/professional/jao) |
2021-04-24 15:59:40 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
2021-04-24 16:00:08 +0200 | nek0 | (~nek0@mail.nek0.eu) (Remote host closed the connection) |
2021-04-24 16:00:16 +0200 | mmfood_1 | (~mmfood@45.91.21.41) (Ping timeout: 252 seconds) |
2021-04-24 16:00:39 +0200 | mmfood | (~mmfood@185.176.246.69) |
2021-04-24 16:01:17 +0200 | emetrusky | (561e1a8f@cpc152439-cosh18-2-0-cust142.6-1.cable.virginm.net) |
2021-04-24 16:01:39 +0200 | dpl_ | (~dpl@77-121-78-163.chn.volia.net) |
2021-04-24 16:02:13 +0200 | mmfood_2 | (~mmfood@45.91.21.41) (Ping timeout: 260 seconds) |
2021-04-24 16:03:21 +0200 | nek0 | (~nek0@mail.nek0.eu) |
2021-04-24 16:04:06 +0200 | zariuq | (~zar@fw1.ciirc.cvut.cz) (Ping timeout: 240 seconds) |
2021-04-24 16:04:52 +0200 | dpl | (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 268 seconds) |
2021-04-24 16:05:28 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-caupldtffelvoeqp) |
2021-04-24 16:05:46 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 252 seconds) |
2021-04-24 16:08:52 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds) |
2021-04-24 16:09:41 +0200 | machinedgod | (~machinedg@24.105.81.50) (Ping timeout: 240 seconds) |
2021-04-24 16:10:24 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Quit: WeeChat 3.1) |
2021-04-24 16:10:43 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 16:10:50 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) |
2021-04-24 16:12:54 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 16:13:23 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 16:13:41 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 16:14:49 +0200 | tms__ | (thomaav@cassarossa.samfundet.no) (Ping timeout: 260 seconds) |
2021-04-24 16:14:56 +0200 | teddyc | (theodorc@cassarossa.samfundet.no) (Ping timeout: 258 seconds) |
2021-04-24 16:16:19 +0200 | tms_ | (thomaav@cassarossa.samfundet.no) |
2021-04-24 16:16:50 +0200 | teddyc | (theodorc@cassarossa.samfundet.no) |
2021-04-24 16:17:41 +0200 | nut | (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 260 seconds) |
2021-04-24 16:25:15 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 16:28:43 +0200 | son0p | (~ff@181.136.122.143) |
2021-04-24 16:29:58 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds) |
2021-04-24 16:34:17 +0200 | kristijonas | (~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection) |
2021-04-24 16:35:51 +0200 | kristijonas | (~kristijon@78-56-32-39.static.zebra.lt) |
2021-04-24 16:36:00 +0200 | P1RATEZ | (piratez@unaffiliated/p1ratez) |
2021-04-24 16:37:28 +0200 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) |
2021-04-24 16:38:01 +0200 | Deide | (~Deide@217.155.19.23) |
2021-04-24 16:39:19 +0200 | renzhi | (~renzhi@2607:fa49:6500:bc00::e7b) |
2021-04-24 16:45:28 +0200 | carlomagno | (~cararell@148.87.23.7) |
2021-04-24 16:46:31 +0200 | ph88 | (~ph88@2a02:8109:9e00:7e5c:d5ef:86b3:afc4:9258) (Ping timeout: 260 seconds) |
2021-04-24 16:48:39 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 16:49:01 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds) |
2021-04-24 16:54:06 +0200 | <zzz> | does anyone suggest a good plotting library? |
2021-04-24 16:54:11 +0200 | justsomeguy | (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 240 seconds) |
2021-04-24 16:55:29 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds) |
2021-04-24 16:55:52 +0200 | HarveyPwca | (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) |
2021-04-24 16:56:26 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) |
2021-04-24 16:59:14 +0200 | aiken | (~aiken@188.114.143.150.dyn.plus.net) |
2021-04-24 17:01:31 +0200 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
2021-04-24 17:03:26 +0200 | russruss40 | (~russruss@my.russellmcc.com) (Quit: The Lounge - https://thelounge.chat) |
2021-04-24 17:03:31 +0200 | Pickchea | (~private@unaffiliated/pickchea) (Ping timeout: 252 seconds) |
2021-04-24 17:04:40 +0200 | russruss40 | (~russruss@my.russellmcc.com) |
2021-04-24 17:09:22 +0200 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) |
2021-04-24 17:12:15 +0200 | kritzefitz | (~kritzefit@212.86.56.80) |
2021-04-24 17:14:11 +0200 | dinciorip | (~dincio@5.170.69.95) (Quit: WeeChat 3.1) |
2021-04-24 17:16:05 +0200 | robotmay | (~beepboop@2001:8b0:7af0:2580:e563:8f42:67c7:6d13) (Ping timeout: 250 seconds) |
2021-04-24 17:16:45 +0200 | robotmay | (~beepboop@2001:8b0:7af0:2580:94a2:bb95:e8d4:22af) |
2021-04-24 17:19:09 +0200 | <wz1000> | zzz: I'm quite happy with Chart |
2021-04-24 17:20:35 +0200 | nicholasbulka | (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c) (Remote host closed the connection) |
2021-04-24 17:21:22 +0200 | <wz1000> | Uniaika: You can get the Module of a particular type constructor (TyCon) using typeable |
2021-04-24 17:21:28 +0200 | tanner_ | (~tanner@216.106.138.184) |
2021-04-24 17:21:55 +0200 | <Uniaika> | wz1000: I came up with a TTH solution ;) |
2021-04-24 17:22:09 +0200 | gnumonic | (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) |
2021-04-24 17:22:16 +0200 | bor0 | (~boro@unaffiliated/boro/x-000000001) |
2021-04-24 17:22:26 +0200 | frozenErebus | (~frozenEre@37.231.244.249) (Ping timeout: 246 seconds) |
2021-04-24 17:22:32 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 17:22:37 +0200 | kiweun | (~kiweun@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com) |
2021-04-24 17:22:55 +0200 | <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 |
2021-04-24 17:22:56 +0200 | <bor0> | nd one just "reads" them |
2021-04-24 17:23:46 +0200 | <bor0> | besides naming, I'm curious to see if there's a more elegant way to write these functions |
2021-04-24 17:25:11 +0200 | dixie | (~dixie@real.wilbury.sk) (Ping timeout: 240 seconds) |
2021-04-24 17:25:27 +0200 | <ski> | it's not at all clear what the intent of `applyX' nor `getX' is |
2021-04-24 17:25:54 +0200 | dixie | (~dixie@real.wilbury.sk) |
2021-04-24 17:26:05 +0200 | <ski> | also, as you've stated them, they're only partially defined (not defined for all inputs). perhaps you'd prefer making them total ? |
2021-04-24 17:26:43 +0200 | <ski> | also, one would wonder, whether when you say `[GoLeft:xs]', perhaps you actually meant `(GoLeft:xs)' |
2021-04-24 17:26:44 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 17:26:52 +0200 | <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 |
2021-04-24 17:27:06 +0200 | kiweun | (~kiweun@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds) |
2021-04-24 17:27:25 +0200 | <bor0> | I can paste the full def, if that would help |
2021-04-24 17:27:28 +0200 | <ski> | mm. it's also not clear where `f' comes from |
2021-04-24 17:28:09 +0200 | <ski> | perhaps you could state some kind of specification, or intent, about what these two functions are meant for |
2021-04-24 17:29:08 +0200 | <bor0> | Here's it: https://paste.tomsmeding.com/047Vypqa |
2021-04-24 17:29:13 +0200 | <ski> | (mm, i had a vague memory of `GoLeft' and was wondering whether this was related) |
2021-04-24 17:29:52 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
2021-04-24 17:30:32 +0200 | <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 |
2021-04-24 17:31:12 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
2021-04-24 17:31:31 +0200 | <bor0> | One is just getting the term from a specific Path, the other one is modifying a term on a specific Path |
2021-04-24 17:31:34 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 252 seconds) |
2021-04-24 17:32:20 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 17:33:06 +0200 | vicfred | (~vicfred@unaffiliated/vicfred) |
2021-04-24 17:36:34 +0200 | <ski> | hm |
2021-04-24 17:37:17 +0200 | <ski> | i'd wonder if you might want to catch failure to apply a rule (e.g. because the indicated position doesn't exist) |
2021-04-24 17:37:27 +0200 | <ski> | s/want to/want to be able to/ |
2021-04-24 17:38:15 +0200 | <bor0> | Hm, yeah, maybe I could use `Either` for that |
2021-04-24 17:38:36 +0200 | <emetrusky> | how would i output a table from a list of items that have different data types |
2021-04-24 17:38:36 +0200 | <emetrusky> | my data type is this |
2021-04-24 17:38:37 +0200 | <emetrusky> | type NorthEast = (Int,Int) |
2021-04-24 17:38:37 +0200 | <emetrusky> | data City = City{name ::String, |
2021-04-24 17:38:38 +0200 | <emetrusky> | northeast :: NorthEast, |
2021-04-24 17:38:38 +0200 | <emetrusky> | population :: [Int]} |
2021-04-24 17:38:39 +0200 | <emetrusky> | deriving (Show,Read, Eq) |
2021-04-24 17:38:41 +0200 | <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 |
2021-04-24 17:38:43 +0200 | <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) |
2021-04-24 17:38:53 +0200 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 246 seconds) |
2021-04-24 17:39:14 +0200 | <bor0> | Ah, ok. That goes beyond my current knowledge, but I've heard about lenses. Might worth digging into it |
2021-04-24 17:40:10 +0200 | <ski> | emetrusky : what's your list of items ? |
2021-04-24 17:40:17 +0200 | Flonk | (~Flonk@ec2-34-221-127-147.us-west-2.compute.amazonaws.com) (Quit: ZNC - http://znc.in) |
2021-04-24 17:41:39 +0200 | <emetrusky> | testData :: [City] |
2021-04-24 17:41:40 +0200 | <emetrusky> | testData = [City "Amsterdam" (52,5) [1158, 1149, 1140, 1132], |
2021-04-24 17:41:40 +0200 | <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 ? |
2021-04-24 17:41:40 +0200 | <emetrusky> | City "Athens" (38,23) [3153, 3153, 3154, 3156], |
2021-04-24 17:41:41 +0200 | <emetrusky> | City "Berlin" (53,13) [3567, 3562, 3557, 3552], |
2021-04-24 17:41:41 +0200 | <emetrusky> | City "Brussels" (51,4) [2096, 2081, 2065, 2050], |
2021-04-24 17:41:42 +0200 | <emetrusky> | City "Bucharest" (44,26) [1794, 1803, 1812, 1821], |
2021-04-24 17:41:42 +0200 | <emetrusky> | City "London" (52,0) [9426, 9304, 9177, 9046], |
2021-04-24 17:41:43 +0200 | <emetrusky> | City "Madrid" (40,4) [6669, 6618, 6559, 6497], |
2021-04-24 17:41:43 +0200 | <emetrusky> | City "Paris" (49,2) [11079, 11017, 10958, 10901], |
2021-04-24 17:41:44 +0200 | <emetrusky> | City "Rome" (42,13) [4278, 4257, 4234, 4210], |
2021-04-24 17:41:44 +0200 | <emetrusky> | City "Sofia" (43,23) [1284, 1281, 1277, 1272], |
2021-04-24 17:41:45 +0200 | <emetrusky> | City "Vienna" (48,16) [1945, 1930, 1915, 1901], |
2021-04-24 17:41:45 +0200 | <emetrusky> | City "Warsaw" (52,21) [1790, 1783, 1776, 1768]] |
2021-04-24 17:42:02 +0200 | <ski> | also, please don't paste large amounts of lines into the channel |
2021-04-24 17:42:06 +0200 | <ski> | @where paste |
2021-04-24 17:42:07 +0200 | <lambdabot> | Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com |
2021-04-24 17:42:56 +0200 | <ski> | emetrusky : output one line at a time ? |
2021-04-24 17:42:58 +0200 | <emetrusky> | ski: the northeast is coordinated |
2021-04-24 17:43:42 +0200 | <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 |
2021-04-24 17:44:10 +0200 | <emetrusky> | here is my code so far |
2021-04-24 17:44:11 +0200 | <emetrusky> | https://paste.tomsmeding.com/qd5qw6hA |
2021-04-24 17:44:22 +0200 | <ski> | (i was figuring they were coordinates of some sort, yes) |
2021-04-24 17:44:31 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer) |
2021-04-24 17:44:40 +0200 | <emetrusky> | yes they are coordinates as an int |
2021-04-24 17:45:04 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) |
2021-04-24 17:45:10 +0200 | <ski> | so, perhaps you could rename `NorthEast' to `Coord' or `Pos', then ? |
2021-04-24 17:45:22 +0200 | <emetrusky> | yep i will do that |
2021-04-24 17:45:54 +0200 | <ski> | @type find :: (a -> Bool) -> [a] -> Maybe a |
2021-04-24 17:45:56 +0200 | <lambdabot> | (a -> Bool) -> [a] -> Maybe a |
2021-04-24 17:45:56 +0200 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) |
2021-04-24 17:46:01 +0200 | Tario | (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
2021-04-24 17:46:03 +0200 | frozenErebus | (~frozenEre@37.231.244.249) |
2021-04-24 17:46:14 +0200 | frozenErebus | (~frozenEre@37.231.244.249) (Client Quit) |
2021-04-24 17:47:49 +0200 | <emetrusky> | changed northeast to position |
2021-04-24 17:47:50 +0200 | <emetrusky> | https://paste.tomsmeding.com/wwDHK2QR |
2021-04-24 17:48:11 +0200 | frozenErebus | (~frozenEre@37.231.244.249) |
2021-04-24 17:48:33 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Read error: Connection reset by peer) |
2021-04-24 17:49:02 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
2021-04-24 17:49:10 +0200 | <ski> | `listToSting' (did you mean `listToString') needs a base case |
2021-04-24 17:49:44 +0200 | <emetrusky> | listToString to make the population a string to make it easier to display |
2021-04-24 17:49:50 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 17:50:06 +0200 | gentauro | (~gentauro@unaffiliated/gentauro) (Ping timeout: 265 seconds) |
2021-04-24 17:50:06 +0200 | <ski> | i see |
2021-04-24 17:50:17 +0200 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (Quit: The Lounge - https://thelounge.chat) |
2021-04-24 17:50:38 +0200 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) |
2021-04-24 17:50:58 +0200 | <ski> | will all the population lists have the same length, within a single list of test data ? |
2021-04-24 17:51:04 +0200 | Tario | (~Tario@201.192.165.173) |
2021-04-24 17:51:26 +0200 | <emetrusky> | yes all populations will have the same length of test data |
2021-04-24 17:51:28 +0200 | <ski> | will all population lists always have length four ? |
2021-04-24 17:51:42 +0200 | <emetrusky> | no |
2021-04-24 17:52:06 +0200 | <emetrusky> | eventually i will make a function that will allow me to add elements to the list |
2021-04-24 17:52:08 +0200 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) (Remote host closed the connection) |
2021-04-24 17:52:23 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 17:52:35 +0200 | <ski> | findCity name cities = head (filter (\(City n _ _ ) -> n == name) cities) |
2021-04-24 17:52:55 +0200 | <ski> | findCity name0 cities = head (filter (\city -> name city == name0) cities) |
2021-04-24 17:54:15 +0200 | <emetrusky> | i dont quite understand why you have removed the () -> n? |
2021-04-24 17:54:31 +0200 | <emetrusky> | if you could explain that would be helpful? |
2021-04-24 17:55:00 +0200 | <ski> | record notation, `data City = City {name :: String,...}' already gives you `name' as a field selector to extract the name |
2021-04-24 17:55:20 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 246 seconds) |
2021-04-24 17:55:44 +0200 | <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 |
2021-04-24 17:56:20 +0200 | <emetrusky> | oh ok thanks |
2021-04-24 17:56:41 +0200 | <ski> | you could also use `find' instead of `filter' |
2021-04-24 17:56:44 +0200 | gentauro | (~gentauro@unaffiliated/gentauro) |
2021-04-24 17:57:00 +0200 | <emetrusky> | oh yeah i could shit |
2021-04-24 17:57:04 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer) |
2021-04-24 17:57:13 +0200 | is_null_ | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 17:57:42 +0200 | <ski> | findCity name0 cities = head (filter ((name0 ==) . name) cities) -- a rephrasing of that predicate, using function composition |
2021-04-24 17:58:06 +0200 | <ski> | (you might or might not find that clearer) |
2021-04-24 17:58:08 +0200 | <emetrusky> | ok that seems more confusing |
2021-04-24 17:58:58 +0200 | <ski> | what do you want to happen, if the sought city is not there to be found ? |
2021-04-24 17:59:18 +0200 | nan` | (~nan`@unaffiliated/nan/x-5405850) (Quit: leaving) |
2021-04-24 18:00:05 +0200 | juliendehos[m] | (juliendeho@gateway/shell/matrix.org/x-vouozuyzgovkqdyo) (Quit: Idle for 30+ days) |
2021-04-24 18:00:07 +0200 | <emetrusky> | umm idk tbh. That wasn't on my mind |
2021-04-24 18:00:15 +0200 | <emetrusky> | when creating the code |
2021-04-24 18:00:37 +0200 | <ski> | is it something that shouldn't happen, with proper data and code ? |
2021-04-24 18:00:49 +0200 | <ski> | or can it reasonably happen, in some cases ? |
2021-04-24 18:01:19 +0200 | Rudd0 | (~Rudd0@185.189.115.108) |
2021-04-24 18:01:52 +0200 | is_null_ | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 240 seconds) |
2021-04-24 18:01:58 +0200 | <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 |
2021-04-24 18:02:02 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 18:02:09 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 18:02:42 +0200 | <ski> | well. you could be handling failures, rather simplistically, by using `Maybe'. it's not very hard |
2021-04-24 18:02:55 +0200 | <ski> | i.e., if you wanted to catch them |
2021-04-24 18:03:12 +0200 | <emetrusky> | nahh i think it will be find for know |
2021-04-24 18:03:15 +0200 | <emetrusky> | tbh |
2021-04-24 18:03:22 +0200 | ski | nods |
2021-04-24 18:03:39 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 18:03:54 +0200 | e | (e@freenode/staff/spy.edk) (Quit: edk) |
2021-04-24 18:04:03 +0200 | nicholasbulka | (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c) |
2021-04-24 18:05:59 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer) |
2021-04-24 18:07:15 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 18:07:45 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 260 seconds) |
2021-04-24 18:08:46 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 18:09:06 +0200 | dpl_ | (~dpl@77-121-78-163.chn.volia.net) (Ping timeout: 240 seconds) |
2021-04-24 18:10:24 +0200 | nicholasbulka | (~nicholasb@2601:900:4301:da0:58e6:3a0a:96a:ca2c) (Ping timeout: 245 seconds) |
2021-04-24 18:11:33 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-tlapkgppewplnptl) (Ping timeout: 250 seconds) |
2021-04-24 18:11:39 +0200 | Guillaum | (guiboumatr@gateway/shell/matrix.org/x-mugmiqkelizccvxg) (Ping timeout: 245 seconds) |
2021-04-24 18:12:25 +0200 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-hhwvpqfmykooxqsa) (Ping timeout: 250 seconds) |
2021-04-24 18:12:25 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-letamvhzjtbwxmeu) (Ping timeout: 250 seconds) |
2021-04-24 18:12:52 +0200 | elliott_ | (~elliott@pool-108-18-30-46.washdc.fios.verizon.net) |
2021-04-24 18:13:34 +0200 | Guillaum | (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb) |
2021-04-24 18:13:54 +0200 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq) |
2021-04-24 18:14:33 +0200 | twk- | (~thewormki@unaffiliated/twk-) (Quit: WeeChat 2.5) |
2021-04-24 18:16:01 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim) |
2021-04-24 18:16:35 +0200 | twk- | (~thewormki@unaffiliated/twk-) |
2021-04-24 18:16:40 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds) |
2021-04-24 18:17:02 +0200 | geekosaur | (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds) |
2021-04-24 18:20:16 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-wixcztqkasbhacii) |
2021-04-24 18:20:32 +0200 | kritzefitz | (~kritzefit@212.86.56.80) (Ping timeout: 268 seconds) |
2021-04-24 18:21:31 +0200 | juuandyy | (~juuandyy@90.106.228.121) |
2021-04-24 18:22:58 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 18:25:11 +0200 | alx741 | (~alx741@181.196.69.117) |
2021-04-24 18:27:12 +0200 | kritzefitz | (~kritzefit@212.86.56.80) |
2021-04-24 18:27:32 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds) |
2021-04-24 18:28:27 +0200 | ericsagn1 | (~ericsagne@2405:6580:0:5100:bd68:2e0:1f11:8b3a) (Ping timeout: 250 seconds) |
2021-04-24 18:30:58 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 18:33:36 +0200 | minoru_shiraeesh | (~shiraeesh@46.34.206.138) |
2021-04-24 18:34:01 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
2021-04-24 18:34:43 +0200 | __minoru__shirae | (~shiraeesh@46.34.206.138) (Remote host closed the connection) |
2021-04-24 18:37:57 +0200 | mikoto-chan | (~anass@gateway/tor-sasl/mikoto-chan) (Ping timeout: 240 seconds) |
2021-04-24 18:38:21 +0200 | Guest13213 | (~textual@mskresolve-a.mskcc.org) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 18:38:23 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 246 seconds) |
2021-04-24 18:39:12 +0200 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
2021-04-24 18:39:42 +0200 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) |
2021-04-24 18:41:14 +0200 | ericsagn1 | (~ericsagne@2405:6580:0:5100:9e02:7bf3:beb9:eefe) |
2021-04-24 18:43:28 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) |
2021-04-24 18:44:48 +0200 | knupfer | (~Thunderbi@200116b82b743500b4b3cc7adcbc939f.dip.versatel-1u1.de) (Remote host closed the connection) |
2021-04-24 18:44:57 +0200 | knupfer | (~Thunderbi@200116b82b743500c4eb8f5452e52d74.dip.versatel-1u1.de) |
2021-04-24 18:45:16 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 252 seconds) |
2021-04-24 18:46:09 +0200 | Guest6509 | (~laudiacay@67.176.215.84) |
2021-04-24 18:46:55 +0200 | minoru_shiraeesh | (~shiraeesh@46.34.206.138) (Remote host closed the connection) |
2021-04-24 18:47:04 +0200 | minoru_shiraeesh | (~shiraeesh@46.34.206.138) |
2021-04-24 18:47:05 +0200 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
2021-04-24 18:51:11 +0200 | Guest6509 | (~laudiacay@67.176.215.84) (Ping timeout: 240 seconds) |
2021-04-24 18:51:18 +0200 | dxld | (~dxld@rush.pub.dxld.at) (Remote host closed the connection) |
2021-04-24 18:51:29 +0200 | roconnor | (~roconnor@host-45-58-225-218.dyn.295.ca) (Ping timeout: 265 seconds) |
2021-04-24 18:53:21 +0200 | roconnor | (~roconnor@host-45-58-195-183.dyn.295.ca) |
2021-04-24 18:54:42 +0200 | jemarch | (~jemarch@185.204.1.185) (Remote host closed the connection) |
2021-04-24 18:54:47 +0200 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) |
2021-04-24 18:56:02 +0200 | wonko7 | (~wonko7@62.115.229.50) |
2021-04-24 18:59:31 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
2021-04-24 19:00:02 +0200 | Alleria | (~textual@69.202.254.168) |
2021-04-24 19:00:26 +0200 | Alleria | Guest51272 |
2021-04-24 19:00:32 +0200 | DTZUZU | (~DTZUZO@205.ip-149-56-132.net) |
2021-04-24 19:02:53 +0200 | DTZUZU_ | (~DTZUZO@207.81.119.43) (Ping timeout: 246 seconds) |
2021-04-24 19:03:05 +0200 | Sgeo | (~Sgeo@ool-18b9875e.dyn.optonline.net) |
2021-04-24 19:06:29 +0200 | coot | (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
2021-04-24 19:07:59 +0200 | mav2 | (~mav@200116b800796100c8792d652148769e.dip.versatel-1u1.de) |
2021-04-24 19:08:45 +0200 | mikoto-chan | (~anass@gateway/tor-sasl/mikoto-chan) |
2021-04-24 19:10:38 +0200 | elliott_ | (~elliott@pool-108-18-30-46.washdc.fios.verizon.net) (Quit: WeeChat 3.1) |
2021-04-24 19:10:48 +0200 | dfreedm | (~dfreedm@185.163.110.100) |
2021-04-24 19:14:08 +0200 | Ariakenom | (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44) |
2021-04-24 19:18:00 +0200 | Guest6509 | (~laudiacay@67.176.215.84) |
2021-04-24 19:23:20 +0200 | HarveyPwca | (~HarveyPwc@c-98-220-98-201.hsd1.il.comcast.net) (Quit: Leaving) |
2021-04-24 19:23:50 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:bc8e:6b02:6bdc:e788) |
2021-04-24 19:23:59 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz) |
2021-04-24 19:27:54 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:bc8e:6b02:6bdc:e788) (Ping timeout: 245 seconds) |
2021-04-24 19:30:07 +0200 | federd8 | (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) |
2021-04-24 19:30:28 +0200 | <federd8> | hello |
2021-04-24 19:31:29 +0200 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Remote host closed the connection) |
2021-04-24 19:32:28 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) |
2021-04-24 19:34:19 +0200 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 250 seconds) |
2021-04-24 19:34:29 +0200 | <ski> | hello |
2021-04-24 19:35:00 +0200 | <federd8> | i got here from learnyouahaskell tutorial.. I'm starting to learn now |
2021-04-24 19:35:10 +0200 | <ski> | welcome |
2021-04-24 19:35:13 +0200 | vulcan01 | (~Perpetual@c-73-254-191-149.hsd1.wa.comcast.net) (Quit: leaving) |
2021-04-24 19:35:16 +0200 | <federd8> | ty |
2021-04-24 19:35:27 +0200 | <ski> | feel free to ask, if you have any questions |
2021-04-24 19:35:41 +0200 | <federd8> | I think I will at some point thanks :-) |
2021-04-24 19:37:41 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Read error: Connection reset by peer) |
2021-04-24 19:38:06 +0200 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds) |
2021-04-24 19:39:08 +0200 | frozenErebus | (~frozenEre@37.231.244.249) (Ping timeout: 252 seconds) |
2021-04-24 19:39:26 +0200 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) |
2021-04-24 19:39:42 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) |
2021-04-24 19:40:08 +0200 | bor0 | (~boro@unaffiliated/boro/x-000000001) (Quit: Leaving) |
2021-04-24 19:41:38 +0200 | ADG1089 | (~aditya@171.76.29.233) |
2021-04-24 19:43:57 +0200 | ania123 | (5e89ad7c@94.137.173.124) |
2021-04-24 19:53:12 +0200 | Pickchea | (~private@unaffiliated/pickchea) |
2021-04-24 19:53:17 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 19:54:10 +0200 | kritzefitz | (~kritzefit@212.86.56.80) (Remote host closed the connection) |
2021-04-24 19:55:10 +0200 | nicholasbulka | (~nicholasb@c-73-21-82-200.hsd1.ga.comcast.net) |
2021-04-24 19:55:19 +0200 | <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/ |
2021-04-24 19:56:00 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 19:57:05 +0200 | <falsifian> | lechner: I am not familiar with ZeroMQ, but isn't System.ZMQ4.Monadic a module provided by zeromq4-haskell? |
2021-04-24 19:58:32 +0200 | <lechner> | you are right! i have been having trouble reading because so many docs are broken on hackage |
2021-04-24 19:59:08 +0200 | <lechner> | it's the same thing, isn't it? |
2021-04-24 20:00:33 +0200 | <lechner> | am inside the monad because that module provides an event loop? |
2021-04-24 20:00:48 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Read error: Connection reset by peer) |
2021-04-24 20:01:06 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 20:03:45 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
2021-04-24 20:04:02 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 20:04:31 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 20:06:07 +0200 | xcmw | (~textual@dyn-72-33-2-152.uwnet.wisc.edu) |
2021-04-24 20:07:23 +0200 | begriffs | (~begriffs@unaffiliated/begriffs) |
2021-04-24 20:07:54 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-wixcztqkasbhacii) (Ping timeout: 245 seconds) |
2021-04-24 20:08:13 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 20:09:41 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
2021-04-24 20:10:05 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds) |
2021-04-24 20:10:57 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 20:16:30 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad) |
2021-04-24 20:16:44 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 246 seconds) |
2021-04-24 20:16:46 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Quit: WeeChat 3.1) |
2021-04-24 20:17:08 +0200 | ania123 | (5e89ad7c@94.137.173.124) (Quit: Connection closed) |
2021-04-24 20:19:11 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Ping timeout: 246 seconds) |
2021-04-24 20:22:14 +0200 | vicfred | (~vicfred@unaffiliated/vicfred) (Quit: Leaving) |
2021-04-24 20:23:29 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 20:25:29 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 20:30:04 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 20:30:19 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 20:32:02 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Read error: Connection reset by peer) |
2021-04-24 20:33:19 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) (Ping timeout: 260 seconds) |
2021-04-24 20:33:37 +0200 | xff0x | (xff0x@gateway/vpn/mullvad/xff0x) |
2021-04-24 20:33:57 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) |
2021-04-24 20:34:17 +0200 | Kaeipi | (~Kaiepi@47.54.252.148) |
2021-04-24 20:34:19 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 20:34:36 +0200 | __monty__ | (~toonn@unaffiliated/toonn) |
2021-04-24 20:35:15 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 20:35:15 +0200 | knupfer | (~Thunderbi@200116b82b743500c4eb8f5452e52d74.dip.versatel-1u1.de) (Quit: knupfer) |
2021-04-24 20:35:43 +0200 | knupfer | (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de) |
2021-04-24 20:38:41 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 20:43:34 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 20:45:10 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
2021-04-24 20:48:46 +0200 | <minoru_shiraeesh> | I feel that there is something fun that can be done with queues but I don't know what |
2021-04-24 20:48:56 +0200 | <minoru_shiraeesh> | where do people get the ideas from? |
2021-04-24 20:49:36 +0200 | <minoru_shiraeesh> | 3 queues I heard of: ZeroMQ, RabbitMQ, Kafka |
2021-04-24 20:50:08 +0200 | mav1 | (~mav@200116b80079610035523288c3f29af4.dip.versatel-1u1.de) (Quit: WeeChat 2.3) |
2021-04-24 20:50:08 +0200 | <minoru_shiraeesh> | which one provides better haskell intefration? |
2021-04-24 20:51:00 +0200 | <minoru_shiraeesh> | *integration |
2021-04-24 20:51:15 +0200 | <shapr> | I kinda want intefration to be a word intefraction? |
2021-04-24 20:52:31 +0200 | ADG1089 | (~aditya@171.76.29.233) (Remote host closed the connection) |
2021-04-24 20:53:46 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) |
2021-04-24 20:53:47 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 20:54:45 +0200 | jb55 | (~jb55@gateway/tor-sasl/jb55) |
2021-04-24 20:55:56 +0200 | jb55 | (~jb55@gateway/tor-sasl/jb55) (Remote host closed the connection) |
2021-04-24 20:56:15 +0200 | jb55 | (~jb55@gateway/tor-sasl/jb55) |
2021-04-24 20:56:17 +0200 | jeet | (~jeet@183.83.214.10) |
2021-04-24 20:56:48 +0200 | Kaeipi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 20:57:01 +0200 | Kaeipi | (~Kaiepi@47.54.252.148) |
2021-04-24 20:57:09 +0200 | mav2 | (~mav@200116b800796100c8792d652148769e.dip.versatel-1u1.de) (Quit: WeeChat 3.1) |
2021-04-24 20:57:27 +0200 | <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 |
2021-04-24 20:57:57 +0200 | <zzz> | can anyone guide through this? |
2021-04-24 20:59:06 +0200 | <zzz> | if i understand correctly the diagrams package is markes as broken under ghcWithPackages (?) what is the best way to solve it? |
2021-04-24 20:59:41 +0200 | siers | (~ij@raitis.veinbahs.lv) |
2021-04-24 21:00:04 +0200 | <__monty__> | zzz: Overriding the version you're getting. Nixpkgs haskell infra isn't the greatest UX tbh. |
2021-04-24 21:00:20 +0200 | siers | (~ij@raitis.veinbahs.lv) (Changing host) |
2021-04-24 21:00:20 +0200 | siers | (~ij@NixOS/user/siers) |
2021-04-24 21:00:54 +0200 | coot | (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) |
2021-04-24 21:01:20 +0200 | <__monty__> | minoru_shiraeesh: Afaiui, they're a great tool to make loosely coupled services. |
2021-04-24 21:02:31 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
2021-04-24 21:02:44 +0200 | sayola1 | (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) |
2021-04-24 21:02:55 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 21:03:11 +0200 | sayola | (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) (Ping timeout: 240 seconds) |
2021-04-24 21:04:09 +0200 | <zzz> | __monty__: are there better alternatives? |
2021-04-24 21:06:10 +0200 | kiix | (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv) |
2021-04-24 21:07:52 +0200 | kritzefitz | (~kritzefit@212.86.56.80) |
2021-04-24 21:08:20 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 21:08:52 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
2021-04-24 21:09:00 +0200 | <__monty__> | zzz: haskell.nix is a better UX *but* it's more in flux and the knowledgeable people aren't always around. |
2021-04-24 21:09:43 +0200 | begriffs | (~begriffs@unaffiliated/begriffs) ("Leaving...") |
2021-04-24 21:11:18 +0200 | <zzz> | ok thanks |
2021-04-24 21:13:10 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 21:16:09 +0200 | jakalx | (~jakalx@base.jakalx.net) ("Error from remote client") |
2021-04-24 21:17:00 +0200 | juuandyy | (~juuandyy@90.106.228.121) (Remote host closed the connection) |
2021-04-24 21:17:45 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:7da7:60a9:aff:54f9) |
2021-04-24 21:19:09 +0200 | mikoto-chan | (~anass@gateway/tor-sasl/mikoto-chan) (Ping timeout: 240 seconds) |
2021-04-24 21:19:55 +0200 | <__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 |
2021-04-24 21:20:56 +0200 | sw1nn | (~sw1nn@host217-42-85-246.range217-42.btcentralplus.com) (Quit: WeeChat 2.9) |
2021-04-24 21:20:58 +0200 | heavyk | (x@2601:1c0:6800:7a50:242a:f090:f333:3919) (Quit: Quit) |
2021-04-24 21:21:11 +0200 | jakalx | (~jakalx@base.jakalx.net) |
2021-04-24 21:23:40 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 21:25:49 +0200 | sw1nn | (~sw1nn@2a00:23c7:622f:2c00:de5:2901:44ff:8c12) |
2021-04-24 21:26:23 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 21:27:36 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
2021-04-24 21:29:54 +0200 | __minoru__shirae | (~shiraeesh@77.94.25.113) |
2021-04-24 21:30:16 +0200 | minoru_shiraeesh | (~shiraeesh@46.34.206.138) (Ping timeout: 252 seconds) |
2021-04-24 21:30:39 +0200 | CrazyPython | (~crazypyth@98.122.164.118) |
2021-04-24 21:31:44 +0200 | dpl_ | (~dpl@77-121-78-163.chn.volia.net) |
2021-04-24 21:32:54 +0200 | sw1nn | (~sw1nn@2a00:23c7:622f:2c00:de5:2901:44ff:8c12) (Ping timeout: 245 seconds) |
2021-04-24 21:35:23 +0200 | v01d4lph4 | (~v01d4lph4@27.57.103.213) |
2021-04-24 21:37:31 +0200 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) (Read error: Connection reset by peer) |
2021-04-24 21:39:37 +0200 | v01d4lph4 | (~v01d4lph4@27.57.103.213) (Ping timeout: 252 seconds) |
2021-04-24 21:39:54 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 21:40:01 +0200 | howdoi | (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij) |
2021-04-24 21:41:35 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 21:41:39 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
2021-04-24 21:41:52 +0200 | pera | (pera@gateway/vpn/mullvad/pera) (Ping timeout: 240 seconds) |
2021-04-24 21:42:55 +0200 | ddellacosta | (~ddellacos@86.106.143.131) |
2021-04-24 21:42:56 +0200 | nut | (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) |
2021-04-24 21:43:58 +0200 | pera | (~pera@unaffiliated/pera) |
2021-04-24 21:45:37 +0200 | ddellaco_ | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
2021-04-24 21:46:14 +0200 | sw1nn | (~sw1nn@2a00:23c7:622f:2c00:5726:e59c:c228:d7ce) |
2021-04-24 21:48:21 +0200 | tmciver | (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (Ping timeout: 268 seconds) |
2021-04-24 21:49:31 +0200 | ddellacosta | (~ddellacos@86.106.143.131) (Ping timeout: 252 seconds) |
2021-04-24 21:52:26 +0200 | Guest72214 | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (Quit: Leaving) |
2021-04-24 21:54:04 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 21:55:43 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 21:57:39 +0200 | machinedgod | (~machinedg@24.105.81.50) |
2021-04-24 21:58:05 +0200 | Sarcarean | (4582bfd4@h69-130-191-212.bendor.broadband.dynamic.tds.net) |
2021-04-24 22:01:13 +0200 | Lord_of_Life_ | (~Lord@unaffiliated/lord-of-life/x-0885362) |
2021-04-24 22:01:24 +0200 | _ht | (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
2021-04-24 22:02:11 +0200 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 240 seconds) |
2021-04-24 22:04:18 +0200 | Lord_of_Life_ | Lord_of_Life |
2021-04-24 22:05:01 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
2021-04-24 22:06:09 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
2021-04-24 22:08:56 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 22:09:28 +0200 | nineonin_ | (~nineonine@50.216.62.2) |
2021-04-24 22:10:33 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 22:11:39 +0200 | nineonine | (~nineonine@2604:3d08:7785:9600:35c4:856c:8487:6e07) (Ping timeout: 245 seconds) |
2021-04-24 22:11:46 +0200 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
2021-04-24 22:14:03 +0200 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
2021-04-24 22:14:55 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 22:17:27 +0200 | Kaeipi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
2021-04-24 22:19:11 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
2021-04-24 22:19:13 +0200 | alexander | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) |
2021-04-24 22:19:42 +0200 | alexander | Guest38723 |
2021-04-24 22:19:48 +0200 | pera | (~pera@unaffiliated/pera) (Ping timeout: 265 seconds) |
2021-04-24 22:20:29 +0200 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
2021-04-24 22:20:50 +0200 | Narinas | (~Narinas@187.178.93.112) (Read error: Connection reset by peer) |
2021-04-24 22:20:58 +0200 | Narinas | (~Narinas@187-178-93-112.dynamic.axtel.net) |
2021-04-24 22:22:12 +0200 | Pickchea | (~private@unaffiliated/pickchea) (Quit: Leaving) |
2021-04-24 22:23:57 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 22:24:00 +0200 | jollygood2 | (~bc8134e3@217.29.117.252) |
2021-04-24 22:24:29 +0200 | coot | (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
2021-04-24 22:25:48 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 22:26:05 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Ping timeout: 265 seconds) |
2021-04-24 22:27:27 +0200 | tmciver | (~tmciver@cpe-172-101-40-226.maine.res.rr.com) |
2021-04-24 22:28:13 +0200 | Varis | (~Tadas@unaffiliated/varis) (Remote host closed the connection) |
2021-04-24 22:33:24 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) |
2021-04-24 22:33:34 +0200 | aiken | (~aiken@188.114.143.150.dyn.plus.net) (Disconnected by services) |
2021-04-24 22:33:58 +0200 | aiken_ | (~aiken@188.114.143.150.dyn.plus.net) |
2021-04-24 22:34:48 +0200 | rajivr | (uid269651@gateway/web/irccloud.com/x-emjdgfahhcenqbut) (Quit: Connection closed for inactivity) |
2021-04-24 22:36:17 +0200 | vicfred | (vicfred@gateway/vpn/mullvad/vicfred) |
2021-04-24 22:36:31 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 22:37:32 +0200 | xff0x | (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 240 seconds) |
2021-04-24 22:37:41 +0200 | nineonin_ | (~nineonine@50.216.62.2) (Ping timeout: 240 seconds) |
2021-04-24 22:38:10 +0200 | stree | (~stree@68.36.8.116) (Ping timeout: 265 seconds) |
2021-04-24 22:39:24 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 22:39:51 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) |
2021-04-24 22:40:51 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 22:42:39 +0200 | aiken_ | (~aiken@188.114.143.150.dyn.plus.net) (Quit: Leaving) |
2021-04-24 22:47:47 +0200 | tanner_ | (~tanner@216.106.138.184) (Quit: tanner_) |
2021-04-24 22:47:52 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 22:50:15 +0200 | dynamo-patch | (18064c47@24.6.76.71) |
2021-04-24 22:50:19 +0200 | xcmw | (~textual@dyn-72-33-2-152.uwnet.wisc.edu) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
2021-04-24 22:51:20 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 22:52:00 +0200 | <dynamo-patch> | can haskell compiled into binary code? if so, any pointer how to |
2021-04-24 22:52:19 +0200 | emetrusky | (561e1a8f@cpc152439-cosh18-2-0-cust142.6-1.cable.virginm.net) (Quit: Connection closed) |
2021-04-24 22:54:13 +0200 | nicholasbulka | (~nicholasb@c-73-21-82-200.hsd1.ga.comcast.net) (Remote host closed the connection) |
2021-04-24 22:54:19 +0200 | usr25 | (~usr25@unaffiliated/usr25) |
2021-04-24 22:54:25 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 22:57:08 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) |
2021-04-24 22:57:24 +0200 | <c_wraith> | dynamo-patch: yes, that's the default mode |
2021-04-24 23:00:03 +0200 | <zzz> | dynamo-patch: 'ghc yourfile.hs' compiles your source to binary |
2021-04-24 23:00:30 +0200 | <zzz> | see 'man ghc' |
2021-04-24 23:01:30 +0200 | <dynamo-patch> | thank you all |
2021-04-24 23:04:56 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 23:07:47 +0200 | dynamo-patch | (18064c47@24.6.76.71) (Quit: Connection closed) |
2021-04-24 23:09:35 +0200 | LKoen | (~LKoen@92.163.9.109.rev.sfr.net) (Read error: Connection reset by peer) |
2021-04-24 23:10:49 +0200 | kupi | (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly) |
2021-04-24 23:13:10 +0200 | pavonia | (~user@unaffiliated/siracusa) |
2021-04-24 23:13:50 +0200 | ep1ctetus | (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Ping timeout: 246 seconds) |
2021-04-24 23:14:21 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 23:15:19 +0200 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) |
2021-04-24 23:15:50 +0200 | dfreedm | (~dfreedm@185.163.110.100) (Remote host closed the connection) |
2021-04-24 23:16:09 +0200 | CrazyPython | (~crazypyth@98.122.164.118) (*.net *.split) |
2021-04-24 23:16:09 +0200 | raym | (~ray@45.64.220.116) (*.net *.split) |
2021-04-24 23:16:09 +0200 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) (*.net *.split) |
2021-04-24 23:16:09 +0200 | zva | (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de) (*.net *.split) |
2021-04-24 23:16:09 +0200 | MidAutumnHotaru | (~MidAutumn@unaffiliated/midautumnhotaru) (*.net *.split) |
2021-04-24 23:16:10 +0200 | jonathanx | (~jonathan@h-176-109.A357.priv.bahnhof.se) (*.net *.split) |
2021-04-24 23:16:10 +0200 | malthe_ | (~mborch@46.101.103.63) (*.net *.split) |
2021-04-24 23:16:10 +0200 | charukiewicz_ | (~quassel@irouteince04.i.subnet.rcn.com) (*.net *.split) |
2021-04-24 23:16:10 +0200 | amosbird_ | (~amosbird@13.75.119.182) (*.net *.split) |
2021-04-24 23:16:10 +0200 | dcoutts | (~duncan@94.186.125.91.dyn.plus.net) (*.net *.split) |
2021-04-24 23:16:10 +0200 | texasmynsted | (~texasmyns@99.96.221.112) (*.net *.split) |
2021-04-24 23:16:10 +0200 | L1Cafe | (~L1Cafe@kydara.com) (*.net *.split) |
2021-04-24 23:16:11 +0200 | tomboy64 | (~tomboy64@unaffiliated/tomboy64) (*.net *.split) |
2021-04-24 23:16:11 +0200 | carldd | (~carldd@90-224-49-113-no56.tbcn.telia.com) (*.net *.split) |
2021-04-24 23:16:11 +0200 | kmein | (~weechat@static.173.83.99.88.clients.your-server.de) (*.net *.split) |
2021-04-24 23:16:11 +0200 | Logio | (em@kapsi.fi) (*.net *.split) |
2021-04-24 23:16:11 +0200 | dave_uy | (~david@108.61.193.26) (*.net *.split) |
2021-04-24 23:16:12 +0200 | Techcable | (~Techcable@168.235.93.147) (*.net *.split) |
2021-04-24 23:16:12 +0200 | p3n | (~p3n@217.198.124.246) (*.net *.split) |
2021-04-24 23:16:12 +0200 | wrunt | (~ajc@vmx14030.hosting24.com.au) (*.net *.split) |
2021-04-24 23:16:12 +0200 | concept2 | (~concept2@unaffiliated/tubo) (*.net *.split) |
2021-04-24 23:16:12 +0200 | dumptruckman | (~dumptruck@li1287-148.members.linode.com) (*.net *.split) |
2021-04-24 23:16:12 +0200 | proteusguy | (~proteusgu@cm-58-10-209-239.revip7.asianet.co.th) (*.net *.split) |
2021-04-24 23:16:13 +0200 | anderson | (~ande@159.65.95.130) (*.net *.split) |
2021-04-24 23:16:13 +0200 | outerpassage | (~outerpass@li1196-30.members.linode.com) (*.net *.split) |
2021-04-24 23:16:13 +0200 | brettgilio | (~brettgili@brettgilio.com) (*.net *.split) |
2021-04-24 23:16:14 +0200 | mniip | (mniip@freenode/staff/mniip) (*.net *.split) |
2021-04-24 23:16:14 +0200 | msgctl | (~msgctl@ometochtli.centzontotochtin.org) (*.net *.split) |
2021-04-24 23:16:14 +0200 | Squarism | (~someone@unaffiliated/squarism) (*.net *.split) |
2021-04-24 23:16:14 +0200 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split) |
2021-04-24 23:16:14 +0200 | jtcs_ | (~jtcs@vmi359854.contaboserver.net) (*.net *.split) |
2021-04-24 23:16:15 +0200 | sepples_ | (~sepples@sepples.xyz) (*.net *.split) |
2021-04-24 23:16:15 +0200 | styledash | (~styledash@157.230.173.136) (*.net *.split) |
2021-04-24 23:16:15 +0200 | mjrosenb | (~mrosenbe@nyc.schrodinger.com) (*.net *.split) |
2021-04-24 23:16:16 +0200 | arw | (~arw@impulse.informatik.uni-erlangen.de) (*.net *.split) |
2021-04-24 23:16:16 +0200 | xerox_ | (~xerox@unaffiliated/xerox) (*.net *.split) |
2021-04-24 23:16:16 +0200 | ashnur | (~rak@unaffiliated/ashnur) (*.net *.split) |
2021-04-24 23:16:16 +0200 | mjacob | (~mjacob@unaffiliated/mjacob) (*.net *.split) |
2021-04-24 23:16:17 +0200 | Cathy | (~Cathy@unaffiliated/cathy) (*.net *.split) |
2021-04-24 23:16:17 +0200 | mmaruseacph2 | (~mihai@198.199.100.72) (*.net *.split) |
2021-04-24 23:16:17 +0200 | ft | (~ft@shell.chaostreff-dortmund.de) (*.net *.split) |
2021-04-24 23:16:17 +0200 | chrisosaurus | (chris@segfault.net.nz) (*.net *.split) |
2021-04-24 23:16:17 +0200 | sshine | (~simon@hubris.eta.solutions) (*.net *.split) |
2021-04-24 23:16:17 +0200 | noctux | (~noctux@unaffiliated/noctux) (*.net *.split) |
2021-04-24 23:16:17 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad) (*.net *.split) |
2021-04-24 23:16:17 +0200 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq) (*.net *.split) |
2021-04-24 23:16:17 +0200 | thc202 | (~thc202@unaffiliated/thc202) (*.net *.split) |
2021-04-24 23:16:17 +0200 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk) (*.net *.split) |
2021-04-24 23:16:18 +0200 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi) (*.net *.split) |
2021-04-24 23:16:18 +0200 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam) (*.net *.split) |
2021-04-24 23:16:18 +0200 | etrepum | (sid763@gateway/web/irccloud.com/x-kbeiueugazaifuth) (*.net *.split) |
2021-04-24 23:16:18 +0200 | aristid | (sid1599@gateway/web/irccloud.com/x-iysthznfdzhconze) (*.net *.split) |
2021-04-24 23:16:18 +0200 | ryjm | (sid383513@gateway/web/irccloud.com/x-mfvpahefkuhsmhxj) (*.net *.split) |
2021-04-24 23:16:18 +0200 | cemerick | (sid54985@gateway/web/irccloud.com/x-dmosxtcpbaaxlpbx) (*.net *.split) |
2021-04-24 23:16:18 +0200 | joshmeredith | (sid387798@gateway/web/irccloud.com/x-puyeogwrdolrmxnl) (*.net *.split) |
2021-04-24 23:16:18 +0200 | systemfault | (sid267009@gateway/web/irccloud.com/x-weqjiwsrsizmsttb) (*.net *.split) |
2021-04-24 23:16:18 +0200 | ebutleriv | (sid217783@gateway/web/irccloud.com/x-kdwwbglqjsasvtqj) (*.net *.split) |
2021-04-24 23:16:18 +0200 | beaky | (~beaky@2a03:b0c0:0:1010::17cf:7003) (*.net *.split) |
2021-04-24 23:16:18 +0200 | jo[m]3 | (josefmat1@gateway/shell/matrix.org/x-qfhlavfxfkadmzvi) (*.net *.split) |
2021-04-24 23:16:19 +0200 | Lurkki[m] | (lurkkifene@gateway/shell/matrix.org/x-nrwgmnbvosqqhpnr) (*.net *.split) |
2021-04-24 23:16:19 +0200 | kini | (~kini@unaffiliated/kini) (*.net *.split) |
2021-04-24 23:16:19 +0200 | EmanuelLoos[m] | (emanuel-lo@gateway/shell/matrix.org/x-xedchorwdbepbzbx) (*.net *.split) |
2021-04-24 23:16:19 +0200 | l8star__ | (~l8star@business-90-187-113-149.pool2.vodafone-ip.de) (*.net *.split) |
2021-04-24 23:16:19 +0200 | mly | (mlydisenco@gateway/shell/matrix.org/x-hffzasvjgrikcwzr) (*.net *.split) |
2021-04-24 23:16:19 +0200 | pnotequalnp[m] | (pnotequaln@gateway/shell/matrix.org/x-ilonrmhzsbjadrsm) (*.net *.split) |
2021-04-24 23:16:20 +0200 | DevTurks[m] | (turkdevops@gateway/shell/matrix.org/x-ijvxwxyebgqvrzsn) (*.net *.split) |
2021-04-24 23:16:21 +0200 | samthecoy[m] | (samthecoym@gateway/shell/matrix.org/x-qaqujubkonygneyt) (*.net *.split) |
2021-04-24 23:16:21 +0200 | johnnyv[m] | (badwolf256@gateway/shell/matrix.org/x-yxpkxdztlttkpjgg) (*.net *.split) |
2021-04-24 23:16:21 +0200 | themsay[m] | (themsaymat@gateway/shell/matrix.org/x-hpjgawiyzuenumyt) (*.net *.split) |
2021-04-24 23:16:21 +0200 | loyon | (loyonmatri@gateway/shell/matrix.org/x-wopkgivyetfmwccv) (*.net *.split) |
2021-04-24 23:16:21 +0200 | supersven[m] | (supersvenm@gateway/shell/matrix.org/x-vtyvtzkqhlabrowo) (*.net *.split) |
2021-04-24 23:16:22 +0200 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-ksbmrykeuszgsyik) (*.net *.split) |
2021-04-24 23:16:22 +0200 | domenkozar[m] | (domenkozar@NixOS/user/domenkozar) (*.net *.split) |
2021-04-24 23:16:23 +0200 | krjt | (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split) |
2021-04-24 23:16:23 +0200 | whez | (sid470288@gateway/web/irccloud.com/x-vlnxuepdpthnqbhd) (*.net *.split) |
2021-04-24 23:16:23 +0200 | adamse | (sid72084@gateway/web/irccloud.com/x-pqgjxyvnyjkpejpe) (*.net *.split) |
2021-04-24 23:16:23 +0200 | parseval | (sid239098@gateway/web/irccloud.com/x-mgyjqkcnbnnprosw) (*.net *.split) |
2021-04-24 23:16:24 +0200 | dysfigured | (dysfigured@2600:3c00::f03c:92ff:feb4:be75) (*.net *.split) |
2021-04-24 23:16:24 +0200 | MasseR | (~MasseR@51.15.143.128) (*.net *.split) |
2021-04-24 23:16:24 +0200 | atomi | (~atomi@3.184.203.35.bc.googleusercontent.com) (*.net *.split) |
2021-04-24 23:16:24 +0200 | madog | (~madog@163.ip-51-254-203.eu) (*.net *.split) |
2021-04-24 23:16:24 +0200 | aldum | (~vishera@aldum.pw) (*.net *.split) |
2021-04-24 23:16:24 +0200 | matijja | (~matijja@193.77.181.208) (*.net *.split) |
2021-04-24 23:16:24 +0200 | Rembane | (~Rembane@li346-36.members.linode.com) (*.net *.split) |
2021-04-24 23:16:25 +0200 | enikar | (~enikar@2001:41d0:2:8673::42) (*.net *.split) |
2021-04-24 23:16:25 +0200 | komasa | (~komasa@2a03:b0c0:3:d0::2097:6001) (*.net *.split) |
2021-04-24 23:16:25 +0200 | magog | (~wee@unaffiliated/magog) (*.net *.split) |
2021-04-24 23:16:25 +0200 | entropygain | (levitate@unaffiliated/entropygain) (*.net *.split) |
2021-04-24 23:16:25 +0200 | dale | (dale@unaffiliated/dale) (*.net *.split) |
2021-04-24 23:16:25 +0200 | saidinwot1 | (~saidinwot@2604:a880:2:d0::50:8001) (*.net *.split) |
2021-04-24 23:16:25 +0200 | ajmcmiddlin | (sid284402@gateway/web/irccloud.com/x-haiyfskefbbtaisd) (*.net *.split) |
2021-04-24 23:16:25 +0200 | FMJz_____ | (sid279245@gateway/web/irccloud.com/x-gdvcqgmmbdaqujfv) (*.net *.split) |
2021-04-24 23:16:25 +0200 | chessai | (sid225296@gateway/web/irccloud.com/x-byrazhpexotqswfh) (*.net *.split) |
2021-04-24 23:16:25 +0200 | grfn | (sid449115@gateway/web/irccloud.com/x-bdqnujcrokkpscfq) (*.net *.split) |
2021-04-24 23:16:25 +0200 | xnyhps | (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split) |
2021-04-24 23:16:26 +0200 | chrpape | (~user@2a01:4f9:c010:632d::1) (*.net *.split) |
2021-04-24 23:16:26 +0200 | idupree | (~quassel@2604:a880:400:d0::9bb:2001) (*.net *.split) |
2021-04-24 23:16:26 +0200 | lightandlight | (sid135476@gateway/web/irccloud.com/x-gwfowomroynsvzco) (*.net *.split) |
2021-04-24 23:16:26 +0200 | Orbstheorem | (~roosember@hellendaal.orbstheorem.ch) (*.net *.split) |
2021-04-24 23:16:26 +0200 | zgrep | (~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep) (*.net *.split) |
2021-04-24 23:16:26 +0200 | bsima | (~bsima@simatime.com) (*.net *.split) |
2021-04-24 23:16:27 +0200 | ski | (~ski@ed-3358-10.studat.chalmers.se) (*.net *.split) |
2021-04-24 23:16:27 +0200 | shadowdaemon | (~user@unaffiliated/shadowdaemon) (*.net *.split) |
2021-04-24 23:16:27 +0200 | bspar | (~bspar@2604:a880:0:1010::776:e001) (*.net *.split) |
2021-04-24 23:16:27 +0200 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split) |
2021-04-24 23:16:27 +0200 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) (*.net *.split) |
2021-04-24 23:16:27 +0200 | jamestmartin | (james@jtmar.me) (*.net *.split) |
2021-04-24 23:16:27 +0200 | mat[m]1 | (matmatrixo@gateway/shell/matrix.org/x-uwjgvmzxszuovuwu) (*.net *.split) |
2021-04-24 23:16:28 +0200 | vnz | (~vnz@unaffiliated/vnz) (*.net *.split) |
2021-04-24 23:16:28 +0200 | zyeri | (zyeri@tilde.team/users/zyeri) (*.net *.split) |
2021-04-24 23:16:28 +0200 | gluegadget | (sid22336@gateway/web/irccloud.com/x-yvyuuucqiikbdiwr) (*.net *.split) |
2021-04-24 23:16:29 +0200 | mpickering | (sid78412@gateway/web/irccloud.com/x-uuuhuurfuxahsslu) (*.net *.split) |
2021-04-24 23:16:29 +0200 | Tritlo | (sid58727@gateway/web/irccloud.com/x-aozswbintmywimnv) (*.net *.split) |
2021-04-24 23:16:29 +0200 | noexcept | (~noexcept@2a03:b0c0:3:d0::33:9001) (*.net *.split) |
2021-04-24 23:16:29 +0200 | rom1504 | (rom1504@rom1504.fr) (*.net *.split) |
2021-04-24 23:16:29 +0200 | Klumben | (Nsaiswatch@gateway/shell/panicbnc/x-igfvivsmqpanwyqa) (*.net *.split) |
2021-04-24 23:16:29 +0200 | scav | (sid309693@gateway/web/irccloud.com/x-zpwaikoxdaqjtkjd) (*.net *.split) |
2021-04-24 23:16:29 +0200 | amatecha____ | (sid10006@gateway/web/irccloud.com/x-gvwvasnyguqtijeo) (*.net *.split) |
2021-04-24 23:16:29 +0200 | PatrickRobotham_ | (sid18270@gateway/web/irccloud.com/x-dsytamzyvqvdenoe) (*.net *.split) |
2021-04-24 23:16:30 +0200 | cheers | (user@unaffiliated/cheers) (*.net *.split) |
2021-04-24 23:16:30 +0200 | joe[m]1 | (joemonoida@gateway/shell/matrix.org/x-dyuqcnyqoeqswuzr) (*.net *.split) |
2021-04-24 23:16:31 +0200 | debugloop | (~danieln@unaffiliated/debugloop) (*.net *.split) |
2021-04-24 23:16:31 +0200 | mstruebing | (~mstruebin@2001:41d0:8:93c7::1) (*.net *.split) |
2021-04-24 23:16:31 +0200 | sphalerite | (~sphalerit@NixOS/user/lheckemann) (*.net *.split) |
2021-04-24 23:16:31 +0200 | oats | (~hurr@durr/im/a/sheep) (*.net *.split) |
2021-04-24 23:16:31 +0200 | martin02 | (silas@hund.fs.lmu.de) (*.net *.split) |
2021-04-24 23:16:31 +0200 | zzz | (~zzz@2a03:b0c0:3:d0::3095:3001) (*.net *.split) |
2021-04-24 23:16:31 +0200 | fredcy | (fredcy@2600:3c00::f03c:91ff:feae:15ae) (*.net *.split) |
2021-04-24 23:16:32 +0200 | Bigcheese | (~quassel@unaffiliated/bigcheese) (*.net *.split) |
2021-04-24 23:16:32 +0200 | xacktm | (xacktm@gateway/shell/panicbnc/x-cckreqhvgmeuulfv) (*.net *.split) |
2021-04-24 23:16:32 +0200 | integral | (sid296274@p3m/member/integral) (*.net *.split) |
2021-04-24 23:16:33 +0200 | hendi | (sid489601@gateway/web/irccloud.com/x-tofwispyijhkkmkf) (*.net *.split) |
2021-04-24 23:16:33 +0200 | sis7_ | (~user@2001:15e8:110:473e::1) (*.net *.split) |
2021-04-24 23:16:33 +0200 | operand | (~operand@is.altijd.moe) (*.net *.split) |
2021-04-24 23:16:33 +0200 | vqrs | (~vqrs@learnprogramming/regular/vqrs) (*.net *.split) |
2021-04-24 23:16:33 +0200 | Ferdirand | (~max@2001:4c78:2012:5000::2) (*.net *.split) |
2021-04-24 23:16:33 +0200 | bjobjo | (~bjobjo@2a01:79c:cebf:d688::9e6) (*.net *.split) |
2021-04-24 23:16:34 +0200 | a3f | (~a3f@chimeria.ext.pengutronix.de) (*.net *.split) |
2021-04-24 23:16:34 +0200 | billstclair | (sid77830@gateway/web/irccloud.com/x-ouhlhzompordlszs) (*.net *.split) |
2021-04-24 23:16:34 +0200 | agrif | (~agrif@overviewer/dev/agrif) (*.net *.split) |
2021-04-24 23:16:34 +0200 | ego_ | (~ego@2604:a880:800:a1::1b:b001) (*.net *.split) |
2021-04-24 23:16:34 +0200 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:16:35 +0200 | jeet | (~jeet@183.83.214.10) (*.net *.split) |
2021-04-24 23:16:35 +0200 | gnumonic | (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) (*.net *.split) |
2021-04-24 23:16:35 +0200 | carlomagno | (~cararell@148.87.23.7) (*.net *.split) |
2021-04-24 23:16:35 +0200 | forell | (~forell@unaffiliated/forell) (*.net *.split) |
2021-04-24 23:16:36 +0200 | malumore | (~malumore@151.62.120.175) (*.net *.split) |
2021-04-24 23:16:36 +0200 | Cale | (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) (*.net *.split) |
2021-04-24 23:16:36 +0200 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split) |
2021-04-24 23:16:36 +0200 | s00pcan | (~chris@075-133-056-178.res.spectrum.com) (*.net *.split) |
2021-04-24 23:16:36 +0200 | tlgl^nix | (~damien@S0106008ef25e98fb.su.shawcable.net) (*.net *.split) |
2021-04-24 23:16:38 +0200 | exarkun | (~exarkun@14.79.69.34.bc.googleusercontent.com) (*.net *.split) |
2021-04-24 23:16:38 +0200 | tapas | (sid467876@gateway/web/irccloud.com/x-bsjadohtpruxmywx) (*.net *.split) |
2021-04-24 23:16:38 +0200 | piele | (~piele@tbonesteak.creativeserver.net) (*.net *.split) |
2021-04-24 23:16:38 +0200 | yaroot | (~yaroot@138.102.13.160.dy.iij4u.or.jp) (*.net *.split) |
2021-04-24 23:16:38 +0200 | thaumavorio | (~thaumavor@thaumavor.io) (*.net *.split) |
2021-04-24 23:16:38 +0200 | Geekingfrog | (~geekingfr@li2156-64.members.linode.com) (*.net *.split) |
2021-04-24 23:16:38 +0200 | MrMobius | (~MrMobius@208.58.206.154) (*.net *.split) |
2021-04-24 23:16:38 +0200 | dcoutts_ | (~dcoutts@unaffiliated/dcoutts) (*.net *.split) |
2021-04-24 23:16:39 +0200 | ridcully | (~ridcully@pd951f269.dip0.t-ipconnect.de) (*.net *.split) |
2021-04-24 23:16:39 +0200 | hiredman | (~hiredman@138.68.1.198) (*.net *.split) |
2021-04-24 23:16:39 +0200 | cyphase | (~cyphase@unaffiliated/cyphase) (*.net *.split) |
2021-04-24 23:16:39 +0200 | NieDzejkob | (~quassel@195.149.98.3) (*.net *.split) |
2021-04-24 23:16:39 +0200 | fryguybob | (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) (*.net *.split) |
2021-04-24 23:16:39 +0200 | rdd | (~rdd@c-407ce255.012-81-73746f39.cust.ownit.se) (*.net *.split) |
2021-04-24 23:16:39 +0200 | monochrom | (trebla@216.138.220.146) (*.net *.split) |
2021-04-24 23:16:40 +0200 | lewky | (~lewky@159.65.37.240) (*.net *.split) |
2021-04-24 23:16:40 +0200 | mupf | (~micha@v22017094964653601.ultrasrv.de) (*.net *.split) |
2021-04-24 23:16:40 +0200 | DustyDingo | (~nonamen@v2202001112302107134.ultrasrv.de) (*.net *.split) |
2021-04-24 23:16:40 +0200 | infinisil | (~infinisil@NixOS/user/infinisil) (*.net *.split) |
2021-04-24 23:16:40 +0200 | Benzi-Junior | (~BenziJuni@dsl-149-64-251.hive.is) (*.net *.split) |
2021-04-24 23:16:40 +0200 | jathan | (~jathan@69.61.93.38) (*.net *.split) |
2021-04-24 23:16:40 +0200 | quaestor | (~quaestor@griffith.christophrauch.de) (*.net *.split) |
2021-04-24 23:16:41 +0200 | edwtjo | (~edwtjo@fsf/member/edwtjo) (*.net *.split) |
2021-04-24 23:16:41 +0200 | sudden | (~lax@unaffiliated/laxask) (*.net *.split) |
2021-04-24 23:16:41 +0200 | beka | (~beka@gothdyke.mom) (*.net *.split) |
2021-04-24 23:16:42 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
2021-04-24 23:16:42 +0200 | grrandi | (mlp@kapsi.fi) (*.net *.split) |
2021-04-24 23:16:42 +0200 | eldritch | (~eldritch@unaffiliated/eldritch) (*.net *.split) |
2021-04-24 23:16:42 +0200 | avp | (~avp@unaffiliated/avp) (*.net *.split) |
2021-04-24 23:16:42 +0200 | runawayfive | (~nope@unaffiliated/runawayfive) (*.net *.split) |
2021-04-24 23:16:43 +0200 | Dykam | (Dykam@dykam.nl) (*.net *.split) |
2021-04-24 23:16:43 +0200 | canta | (~canta@cvm0.d5k.one) (*.net *.split) |
2021-04-24 23:16:43 +0200 | kjak | (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) (*.net *.split) |
2021-04-24 23:16:43 +0200 | yushyin | (QWFouZJprr@karif.server-speed.net) (*.net *.split) |
2021-04-24 23:16:43 +0200 | orzo | (joe@lasker.childrenofmay.org) (*.net *.split) |
2021-04-24 23:16:43 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:16:43 +0200 | quintasan | (~quassel@ubuntu/member/quintasan) (*.net *.split) |
2021-04-24 23:16:43 +0200 | lyxia | (~lyxia@poisson.chat) (*.net *.split) |
2021-04-24 23:16:44 +0200 | coddinkn | (~coddinkn@octayn.net) (*.net *.split) |
2021-04-24 23:16:44 +0200 | Sparadox | (~etienne@ns3123347.ip-51-68-152.eu) (*.net *.split) |
2021-04-24 23:16:44 +0200 | sssb54 | (~ssssb56@vps-b2931db6.vps.ovh.ca) (*.net *.split) |
2021-04-24 23:16:45 +0200 | pharaun | (~pharaun@static.88-198-62-245.clients.your-server.de) (*.net *.split) |
2021-04-24 23:16:45 +0200 | bobbytables | (~bobbytabl@ec2-44-224-191-138.us-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:16:45 +0200 | hrdl | (~ef24a0e6@unaffiliated/hrdl) (*.net *.split) |
2021-04-24 23:16:45 +0200 | [exa] | (exa@unaffiliated/exa/x-5381537) (*.net *.split) |
2021-04-24 23:16:45 +0200 | hwabyong | (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:16:45 +0200 | zceejkr | (~wintermut@cpe-92-37-88-51.dynamic.amis.net) (*.net *.split) |
2021-04-24 23:16:45 +0200 | interruptinuse | (~interrupt@girl.mrtheplague.net) (*.net *.split) |
2021-04-24 23:16:46 +0200 | hackage | (mniip@haskell/bot/hackage) (*.net *.split) |
2021-04-24 23:16:46 +0200 | absence | (torgeihe@hildring.pvv.ntnu.no) (*.net *.split) |
2021-04-24 23:16:46 +0200 | fre | (~freusque@104.238.190.229) (*.net *.split) |
2021-04-24 23:16:46 +0200 | xe4 | (~xe4@unaffiliated/xe4) (*.net *.split) |
2021-04-24 23:16:46 +0200 | c-rog | (~c-rog@traffic.simst.im) (*.net *.split) |
2021-04-24 23:16:46 +0200 | pavonia | (~user@unaffiliated/siracusa) (*.net *.split) |
2021-04-24 23:16:46 +0200 | kupi | (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly) (*.net *.split) |
2021-04-24 23:16:46 +0200 | usr25 | (~usr25@unaffiliated/usr25) (*.net *.split) |
2021-04-24 23:16:46 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) (*.net *.split) |
2021-04-24 23:16:46 +0200 | Narinas | (~Narinas@187-178-93-112.dynamic.axtel.net) (*.net *.split) |
2021-04-24 23:16:46 +0200 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (*.net *.split) |
2021-04-24 23:16:47 +0200 | dpl_ | (~dpl@77-121-78-163.chn.volia.net) (*.net *.split) |
2021-04-24 23:16:47 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:7da7:60a9:aff:54f9) (*.net *.split) |
2021-04-24 23:16:47 +0200 | kiix | (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv) (*.net *.split) |
2021-04-24 23:16:47 +0200 | sayola1 | (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) (*.net *.split) |
2021-04-24 23:16:49 +0200 | rslima_____ | (sid26145@gateway/web/irccloud.com/x-uuewewvxxbofrynk) (*.net *.split) |
2021-04-24 23:16:49 +0200 | kyagrd__ | (sid102627@gateway/web/irccloud.com/x-rctrsarckkdvtebu) (*.net *.split) |
2021-04-24 23:16:49 +0200 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split) |
2021-04-24 23:16:50 +0200 | teej | (uid154177@gateway/web/irccloud.com/x-aqljzrvlwnvlpfor) (*.net *.split) |
2021-04-24 23:16:50 +0200 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-ldcvmlbmuzzjfwoa) (*.net *.split) |
2021-04-24 23:16:50 +0200 | feepo | (sid28508@gateway/web/irccloud.com/x-cjsxflpucqedrqas) (*.net *.split) |
2021-04-24 23:16:50 +0200 | Nascha | (sid212230@gateway/web/irccloud.com/x-dvgxunvqabbbhujn) (*.net *.split) |
2021-04-24 23:16:50 +0200 | bjs | (sid190364@gateway/web/irccloud.com/x-rysacrenfdxsmjyu) (*.net *.split) |
2021-04-24 23:16:50 +0200 | cstrahan | (sid36118@gateway/web/irccloud.com/x-hhcxapzgwlqibukd) (*.net *.split) |
2021-04-24 23:16:50 +0200 | NemesisD | (sid24071@gateway/web/irccloud.com/x-jbscorkbghkikoec) (*.net *.split) |
2021-04-24 23:16:50 +0200 | joel135 | (sid136450@gateway/web/irccloud.com/x-ucqckdoiizhcvkmw) (*.net *.split) |
2021-04-24 23:16:50 +0200 | blackriversoftwa | (sid364914@gateway/web/irccloud.com/x-nqkjcymscowwdvxo) (*.net *.split) |
2021-04-24 23:16:50 +0200 | melkor | (~melkor@2a02:2b88:2:1::5b34:1) (*.net *.split) |
2021-04-24 23:16:50 +0200 | DigitalKiwi | (~kiwi@unaffiliated/digitalkiwi) (*.net *.split) |
2021-04-24 23:16:51 +0200 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split) |
2021-04-24 23:16:51 +0200 | fiQ- | (~fiQ@2a06:82c2:0:12bc::1) (*.net *.split) |
2021-04-24 23:16:51 +0200 | noecho- | (~noecho@2a01:4f8:1c0c:80ee::4223) (*.net *.split) |
2021-04-24 23:16:51 +0200 | jokester | (~mono@unaffiliated/jokester) (*.net *.split) |
2021-04-24 23:16:51 +0200 | raid | (macbookpro@irc-1.coding4.coffee) (*.net *.split) |
2021-04-24 23:16:51 +0200 | uwap_ | (~uwap@mail.uwap.name) (*.net *.split) |
2021-04-24 23:16:52 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (*.net *.split) |
2021-04-24 23:16:52 +0200 | knupfer | (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de) (*.net *.split) |
2021-04-24 23:16:52 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz) (*.net *.split) |
2021-04-24 23:16:52 +0200 | Ariakenom | (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44) (*.net *.split) |
2021-04-24 23:16:52 +0200 | ericsagn1 | (~ericsagne@2405:6580:0:5100:9e02:7bf3:beb9:eefe) (*.net *.split) |
2021-04-24 23:16:52 +0200 | robotmay | (~beepboop@2001:8b0:7af0:2580:94a2:bb95:e8d4:22af) (*.net *.split) |
2021-04-24 23:16:52 +0200 | teddyc | (theodorc@cassarossa.samfundet.no) (*.net *.split) |
2021-04-24 23:16:53 +0200 | jess | (jess@freenode/staff/jess) (*.net *.split) |
2021-04-24 23:16:53 +0200 | HiRE | (~HiRE@2602:ffc5:20::1:512e) (*.net *.split) |
2021-04-24 23:16:54 +0200 | jared-w | (uid405292@gateway/web/irccloud.com/x-qitlcehrrgjsxmby) (*.net *.split) |
2021-04-24 23:16:54 +0200 | wpcarro_ | (sid397589@gateway/web/irccloud.com/x-ahewuhnoiijbwpmc) (*.net *.split) |
2021-04-24 23:16:54 +0200 | davetapley | (sid666@gateway/web/irccloud.com/x-zjajcgkktmcxzflu) (*.net *.split) |
2021-04-24 23:16:54 +0200 | ReinH | (sid179972@gateway/web/irccloud.com/x-yupwkseagmcsclao) (*.net *.split) |
2021-04-24 23:16:54 +0200 | SrPx | (sid108780@gateway/web/irccloud.com/x-yhksykcahzlylxhe) (*.net *.split) |
2021-04-24 23:16:54 +0200 | eruditass | (uid248673@gateway/web/irccloud.com/x-xevwmrtrjszgvhcb) (*.net *.split) |
2021-04-24 23:16:54 +0200 | liquorice | (sid267884@gateway/web/irccloud.com/x-nzkqxgdtfgechhzd) (*.net *.split) |
2021-04-24 23:16:54 +0200 | lally | (sid388228@gateway/web/irccloud.com/x-ilucbequfappbwaf) (*.net *.split) |
2021-04-24 23:16:54 +0200 | AndreasK | (sid320732@gateway/web/irccloud.com/x-spqgtdrtcwqozgos) (*.net *.split) |
2021-04-24 23:16:54 +0200 | dmj` | (sid72307@gateway/web/irccloud.com/x-hiydzdvhdibdbilo) (*.net *.split) |
2021-04-24 23:16:55 +0200 | dgpratt | (sid193493@gateway/web/irccloud.com/x-yujexlmxhvpapqdm) (*.net *.split) |
2021-04-24 23:16:55 +0200 | alunduil | (alunduil@gateway/web/irccloud.com/x-lfjncrqckqiqjrhx) (*.net *.split) |
2021-04-24 23:16:55 +0200 | aizen_s | (sid462968@gateway/web/irccloud.com/x-cimltabwsuoipsqn) (*.net *.split) |
2021-04-24 23:16:55 +0200 | stylewarning | (stylewarni@gateway/web/irccloud.com/x-hfenrszoagpafasl) (*.net *.split) |
2021-04-24 23:16:56 +0200 | pony | (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry) (*.net *.split) |
2021-04-24 23:16:56 +0200 | nh2 | (sid309956@gateway/web/irccloud.com/x-sfwmjcpeywrfgggs) (*.net *.split) |
2021-04-24 23:16:56 +0200 | nshepperd | (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split) |
2021-04-24 23:16:56 +0200 | jackhill | (~jackhill@marsh.hcoop.net) (*.net *.split) |
2021-04-24 23:16:56 +0200 | edwardk | (sid47016@haskell/developer/edwardk) (*.net *.split) |
2021-04-24 23:16:56 +0200 | _bin_ | (~bin@2600:1700:10a1:38d0:219a:3dd:429e:7909) (*.net *.split) |
2021-04-24 23:16:56 +0200 | jonrh | (sid5185@gateway/web/irccloud.com/x-wzkchmmanupyucfa) (*.net *.split) |
2021-04-24 23:16:56 +0200 | affinespaces | (sid327561@gateway/web/irccloud.com/x-zprmbywljksowyax) (*.net *.split) |
2021-04-24 23:16:56 +0200 | simony | (sid226116@gateway/web/irccloud.com/x-uimvkkhkkjmffmgk) (*.net *.split) |
2021-04-24 23:16:56 +0200 | verlet64_ | (sid261276@gateway/web/irccloud.com/x-pbadcyendmqwahig) (*.net *.split) |
2021-04-24 23:16:56 +0200 | moobar | (sid171730@gateway/web/irccloud.com/x-mfdnwzlgpjfftngj) (*.net *.split) |
2021-04-24 23:16:56 +0200 | mcfilib | (sid302703@gateway/web/irccloud.com/x-qgurzruyjowxqkfb) (*.net *.split) |
2021-04-24 23:16:56 +0200 | yogani | (sid42623@gateway/web/irccloud.com/x-diwllcjriwggxbhg) (*.net *.split) |
2021-04-24 23:16:57 +0200 | entel | (uid256215@botters/entel) (*.net *.split) |
2021-04-24 23:16:57 +0200 | drupol | (sid117588@gateway/web/irccloud.com/x-gsnwinbjioyhnadu) (*.net *.split) |
2021-04-24 23:16:57 +0200 | conjunctive | (sid433686@gateway/web/irccloud.com/x-veifezvsdidztgvo) (*.net *.split) |
2021-04-24 23:16:57 +0200 | carter | (sid14827@gateway/web/irccloud.com/x-velgelprbzzboucb) (*.net *.split) |
2021-04-24 23:16:57 +0200 | wildsebastian | (sid324688@gateway/web/irccloud.com/x-huuoejtmpgsbomho) (*.net *.split) |
2021-04-24 23:16:57 +0200 | heyj | (sid171370@gateway/web/irccloud.com/x-wookyduvyhmgjxsv) (*.net *.split) |
2021-04-24 23:16:57 +0200 | iphy | (sid67735@gateway/web/irccloud.com/x-svcckheboicsfdfm) (*.net *.split) |
2021-04-24 23:16:57 +0200 | Adeon | (sid418992@gateway/web/irccloud.com/x-gymdfseqxtsglqmg) (*.net *.split) |
2021-04-24 23:16:57 +0200 | enemeth79 | (sid309041@gateway/web/irccloud.com/x-vaiujncapfeaexzk) (*.net *.split) |
2021-04-24 23:16:57 +0200 | rodlogic__ | (sid214676@gateway/web/irccloud.com/x-jsfobhdzpplfsdpe) (*.net *.split) |
2021-04-24 23:16:57 +0200 | alinab | (sid468903@gateway/web/irccloud.com/x-kxduedlnkmrjymym) (*.net *.split) |
2021-04-24 23:16:57 +0200 | mudri | (sid317655@gateway/web/irccloud.com/x-tkftihyrhfadzkvn) (*.net *.split) |
2021-04-24 23:16:57 +0200 | newhoggy | (sid198874@gateway/web/irccloud.com/x-odbcefoglogukgog) (*.net *.split) |
2021-04-24 23:16:57 +0200 | trevorriles | (sid469656@gateway/web/irccloud.com/x-xdsdtxtxrbrxnitq) (*.net *.split) |
2021-04-24 23:16:58 +0200 | coeus | (~coeus@p200300d0274dc6000de71f4ee41c5fb3.dip0.t-ipconnect.de) (*.net *.split) |
2021-04-24 23:16:58 +0200 | tinwood | (~tinwood@general.default.akavanagh.uk0.bigv.io) (*.net *.split) |
2021-04-24 23:16:58 +0200 | Raito_Bezarius | (~Raito@unaffiliated/raito-bezarius/x-8764578) (*.net *.split) |
2021-04-24 23:16:58 +0200 | sim642 | (~simmo@unaffiliated/sim642) (*.net *.split) |
2021-04-24 23:16:58 +0200 | bwe | (~bwe@unaffiliated/bwe) (*.net *.split) |
2021-04-24 23:16:58 +0200 | i7c | (Rmit7A5pyb@unaffiliated/i7c) (*.net *.split) |
2021-04-24 23:16:59 +0200 | dsturnbull | (sid347899@gateway/web/irccloud.com/x-rwwelyrmjwhraekh) (*.net *.split) |
2021-04-24 23:16:59 +0200 | hamishmack | (sid389057@gateway/web/irccloud.com/x-pnmcssvibehjvusv) (*.net *.split) |
2021-04-24 23:17:00 +0200 | SolarAquarion | (SolarAquar@gateway/shell/panicbnc/x-sxxrzckrtiulpjwg) (*.net *.split) |
2021-04-24 23:17:00 +0200 | recon_- | (~quassel@2602:febc:0:b6::6ca2) (*.net *.split) |
2021-04-24 23:17:00 +0200 | ArsenArsen | (~arsen@managarm/dev/ArsenArsen) (*.net *.split) |
2021-04-24 23:17:00 +0200 | hugo | (znc@verdigris.lysator.liu.se) (*.net *.split) |
2021-04-24 23:17:00 +0200 | andi- | (~andi-@NixOS/user/andi-) (*.net *.split) |
2021-04-24 23:17:00 +0200 | PlasmaStar | (plasma@unaffiliated/plasmastar) (*.net *.split) |
2021-04-24 23:17:00 +0200 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) (*.net *.split) |
2021-04-24 23:17:01 +0200 | tiru | (tiru@gateway/web/irccloud.com/x-mnvdiojttnfqdzkx) (*.net *.split) |
2021-04-24 23:17:01 +0200 | noan | (~noan@2604:a880:400:d0::12fc:5001) (*.net *.split) |
2021-04-24 23:17:01 +0200 | kawzeg | (unknown@2a01:7e01::f03c:92ff:fee2:ec34) (*.net *.split) |
2021-04-24 23:17:01 +0200 | nf | (~n@monade.li) (*.net *.split) |
2021-04-24 23:17:01 +0200 | fl0_id | (~fl0_id@2a01:4f8:171:4de::40:2) (*.net *.split) |
2021-04-24 23:17:01 +0200 | ixian | (~mgold@terra.bitplane.org) (*.net *.split) |
2021-04-24 23:17:01 +0200 | gaze__ | (sid387101@gateway/web/irccloud.com/x-jyfzdgulluqjzdzf) (*.net *.split) |
2021-04-24 23:17:02 +0200 | taktoa[c] | (sid282096@gateway/web/irccloud.com/x-njxvjnpthhvfgqfo) (*.net *.split) |
2021-04-24 23:17:02 +0200 | glowcoil | (sid3405@gateway/web/irccloud.com/x-kqfefvcmbgehneab) (*.net *.split) |
2021-04-24 23:17:02 +0200 | srhb | (sid400352@NixOS/user/srhb) (*.net *.split) |
2021-04-24 23:17:02 +0200 | gregberns_ | (sid315709@gateway/web/irccloud.com/x-skjetjsgahxqvatt) (*.net *.split) |
2021-04-24 23:17:03 +0200 | tjbp | (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) (*.net *.split) |
2021-04-24 23:17:03 +0200 | kaychaks | (sid236345@gateway/web/irccloud.com/x-vvdrivxruwhittji) (*.net *.split) |
2021-04-24 23:17:03 +0200 | weechat_4 | (~mingc@2400:8902::f03c:91ff:feb7:8e82) (*.net *.split) |
2021-04-24 23:17:03 +0200 | hongminhee | (sid31517@gateway/web/irccloud.com/x-trpfnifbgxghvffk) (*.net *.split) |
2021-04-24 23:17:03 +0200 | m-renaud | (sid333785@gateway/web/irccloud.com/x-mchkmhpqmiujvtxp) (*.net *.split) |
2021-04-24 23:17:04 +0200 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) (*.net *.split) |
2021-04-24 23:17:04 +0200 | cocreature | (~cocreatur@eirene.uberspace.de) (*.net *.split) |
2021-04-24 23:17:04 +0200 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) (*.net *.split) |
2021-04-24 23:17:04 +0200 | ggVGc | (~ggVGc@2400:8901::f03c:91ff:fef2:bed8) (*.net *.split) |
2021-04-24 23:17:04 +0200 | PHO | (~pho@akari.cielonegro.org) (*.net *.split) |
2021-04-24 23:17:04 +0200 | lieven | (~mal@unaffiliated/lieven) (*.net *.split) |
2021-04-24 23:17:04 +0200 | riatre | (~quassel@2001:310:6000:f::5198:1) (*.net *.split) |
2021-04-24 23:17:05 +0200 | Zemyla | (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:17:05 +0200 | davl | (~davl@207.154.228.18) (*.net *.split) |
2021-04-24 23:17:05 +0200 | fiddlerwoaroof | (~fiddlerwo@unaffiliated/fiddlerwoaroof) (*.net *.split) |
2021-04-24 23:17:05 +0200 | c_wraith | (~c_wraith@adjoint.us) (*.net *.split) |
2021-04-24 23:17:05 +0200 | reactormonk1 | (~reactormo@mehl.schokokeks.org) (*.net *.split) |
2021-04-24 23:17:05 +0200 | Cthalupa | (~cthulhu@47.186.47.75) (*.net *.split) |
2021-04-24 23:17:06 +0200 | acowley | (~acowley@c-68-83-22-43.hsd1.nj.comcast.net) (*.net *.split) |
2021-04-24 23:17:06 +0200 | EvanR | (~evan@unaffiliated/evanr) (*.net *.split) |
2021-04-24 23:17:06 +0200 | lukelau_ | (~lukelau@2a03:b0c0:1:d0::1bc:b001) (*.net *.split) |
2021-04-24 23:17:06 +0200 | ManiacTwister | (~Twister@claudia.s7t.de) (*.net *.split) |
2021-04-24 23:17:06 +0200 | copypasteque | (~copypaste@2001:41d0:8:b325::1) (*.net *.split) |
2021-04-24 23:17:06 +0200 | yorick | (~yorick@oftn/oswg-member/yorick) (*.net *.split) |
2021-04-24 23:17:06 +0200 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split) |
2021-04-24 23:17:06 +0200 | mht | (~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split) |
2021-04-24 23:17:07 +0200 | bbhoss | (sid18216@gateway/web/irccloud.com/x-tshhrdxhsikqotro) (*.net *.split) |
2021-04-24 23:17:07 +0200 | jlpeters | (sid25606@gateway/web/irccloud.com/x-dbifrnxtcwhelvgl) (*.net *.split) |
2021-04-24 23:17:07 +0200 | tnks | (sid412124@gateway/web/irccloud.com/x-imptgchkzowofvdx) (*.net *.split) |
2021-04-24 23:17:07 +0200 | rotaerk | (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) (*.net *.split) |
2021-04-24 23:17:07 +0200 | suzu | (~scaleuser@2001:bc8:1824:43f::1) (*.net *.split) |
2021-04-24 23:17:07 +0200 | rlsph | (~mads@2a03:b0c0:2:f0::324:5001) (*.net *.split) |
2021-04-24 23:17:07 +0200 | LittleFox | (~littlefox@2a03:4000:13:34f::2) (*.net *.split) |
2021-04-24 23:17:07 +0200 | jackdk | (sid373013@gateway/web/irccloud.com/x-uqhqekzhmwwtnnpj) (*.net *.split) |
2021-04-24 23:17:08 +0200 | t36s | (~t36s@2a03:b0c0:3:d0::1c23:5001) (*.net *.split) |
2021-04-24 23:17:08 +0200 | johnstein | (~johnstein@192.73.239.18) (*.net *.split) |
2021-04-24 23:17:08 +0200 | Guest97066 | (~tristan@luna.whatbox.ca) (*.net *.split) |
2021-04-24 23:17:08 +0200 | stree | (~stree@68.36.8.116) (*.net *.split) |
2021-04-24 23:17:08 +0200 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:17:08 +0200 | cheater1 | (~user@unaffiliated/cheater) (*.net *.split) |
2021-04-24 23:17:10 +0200 | DavidEichmann | (~david@147.136.46.217.dyn.plus.net) (*.net *.split) |
2021-04-24 23:17:10 +0200 | Ishutin | (~ishutin@94-21-174-90.pool.digikabel.hu) (*.net *.split) |
2021-04-24 23:17:10 +0200 | {abby} | (~{abby}@unaffiliated/demhydraz) (*.net *.split) |
2021-04-24 23:17:10 +0200 | curiousgay | (~gay@178.217.208.8) (*.net *.split) |
2021-04-24 23:17:10 +0200 | tsandstr | (~user@nat-130-132-173-221.central.yale.edu) (*.net *.split) |
2021-04-24 23:17:10 +0200 | apoc | (~apoc@49.12.13.193) (*.net *.split) |
2021-04-24 23:17:10 +0200 | Khisanth | (~Khisanth@11.sub-174-244-147.myvzw.com) (*.net *.split) |
2021-04-24 23:17:11 +0200 | wraithm | (~wraithm@unaffiliated/wraithm) (*.net *.split) |
2021-04-24 23:17:11 +0200 | Tene | (~tene@poipu/supporter/slacker/tene) (*.net *.split) |
2021-04-24 23:17:11 +0200 | m0rphism | (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (*.net *.split) |
2021-04-24 23:17:11 +0200 | blankhart | (~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net) (*.net *.split) |
2021-04-24 23:17:12 +0200 | ystael | (~ystael@209.6.50.55) (*.net *.split) |
2021-04-24 23:17:12 +0200 | jluttine | (~jluttine@85-23-66-6.bb.dnainternet.fi) (*.net *.split) |
2021-04-24 23:17:13 +0200 | jcarpenter2 | (~rofl@96.78.87.197) (*.net *.split) |
2021-04-24 23:17:13 +0200 | stefan-_ | (~cri@42dots.de) (*.net *.split) |
2021-04-24 23:17:13 +0200 | Ranhir | (~Ranhir@157.97.53.139) (*.net *.split) |
2021-04-24 23:17:13 +0200 | puffnfresh1 | (~puffnfres@119-17-138-164.77118a.mel.static.aussiebb.net) (*.net *.split) |
2021-04-24 23:17:14 +0200 | AWizzArd | (~code@unaffiliated/awizzard) (*.net *.split) |
2021-04-24 23:17:14 +0200 | epta | (~m@nuda.space) (*.net *.split) |
2021-04-24 23:17:14 +0200 | turq | (~electro@unaffiliated/turq) (*.net *.split) |
2021-04-24 23:17:15 +0200 | Mzg | (Mzg@s1.ct8.pl) (*.net *.split) |
2021-04-24 23:17:15 +0200 | Graypup_ | (Graypup@lfcode.ca) (*.net *.split) |
2021-04-24 23:17:15 +0200 | tureba | (~tureba@tureba.org) (*.net *.split) |
2021-04-24 23:17:16 +0200 | vent | (~vent@185.62.190.213) (*.net *.split) |
2021-04-24 23:17:16 +0200 | turnA7 | (~turnA@103.120.19.44) (*.net *.split) |
2021-04-24 23:17:16 +0200 | comboy | (~quassel@tesuji.pl) (*.net *.split) |
2021-04-24 23:17:16 +0200 | jakalx | (~jakalx@base.jakalx.net) (*.net *.split) |
2021-04-24 23:17:16 +0200 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) (*.net *.split) |
2021-04-24 23:17:17 +0200 | Twey | (~twey@unaffiliated/twey) (*.net *.split) |
2021-04-24 23:17:17 +0200 | irclogger_com | (~irclogger@li659-42.members.linode.com) (*.net *.split) |
2021-04-24 23:17:17 +0200 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
2021-04-24 23:17:17 +0200 | noctux`` | (1KWNv9FtDb@unaffiliated/noctux) (*.net *.split) |
2021-04-24 23:17:17 +0200 | hrnz | (~hrnz@unaffiliated/hrnz) (*.net *.split) |
2021-04-24 23:17:17 +0200 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:17 +0200 | Ankhers | (~Ankhers@unaffiliated/ankhers) (*.net *.split) |
2021-04-24 23:17:18 +0200 | rprospero | (~adam@186.75.232.35.bc.googleusercontent.com) (*.net *.split) |
2021-04-24 23:17:18 +0200 | Jonno_FTW | (~come@api.carswap.me) (*.net *.split) |
2021-04-24 23:17:18 +0200 | electrocat | (~michiel@revan.derhaeg.be) (*.net *.split) |
2021-04-24 23:17:18 +0200 | kaol | (~kaol@178.62.241.234) (*.net *.split) |
2021-04-24 23:17:19 +0200 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:19 +0200 | tv- | (~tv@unaffiliated/tv-) (*.net *.split) |
2021-04-24 23:17:19 +0200 | vicfred | (vicfred@gateway/vpn/mullvad/vicfred) (*.net *.split) |
2021-04-24 23:17:19 +0200 | tmciver | (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (*.net *.split) |
2021-04-24 23:17:19 +0200 | nut | (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (*.net *.split) |
2021-04-24 23:17:19 +0200 | __monty__ | (~toonn@unaffiliated/toonn) (*.net *.split) |
2021-04-24 23:17:19 +0200 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (*.net *.split) |
2021-04-24 23:17:19 +0200 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split) |
2021-04-24 23:17:19 +0200 | Deide | (~Deide@217.155.19.23) (*.net *.split) |
2021-04-24 23:17:19 +0200 | nek0 | (~nek0@mail.nek0.eu) (*.net *.split) |
2021-04-24 23:17:19 +0200 | urodna | (~urodna@unaffiliated/urodna) (*.net *.split) |
2021-04-24 23:17:20 +0200 | RusAlex | (~Chel@unaffiliated/rusalex) (*.net *.split) |
2021-04-24 23:17:20 +0200 | tomsmeding | (~tomsmedin@tomsmeding.com) (*.net *.split) |
2021-04-24 23:17:20 +0200 | Bergle_3 | (~Bergle_4@101.165.90.119) (*.net *.split) |
2021-04-24 23:17:20 +0200 | Katarushisu | (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) (*.net *.split) |
2021-04-24 23:17:20 +0200 | clynamen | (~clynamen@net-93-66-1-11.cust.vodafonedsl.it) (*.net *.split) |
2021-04-24 23:17:20 +0200 | vchlup | (~vchlup@nat.brnet.cz) (*.net *.split) |
2021-04-24 23:17:20 +0200 | jonatan | (~nate@h77-53-70-163.cust.a3fiber.se) (*.net *.split) |
2021-04-24 23:17:20 +0200 | johnw | (~johnw@haskell/developer/johnw) (*.net *.split) |
2021-04-24 23:17:21 +0200 | falsifian | (~falsifian@exoco.falsifian.org) (*.net *.split) |
2021-04-24 23:17:21 +0200 | davros | (~davros@host86-185-126-190.range86-185.btcentralplus.com) (*.net *.split) |
2021-04-24 23:17:21 +0200 | wavemode_ | (~wavemode@097-070-075-143.res.spectrum.com) (*.net *.split) |
2021-04-24 23:17:21 +0200 | totte | (~totte@chakra/totte) (*.net *.split) |
2021-04-24 23:17:23 +0200 | acarrico | (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) (*.net *.split) |
2021-04-24 23:17:23 +0200 | tv | (~tv@unaffiliated/tv) (*.net *.split) |
2021-04-24 23:17:23 +0200 | SquidDev | (~SquidDev@autoclave.squiddev.cc) (*.net *.split) |
2021-04-24 23:17:23 +0200 | byorgey | (~byorgey@155.138.238.211) (*.net *.split) |
2021-04-24 23:17:24 +0200 | kilolympus | (~kilolympu@5.151.5.180) (*.net *.split) |
2021-04-24 23:17:24 +0200 | pierrot | (~pi@unaffiliated/pierrot) (*.net *.split) |
2021-04-24 23:17:24 +0200 | jules_ | (~jules@ip201.ip-135-125-227.eu) (*.net *.split) |
2021-04-24 23:17:25 +0200 | hpc | (~juzz@ip98-169-35-13.dc.dc.cox.net) (*.net *.split) |
2021-04-24 23:17:25 +0200 | Adluc | (~Adluc@83.167.228.130) (*.net *.split) |
2021-04-24 23:17:25 +0200 | xintron | (~xintron@unaffiliated/xintron) (*.net *.split) |
2021-04-24 23:17:26 +0200 | stampirl | (~stampirl@195-154-112-77.rev.poneytelecom.eu) (*.net *.split) |
2021-04-24 23:17:26 +0200 | abrar | (~abrar@static-108-30-103-121.nycmny.fios.verizon.net) (*.net *.split) |
2021-04-24 23:17:26 +0200 | reda | (~niemand@unaffiliated/reda) (*.net *.split) |
2021-04-24 23:17:26 +0200 | samebchase | (~samebchas@51.15.68.182) (*.net *.split) |
2021-04-24 23:17:26 +0200 | dustinm | (~dustinm@static.38.6.217.95.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:26 +0200 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:17:27 +0200 | mrus | (~mrus@149.28.61.155) (*.net *.split) |
2021-04-24 23:17:27 +0200 | tilaiti | (~tilaiti@static.144.156.216.95.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:27 +0200 | caubert | (~caubert@136.244.111.235) (*.net *.split) |
2021-04-24 23:17:27 +0200 | energizer | (~energizer@unaffiliated/energizer) (*.net *.split) |
2021-04-24 23:17:27 +0200 | shapr | (~shapr@haskell/developer/shapr) (*.net *.split) |
2021-04-24 23:17:28 +0200 | icebreak1r | (michalc@freeshell.de) (*.net *.split) |
2021-04-24 23:17:28 +0200 | arianvp | (~weechat@arianvp.me) (*.net *.split) |
2021-04-24 23:17:28 +0200 | mceier | (~mceier@89-68-132-187.dynamic.chello.pl) (*.net *.split) |
2021-04-24 23:17:28 +0200 | Majoo | (~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net) (*.net *.split) |
2021-04-24 23:17:28 +0200 | xhlr | (~xhlr@static.144.156.216.95.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:28 +0200 | rkrishnan_ | (~rkrishnan@rkrishnan.org) (*.net *.split) |
2021-04-24 23:17:28 +0200 | Philonous | (~Philonous@unaffiliated/philonous) (*.net *.split) |
2021-04-24 23:17:28 +0200 | Jon | (~jon@redmars.org) (*.net *.split) |
2021-04-24 23:17:29 +0200 | machinedgod | (~machinedg@24.105.81.50) (*.net *.split) |
2021-04-24 23:17:29 +0200 | __minoru__shirae | (~shiraeesh@77.94.25.113) (*.net *.split) |
2021-04-24 23:17:29 +0200 | kritzefitz | (~kritzefit@212.86.56.80) (*.net *.split) |
2021-04-24 23:17:29 +0200 | Sgeo | (~Sgeo@ool-18b9875e.dyn.optonline.net) (*.net *.split) |
2021-04-24 23:17:29 +0200 | DTZUZU | (~DTZUZO@205.ip-149-56-132.net) (*.net *.split) |
2021-04-24 23:17:30 +0200 | son0p | (~ff@181.136.122.143) (*.net *.split) |
2021-04-24 23:17:30 +0200 | mmfood | (~mmfood@185.176.246.69) (*.net *.split) |
2021-04-24 23:17:30 +0200 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (*.net *.split) |
2021-04-24 23:17:30 +0200 | unyu | (~pyon@unaffiliated/pyon) (*.net *.split) |
2021-04-24 23:17:31 +0200 | dastomaten | (~dastomate@0543f40b.skybroadband.com) (*.net *.split) |
2021-04-24 23:17:31 +0200 | theDon | (~td@94.134.91.143) (*.net *.split) |
2021-04-24 23:17:31 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (*.net *.split) |
2021-04-24 23:17:31 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
2021-04-24 23:17:31 +0200 | DirefulSalt | (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) (*.net *.split) |
2021-04-24 23:17:31 +0200 | L29Ah | (~L29Ah@unaffiliated/l29ah) (*.net *.split) |
2021-04-24 23:17:32 +0200 | ukari | (~ukari@unaffiliated/ukari) (*.net *.split) |
2021-04-24 23:17:32 +0200 | notzmv | (~zmv@unaffiliated/zmv) (*.net *.split) |
2021-04-24 23:17:32 +0200 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) (*.net *.split) |
2021-04-24 23:17:32 +0200 | evanjs | (~evanjs@075-129-098-007.res.spectrum.com) (*.net *.split) |
2021-04-24 23:17:33 +0200 | luite | (sid387799@gateway/web/irccloud.com/x-jstlojjciwjquony) (*.net *.split) |
2021-04-24 23:17:33 +0200 | mcglk | (~textual@131.191.49.120) (*.net *.split) |
2021-04-24 23:17:33 +0200 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc) (*.net *.split) |
2021-04-24 23:17:33 +0200 | Irenes | (~irenes@NixOS/user/irenes) (*.net *.split) |
2021-04-24 23:17:33 +0200 | seveg | (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) (*.net *.split) |
2021-04-24 23:17:33 +0200 | aidecoe | (~aidecoe@unaffiliated/aidecoe) (*.net *.split) |
2021-04-24 23:17:33 +0200 | dilinger | (~dilinger@spindle.queued.net) (*.net *.split) |
2021-04-24 23:17:34 +0200 | codedmart | (codedmart@2600:3c01::f03c:92ff:fefe:8511) (*.net *.split) |
2021-04-24 23:17:34 +0200 | juri_ | (~juri@178.63.35.222) (*.net *.split) |
2021-04-24 23:17:34 +0200 | sdrodge_ | (~sdrodge@unaffiliated/sdrodge) (*.net *.split) |
2021-04-24 23:17:35 +0200 | Forlorn_ | (~Forlorn@unaffiliated/forlorn) (*.net *.split) |
2021-04-24 23:17:35 +0200 | caasih | (sid13241@gateway/web/irccloud.com/x-ywhvuyflycmojjfa) (*.net *.split) |
2021-04-24 23:17:35 +0200 | ibloom | (sid350277@gateway/web/irccloud.com/x-yhokoaaxqmoudodu) (*.net *.split) |
2021-04-24 23:17:35 +0200 | alexknvl | (sid259568@gateway/web/irccloud.com/x-wdxobfzstmpkvclf) (*.net *.split) |
2021-04-24 23:17:36 +0200 | kaletaa | (~kaletaa@188.34.177.83) (*.net *.split) |
2021-04-24 23:17:36 +0200 | kloeri | (~kloeri@freenode/staff/exherbo.kloeri) (*.net *.split) |
2021-04-24 23:17:36 +0200 | joeytwiddle | (~joeytwidd@162.243.115.31) (*.net *.split) |
2021-04-24 23:17:36 +0200 | lovesegfault | (~bemeurer@37.219.94.34.bc.googleusercontent.com) (*.net *.split) |
2021-04-24 23:17:36 +0200 | TMA | (tma@twin.jikos.cz) (*.net *.split) |
2021-04-24 23:17:36 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (*.net *.split) |
2021-04-24 23:17:36 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
2021-04-24 23:17:36 +0200 | jollygood2 | (~bc8134e3@217.29.117.252) (*.net *.split) |
2021-04-24 23:17:37 +0200 | wonko7 | (~wonko7@62.115.229.50) (*.net *.split) |
2021-04-24 23:17:37 +0200 | conal_ | (~conal@64.71.133.70) (*.net *.split) |
2021-04-24 23:17:37 +0200 | gitgood | (~gitgood@80-44-9-246.dynamic.dsl.as9105.com) (*.net *.split) |
2021-04-24 23:17:37 +0200 | fendor | (~fendor@178.165.131.197.wireless.dyn.drei.com) (*.net *.split) |
2021-04-24 23:17:38 +0200 | Codaraxis__ | (~Codaraxis@92.223.89.200) (*.net *.split) |
2021-04-24 23:17:38 +0200 | honigkuchen | (~honigkuch@ip5b429953.dynamic.kabel-deutschland.de) (*.net *.split) |
2021-04-24 23:17:38 +0200 | quinn | (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) (*.net *.split) |
2021-04-24 23:17:38 +0200 | zaquest | (~notzaques@5.128.210.178) (*.net *.split) |
2021-04-24 23:17:38 +0200 | mikolaj_ | (~mikolaj@purple.well-typed.com) (*.net *.split) |
2021-04-24 23:17:39 +0200 | xlei | (znc@unaffiliated/xlei) (*.net *.split) |
2021-04-24 23:17:39 +0200 | cohn_ | (~noone@23.239.18.252) (*.net *.split) |
2021-04-24 23:17:39 +0200 | SIben_ | (~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split) |
2021-04-24 23:17:39 +0200 | carbolymer | (~carbolyme@dropacid.net) (*.net *.split) |
2021-04-24 23:17:39 +0200 | dminuoso | (~dminuoso@static.88-198-218-68.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:40 +0200 | jassob | (~jassob@korrob.vth.sgsnet.se) (*.net *.split) |
2021-04-24 23:17:40 +0200 | _xor | (~xor@74.215.46.133) (*.net *.split) |
2021-04-24 23:17:41 +0200 | davean | (~davean@davean.sciesnet.net) (*.net *.split) |
2021-04-24 23:17:41 +0200 | SupaYoshi | (~supayoshi@213-10-140-13.fixed.kpn.net) (*.net *.split) |
2021-04-24 23:17:42 +0200 | st13g | (~quassel@47.90.246.232) (*.net *.split) |
2021-04-24 23:17:42 +0200 | liyang | (~liyang@90.255.129.199) (*.net *.split) |
2021-04-24 23:17:42 +0200 | marble_visions | (~user@68.183.79.8) (*.net *.split) |
2021-04-24 23:17:42 +0200 | mapperr | (~mapperr@vmi389916.contaboserver.net) (*.net *.split) |
2021-04-24 23:17:42 +0200 | _ashbreeze_ | (~mark@64.85.214.234.reverse.socket.net) (*.net *.split) |
2021-04-24 23:17:42 +0200 | blissful | (~blissful@unaffiliated/azuline) (*.net *.split) |
2021-04-24 23:17:43 +0200 | bgamari | (~bgamari@72.65.101.132) (*.net *.split) |
2021-04-24 23:17:43 +0200 | conkker | (~conkker@unaffiliated/conkker) (*.net *.split) |
2021-04-24 23:17:43 +0200 | cods | (~fred@82-65-232-44.subs.proxad.net) (*.net *.split) |
2021-04-24 23:17:43 +0200 | Firedancer | (sid336191@gateway/web/irccloud.com/x-xoleucehjmvybibw) (*.net *.split) |
2021-04-24 23:17:43 +0200 | mud | (~mud@unaffiliated/kadoban) (*.net *.split) |
2021-04-24 23:17:43 +0200 | infinity0 | (~infinity0@freenet/developer/infinity0) (*.net *.split) |
2021-04-24 23:17:43 +0200 | tristanC | (~tristanC@unaffiliated/tristanc) (*.net *.split) |
2021-04-24 23:17:43 +0200 | pieguy128_ | (~pieguy128@bas1-quebec14-67-70-101-46.dsl.bell.ca) (*.net *.split) |
2021-04-24 23:17:44 +0200 | vancz | (~vancz@unaffiliated/vancz) (*.net *.split) |
2021-04-24 23:17:44 +0200 | pie_ | (~pie_bnc]@unaffiliated/pie-/x-0787662) (*.net *.split) |
2021-04-24 23:17:44 +0200 | esph | (~weechat@unaffiliated/esph) (*.net *.split) |
2021-04-24 23:17:44 +0200 | mrd | (~mrd@debian/developer/mrd) (*.net *.split) |
2021-04-24 23:17:44 +0200 | Igloo | (~igloo@matrix.chaos.earth.li) (*.net *.split) |
2021-04-24 23:17:44 +0200 | jvanbure_ | (~jvanbure@159.65.233.183) (*.net *.split) |
2021-04-24 23:17:44 +0200 | tstat | (~tstat@104.131.113.212) (*.net *.split) |
2021-04-24 23:17:44 +0200 | lockshaw_ | (~lockshaw@165.22.163.71) (*.net *.split) |
2021-04-24 23:17:45 +0200 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) (*.net *.split) |
2021-04-24 23:17:45 +0200 | TommyC | (~TommyC@unaffiliated/sepulchralbloom) (*.net *.split) |
2021-04-24 23:17:45 +0200 | kqr | (~kqr@vps.xkqr.org) (*.net *.split) |
2021-04-24 23:17:45 +0200 | remedan | (~remedan@balak.me) (*.net *.split) |
2021-04-24 23:17:45 +0200 | zymurgy | (~zymurgy@li607-220.members.linode.com) (*.net *.split) |
2021-04-24 23:17:45 +0200 | acro | (~acro@unaffiliated/acro) (*.net *.split) |
2021-04-24 23:17:45 +0200 | loc | (~loc@unaffiliated/loc) (*.net *.split) |
2021-04-24 23:17:46 +0200 | Aleksejs | (~Aleksejs@haskell.lv) (*.net *.split) |
2021-04-24 23:17:46 +0200 | pounce | (~pounce@ns379743.ip-5-196-70.eu) (*.net *.split) |
2021-04-24 23:17:46 +0200 | djanatyn_ | (~djanatyn@ec2-18-209-155-56.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:17:46 +0200 | pdxleif | (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:17:46 +0200 | fr33domlover | (~fr33domlo@angeley.es) (*.net *.split) |
2021-04-24 23:17:46 +0200 | shreyasminocha | (~shreyasmi@unaffiliated/shreyasminocha) (*.net *.split) |
2021-04-24 23:17:46 +0200 | bind2 | (~bind@md-dingen.tilaa.cloud) (*.net *.split) |
2021-04-24 23:17:46 +0200 | remexre | (~nathan@207-153-38-50.fttp.usinternet.com) (*.net *.split) |
2021-04-24 23:17:46 +0200 | stvc | (~stvc@192.241.166.39) (*.net *.split) |
2021-04-24 23:17:46 +0200 | asm89 | (~asm89@unaffiliated/asm89) (*.net *.split) |
2021-04-24 23:17:46 +0200 | tasuki | (~tasuki@198.211.120.27) (*.net *.split) |
2021-04-24 23:17:47 +0200 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (*.net *.split) |
2021-04-24 23:17:47 +0200 | tomku | (~tomku@unaffiliated/tomku) (*.net *.split) |
2021-04-24 23:17:47 +0200 | eagleflo | (~aku@eagleflow.fi) (*.net *.split) |
2021-04-24 23:17:47 +0200 | seliopou | (seliopou@entropy.tmok.com) (*.net *.split) |
2021-04-24 23:17:47 +0200 | gargawel | (~gael@212.83.144.58) (*.net *.split) |
2021-04-24 23:17:47 +0200 | heath | (~heath@unaffiliated/ybit) (*.net *.split) |
2021-04-24 23:17:47 +0200 | Kneiva_ | (kneiva@raah.fi) (*.net *.split) |
2021-04-24 23:17:47 +0200 | relrod | (~relrod@redhat/ansible.staff.relrod) (*.net *.split) |
2021-04-24 23:17:47 +0200 | deni | (~deni@unaffiliated/deni) (*.net *.split) |
2021-04-24 23:17:47 +0200 | wayne | (~wayne@unaffiliated/wayne) (*.net *.split) |
2021-04-24 23:17:47 +0200 | dredozubov | (~dredozubo@37.139.21.214) (*.net *.split) |
2021-04-24 23:17:48 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (*.net *.split) |
2021-04-24 23:17:48 +0200 | Rudd0 | (~Rudd0@185.189.115.108) (*.net *.split) |
2021-04-24 23:17:48 +0200 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (*.net *.split) |
2021-04-24 23:17:48 +0200 | Nik05 | (~Nik05@unaffiliated/nik05) (*.net *.split) |
2021-04-24 23:17:48 +0200 | HannaM | (~quassel@p54849510.dip0.t-ipconnect.de) (*.net *.split) |
2021-04-24 23:17:48 +0200 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (*.net *.split) |
2021-04-24 23:17:49 +0200 | bradparker | (sid262931@gateway/web/irccloud.com/x-ipktkzcrditobyzs) (*.net *.split) |
2021-04-24 23:17:49 +0200 | gawen | (~gawen@movzbl.root.sx) (*.net *.split) |
2021-04-24 23:17:49 +0200 | ephemera__ | (~E@122.34.1.187) (*.net *.split) |
2021-04-24 23:17:49 +0200 | glamas_ | (~glamas@107.182.17.237) (*.net *.split) |
2021-04-24 23:17:49 +0200 | jrm | (~jrm@freebsd/developer/jrm) (*.net *.split) |
2021-04-24 23:17:50 +0200 | ahf | (ahf@irssi/staff/ahf) (*.net *.split) |
2021-04-24 23:17:50 +0200 | cyberlard | (~cyberlard@unaffiliated/jludwig) (*.net *.split) |
2021-04-24 23:17:50 +0200 | Neuromancer | (~Neuromanc@unaffiliated/neuromancer) (*.net *.split) |
2021-04-24 23:17:50 +0200 | landonf | (landonf@mac68k.info) (*.net *.split) |
2021-04-24 23:17:51 +0200 | tromp | (~tromp@dhcp-077-249-230-040.chello.nl) (*.net *.split) |
2021-04-24 23:17:51 +0200 | poljar1 | (~poljar@93-139-112-157.adsl.net.t-com.hr) (*.net *.split) |
2021-04-24 23:17:51 +0200 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) (*.net *.split) |
2021-04-24 23:17:51 +0200 | mudfog | (~mudfog@ec2-54-152-211-54.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:17:51 +0200 | tumdedum | (~tumdedum@unaffiliated/espiral) (*.net *.split) |
2021-04-24 23:17:51 +0200 | echoreply | (~echoreply@unaffiliated/echoreply) (*.net *.split) |
2021-04-24 23:17:51 +0200 | duckonomy_ | (~duckonomy@177.ip-144-217-84.net) (*.net *.split) |
2021-04-24 23:17:52 +0200 | troydm | (~troydm@unaffiliated/troydm) (*.net *.split) |
2021-04-24 23:17:52 +0200 | Benett | (~Benett@unaffiliated/benett) (*.net *.split) |
2021-04-24 23:17:52 +0200 | lordyod | (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) (*.net *.split) |
2021-04-24 23:17:52 +0200 | swater | (~swater@perso.iiens.net) (*.net *.split) |
2021-04-24 23:17:52 +0200 | Moyst | (~moyst@212-149-213-144.bb.dnainternet.fi) (*.net *.split) |
2021-04-24 23:17:52 +0200 | connrs | (~connrs@mail.connolley.uk) (*.net *.split) |
2021-04-24 23:17:52 +0200 | nckx | (~nckx@tobias.gr) (*.net *.split) |
2021-04-24 23:17:52 +0200 | lep-delete | (~lep@94.31.86.183) (*.net *.split) |
2021-04-24 23:17:52 +0200 | SlashLife | (~slashlife@stienen.name) (*.net *.split) |
2021-04-24 23:17:52 +0200 | ent | (entgod@kapsi.fi) (*.net *.split) |
2021-04-24 23:17:52 +0200 | tdammers | (~tdammers@unaffiliated/tdammers) (*.net *.split) |
2021-04-24 23:17:53 +0200 | CitizenSnips | (~CitizenSn@irc.refl.club) (*.net *.split) |
2021-04-24 23:17:53 +0200 | ralu | (~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:53 +0200 | tessier | (~treed@kernel-panic/copilotco) (*.net *.split) |
2021-04-24 23:17:53 +0200 | adium | (adium@unaffiliated/adium) (*.net *.split) |
2021-04-24 23:17:54 +0200 | frobnicator | (~frobnicat@185-227-75-147.dsl.cambrium.nl) (*.net *.split) |
2021-04-24 23:17:54 +0200 | Deewiant | (~deewiant@de1.ut.deewiant.iki.fi) (*.net *.split) |
2021-04-24 23:17:54 +0200 | exferenceBot | (~exference@hexagoxel.de) (*.net *.split) |
2021-04-24 23:17:54 +0200 | tolt | (~weechat-h@li219-154.members.linode.com) (*.net *.split) |
2021-04-24 23:17:54 +0200 | ornxka | (~ornxka@unaffiliated/ornx) (*.net *.split) |
2021-04-24 23:17:54 +0200 | lazyshrk | (~lazyshrk@128.199.58.13) (*.net *.split) |
2021-04-24 23:17:54 +0200 | afx237 | (~afx237@107.170.10.178) (*.net *.split) |
2021-04-24 23:17:55 +0200 | haskell_1 | (~twain@168.61.46.105) (*.net *.split) |
2021-04-24 23:17:55 +0200 | rotty | (rotty@ghost.xx.vu) (*.net *.split) |
2021-04-24 23:17:55 +0200 | wz1000 | (~wz1000@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
2021-04-24 23:17:56 +0200 | Patternmaster | (~georg@li1192-118.members.linode.com) (*.net *.split) |
2021-04-24 23:17:56 +0200 | Iroha | (~Dykomii@kyoto.mii.moe) (*.net *.split) |
2021-04-24 23:17:56 +0200 | statusfailed | (~statusfai@statusfailed.com) (*.net *.split) |
2021-04-24 23:17:56 +0200 | hexagoxel | (~hexagoxel@hexagoxel.de) (*.net *.split) |
2021-04-24 23:17:56 +0200 | WarzoneCommand | (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split) |
2021-04-24 23:17:56 +0200 | dibblego | (~dibblego@haskell/developer/dibblego) (*.net *.split) |
2021-04-24 23:17:56 +0200 | maerwald | (~maerwald@mail.hasufell.de) (*.net *.split) |
2021-04-24 23:17:56 +0200 | drewolson | (~drewolson@64.227.24.16) (*.net *.split) |
2021-04-24 23:17:56 +0200 | thebnq | (~bnq@herrokitty.com) (*.net *.split) |
2021-04-24 23:17:57 +0200 | digia | (~digia@unaffiliated/digia) (*.net *.split) |
2021-04-24 23:17:57 +0200 | jmsx | (~jordan@li1158-85.members.linode.com) (*.net *.split) |
2021-04-24 23:17:57 +0200 | luigy | (~luigy@104.236.106.229) (*.net *.split) |
2021-04-24 23:17:57 +0200 | koala_man | (~vidar@unaffiliated/koala-man/x-2491903) (*.net *.split) |
2021-04-24 23:17:57 +0200 | magicman | (~tchakkazu@static-47-180-28-65.lsan.ca.frontiernet.net) (*.net *.split) |
2021-04-24 23:17:57 +0200 | johnyginthehouse | (~johnygint@159.203.30.32) (*.net *.split) |
2021-04-24 23:17:57 +0200 | dh | (dh@bsd.ee) (*.net *.split) |
2021-04-24 23:17:57 +0200 | Clint | (~Clint@libre.fm/hacker/clint) (*.net *.split) |
2021-04-24 23:17:57 +0200 | quicksil1er | (~jules@roobarb.crazydogs.org) (*.net *.split) |
2021-04-24 23:17:57 +0200 | EdwardIII | (~edwardiii@unaffiliated/edward123) (*.net *.split) |
2021-04-24 23:17:57 +0200 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) (*.net *.split) |
2021-04-24 23:17:58 +0200 | jb55 | (~jb55@gateway/tor-sasl/jb55) (*.net *.split) |
2021-04-24 23:17:58 +0200 | hendursaga | (~weechat@gateway/tor-sasl/hendursaga) (*.net *.split) |
2021-04-24 23:17:58 +0200 | finn_elija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (*.net *.split) |
2021-04-24 23:17:58 +0200 | snowflake_ | (~snowflake@gateway/tor-sasl/snowflake) (*.net *.split) |
2021-04-24 23:17:58 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (*.net *.split) |
2021-04-24 23:17:59 +0200 | cantstanya | (~chatting@gateway/tor-sasl/cantstanya) (*.net *.split) |
2021-04-24 23:17:59 +0200 | Unhammer | (~Unhammer@gateway/tor-sasl/unhammer) (*.net *.split) |
2021-04-24 23:17:59 +0200 | vgtw | (~vgtw@gateway/tor-sasl/vgtw) (*.net *.split) |
2021-04-24 23:17:59 +0200 | andreas303 | (~andreas@gateway/tor-sasl/andreas303) (*.net *.split) |
2021-04-24 23:17:59 +0200 | Chai-T-Rex | (~ChaiTRex@gateway/tor-sasl/chaitrex) (*.net *.split) |
2021-04-24 23:17:59 +0200 | xelxebar | (~xelxebar@gateway/tor-sasl/xelxebar) (*.net *.split) |
2021-04-24 23:17:59 +0200 | jpds | (~jpds@gateway/tor-sasl/jpds) (*.net *.split) |
2021-04-24 23:18:00 +0200 | Sarcarean | (4582bfd4@h69-130-191-212.bendor.broadband.dynamic.tds.net) (*.net *.split) |
2021-04-24 23:18:00 +0200 | federd8 | (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) (*.net *.split) |
2021-04-24 23:18:00 +0200 | thunderrd | (~thunderrd@183.182.114.233) (*.net *.split) |
2021-04-24 23:18:00 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim) (*.net *.split) |
2021-04-24 23:18:00 +0200 | Guillaum | (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb) (*.net *.split) |
2021-04-24 23:18:01 +0200 | berberman | (~berberman@unaffiliated/berberman) (*.net *.split) |
2021-04-24 23:18:01 +0200 | lemmih | (~lemmih@2406:3003:2072:44:b750:bcd2:3182:6116) (*.net *.split) |
2021-04-24 23:18:01 +0200 | tabaqui | (~tabaqui@2604:a880:800:c1::21b:3001) (*.net *.split) |
2021-04-24 23:18:01 +0200 | alanz | (sid110616@gateway/web/irccloud.com/x-wrkjabizodqmlyrt) (*.net *.split) |
2021-04-24 23:18:01 +0200 | cybai | (~cybai@2400:4050:3122:900:f13a:fdb8:499e:2b92) (*.net *.split) |
2021-04-24 23:18:01 +0200 | maralorn | (maralornma@gateway/shell/matrix.org/x-effbgvlwiyjkbspr) (*.net *.split) |
2021-04-24 23:18:02 +0200 | madjestic[m] | (madjesticm@gateway/shell/matrix.org/x-ktewxaguqqmdajwc) (*.net *.split) |
2021-04-24 23:18:03 +0200 | anon1891[m] | (anon1891ma@gateway/shell/matrix.org/x-luqmyjielnldrpsd) (*.net *.split) |
2021-04-24 23:18:03 +0200 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-vkuwqhpopicdwkjn) (*.net *.split) |
2021-04-24 23:18:03 +0200 | alar[m] | (alarmxalat@gateway/shell/matrix.org/x-rxfmpjgktvgasqzm) (*.net *.split) |
2021-04-24 23:18:03 +0200 | maerwald[m] | (maerwaldma@gateway/shell/matrix.org/x-xrjtspmgpqnkebab) (*.net *.split) |
2021-04-24 23:18:04 +0200 | adziahel[m] | (adziahelma@gateway/shell/matrix.org/x-cyhjmrgvstvbsvar) (*.net *.split) |
2021-04-24 23:18:04 +0200 | mrkajetanp | (mrkajetanp@gateway/shell/matrix.org/x-hpxrawejyiafurts) (*.net *.split) |
2021-04-24 23:18:04 +0200 | mrus[m] | (mrusmatrix@gateway/shell/matrix.org/x-uxnzjhojjgavftjp) (*.net *.split) |
2021-04-24 23:18:05 +0200 | toasty_avocado[m | (toastyavoc@gateway/shell/matrix.org/x-suvnnltfbgmbcmqp) (*.net *.split) |
2021-04-24 23:18:05 +0200 | lambdaclan | (lambdaclan@gateway/shell/matrix.org/x-amguadwuvvlssavp) (*.net *.split) |
2021-04-24 23:18:05 +0200 | hsiktas[m] | (hsiktasmat@gateway/shell/matrix.org/x-rzbavalgomdzhhtt) (*.net *.split) |
2021-04-24 23:18:05 +0200 | rednaZ[m] | (r3dnazmatr@gateway/shell/matrix.org/x-dhpmvcgpmsxtqfgs) (*.net *.split) |
2021-04-24 23:18:05 +0200 | jeffcasavant[m] | (jeffcasava@gateway/shell/matrix.org/x-xswajewqaoguxzda) (*.net *.split) |
2021-04-24 23:18:05 +0200 | ThaEwat | (thaewraptm@gateway/shell/matrix.org/x-utrkwzmbsriqzljj) (*.net *.split) |
2021-04-24 23:18:05 +0200 | fgaz | (fgazmatrix@gateway/shell/matrix.org/x-cxxxnfuxyrjazthh) (*.net *.split) |
2021-04-24 23:18:05 +0200 | PotatoHatsue | (berbermanp@gateway/shell/matrix.org/x-nvqlvyzjmcadpsda) (*.net *.split) |
2021-04-24 23:18:06 +0200 | anandprabhu-M | (anandprabh@gateway/shell/kde/matrix/x-bzzbuurppcsxzllt) (*.net *.split) |
2021-04-24 23:18:06 +0200 | spoonm | (~spoonm@tokyo.spoonm.org) (*.net *.split) |
2021-04-24 23:18:06 +0200 | mflux | (flux@coffee.modeemi.fi) (*.net *.split) |
2021-04-24 23:18:06 +0200 | towel | (~towel@unaffiliated/towel) (*.net *.split) |
2021-04-24 23:18:06 +0200 | oldsk00l | (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:18:07 +0200 | jameekim1 | (~jameekim@mx.nodaplife.me) (*.net *.split) |
2021-04-24 23:18:07 +0200 | nlofaro | (sid258233@gateway/web/irccloud.com/x-zceopsfcsjrtpvjo) (*.net *.split) |
2021-04-24 23:18:07 +0200 | lemald | (~eddie@capybara.lemald.org) (*.net *.split) |
2021-04-24 23:18:07 +0200 | nemesit|znc | (~nemesit@2a01:488:66:1000:2ea3:4eeb:0:1) (*.net *.split) |
2021-04-24 23:18:07 +0200 | koankeeper | (sid216950@gateway/web/irccloud.com/x-lympprcqrveoixtt) (*.net *.split) |
2021-04-24 23:18:08 +0200 | rawles | (~r@unaffiliated/rawles) (*.net *.split) |
2021-04-24 23:18:08 +0200 | LambdaDu1k | (~anka@ksit.fixme.fi) (*.net *.split) |
2021-04-24 23:18:08 +0200 | blackdog | (~blackdog@198.211.112.85) (*.net *.split) |
2021-04-24 23:18:08 +0200 | sdressel | (~sdressel@pwning.de) (*.net *.split) |
2021-04-24 23:18:08 +0200 | sarahzrf | (~sarahzrf_@2604:a880:400:d0::b4a:4001) (*.net *.split) |
2021-04-24 23:18:09 +0200 | jesser[m] | (jessermatr@gateway/shell/matrix.org/x-aupqwvyiwubojerx) (*.net *.split) |
2021-04-24 23:18:09 +0200 | Poyo[m] | (stikynotha@gateway/shell/matrix.org/x-xcbfkbcujzncipye) (*.net *.split) |
2021-04-24 23:18:09 +0200 | lnxw37d4 | (lnxw37d4ma@gateway/shell/matrix.org/x-mzuaquuooftpadmi) (*.net *.split) |
2021-04-24 23:18:10 +0200 | amerocu[m] | (amerocumat@gateway/shell/matrix.org/x-qzhlcptahjtnfoav) (*.net *.split) |
2021-04-24 23:18:10 +0200 | fox[m]1 | (foxforestf@gateway/shell/matrix.org/x-hqbybhlwcrwvhxhe) (*.net *.split) |
2021-04-24 23:18:10 +0200 | enya[m] | (enyaismatr@gateway/shell/matrix.org/x-sutipvvcssuynets) (*.net *.split) |
2021-04-24 23:18:10 +0200 | ManofLetters[m] | (manoflette@gateway/shell/matrix.org/x-ovmdqtbnmvvsfsit) (*.net *.split) |
2021-04-24 23:18:11 +0200 | JaakkoLuttinen[m | (jluttinema@gateway/shell/matrix.org/x-lrgelkqzqyoiwyju) (*.net *.split) |
2021-04-24 23:18:11 +0200 | DamienCassou | (damiencass@gateway/shell/matrix.org/x-wraaqkgwwvejeluv) (*.net *.split) |
2021-04-24 23:18:11 +0200 | bitonic | (bitonicmat@gateway/shell/matrix.org/x-yisbdbwqrxbimepi) (*.net *.split) |
2021-04-24 23:18:11 +0200 | sm[m] | (simonmicma@gateway/shell/matrix.org/x-fghdiqopefseaokb) (*.net *.split) |
2021-04-24 23:18:12 +0200 | megaTherion | (~therion@unix.io) (*.net *.split) |
2021-04-24 23:18:12 +0200 | hyperfekt | (end@bnc.hyperfekt.net) (*.net *.split) |
2021-04-24 23:18:13 +0200 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
2021-04-24 23:18:13 +0200 | gareth__ | (~gareth__@104.236.161.134) (*.net *.split) |
2021-04-24 23:18:13 +0200 | chirpsalot | (~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net) (*.net *.split) |
2021-04-24 23:18:13 +0200 | Guest36391 | (~iomonad@95.179.211.27) (*.net *.split) |
2021-04-24 23:18:13 +0200 | mr_yogurt | (~mr_yogurt@5.61.211.35.bc.googleusercontent.com) (*.net *.split) |
2021-04-24 23:18:13 +0200 | xensky | (~xensky@xengarden.xen.prgmr.com) (*.net *.split) |
2021-04-24 23:18:14 +0200 | nrdmn98 | (~nrdmn@95.129.53.118) (*.net *.split) |
2021-04-24 23:18:14 +0200 | bcmiller | (~bm3719@66.42.95.185) (*.net *.split) |
2021-04-24 23:18:14 +0200 | anoe | (~anoe@51.15.174.146) (*.net *.split) |
2021-04-24 23:18:14 +0200 | qz | (~quetzal@li272-85.members.linode.com) (*.net *.split) |
2021-04-24 23:18:14 +0200 | toppler` | (~user@mtop.default.momentoftop.uk0.bigv.io) (*.net *.split) |
2021-04-24 23:18:14 +0200 | marek | (~mmahut@fedora/pyxel) (*.net *.split) |
2021-04-24 23:18:15 +0200 | cross | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
2021-04-24 23:18:15 +0200 | _janne | (~janne@punainen.org) (*.net *.split) |
2021-04-24 23:18:15 +0200 | nerdypepper | (znc@152.67.162.71) (*.net *.split) |
2021-04-24 23:18:15 +0200 | neobit_ | (~neobit@159.65.243.9) (*.net *.split) |
2021-04-24 23:18:15 +0200 | Uniaika | (~uniaika@163.172.211.189) (*.net *.split) |
2021-04-24 23:18:15 +0200 | madnificent | (~madnifice@static.210.74.63.178.clients.your-server.de) (*.net *.split) |
2021-04-24 23:18:15 +0200 | Guest38723 | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (*.net *.split) |
2021-04-24 23:18:15 +0200 | sw1nn | (~sw1nn@2a00:23c7:622f:2c00:5726:e59c:c228:d7ce) (*.net *.split) |
2021-04-24 23:18:15 +0200 | howdoi | (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij) (*.net *.split) |
2021-04-24 23:18:16 +0200 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) (*.net *.split) |
2021-04-24 23:18:16 +0200 | twk- | (~thewormki@unaffiliated/twk-) (*.net *.split) |
2021-04-24 23:18:16 +0200 | renzhi | (~renzhi@2607:fa49:6500:bc00::e7b) (*.net *.split) |
2021-04-24 23:18:16 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-caupldtffelvoeqp) (*.net *.split) |
2021-04-24 23:18:16 +0200 | stef204 | (~stef204@unaffiliated/stef-204/x-384198) (*.net *.split) |
2021-04-24 23:18:16 +0200 | hiroaki | (~hiroaki@2a02:8108:8c40:2bb8:6312:c8ad:fc31:201b) (*.net *.split) |
2021-04-24 23:18:16 +0200 | dmytrish | (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c) (*.net *.split) |
2021-04-24 23:18:17 +0200 | Feuermagier | (~Feuermagi@2a02:2488:4211:3400:7285:c2ff:fe22:172e) (*.net *.split) |
2021-04-24 23:18:17 +0200 | srk | (~sorki@unaffiliated/srk) (*.net *.split) |
2021-04-24 23:18:17 +0200 | graingert | (sid128301@gateway/web/irccloud.com/x-hzpuckilkrvcdlsz) (*.net *.split) |
2021-04-24 23:18:17 +0200 | shutdown_-h_now | (~arjan@2001:1c06:2d0b:2312:41b7:a173:a0b0:162b) (*.net *.split) |
2021-04-24 23:18:18 +0200 | haritz | (~hrtz@unaffiliated/haritz) (*.net *.split) |
2021-04-24 23:18:18 +0200 | b20n | (sid115913@gateway/web/irccloud.com/x-wvurqfbcjkkidela) (*.net *.split) |
2021-04-24 23:18:18 +0200 | d0liver | (sid363046@gateway/web/irccloud.com/x-nemzonvlsnfdjkyk) (*.net *.split) |
2021-04-24 23:18:19 +0200 | rann | (sid175221@gateway/web/irccloud.com/x-htpbeywwyvgnitzj) (*.net *.split) |
2021-04-24 23:18:19 +0200 | lawid | (~quassel@2a02:8109:b5c0:5334:265e:beff:fe2a:dde8) (*.net *.split) |
2021-04-24 23:18:19 +0200 | dexterlb | (~dexterlb@2a01:9e40:2:2::2) (*.net *.split) |
2021-04-24 23:18:19 +0200 | darthThorik | (sid39589@gateway/web/irccloud.com/x-oqamjdqpvpmmnlft) (*.net *.split) |
2021-04-24 23:18:19 +0200 | albethere | (sid457088@gateway/web/irccloud.com/x-egqhysbcgqwwryxs) (*.net *.split) |
2021-04-24 23:18:19 +0200 | dsal | (sid13060@gateway/web/irccloud.com/x-qtgpxhcseaxflmxx) (*.net *.split) |
2021-04-24 23:18:19 +0200 | NinjaTrappeur | (~ninja@unaffiliated/ninjatrappeur) (*.net *.split) |
2021-04-24 23:18:19 +0200 | PtxDK | (~quassel@2a01:7c8:aac3:591:5054:ff:fe3d:cac6) (*.net *.split) |
2021-04-24 23:18:19 +0200 | pepeiborra | (sid443799@gateway/web/irccloud.com/x-wwhumdjiavtzqvnj) (*.net *.split) |
2021-04-24 23:18:19 +0200 | thi | (sid97277@gateway/web/irccloud.com/x-qecopghcofyuqahp) (*.net *.split) |
2021-04-24 23:18:20 +0200 | PotatoGim | (sid99505@gateway/web/irccloud.com/x-qrihjhvmnnmtnggm) (*.net *.split) |
2021-04-24 23:18:20 +0200 | pent | (sid313808@gateway/web/irccloud.com/x-oyldewujgosrhjtp) (*.net *.split) |
2021-04-24 23:18:20 +0200 | sclv | (sid39734@haskell/developer/sclv) (*.net *.split) |
2021-04-24 23:18:20 +0200 | parisienne | (sid383587@gateway/web/irccloud.com/x-vydbxjnkijiazrlk) (*.net *.split) |
2021-04-24 23:18:20 +0200 | tekacs | (tekacs@2a01:7e00::f03c:91ff:fe93:43aa) (*.net *.split) |
2021-04-24 23:18:21 +0200 | pjb | (~pjb@2a01cb04063ec500ad42b45c394adc0f.ipv6.abo.wanadoo.fr) (*.net *.split) |
2021-04-24 23:18:21 +0200 | sqrt2 | (~ben@unaffiliated/sqrt2) (*.net *.split) |
2021-04-24 23:18:21 +0200 | rizary | (sid220347@gateway/web/irccloud.com/x-zmjqapjzsmflqwgm) (*.net *.split) |
2021-04-24 23:18:21 +0200 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-koiygmjzeszehzrt) (*.net *.split) |
2021-04-24 23:18:21 +0200 | kip | (sid71464@gateway/web/irccloud.com/x-urjbgtyvyzgxzumc) (*.net *.split) |
2021-04-24 23:18:21 +0200 | idnar | (sid12240@gateway/web/irccloud.com/x-pvawekuiulmnefkg) (*.net *.split) |
2021-04-24 23:18:21 +0200 | liszt | (sid336875@gateway/web/irccloud.com/x-aonselplhnbmouys) (*.net *.split) |
2021-04-24 23:18:21 +0200 | travv0 | (sid293381@gateway/web/irccloud.com/x-hoivuatisyqixyit) (*.net *.split) |
2021-04-24 23:18:22 +0200 | cbarrett | (sid192934@adium/cbarrett) (*.net *.split) |
2021-04-24 23:18:22 +0200 | edmundnoble | (sid229620@gateway/web/irccloud.com/x-emmrpthgulpebvrs) (*.net *.split) |
2021-04-24 23:18:22 +0200 | PoliticsII______ | (sid193551@gateway/web/irccloud.com/x-yxyceemvbzkrgcna) (*.net *.split) |
2021-04-24 23:18:22 +0200 | teehemkay | (sid14792@gateway/web/irccloud.com/x-aozhbjqwwkaxnioe) (*.net *.split) |
2021-04-24 23:18:22 +0200 | simplegauss | (~simplegau@2001:19f0:ac01:247:5400:ff:fe5c:689f) (*.net *.split) |
2021-04-24 23:18:22 +0200 | lawt | (~lawt@2601:200:8101:f140:dea6:32ff:fea1:adfa) (*.net *.split) |
2021-04-24 23:18:22 +0200 | lechner | (~lechner@letbox-vps.us-core.com) (*.net *.split) |
2021-04-24 23:18:23 +0200 | flow | (~none@salem.informatik.uni-erlangen.de) (*.net *.split) |
2021-04-24 23:18:23 +0200 | Blkt | (~Blkt@2a01:4f8:200:2425::adda) (*.net *.split) |
2021-04-24 23:18:23 +0200 | tionos- | (~tionos@2a0b:b7c4:1:731::1) (*.net *.split) |
2021-04-24 23:18:23 +0200 | PyroLagus | (PyroLagus@i.have.ipv6.on.coding4coffee.org) (*.net *.split) |
2021-04-24 23:18:23 +0200 | nick_h | (sid319833@gateway/web/irccloud.com/x-rpjxyycebsudwryk) (*.net *.split) |
2021-04-24 23:18:24 +0200 | lexi-lambda | (sid92601@gateway/web/irccloud.com/x-lbtagjjufznxxeun) (*.net *.split) |
2021-04-24 23:18:25 +0200 | cawfee | (chiya@2406:3003:2077:2341::babe) (*.net *.split) |
2021-04-24 23:18:25 +0200 | jiribenes | (~jiribenes@rosa.jiribenes.com) (*.net *.split) |
2021-04-24 23:18:25 +0200 | betawaffle | (sid2730@gateway/web/irccloud.com/x-mgkyhxjwrxbfnjrt) (*.net *.split) |
2021-04-24 23:18:25 +0200 | npgm | (sid42623@gateway/web/irccloud.com/x-hdudxwjvxbrygqyi) (*.net *.split) |
2021-04-24 23:18:25 +0200 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) (*.net *.split) |
2021-04-24 23:18:25 +0200 | JSharp | (sid4580@wikia/JSharp) (*.net *.split) |
2021-04-24 23:18:25 +0200 | thecoffemaker | (~thecoffem@unaffiliated/thecoffemaker) (*.net *.split) |
2021-04-24 23:18:25 +0200 | m1dnight_ | (~m1dnight@188.ip-51-91-158.eu) (*.net *.split) |
2021-04-24 23:18:26 +0200 | Kamuela | (sid111576@gateway/web/irccloud.com/x-ichknpgshtclrsay) (*.net *.split) |
2021-04-24 23:18:26 +0200 | lolmac | (sid171216@gateway/web/irccloud.com/x-dfzmqyyhzzvhceve) (*.net *.split) |
2021-04-24 23:18:26 +0200 | nurupo | (~nurupo.ga@unaffiliated/nurupo) (*.net *.split) |
2021-04-24 23:18:26 +0200 | typetetris | (uid275937@gateway/web/irccloud.com/x-mjjfisuvtdksxyob) (*.net *.split) |
2021-04-24 23:18:26 +0200 | bollu | (~bollu@139.59.46.74) (*.net *.split) |
2021-04-24 23:18:26 +0200 | puffnfresh | (~puffnfres@45.76.124.5) (*.net *.split) |
2021-04-24 23:18:26 +0200 | dwt | (~dwt@c-98-200-58-177.hsd1.tx.comcast.net) (*.net *.split) |
2021-04-24 23:18:27 +0200 | nikola1 | (~nikola@2a03:b0c0:2:d0::dc2:c001) (*.net *.split) |
2021-04-24 23:18:27 +0200 | rzmt | (~rzmt@87-92-180-112.rev.dnainternet.fi) (*.net *.split) |
2021-04-24 23:18:27 +0200 | mp___ | (mp@hell.cx) (*.net *.split) |
2021-04-24 23:18:27 +0200 | kum0 | (~kumo@139.180.144.166) (*.net *.split) |
2021-04-24 23:18:28 +0200 | Inoperable | (~PLAYER_1@fancydata.science) (*.net *.split) |
2021-04-24 23:18:29 +0200 | russruss40 | (~russruss@my.russellmcc.com) (*.net *.split) |
2021-04-24 23:18:29 +0200 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (*.net *.split) |
2021-04-24 23:18:29 +0200 | tms_ | (thomaav@cassarossa.samfundet.no) (*.net *.split) |
2021-04-24 23:18:29 +0200 | mrchampion | (~mrchampio@38.18.109.23) (*.net *.split) |
2021-04-24 23:18:29 +0200 | shailangsa | (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) (*.net *.split) |
2021-04-24 23:18:29 +0200 | MarcelineVQ | (~anja@198.254.208.159) (*.net *.split) |
2021-04-24 23:18:29 +0200 | zmijunkie | (~Adium@87.122.222.145) (*.net *.split) |
2021-04-24 23:18:29 +0200 | bennofs__ | (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de) (*.net *.split) |
2021-04-24 23:18:29 +0200 | hyiltiz | (~quassel@unaffiliated/hyiltiz) (*.net *.split) |
2021-04-24 23:18:30 +0200 | mikolaj | (~mikon@duch.mimuw.edu.pl) (*.net *.split) |
2021-04-24 23:18:30 +0200 | star_cloud | (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:18:30 +0200 | puke | (~vroom@217.138.252.196) (*.net *.split) |
2021-04-24 23:18:30 +0200 | grumble | (~Thunderbi@freenode/staff/grumble) (*.net *.split) |
2021-04-24 23:18:30 +0200 | smerdyakov8 | (~dan@5.146.195.164) (*.net *.split) |
2021-04-24 23:18:31 +0200 | benwr____ | (sid372383@gateway/web/irccloud.com/x-mijbqpsjqwboudpc) (*.net *.split) |
2021-04-24 23:18:31 +0200 | totbwf | (sid402332@gateway/web/irccloud.com/x-evcibzlipwnkayzd) (*.net *.split) |
2021-04-24 23:18:31 +0200 | darjeeling_ | (~darjeelin@122.245.216.145) (*.net *.split) |
2021-04-24 23:18:32 +0200 | xsperry | (~as@unaffiliated/xsperry) (*.net *.split) |
2021-04-24 23:18:32 +0200 | nisstyre | (~wes@python-zero/conduct-committee/nisstyre) (*.net *.split) |
2021-04-24 23:18:32 +0200 | lassulus | (~lassulus@NixOS/user/lassulus) (*.net *.split) |
2021-04-24 23:18:32 +0200 | And1 | (~And1@brewington.uberspace.de) (*.net *.split) |
2021-04-24 23:18:32 +0200 | dolio | (~dolio@haskell/developer/dolio) (*.net *.split) |
2021-04-24 23:18:33 +0200 | cpape | (~user@static.180.18.203.116.clients.your-server.de) (*.net *.split) |
2021-04-24 23:18:33 +0200 | datajerk | (~datajerk@sense.net) (*.net *.split) |
2021-04-24 23:18:34 +0200 | electrostat | (~dag@unaffiliated/electrostat) (*.net *.split) |
2021-04-24 23:18:34 +0200 | acertain | (sid470584@gateway/web/irccloud.com/x-udpocathjkijcvpk) (*.net *.split) |
2021-04-24 23:18:34 +0200 | obiiwahn | (~obiwahn@pdpc/supporter/student/obiwahn) (*.net *.split) |
2021-04-24 23:18:34 +0200 | Cerise | (~jerry@unaffiliated/cerise) (*.net *.split) |
2021-04-24 23:18:35 +0200 | dan64 | (~dan64@dannyadam.com) (*.net *.split) |
2021-04-24 23:18:35 +0200 | bobey88 | (~bobey@72-172-218-188.fidnet.com) (*.net *.split) |
2021-04-24 23:18:35 +0200 | p8m | (p8m@gateway/vpn/protonvpn/p8m) (*.net *.split) |
2021-04-24 23:18:35 +0200 | kav | (~kari@dsl-hkibng42-56733f-225.dhcp.inet.fi) (*.net *.split) |
2021-04-24 23:18:36 +0200 | Chousuke | (oranenj@coffee.modeemi.fi) (*.net *.split) |
2021-04-24 23:18:36 +0200 | ekleog | (~ii@prologin/ekleog) (*.net *.split) |
2021-04-24 23:18:37 +0200 | micro | (~micro@unaffiliated/micro) (*.net *.split) |
2021-04-24 23:18:37 +0200 | brown121407 | (~brown1214@fsf/member/brown121407) (*.net *.split) |
2021-04-24 23:18:37 +0200 | raoul | (~raoulhida@nomnomnomnom.co.uk) (*.net *.split) |
2021-04-24 23:18:37 +0200 | zfnmxt | (~zfnmxt@unaffiliated/zfnmxt) (*.net *.split) |
2021-04-24 23:18:37 +0200 | lnx | (~irssi@167.71.7.27) (*.net *.split) |
2021-04-24 23:18:37 +0200 | so_ | (~so@unaffiliated/so) (*.net *.split) |
2021-04-24 23:18:38 +0200 | amx | (amx@percival.namespace.at) (*.net *.split) |
2021-04-24 23:18:39 +0200 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) (*.net *.split) |
2021-04-24 23:18:39 +0200 | psydruid[m] | (psydruidma@gateway/shell/matrix.org/x-dvmwnhqcosgmszks) (*.net *.split) |
2021-04-24 23:18:39 +0200 | siraben | (sirabenmat@gateway/shell/matrix.org/x-cfikpjmyftuncdpf) (*.net *.split) |
2021-04-24 23:18:39 +0200 | jchia[m] | (jchiamatri@gateway/shell/matrix.org/x-tmjpbywqkunnmwlp) (*.net *.split) |
2021-04-24 23:18:39 +0200 | fakubish[m] | (fakubishne@gateway/shell/matrix.org/x-gkdgoaumokeroxkj) (*.net *.split) |
2021-04-24 23:18:39 +0200 | ProofTechnique | (sid79547@gateway/web/irccloud.com/x-uvtkxtknhyjkpohz) (*.net *.split) |
2021-04-24 23:18:39 +0200 | angerman | (sid209936@gateway/web/irccloud.com/x-vkbiyhlbxhfghaep) (*.net *.split) |
2021-04-24 23:18:39 +0200 | Hanma[m] | (hanmamatri@gateway/shell/matrix.org/x-ktsmcyuxlppyzjzb) (*.net *.split) |
2021-04-24 23:18:40 +0200 | thonkpod | (~thonkpod@2001:19f0:ac01:b46:5400:1ff:fec7:d73d) (*.net *.split) |
2021-04-24 23:18:40 +0200 | dominicusin[m] | (dominicusi@gateway/shell/matrix.org/x-cjngkratdjygajhy) (*.net *.split) |
2021-04-24 23:18:40 +0200 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split) |
2021-04-24 23:18:41 +0200 | viktorstrate[m] | (viktorstra@gateway/shell/matrix.org/x-nrjjnqkdtfbtkeet) (*.net *.split) |
2021-04-24 23:18:41 +0200 | speakerspivakeem | (speakerdea@gateway/shell/matrix.org/x-wcklxxqsduyzhunq) (*.net *.split) |
2021-04-24 23:18:41 +0200 | TheWizardTower[m | (thewizardt@gateway/shell/matrix.org/x-qjoroerupruqagtt) (*.net *.split) |
2021-04-24 23:18:41 +0200 | slycelote[m] | (slycelotem@gateway/shell/matrix.org/x-yxhtximmpenozqzr) (*.net *.split) |
2021-04-24 23:18:41 +0200 | berberman[T] | (berberma4@gateway/shell/matrix.org/x-tzjvckdqlgqermfr) (*.net *.split) |
2021-04-24 23:18:42 +0200 | immae | (immaematri@gateway/shell/matrix.org/x-yvvixibszngfldow) (*.net *.split) |
2021-04-24 23:18:42 +0200 | jjhoo | (jahakala@dsl-trebng21-b048b5-171.dhcp.inet.fi) (*.net *.split) |
2021-04-24 23:18:43 +0200 | noCheese | (~nocheese@unaffiliated/nocheese) (*.net *.split) |
2021-04-24 23:18:43 +0200 | kiltzman | (~k1ltzman@5.206.224.243) (*.net *.split) |
2021-04-24 23:18:43 +0200 | Axman6 | (~Axman6@pdpc/supporter/student/Axman6) (*.net *.split) |
2021-04-24 23:18:43 +0200 | Nikotiini | (~ubuntu@ec2-52-213-118-142.eu-west-1.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:18:43 +0200 | lpsmith | (~lpsmith@unaffiliated/lpsmith) (*.net *.split) |
2021-04-24 23:18:44 +0200 | xarian | (~xarian@104.236.81.162) (*.net *.split) |
2021-04-24 23:18:44 +0200 | dequbed | (~dequbed@yanduxian.paranoidlabs.org) (*.net *.split) |
2021-04-24 23:18:44 +0200 | orcus | (~orcus@unaffiliated/orcus) (*.net *.split) |
2021-04-24 23:18:44 +0200 | vk3wtf | (~doc@115-64-102-158.tpgi.com.au) (*.net *.split) |
2021-04-24 23:18:44 +0200 | sigmundv | (~sigmundv@178.62.72.87) (*.net *.split) |
2021-04-24 23:18:44 +0200 | rookie101 | (~rookie@207.154.204.166) (*.net *.split) |
2021-04-24 23:18:44 +0200 | andjjj23_ | (~irc@107.170.228.47) (*.net *.split) |
2021-04-24 23:18:44 +0200 | [df] | (~ben@51.15.198.140) (*.net *.split) |
2021-04-24 23:18:44 +0200 | filwisher | (~filwisher@78.141.201.45) (*.net *.split) |
2021-04-24 23:18:44 +0200 | otulp | (~otulp@ti0187q162-6639.bb.online.no) (*.net *.split) |
2021-04-24 23:18:44 +0200 | alp | (~alp@163.172.83.213) (*.net *.split) |
2021-04-24 23:18:44 +0200 | kosmikus | (~kosmikus@haskell/developer/kosmikus) (*.net *.split) |
2021-04-24 23:18:44 +0200 | bendo | (~bendo@130.61.122.121) (*.net *.split) |
2021-04-24 23:18:44 +0200 | emergence | (~emergence@vm0.max-p.me) (*.net *.split) |
2021-04-24 23:18:45 +0200 | polux2001 | (~polux@51.15.169.172) (*.net *.split) |
2021-04-24 23:18:45 +0200 | duairc | (~shane@ana.rch.ist) (*.net *.split) |
2021-04-24 23:18:45 +0200 | peutri | (~peutri@ns317027.ip-94-23-46.eu) (*.net *.split) |
2021-04-24 23:18:45 +0200 | haveo | (~haveo@sl35.iuwt.fr) (*.net *.split) |
2021-04-24 23:18:45 +0200 | le_jonge | (jonge@kofferbomber.org) (*.net *.split) |
2021-04-24 23:18:45 +0200 | voidcontext | (~pgee@178.62.100.221) (*.net *.split) |
2021-04-24 23:18:45 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) (*.net *.split) |
2021-04-24 23:18:45 +0200 | ddellaco_ | (ddellacost@gateway/vpn/mullvad/ddellacosta) (*.net *.split) |
2021-04-24 23:18:46 +0200 | alx741 | (~alx741@181.196.69.117) (*.net *.split) |
2021-04-24 23:18:46 +0200 | Tario | (~Tario@201.192.165.173) (*.net *.split) |
2021-04-24 23:18:47 +0200 | mnrmnaugh | (~mnrmnaugh@unaffiliated/mnrmnaugh) (*.net *.split) |
2021-04-24 23:18:47 +0200 | Kaivo | (~Kaivo@172-97-54-87.mc.derytele.com) (*.net *.split) |
2021-04-24 23:18:47 +0200 | natim87 | (sid286962@gateway/web/irccloud.com/x-ozyrmmcfkllsqxsu) (*.net *.split) |
2021-04-24 23:18:47 +0200 | oleks_ | (~oleks@188.166.34.97) (*.net *.split) |
2021-04-24 23:18:47 +0200 | bob_twinkles_ | (~quassel@ec2-52-37-66-13.us-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:18:48 +0200 | haasn | (~nand@mpv/developer/haasn) (*.net *.split) |
2021-04-24 23:18:48 +0200 | haya | (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:18:48 +0200 | electricityZZZZ | (~electrici@135-180-3-82.static.sonic.net) (*.net *.split) |
2021-04-24 23:18:48 +0200 | limbo | (ar@45.63.9.236) (*.net *.split) |
2021-04-24 23:18:50 +0200 | wagle | (~wagle@quassel.wagle.io) (*.net *.split) |
2021-04-24 23:18:51 +0200 | jhuizy | (~jhuizy@static.241.188.216.95.clients.your-server.de) (*.net *.split) |
2021-04-24 23:18:51 +0200 | Jesin | (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net) (*.net *.split) |
2021-04-24 23:18:51 +0200 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) (*.net *.split) |
2021-04-24 23:18:51 +0200 | seanparsons | (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) (*.net *.split) |
2021-04-24 23:18:52 +0200 | nojster | (~noj@vmd62096.contaboserver.net) (*.net *.split) |
2021-04-24 23:18:52 +0200 | amiri | (~amiri@cpe-76-91-154-9.socal.res.rr.com) (*.net *.split) |
2021-04-24 23:18:52 +0200 | cgfbee | (~bot@oc1.itim-cj.ro) (*.net *.split) |
2021-04-24 23:18:52 +0200 | gambpang | (~gambpang@unaffiliated/gambpang) (*.net *.split) |
2021-04-24 23:18:52 +0200 | hiptobecubic | (~john@unaffiliated/hiptobecubic) (*.net *.split) |
2021-04-24 23:18:52 +0200 | e2 | (e2@sponsored.by.bnc4you.xyz) (*.net *.split) |
2021-04-24 23:18:53 +0200 | Eliel | (~jojkaart@163.172.153.251) (*.net *.split) |
2021-04-24 23:18:53 +0200 | BIG_JIMMY_D | (~jim@108.61.185.76) (*.net *.split) |
2021-04-24 23:18:53 +0200 | RoguePointer | (~jigen@unaffiliated/roguepointer) (*.net *.split) |
2021-04-24 23:18:53 +0200 | shachaf | (~shachaf@unaffiliated/shachaf) (*.net *.split) |
2021-04-24 23:18:53 +0200 | hive-mind | (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) (*.net *.split) |
2021-04-24 23:18:53 +0200 | Unode | (~Unode@unaffiliated/unode) (*.net *.split) |
2021-04-24 23:18:53 +0200 | gekh | (~gkh@thor.kevinhill.nl) (*.net *.split) |
2021-04-24 23:18:53 +0200 | abuss | (~abuss@cryptarch.net) (*.net *.split) |
2021-04-24 23:18:53 +0200 | vodkaInf1rno | (~wormphleg@104.131.156.184) (*.net *.split) |
2021-04-24 23:18:54 +0200 | Paks | (~paks@c-69-136-183-189.hsd1.il.comcast.net) (*.net *.split) |
2021-04-24 23:18:54 +0200 | xwvvvvwx | (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx) (*.net *.split) |
2021-04-24 23:18:54 +0200 | Wamanuz | (~wamanuz@78-70-34-81-no84.tbcn.telia.com) (*.net *.split) |
2021-04-24 23:18:54 +0200 | natechan | (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
2021-04-24 23:18:54 +0200 | int-e | (~noone@int-e.eu) (*.net *.split) |
2021-04-24 23:18:55 +0200 | ps-auxw | (~arneb@p548d5577.dip0.t-ipconnect.de) (*.net *.split) |
2021-04-24 23:18:55 +0200 | dqd | (id@wikipedia/dqd) (*.net *.split) |
2021-04-24 23:18:55 +0200 | w1gz | (~do@159.89.11.133) (*.net *.split) |
2021-04-24 23:18:55 +0200 | geal | (~geal@195-154-200-217.rev.poneytelecom.eu) (*.net *.split) |
2021-04-24 23:18:55 +0200 | kiprasz | (~kipras@re199n846.sritis.lt) (*.net *.split) |
2021-04-24 23:18:55 +0200 | xcin | (~x@159.203.132.140) (*.net *.split) |
2021-04-24 23:18:55 +0200 | srid | (sridmatrix@gateway/shell/matrix.org/x-qplbjwlmsmpxtvvc) (*.net *.split) |
2021-04-24 23:18:55 +0200 | M9ndres[m] | (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw) (*.net *.split) |
2021-04-24 23:18:56 +0200 | leah2 | (~leah@vuxu.org) (*.net *.split) |
2021-04-24 23:18:56 +0200 | miklcct | (quasselcor@2001:19f0:7402:d31:5400:3ff:fe51:a0cd) (*.net *.split) |
2021-04-24 23:18:56 +0200 | chrisbloecker[m] | (chrisbloec@gateway/shell/matrix.org/x-ocvqnqycybxbaszr) (*.net *.split) |
2021-04-24 23:18:56 +0200 | hyiltiz-M | (hyiltizkde@gateway/shell/kde/matrix/x-htrnwcwmekebkeel) (*.net *.split) |
2021-04-24 23:18:56 +0200 | heck-to-the-gnom | (heck-to-th@gateway/shell/matrix.org/x-bjzlaxrwotuujapr) (*.net *.split) |
2021-04-24 23:18:56 +0200 | beardhatcode | (robbertbea@gateway/shell/matrix.org/x-lsjnjwfsaaqmayss) (*.net *.split) |
2021-04-24 23:18:57 +0200 | Lurkki[m]1 | (lurkkipriv@gateway/shell/matrix.org/x-qkyndrlwwbcdfprx) (*.net *.split) |
2021-04-24 23:18:57 +0200 | michaelpj | (michaelpjm@gateway/shell/matrix.org/x-utrdbjjavwpdczxi) (*.net *.split) |
2021-04-24 23:18:57 +0200 | arcontethegreat[ | (arcontethe@gateway/shell/matrix.org/x-htiwddqvyzfqikyg) (*.net *.split) |
2021-04-24 23:18:57 +0200 | alexfmpe | (alexfmpema@gateway/shell/matrix.org/x-imekgdrdrodzrfgy) (*.net *.split) |
2021-04-24 23:18:57 +0200 | Noughtmare[m] | (naughtmare@gateway/shell/matrix.org/x-hglfphyajylwppku) (*.net *.split) |
2021-04-24 23:18:57 +0200 | CrabMan | (phi-matrix@gateway/shell/matrix.org/x-xdtvjrfhqsljsdjb) (*.net *.split) |
2021-04-24 23:18:58 +0200 | mikeplus64 | (~mike@unaffiliated/mikeplus64) (*.net *.split) |
2021-04-24 23:18:58 +0200 | ^[ | (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) (*.net *.split) |
2021-04-24 23:18:58 +0200 | lisq | (~quassel@lis.moe) (*.net *.split) |
2021-04-24 23:18:58 +0200 | `slikts | (~nelabs@wikipedia/reinis) (*.net *.split) |
2021-04-24 23:18:58 +0200 | solarus | (~solarus@2a03:b0c0:2:d0::48:7001) (*.net *.split) |
2021-04-24 23:18:58 +0200 | joeyh | (joeyh@kitenet.net) (*.net *.split) |
2021-04-24 23:18:59 +0200 | winny | (~winny@fsf/member/winstonw) (*.net *.split) |
2021-04-24 23:18:59 +0200 | dani- | (sid341953@gateway/web/irccloud.com/x-enxplehsvwdxnwfi) (*.net *.split) |
2021-04-24 23:18:59 +0200 | agander_m | (sid407952@gateway/web/irccloud.com/x-olfvvsvzckwflxmz) (*.net *.split) |
2021-04-24 23:18:59 +0200 | ocharles | (sid30093@musicbrainz/user/ocharles) (*.net *.split) |
2021-04-24 23:18:59 +0200 | runeks | (sid21167@gateway/web/irccloud.com/x-hasdkvyrirwackgz) (*.net *.split) |
2021-04-24 23:18:59 +0200 | zopsi | (zopsi@2600:3c00::f03c:91ff:fe14:551f) (*.net *.split) |
2021-04-24 23:19:00 +0200 | lortabac | (~lortabac@51.158.65.124) (*.net *.split) |
2021-04-24 23:19:00 +0200 | newsham | (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:19:00 +0200 | orhan89 | (~orhan89@151.91.188.35.bc.googleusercontent.com) (*.net *.split) |
2021-04-24 23:19:00 +0200 | greymalkin | (~greymalki@199.180.249.79) (*.net *.split) |
2021-04-24 23:19:00 +0200 | sud0 | (~Death@hackspaceuy/member/sud0) (*.net *.split) |
2021-04-24 23:19:00 +0200 | crtschin | (~crtschin@2604:a880:800:10::3126:f001) (*.net *.split) |
2021-04-24 23:19:00 +0200 | Ekho | (~Ekho@unaffiliated/ekho) (*.net *.split) |
2021-04-24 23:19:00 +0200 | Uma_ | (~uma@umazalakain.info) (*.net *.split) |
2021-04-24 23:19:00 +0200 | xts_ | (~ts@46.101.20.9) (*.net *.split) |
2021-04-24 23:19:02 +0200 | ahri | (~ahri@178.209.40.84) (*.net *.split) |
2021-04-24 23:19:02 +0200 | hexo- | (~hexo@2a01:430:17:1::ffff:328) (*.net *.split) |
2021-04-24 23:19:02 +0200 | TheScoop | (~TheScoop@unaffiliated/tryte) (*.net *.split) |
2021-04-24 23:19:02 +0200 | urdh | (~urdh@unaffiliated/urdh) (*.net *.split) |
2021-04-24 23:19:02 +0200 | myme | (~myme@li1406-121.members.linode.com) (*.net *.split) |
2021-04-24 23:19:02 +0200 | gienah | (~mwright@gentoo/developer/gienah) (*.net *.split) |
2021-04-24 23:19:02 +0200 | bcoppens | (~bartcopp@kde/coppens) (*.net *.split) |
2021-04-24 23:19:02 +0200 | freeside | (~ubuntu@ec2-52-58-69-57.eu-central-1.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:19:02 +0200 | ring0` | (~ringo@unaffiliated/ring0/x-8667941) (*.net *.split) |
2021-04-24 23:19:04 +0200 | aib42 | (~aib@unaffiliated/aib42) (*.net *.split) |
2021-04-24 23:19:04 +0200 | yahb | (xsbot@haskell/bot/yahb) (*.net *.split) |
2021-04-24 23:19:04 +0200 | clog | (~nef@bespin.org) (*.net *.split) |
2021-04-24 23:19:04 +0200 | lurkless | (~ll@unaffiliated/lurkless) (*.net *.split) |
2021-04-24 23:19:04 +0200 | brkscnce_ | (~obaum@37.120.31.251) (*.net *.split) |
2021-04-24 23:19:05 +0200 | deu | (de@uio.re) (*.net *.split) |
2021-04-24 23:19:05 +0200 | samebchase- | (~samebchas@51.15.68.182) (*.net *.split) |
2021-04-24 23:19:05 +0200 | incertia | (~incertia@d4-50-26-103.nap.wideopenwest.com) (*.net *.split) |
2021-04-24 23:19:05 +0200 | leafiest | (~leafiest@165.227.53.12) (*.net *.split) |
2021-04-24 23:19:05 +0200 | averell | (~averell@unaffiliated/averell) (*.net *.split) |
2021-04-24 23:19:05 +0200 | mantovani | (~mantovani@104.131.207.121) (*.net *.split) |
2021-04-24 23:19:05 +0200 | okad | (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com) (*.net *.split) |
2021-04-24 23:19:05 +0200 | iptq | (~michael@142.93.75.170) (*.net *.split) |
2021-04-24 23:19:05 +0200 | tomjaguarpaw | (~tom@li367-225.members.linode.com) (*.net *.split) |
2021-04-24 23:19:05 +0200 | M2tias | (m2@seri.fi) (*.net *.split) |
2021-04-24 23:19:06 +0200 | stilgart | (~Christoph@chezlefab.net) (*.net *.split) |
2021-04-24 23:19:06 +0200 | Chobbes_ | (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (*.net *.split) |
2021-04-24 23:19:06 +0200 | sajith | (~sajith@fsf/member/nonzen) (*.net *.split) |
2021-04-24 23:19:06 +0200 | veverak | (~veverak@ip-89-102-98-161.net.upcbroadband.cz) (*.net *.split) |
2021-04-24 23:19:06 +0200 | chindy_ | (~quassel@51.15.63.78) (*.net *.split) |
2021-04-24 23:19:06 +0200 | a3Dman_ | (~3Dman@ns334323.ip-5-196-65.eu) (*.net *.split) |
2021-04-24 23:19:07 +0200 | bbear_ | (~znc@21212.s.t4vps.eu) (*.net *.split) |
2021-04-24 23:19:07 +0200 | thblt | (~thblt@unaffiliated/thblt) (*.net *.split) |
2021-04-24 23:19:07 +0200 | uberj_ | (~uberj@107.170.237.156) (*.net *.split) |
2021-04-24 23:19:07 +0200 | Xnuk | (~xnuk@45.76.202.58) (*.net *.split) |
2021-04-24 23:19:07 +0200 | jtobin_ | (~jtobin@li1555-212.members.linode.com) (*.net *.split) |
2021-04-24 23:19:07 +0200 | niklasb | (~niklasb@unaffiliated/codeslay0r) (*.net *.split) |
2021-04-24 23:19:08 +0200 | Putonlalla | (~sapekiis@it-cyan.it.jyu.fi) (*.net *.split) |
2021-04-24 23:19:08 +0200 | Solarion | (~solarion@fsf/member/solarion) (*.net *.split) |
2021-04-24 23:19:08 +0200 | Athas | (athas@sigkill.dk) (*.net *.split) |
2021-04-24 23:19:08 +0200 | SoF | (~SoF@unaffiliated/skillyonfire) (*.net *.split) |
2021-04-24 23:19:08 +0200 | ChanServ | (ChanServ@services.) (*.net *.split) |
2021-04-24 23:19:09 +0200 | stux|RC | (stux2@grid9.quadspeedi.net) (Excess Flood) |
2021-04-24 23:19:11 +0200 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (Excess Flood) |
2021-04-24 23:19:12 +0200 | sm2n | (~sm2n@bras-base-hmtnon143hw-grc-13-70-54-76-62.dsl.bell.ca) (Remote host closed the connection) |
2021-04-24 23:19:12 +0200 | mozzarella | (~sam@unaffiliated/sam113101) (Write error: Connection reset by peer) |
2021-04-24 23:19:12 +0200 | kristijonas | (~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection) |
2021-04-24 23:20:15 +0200 | sarahzrf | (~sarahzrf_@2604:a880:400:d0::b4a:4001) |
2021-04-24 23:20:15 +0200 | sdressel | (~sdressel@pwning.de) |
2021-04-24 23:20:15 +0200 | LambdaDu1k | (~anka@ksit.fixme.fi) |
2021-04-24 23:20:15 +0200 | blackdog | (~blackdog@198.211.112.85) |
2021-04-24 23:20:15 +0200 | koankeeper | (sid216950@gateway/web/irccloud.com/x-lympprcqrveoixtt) |
2021-04-24 23:20:15 +0200 | nemesit|znc | (~nemesit@2a01:488:66:1000:2ea3:4eeb:0:1) |
2021-04-24 23:20:15 +0200 | rawles | (~r@unaffiliated/rawles) |
2021-04-24 23:20:15 +0200 | lemald | (~eddie@capybara.lemald.org) |
2021-04-24 23:20:15 +0200 | nlofaro | (sid258233@gateway/web/irccloud.com/x-zceopsfcsjrtpvjo) |
2021-04-24 23:20:15 +0200 | jameekim1 | (~jameekim@mx.nodaplife.me) |
2021-04-24 23:20:15 +0200 | oldsk00l | (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com) |
2021-04-24 23:20:15 +0200 | towel | (~towel@unaffiliated/towel) |
2021-04-24 23:20:15 +0200 | mflux | (flux@coffee.modeemi.fi) |
2021-04-24 23:20:15 +0200 | spoonm | (~spoonm@tokyo.spoonm.org) |
2021-04-24 23:20:15 +0200 | anandprabhu-M | (anandprabh@gateway/shell/kde/matrix/x-bzzbuurppcsxzllt) |
2021-04-24 23:20:15 +0200 | fgaz | (fgazmatrix@gateway/shell/matrix.org/x-cxxxnfuxyrjazthh) |
2021-04-24 23:20:15 +0200 | PotatoHatsue | (berbermanp@gateway/shell/matrix.org/x-nvqlvyzjmcadpsda) |
2021-04-24 23:20:15 +0200 | lambdaclan | (lambdaclan@gateway/shell/matrix.org/x-amguadwuvvlssavp) |
2021-04-24 23:20:15 +0200 | rednaZ[m] | (r3dnazmatr@gateway/shell/matrix.org/x-dhpmvcgpmsxtqfgs) |
2021-04-24 23:20:15 +0200 | mrus[m] | (mrusmatrix@gateway/shell/matrix.org/x-uxnzjhojjgavftjp) |
2021-04-24 23:20:15 +0200 | maerwald[m] | (maerwaldma@gateway/shell/matrix.org/x-xrjtspmgpqnkebab) |
2021-04-24 23:20:15 +0200 | adziahel[m] | (adziahelma@gateway/shell/matrix.org/x-cyhjmrgvstvbsvar) |
2021-04-24 23:20:15 +0200 | toasty_avocado[m | (toastyavoc@gateway/shell/matrix.org/x-suvnnltfbgmbcmqp) |
2021-04-24 23:20:15 +0200 | jeffcasavant[m] | (jeffcasava@gateway/shell/matrix.org/x-xswajewqaoguxzda) |
2021-04-24 23:20:15 +0200 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-vkuwqhpopicdwkjn) |
2021-04-24 23:20:15 +0200 | alar[m] | (alarmxalat@gateway/shell/matrix.org/x-rxfmpjgktvgasqzm) |
2021-04-24 23:20:15 +0200 | anon1891[m] | (anon1891ma@gateway/shell/matrix.org/x-luqmyjielnldrpsd) |
2021-04-24 23:20:15 +0200 | madjestic[m] | (madjesticm@gateway/shell/matrix.org/x-ktewxaguqqmdajwc) |
2021-04-24 23:20:15 +0200 | maralorn | (maralornma@gateway/shell/matrix.org/x-effbgvlwiyjkbspr) |
2021-04-24 23:20:15 +0200 | cybai | (~cybai@2400:4050:3122:900:f13a:fdb8:499e:2b92) |
2021-04-24 23:20:15 +0200 | alanz | (sid110616@gateway/web/irccloud.com/x-wrkjabizodqmlyrt) |
2021-04-24 23:20:15 +0200 | tabaqui | (~tabaqui@2604:a880:800:c1::21b:3001) |
2021-04-24 23:20:15 +0200 | lemmih | (~lemmih@2406:3003:2072:44:b750:bcd2:3182:6116) |
2021-04-24 23:20:15 +0200 | berberman | (~berberman@unaffiliated/berberman) |
2021-04-24 23:20:15 +0200 | Guillaum | (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb) |
2021-04-24 23:20:15 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim) |
2021-04-24 23:20:15 +0200 | abrar | (~abrar@static-108-30-103-121.nycmny.fios.verizon.net) |
2021-04-24 23:20:15 +0200 | reda | (~niemand@unaffiliated/reda) |
2021-04-24 23:20:15 +0200 | samebchase | (~samebchas@51.15.68.182) |
2021-04-24 23:20:15 +0200 | xhlr | (~xhlr@static.144.156.216.95.clients.your-server.de) |
2021-04-24 23:20:15 +0200 | dustinm | (~dustinm@static.38.6.217.95.clients.your-server.de) |
2021-04-24 23:20:15 +0200 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) |
2021-04-24 23:20:15 +0200 | mrus | (~mrus@149.28.61.155) |
2021-04-24 23:20:15 +0200 | tilaiti | (~tilaiti@static.144.156.216.95.clients.your-server.de) |
2021-04-24 23:20:15 +0200 | caubert | (~caubert@136.244.111.235) |
2021-04-24 23:20:15 +0200 | energizer | (~energizer@unaffiliated/energizer) |
2021-04-24 23:20:15 +0200 | shapr | (~shapr@haskell/developer/shapr) |
2021-04-24 23:20:15 +0200 | icebreak1r | (michalc@freeshell.de) |
2021-04-24 23:20:15 +0200 | mceier | (~mceier@89-68-132-187.dynamic.chello.pl) |
2021-04-24 23:20:15 +0200 | arianvp | (~weechat@arianvp.me) |
2021-04-24 23:20:15 +0200 | Majoo | (~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net) |
2021-04-24 23:20:15 +0200 | rkrishnan_ | (~rkrishnan@rkrishnan.org) |
2021-04-24 23:20:15 +0200 | Philonous | (~Philonous@unaffiliated/philonous) |
2021-04-24 23:20:15 +0200 | Jon | (~jon@redmars.org) |
2021-04-24 23:20:15 +0200 | turq | (~electro@unaffiliated/turq) |
2021-04-24 23:20:15 +0200 | Mzg | (Mzg@s1.ct8.pl) |
2021-04-24 23:20:15 +0200 | Graypup_ | (Graypup@lfcode.ca) |
2021-04-24 23:20:15 +0200 | tureba | (~tureba@tureba.org) |
2021-04-24 23:20:15 +0200 | vent | (~vent@185.62.190.213) |
2021-04-24 23:20:15 +0200 | turnA7 | (~turnA@103.120.19.44) |
2021-04-24 23:20:15 +0200 | comboy | (~quassel@tesuji.pl) |
2021-04-24 23:20:15 +0200 | irclogger_com | (~irclogger@li659-42.members.linode.com) |
2021-04-24 23:20:15 +0200 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) |
2021-04-24 23:20:15 +0200 | Twey | (~twey@unaffiliated/twey) |
2021-04-24 23:20:15 +0200 | opqdonut | (opqdonut@pseudo.fixme.fi) |
2021-04-24 23:20:15 +0200 | noctux`` | (1KWNv9FtDb@unaffiliated/noctux) |
2021-04-24 23:20:15 +0200 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) |
2021-04-24 23:20:15 +0200 | Ankhers | (~Ankhers@unaffiliated/ankhers) |
2021-04-24 23:20:15 +0200 | rprospero | (~adam@186.75.232.35.bc.googleusercontent.com) |
2021-04-24 23:20:15 +0200 | Jonno_FTW | (~come@api.carswap.me) |
2021-04-24 23:20:15 +0200 | kaol | (~kaol@178.62.241.234) |
2021-04-24 23:20:15 +0200 | electrocat | (~michiel@revan.derhaeg.be) |
2021-04-24 23:20:15 +0200 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) |
2021-04-24 23:20:15 +0200 | tv- | (~tv@unaffiliated/tv-) |
2021-04-24 23:20:15 +0200 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) |
2021-04-24 23:20:15 +0200 | tiru | (tiru@gateway/web/irccloud.com/x-mnvdiojttnfqdzkx) |
2021-04-24 23:20:15 +0200 | noan | (~noan@2604:a880:400:d0::12fc:5001) |
2021-04-24 23:20:15 +0200 | kawzeg | (unknown@2a01:7e01::f03c:92ff:fee2:ec34) |
2021-04-24 23:20:15 +0200 | nf | (~n@monade.li) |
2021-04-24 23:20:15 +0200 | fl0_id | (~fl0_id@2a01:4f8:171:4de::40:2) |
2021-04-24 23:20:15 +0200 | ixian | (~mgold@terra.bitplane.org) |
2021-04-24 23:20:15 +0200 | gaze__ | (sid387101@gateway/web/irccloud.com/x-jyfzdgulluqjzdzf) |
2021-04-24 23:20:15 +0200 | glowcoil | (sid3405@gateway/web/irccloud.com/x-kqfefvcmbgehneab) |
2021-04-24 23:20:15 +0200 | taktoa[c] | (sid282096@gateway/web/irccloud.com/x-njxvjnpthhvfgqfo) |
2021-04-24 23:20:15 +0200 | srhb | (sid400352@NixOS/user/srhb) |
2021-04-24 23:20:15 +0200 | gregberns_ | (sid315709@gateway/web/irccloud.com/x-skjetjsgahxqvatt) |
2021-04-24 23:20:15 +0200 | tjbp | (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) |
2021-04-24 23:20:15 +0200 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) |
2021-04-24 23:20:15 +0200 | kaychaks | (sid236345@gateway/web/irccloud.com/x-vvdrivxruwhittji) |
2021-04-24 23:20:15 +0200 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) |
2021-04-24 23:20:15 +0200 | weechat_4 | (~mingc@2400:8902::f03c:91ff:feb7:8e82) |
2021-04-24 23:20:15 +0200 | hongminhee | (sid31517@gateway/web/irccloud.com/x-trpfnifbgxghvffk) |
2021-04-24 23:20:15 +0200 | m-renaud | (sid333785@gateway/web/irccloud.com/x-mchkmhpqmiujvtxp) |
2021-04-24 23:20:15 +0200 | cocreature | (~cocreatur@eirene.uberspace.de) |
2021-04-24 23:20:15 +0200 | ggVGc | (~ggVGc@2400:8901::f03c:91ff:fef2:bed8) |
2021-04-24 23:20:15 +0200 | PHO | (~pho@akari.cielonegro.org) |
2021-04-24 23:20:15 +0200 | lieven | (~mal@unaffiliated/lieven) |
2021-04-24 23:20:15 +0200 | riatre | (~quassel@2001:310:6000:f::5198:1) |
2021-04-24 23:20:15 +0200 | Zemyla | (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) |
2021-04-24 23:20:15 +0200 | davl | (~davl@207.154.228.18) |
2021-04-24 23:20:15 +0200 | reactormonk1 | (~reactormo@mehl.schokokeks.org) |
2021-04-24 23:20:15 +0200 | fiddlerwoaroof | (~fiddlerwo@unaffiliated/fiddlerwoaroof) |
2021-04-24 23:20:15 +0200 | c_wraith | (~c_wraith@adjoint.us) |
2021-04-24 23:20:16 +0200 | Cthalupa | (~cthulhu@47.186.47.75) |
2021-04-24 23:20:16 +0200 | lukelau_ | (~lukelau@2a03:b0c0:1:d0::1bc:b001) |
2021-04-24 23:20:16 +0200 | EvanR | (~evan@unaffiliated/evanr) |
2021-04-24 23:20:16 +0200 | acowley | (~acowley@c-68-83-22-43.hsd1.nj.comcast.net) |
2021-04-24 23:20:16 +0200 | copypasteque | (~copypaste@2001:41d0:8:b325::1) |
2021-04-24 23:20:16 +0200 | ManiacTwister | (~Twister@claudia.s7t.de) |
2021-04-24 23:20:16 +0200 | yorick | (~yorick@oftn/oswg-member/yorick) |
2021-04-24 23:20:16 +0200 | mht | (~mht@2a03:b0c0:3:e0::1e2:c001) |
2021-04-24 23:20:16 +0200 | tnks | (sid412124@gateway/web/irccloud.com/x-imptgchkzowofvdx) |
2021-04-24 23:20:16 +0200 | jlpeters | (sid25606@gateway/web/irccloud.com/x-dbifrnxtcwhelvgl) |
2021-04-24 23:20:16 +0200 | bbhoss | (sid18216@gateway/web/irccloud.com/x-tshhrdxhsikqotro) |
2021-04-24 23:20:16 +0200 | rotaerk | (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) |
2021-04-24 23:20:16 +0200 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) |
2021-04-24 23:20:16 +0200 | rlsph | (~mads@2a03:b0c0:2:f0::324:5001) |
2021-04-24 23:20:16 +0200 | suzu | (~scaleuser@2001:bc8:1824:43f::1) |
2021-04-24 23:20:16 +0200 | LittleFox | (~littlefox@2a03:4000:13:34f::2) |
2021-04-24 23:20:16 +0200 | jackdk | (sid373013@gateway/web/irccloud.com/x-uqhqekzhmwwtnnpj) |
2021-04-24 23:20:16 +0200 | t36s | (~t36s@2a03:b0c0:3:d0::1c23:5001) |
2021-04-24 23:20:16 +0200 | johnstein | (~johnstein@192.73.239.18) |
2021-04-24 23:20:16 +0200 | Guest97066 | (~tristan@luna.whatbox.ca) |
2021-04-24 23:20:16 +0200 | blackriversoftwa | (sid364914@gateway/web/irccloud.com/x-nqkjcymscowwdvxo) |
2021-04-24 23:20:16 +0200 | melkor | (~melkor@2a02:2b88:2:1::5b34:1) |
2021-04-24 23:20:16 +0200 | DigitalKiwi | (~kiwi@unaffiliated/digitalkiwi) |
2021-04-24 23:20:16 +0200 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) |
2021-04-24 23:20:16 +0200 | fiQ- | (~fiQ@2a06:82c2:0:12bc::1) |
2021-04-24 23:20:16 +0200 | noecho- | (~noecho@2a01:4f8:1c0c:80ee::4223) |
2021-04-24 23:20:16 +0200 | jokester | (~mono@unaffiliated/jokester) |
2021-04-24 23:20:16 +0200 | raid | (macbookpro@irc-1.coding4.coffee) |
2021-04-24 23:20:16 +0200 | uwap_ | (~uwap@mail.uwap.name) |
2021-04-24 23:20:16 +0200 | edwtjo | (~edwtjo@fsf/member/edwtjo) |
2021-04-24 23:20:16 +0200 | sudden | (~lax@unaffiliated/laxask) |
2021-04-24 23:20:16 +0200 | beka | (~beka@gothdyke.mom) |
2021-04-24 23:20:16 +0200 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
2021-04-24 23:20:16 +0200 | grrandi | (mlp@kapsi.fi) |
2021-04-24 23:20:16 +0200 | eldritch | (~eldritch@unaffiliated/eldritch) |
2021-04-24 23:20:16 +0200 | avp | (~avp@unaffiliated/avp) |
2021-04-24 23:20:16 +0200 | runawayfive | (~nope@unaffiliated/runawayfive) |
2021-04-24 23:20:16 +0200 | Dykam | (Dykam@dykam.nl) |
2021-04-24 23:20:16 +0200 | canta | (~canta@cvm0.d5k.one) |
2021-04-24 23:20:16 +0200 | kjak | (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) |
2021-04-24 23:20:16 +0200 | yushyin | (QWFouZJprr@karif.server-speed.net) |
2021-04-24 23:20:16 +0200 | orzo | (joe@lasker.childrenofmay.org) |
2021-04-24 23:20:16 +0200 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) |
2021-04-24 23:20:16 +0200 | quintasan | (~quassel@ubuntu/member/quintasan) |
2021-04-24 23:20:16 +0200 | lyxia | (~lyxia@poisson.chat) |
2021-04-24 23:20:16 +0200 | sssb54 | (~ssssb56@vps-b2931db6.vps.ovh.ca) |
2021-04-24 23:20:16 +0200 | coddinkn | (~coddinkn@octayn.net) |
2021-04-24 23:20:16 +0200 | Sparadox | (~etienne@ns3123347.ip-51-68-152.eu) |
2021-04-24 23:20:16 +0200 | bobbytables | (~bobbytabl@ec2-44-224-191-138.us-west-2.compute.amazonaws.com) |
2021-04-24 23:20:16 +0200 | hrdl | (~ef24a0e6@unaffiliated/hrdl) |
2021-04-24 23:20:16 +0200 | pharaun | (~pharaun@static.88-198-62-245.clients.your-server.de) |
2021-04-24 23:20:16 +0200 | [exa] | (exa@unaffiliated/exa/x-5381537) |
2021-04-24 23:20:16 +0200 | hwabyong | (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com) |
2021-04-24 23:20:16 +0200 | zceejkr | (~wintermut@cpe-92-37-88-51.dynamic.amis.net) |
2021-04-24 23:20:16 +0200 | interruptinuse | (~interrupt@girl.mrtheplague.net) |
2021-04-24 23:20:16 +0200 | hackage | (mniip@haskell/bot/hackage) |
2021-04-24 23:20:16 +0200 | fre | (~freusque@104.238.190.229) |
2021-04-24 23:20:16 +0200 | absence | (torgeihe@hildring.pvv.ntnu.no) |
2021-04-24 23:20:16 +0200 | xe4 | (~xe4@unaffiliated/xe4) |
2021-04-24 23:20:16 +0200 | c-rog | (~c-rog@traffic.simst.im) |
2021-04-24 23:20:16 +0200 | krjt | (~krjst@2604:a880:800:c1::16b:8001) |
2021-04-24 23:20:16 +0200 | adamse | (sid72084@gateway/web/irccloud.com/x-pqgjxyvnyjkpejpe) |
2021-04-24 23:20:16 +0200 | whez | (sid470288@gateway/web/irccloud.com/x-vlnxuepdpthnqbhd) |
2021-04-24 23:20:16 +0200 | dysfigured | (dysfigured@2600:3c00::f03c:92ff:feb4:be75) |
2021-04-24 23:20:16 +0200 | parseval | (sid239098@gateway/web/irccloud.com/x-mgyjqkcnbnnprosw) |
2021-04-24 23:20:16 +0200 | MasseR | (~MasseR@51.15.143.128) |
2021-04-24 23:20:16 +0200 | atomi | (~atomi@3.184.203.35.bc.googleusercontent.com) |
2021-04-24 23:20:16 +0200 | entropygain | (levitate@unaffiliated/entropygain) |
2021-04-24 23:20:16 +0200 | aldum | (~vishera@aldum.pw) |
2021-04-24 23:20:16 +0200 | madog | (~madog@163.ip-51-254-203.eu) |
2021-04-24 23:20:16 +0200 | Rembane | (~Rembane@li346-36.members.linode.com) |
2021-04-24 23:20:16 +0200 | magog | (~wee@unaffiliated/magog) |
2021-04-24 23:20:16 +0200 | komasa | (~komasa@2a03:b0c0:3:d0::2097:6001) |
2021-04-24 23:20:16 +0200 | enikar | (~enikar@2001:41d0:2:8673::42) |
2021-04-24 23:20:16 +0200 | dale | (dale@unaffiliated/dale) |
2021-04-24 23:20:16 +0200 | shadowdaemon | (~user@unaffiliated/shadowdaemon) |
2021-04-24 23:20:16 +0200 | ajmcmiddlin | (sid284402@gateway/web/irccloud.com/x-haiyfskefbbtaisd) |
2021-04-24 23:20:16 +0200 | grfn | (sid449115@gateway/web/irccloud.com/x-bdqnujcrokkpscfq) |
2021-04-24 23:20:16 +0200 | saidinwot1 | (~saidinwot@2604:a880:2:d0::50:8001) |
2021-04-24 23:20:16 +0200 | chessai | (sid225296@gateway/web/irccloud.com/x-byrazhpexotqswfh) |
2021-04-24 23:20:16 +0200 | FMJz_____ | (sid279245@gateway/web/irccloud.com/x-gdvcqgmmbdaqujfv) |
2021-04-24 23:20:16 +0200 | xnyhps | (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) |
2021-04-24 23:20:16 +0200 | chrpape | (~user@2a01:4f9:c010:632d::1) |
2021-04-24 23:20:16 +0200 | idupree | (~quassel@2604:a880:400:d0::9bb:2001) |
2021-04-24 23:20:16 +0200 | lightandlight | (sid135476@gateway/web/irccloud.com/x-gwfowomroynsvzco) |
2021-04-24 23:20:16 +0200 | Orbstheorem | (~roosember@hellendaal.orbstheorem.ch) |
2021-04-24 23:20:16 +0200 | bsima | (~bsima@simatime.com) |
2021-04-24 23:20:16 +0200 | zgrep | (~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep) |
2021-04-24 23:20:16 +0200 | ski | (~ski@ed-3358-10.studat.chalmers.se) |
2021-04-24 23:20:16 +0200 | bspar | (~bspar@2604:a880:0:1010::776:e001) |
2021-04-24 23:20:16 +0200 | debugloop | (~danieln@unaffiliated/debugloop) |
2021-04-24 23:20:16 +0200 | sphalerite | (~sphalerit@NixOS/user/lheckemann) |
2021-04-24 23:20:16 +0200 | mstruebing | (~mstruebin@2001:41d0:8:93c7::1) |
2021-04-24 23:20:16 +0200 | oats | (~hurr@durr/im/a/sheep) |
2021-04-24 23:20:16 +0200 | martin02 | (silas@hund.fs.lmu.de) |
2021-04-24 23:20:16 +0200 | zzz | (~zzz@2a03:b0c0:3:d0::3095:3001) |
2021-04-24 23:20:16 +0200 | fredcy | (fredcy@2600:3c00::f03c:91ff:feae:15ae) |
2021-04-24 23:20:16 +0200 | Bigcheese | (~quassel@unaffiliated/bigcheese) |
2021-04-24 23:20:16 +0200 | xacktm | (xacktm@gateway/shell/panicbnc/x-cckreqhvgmeuulfv) |
2021-04-24 23:20:16 +0200 | integral | (sid296274@p3m/member/integral) |
2021-04-24 23:20:16 +0200 | hendi | (sid489601@gateway/web/irccloud.com/x-tofwispyijhkkmkf) |
2021-04-24 23:20:16 +0200 | sis7_ | (~user@2001:15e8:110:473e::1) |
2021-04-24 23:20:16 +0200 | operand | (~operand@is.altijd.moe) |
2021-04-24 23:20:16 +0200 | vqrs | (~vqrs@learnprogramming/regular/vqrs) |
2021-04-24 23:20:16 +0200 | bjobjo | (~bjobjo@2a01:79c:cebf:d688::9e6) |
2021-04-24 23:20:16 +0200 | Ferdirand | (~max@2001:4c78:2012:5000::2) |
2021-04-24 23:20:16 +0200 | a3f | (~a3f@chimeria.ext.pengutronix.de) |
2021-04-24 23:20:16 +0200 | billstclair | (sid77830@gateway/web/irccloud.com/x-ouhlhzompordlszs) |
2021-04-24 23:20:16 +0200 | ego_ | (~ego@2604:a880:800:a1::1b:b001) |
2021-04-24 23:20:16 +0200 | agrif | (~agrif@overviewer/dev/agrif) |
2021-04-24 23:20:16 +0200 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) |
2021-04-24 23:20:16 +0200 | brettgilio | (~brettgili@brettgilio.com) |
2021-04-24 23:20:16 +0200 | mniip | (mniip@freenode/staff/mniip) |
2021-04-24 23:20:16 +0200 | msgctl | (~msgctl@ometochtli.centzontotochtin.org) |
2021-04-24 23:20:16 +0200 | Squarism | (~someone@unaffiliated/squarism) |
2021-04-24 23:20:16 +0200 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) |
2021-04-24 23:20:16 +0200 | jtcs_ | (~jtcs@vmi359854.contaboserver.net) |
2021-04-24 23:20:16 +0200 | styledash | (~styledash@157.230.173.136) |
2021-04-24 23:20:16 +0200 | mjrosenb | (~mrosenbe@nyc.schrodinger.com) |
2021-04-24 23:20:16 +0200 | arw | (~arw@impulse.informatik.uni-erlangen.de) |
2021-04-24 23:20:16 +0200 | mjacob | (~mjacob@unaffiliated/mjacob) |
2021-04-24 23:20:16 +0200 | xerox_ | (~xerox@unaffiliated/xerox) |
2021-04-24 23:20:16 +0200 | ashnur | (~rak@unaffiliated/ashnur) |
2021-04-24 23:20:16 +0200 | Cathy | (~Cathy@unaffiliated/cathy) |
2021-04-24 23:20:16 +0200 | mmaruseacph2 | (~mihai@198.199.100.72) |
2021-04-24 23:20:16 +0200 | ft | (~ft@shell.chaostreff-dortmund.de) |
2021-04-24 23:20:16 +0200 | sshine | (~simon@hubris.eta.solutions) |
2021-04-24 23:20:16 +0200 | chrisosaurus | (chris@segfault.net.nz) |
2021-04-24 23:20:16 +0200 | noctux | (~noctux@unaffiliated/noctux) |
2021-04-24 23:20:16 +0200 | PlasmaStar | (plasma@unaffiliated/plasmastar) |
2021-04-24 23:20:16 +0200 | joel135 | (sid136450@gateway/web/irccloud.com/x-ucqckdoiizhcvkmw) |
2021-04-24 23:20:16 +0200 | xintron | (~xintron@unaffiliated/xintron) |
2021-04-24 23:20:16 +0200 | andi- | (~andi-@NixOS/user/andi-) |
2021-04-24 23:20:16 +0200 | hugo | (znc@verdigris.lysator.liu.se) |
2021-04-24 23:20:16 +0200 | ArsenArsen | (~arsen@managarm/dev/ArsenArsen) |
2021-04-24 23:20:16 +0200 | recon_- | (~quassel@2602:febc:0:b6::6ca2) |
2021-04-24 23:20:16 +0200 | NemesisD | (sid24071@gateway/web/irccloud.com/x-jbscorkbghkikoec) |
2021-04-24 23:20:16 +0200 | cstrahan | (sid36118@gateway/web/irccloud.com/x-hhcxapzgwlqibukd) |
2021-04-24 23:20:16 +0200 | bjs | (sid190364@gateway/web/irccloud.com/x-rysacrenfdxsmjyu) |
2021-04-24 23:20:16 +0200 | Nascha | (sid212230@gateway/web/irccloud.com/x-dvgxunvqabbbhujn) |
2021-04-24 23:20:16 +0200 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-ldcvmlbmuzzjfwoa) |
2021-04-24 23:20:16 +0200 | feepo | (sid28508@gateway/web/irccloud.com/x-cjsxflpucqedrqas) |
2021-04-24 23:20:16 +0200 | teej | (uid154177@gateway/web/irccloud.com/x-aqljzrvlwnvlpfor) |
2021-04-24 23:20:16 +0200 | supersven[m] | (supersvenm@gateway/shell/matrix.org/x-vtyvtzkqhlabrowo) |
2021-04-24 23:20:16 +0200 | joe[m]1 | (joemonoida@gateway/shell/matrix.org/x-dyuqcnyqoeqswuzr) |
2021-04-24 23:20:16 +0200 | johnnyv[m] | (badwolf256@gateway/shell/matrix.org/x-yxpkxdztlttkpjgg) |
2021-04-24 23:20:16 +0200 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-ksbmrykeuszgsyik) |
2021-04-24 23:20:16 +0200 | domenkozar[m] | (domenkozar@NixOS/user/domenkozar) |
2021-04-24 23:20:16 +0200 | themsay[m] | (themsaymat@gateway/shell/matrix.org/x-hpjgawiyzuenumyt) |
2021-04-24 23:20:16 +0200 | samthecoy[m] | (samthecoym@gateway/shell/matrix.org/x-qaqujubkonygneyt) |
2021-04-24 23:20:16 +0200 | loyon | (loyonmatri@gateway/shell/matrix.org/x-wopkgivyetfmwccv) |
2021-04-24 23:20:16 +0200 | cheers | (user@unaffiliated/cheers) |
2021-04-24 23:20:16 +0200 | stampirl | (~stampirl@195-154-112-77.rev.poneytelecom.eu) |
2021-04-24 23:20:16 +0200 | epta | (~m@nuda.space) |
2021-04-24 23:20:16 +0200 | Adluc | (~Adluc@83.167.228.130) |
2021-04-24 23:20:16 +0200 | hpc | (~juzz@ip98-169-35-13.dc.dc.cox.net) |
2021-04-24 23:20:16 +0200 | AWizzArd | (~code@unaffiliated/awizzard) |
2021-04-24 23:20:16 +0200 | outerpassage | (~outerpass@li1196-30.members.linode.com) |
2021-04-24 23:20:16 +0200 | anderson | (~ande@159.65.95.130) |
2021-04-24 23:20:16 +0200 | PatrickRobotham_ | (sid18270@gateway/web/irccloud.com/x-dsytamzyvqvdenoe) |
2021-04-24 23:20:16 +0200 | scav | (sid309693@gateway/web/irccloud.com/x-zpwaikoxdaqjtkjd) |
2021-04-24 23:20:16 +0200 | amatecha____ | (sid10006@gateway/web/irccloud.com/x-gvwvasnyguqtijeo) |
2021-04-24 23:20:16 +0200 | pnotequalnp[m] | (pnotequaln@gateway/shell/matrix.org/x-ilonrmhzsbjadrsm) |
2021-04-24 23:20:16 +0200 | mly | (mlydisenco@gateway/shell/matrix.org/x-hffzasvjgrikcwzr) |
2021-04-24 23:20:16 +0200 | SolarAquarion | (SolarAquar@gateway/shell/panicbnc/x-sxxrzckrtiulpjwg) |
2021-04-24 23:20:16 +0200 | Klumben | (Nsaiswatch@gateway/shell/panicbnc/x-igfvivsmqpanwyqa) |
2021-04-24 23:20:16 +0200 | quaestor | (~quaestor@griffith.christophrauch.de) |
2021-04-24 23:20:16 +0200 | jathan | (~jathan@69.61.93.38) |
2021-04-24 23:20:16 +0200 | jules_ | (~jules@ip201.ip-135-125-227.eu) |
2021-04-24 23:20:16 +0200 | Benzi-Junior | (~BenziJuni@dsl-149-64-251.hive.is) |
2021-04-24 23:20:16 +0200 | rom1504 | (rom1504@rom1504.fr) |
2021-04-24 23:20:16 +0200 | pierrot | (~pi@unaffiliated/pierrot) |
2021-04-24 23:20:16 +0200 | infinisil | (~infinisil@NixOS/user/infinisil) |
2021-04-24 23:20:16 +0200 | DustyDingo | (~nonamen@v2202001112302107134.ultrasrv.de) |
2021-04-24 23:20:16 +0200 | noexcept | (~noexcept@2a03:b0c0:3:d0::33:9001) |
2021-04-24 23:20:16 +0200 | mupf | (~micha@v22017094964653601.ultrasrv.de) |
2021-04-24 23:20:16 +0200 | mpickering | (sid78412@gateway/web/irccloud.com/x-uuuhuurfuxahsslu) |
2021-04-24 23:20:16 +0200 | Tritlo | (sid58727@gateway/web/irccloud.com/x-aozswbintmywimnv) |
2021-04-24 23:20:16 +0200 | hamishmack | (sid389057@gateway/web/irccloud.com/x-pnmcssvibehjvusv) |
2021-04-24 23:20:16 +0200 | dsturnbull | (sid347899@gateway/web/irccloud.com/x-rwwelyrmjwhraekh) |
2021-04-24 23:20:16 +0200 | gluegadget | (sid22336@gateway/web/irccloud.com/x-yvyuuucqiikbdiwr) |
2021-04-24 23:20:16 +0200 | proteusguy | (~proteusgu@cm-58-10-209-239.revip7.asianet.co.th) |
2021-04-24 23:20:16 +0200 | matijja | (~matijja@193.77.181.208) |
2021-04-24 23:20:16 +0200 | kilolympus | (~kilolympu@5.151.5.180) |
2021-04-24 23:20:16 +0200 | zyeri | (zyeri@tilde.team/users/zyeri) |
2021-04-24 23:20:16 +0200 | i7c | (Rmit7A5pyb@unaffiliated/i7c) |
2021-04-24 23:20:16 +0200 | bwe | (~bwe@unaffiliated/bwe) |
2021-04-24 23:20:16 +0200 | sim642 | (~simmo@unaffiliated/sim642) |
2021-04-24 23:20:16 +0200 | dumptruckman | (~dumptruck@li1287-148.members.linode.com) |
2021-04-24 23:20:16 +0200 | lewky | (~lewky@159.65.37.240) |
2021-04-24 23:20:16 +0200 | Raito_Bezarius | (~Raito@unaffiliated/raito-bezarius/x-8764578) |
2021-04-24 23:20:16 +0200 | l8star__ | (~l8star@business-90-187-113-149.pool2.vodafone-ip.de) |
2021-04-24 23:20:16 +0200 | puffnfresh1 | (~puffnfres@119-17-138-164.77118a.mel.static.aussiebb.net) |
2021-04-24 23:20:16 +0200 | monochrom | (trebla@216.138.220.146) |
2021-04-24 23:20:16 +0200 | tinwood | (~tinwood@general.default.akavanagh.uk0.bigv.io) |
2021-04-24 23:20:16 +0200 | rdd | (~rdd@c-407ce255.012-81-73746f39.cust.ownit.se) |
2021-04-24 23:20:16 +0200 | Ranhir | (~Ranhir@157.97.53.139) |
2021-04-24 23:20:16 +0200 | byorgey | (~byorgey@155.138.238.211) |
2021-04-24 23:20:16 +0200 | concept2 | (~concept2@unaffiliated/tubo) |
2021-04-24 23:20:16 +0200 | wrunt | (~ajc@vmx14030.hosting24.com.au) |
2021-04-24 23:20:16 +0200 | fryguybob | (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) |
2021-04-24 23:20:16 +0200 | NieDzejkob | (~quassel@195.149.98.3) |
2021-04-24 23:20:16 +0200 | vnz | (~vnz@unaffiliated/vnz) |
2021-04-24 23:20:16 +0200 | coeus | (~coeus@p200300d0274dc6000de71f4ee41c5fb3.dip0.t-ipconnect.de) |
2021-04-24 23:20:16 +0200 | cyphase | (~cyphase@unaffiliated/cyphase) |
2021-04-24 23:20:16 +0200 | stefan-_ | (~cri@42dots.de) |
2021-04-24 23:20:16 +0200 | hiredman | (~hiredman@138.68.1.198) |
2021-04-24 23:20:16 +0200 | jcarpenter2 | (~rofl@96.78.87.197) |
2021-04-24 23:20:16 +0200 | SquidDev | (~SquidDev@autoclave.squiddev.cc) |
2021-04-24 23:20:16 +0200 | ridcully | (~ridcully@pd951f269.dip0.t-ipconnect.de) |
2021-04-24 23:20:16 +0200 | mat[m]1 | (matmatrixo@gateway/shell/matrix.org/x-uwjgvmzxszuovuwu) |
2021-04-24 23:20:16 +0200 | sepples_ | (~sepples@sepples.xyz) |
2021-04-24 23:20:16 +0200 | hrnz | (~hrnz@unaffiliated/hrnz) |
2021-04-24 23:20:16 +0200 | jamestmartin | (james@jtmar.me) |
2021-04-24 23:20:16 +0200 | jluttine | (~jluttine@85-23-66-6.bb.dnainternet.fi) |
2021-04-24 23:20:16 +0200 | EmanuelLoos[m] | (emanuel-lo@gateway/shell/matrix.org/x-xedchorwdbepbzbx) |
2021-04-24 23:20:16 +0200 | dcoutts_ | (~dcoutts@unaffiliated/dcoutts) |
2021-04-24 23:20:16 +0200 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) |
2021-04-24 23:20:16 +0200 | MrMobius | (~MrMobius@208.58.206.154) |
2021-04-24 23:20:16 +0200 | p3n | (~p3n@217.198.124.246) |
2021-04-24 23:20:16 +0200 | acarrico | (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) |
2021-04-24 23:20:16 +0200 | Techcable | (~Techcable@168.235.93.147) |
2021-04-24 23:20:16 +0200 | Geekingfrog | (~geekingfr@li2156-64.members.linode.com) |
2021-04-24 23:20:16 +0200 | trevorriles | (sid469656@gateway/web/irccloud.com/x-xdsdtxtxrbrxnitq) |
2021-04-24 23:20:16 +0200 | alinab | (sid468903@gateway/web/irccloud.com/x-kxduedlnkmrjymym) |
2021-04-24 23:20:16 +0200 | mudri | (sid317655@gateway/web/irccloud.com/x-tkftihyrhfadzkvn) |
2021-04-24 23:20:16 +0200 | newhoggy | (sid198874@gateway/web/irccloud.com/x-odbcefoglogukgog) |
2021-04-24 23:20:16 +0200 | iphy | (sid67735@gateway/web/irccloud.com/x-svcckheboicsfdfm) |
2021-04-24 23:20:16 +0200 | rodlogic__ | (sid214676@gateway/web/irccloud.com/x-jsfobhdzpplfsdpe) |
2021-04-24 23:20:16 +0200 | enemeth79 | (sid309041@gateway/web/irccloud.com/x-vaiujncapfeaexzk) |
2021-04-24 23:20:16 +0200 | Adeon | (sid418992@gateway/web/irccloud.com/x-gymdfseqxtsglqmg) |
2021-04-24 23:20:16 +0200 | heyj | (sid171370@gateway/web/irccloud.com/x-wookyduvyhmgjxsv) |
2021-04-24 23:20:16 +0200 | wildsebastian | (sid324688@gateway/web/irccloud.com/x-huuoejtmpgsbomho) |
2021-04-24 23:20:16 +0200 | conjunctive | (sid433686@gateway/web/irccloud.com/x-veifezvsdidztgvo) |
2021-04-24 23:20:16 +0200 | drupol | (sid117588@gateway/web/irccloud.com/x-gsnwinbjioyhnadu) |
2021-04-24 23:20:16 +0200 | carter | (sid14827@gateway/web/irccloud.com/x-velgelprbzzboucb) |
2021-04-24 23:20:16 +0200 | entel | (uid256215@botters/entel) |
2021-04-24 23:20:16 +0200 | yogani | (sid42623@gateway/web/irccloud.com/x-diwllcjriwggxbhg) |
2021-04-24 23:20:16 +0200 | mcfilib | (sid302703@gateway/web/irccloud.com/x-qgurzruyjowxqkfb) |
2021-04-24 23:20:16 +0200 | moobar | (sid171730@gateway/web/irccloud.com/x-mfdnwzlgpjfftngj) |
2021-04-24 23:20:16 +0200 | simony | (sid226116@gateway/web/irccloud.com/x-uimvkkhkkjmffmgk) |
2021-04-24 23:20:16 +0200 | jonrh | (sid5185@gateway/web/irccloud.com/x-wzkchmmanupyucfa) |
2021-04-24 23:20:16 +0200 | verlet64_ | (sid261276@gateway/web/irccloud.com/x-pbadcyendmqwahig) |
2021-04-24 23:20:16 +0200 | affinespaces | (sid327561@gateway/web/irccloud.com/x-zprmbywljksowyax) |
2021-04-24 23:20:16 +0200 | kini | (~kini@unaffiliated/kini) |
2021-04-24 23:20:16 +0200 | thaumavorio | (~thaumavor@thaumavor.io) |
2021-04-24 23:20:16 +0200 | ystael | (~ystael@209.6.50.55) |
2021-04-24 23:20:16 +0200 | yaroot | (~yaroot@138.102.13.160.dy.iij4u.or.jp) |
2021-04-24 23:20:16 +0200 | _bin_ | (~bin@2600:1700:10a1:38d0:219a:3dd:429e:7909) |
2021-04-24 23:20:16 +0200 | Lurkki[m] | (lurkkifene@gateway/shell/matrix.org/x-nrwgmnbvosqqhpnr) |
2021-04-24 23:20:16 +0200 | jo[m]3 | (josefmat1@gateway/shell/matrix.org/x-qfhlavfxfkadmzvi) |
2021-04-24 23:20:16 +0200 | piele | (~piele@tbonesteak.creativeserver.net) |
2021-04-24 23:20:16 +0200 | edwardk | (sid47016@haskell/developer/edwardk) |
2021-04-24 23:20:16 +0200 | tapas | (sid467876@gateway/web/irccloud.com/x-bsjadohtpruxmywx) |
2021-04-24 23:20:16 +0200 | exarkun | (~exarkun@14.79.69.34.bc.googleusercontent.com) |
2021-04-24 23:20:16 +0200 | jackhill | (~jackhill@marsh.hcoop.net) |
2021-04-24 23:20:16 +0200 | nshepperd | (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) |
2021-04-24 23:20:16 +0200 | nh2 | (sid309956@gateway/web/irccloud.com/x-sfwmjcpeywrfgggs) |
2021-04-24 23:20:16 +0200 | dave_uy | (~david@108.61.193.26) |
2021-04-24 23:20:16 +0200 | stylewarning | (stylewarni@gateway/web/irccloud.com/x-hfenrszoagpafasl) |
2021-04-24 23:20:16 +0200 | Logio | (em@kapsi.fi) |
2021-04-24 23:20:16 +0200 | aizen_s | (sid462968@gateway/web/irccloud.com/x-cimltabwsuoipsqn) |
2021-04-24 23:20:16 +0200 | alunduil | (alunduil@gateway/web/irccloud.com/x-lfjncrqckqiqjrhx) |
2021-04-24 23:20:16 +0200 | dgpratt | (sid193493@gateway/web/irccloud.com/x-yujexlmxhvpapqdm) |
2021-04-24 23:20:16 +0200 | kmein | (~weechat@static.173.83.99.88.clients.your-server.de) |
2021-04-24 23:20:16 +0200 | blankhart | (~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net) |
2021-04-24 23:20:16 +0200 | carldd | (~carldd@90-224-49-113-no56.tbcn.telia.com) |
2021-04-24 23:20:16 +0200 | m0rphism | (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) |
2021-04-24 23:20:16 +0200 | Tene | (~tene@poipu/supporter/slacker/tene) |
2021-04-24 23:20:16 +0200 | totte | (~totte@chakra/totte) |
2021-04-24 23:20:16 +0200 | wavemode_ | (~wavemode@097-070-075-143.res.spectrum.com) |
2021-04-24 23:20:16 +0200 | beaky | (~beaky@2a03:b0c0:0:1010::17cf:7003) |
2021-04-24 23:20:16 +0200 | tomboy64 | (~tomboy64@unaffiliated/tomboy64) |
2021-04-24 23:20:16 +0200 | texasmynsted | (~texasmyns@99.96.221.112) |
2021-04-24 23:20:16 +0200 | L1Cafe | (~L1Cafe@kydara.com) |
2021-04-24 23:20:16 +0200 | dcoutts | (~duncan@94.186.125.91.dyn.plus.net) |
2021-04-24 23:20:16 +0200 | amosbird_ | (~amosbird@13.75.119.182) |
2021-04-24 23:20:16 +0200 | dmj` | (sid72307@gateway/web/irccloud.com/x-hiydzdvhdibdbilo) |
2021-04-24 23:20:16 +0200 | charukiewicz_ | (~quassel@irouteince04.i.subnet.rcn.com) |
2021-04-24 23:20:16 +0200 | malthe_ | (~mborch@46.101.103.63) |
2021-04-24 23:20:16 +0200 | wraithm | (~wraithm@unaffiliated/wraithm) |
2021-04-24 23:20:16 +0200 | Khisanth | (~Khisanth@11.sub-174-244-147.myvzw.com) |
2021-04-24 23:20:16 +0200 | davros | (~davros@host86-185-126-190.range86-185.btcentralplus.com) |
2021-04-24 23:20:16 +0200 | apoc | (~apoc@49.12.13.193) |
2021-04-24 23:20:16 +0200 | falsifian | (~falsifian@exoco.falsifian.org) |
2021-04-24 23:20:16 +0200 | AndreasK | (sid320732@gateway/web/irccloud.com/x-spqgtdrtcwqozgos) |
2021-04-24 23:20:16 +0200 | lally | (sid388228@gateway/web/irccloud.com/x-ilucbequfappbwaf) |
2021-04-24 23:20:16 +0200 | liquorice | (sid267884@gateway/web/irccloud.com/x-nzkqxgdtfgechhzd) |
2021-04-24 23:20:16 +0200 | joshmeredith | (sid387798@gateway/web/irccloud.com/x-puyeogwrdolrmxnl) |
2021-04-24 23:20:16 +0200 | systemfault | (sid267009@gateway/web/irccloud.com/x-weqjiwsrsizmsttb) |
2021-04-24 23:20:16 +0200 | ebutleriv | (sid217783@gateway/web/irccloud.com/x-kdwwbglqjsasvtqj) |
2021-04-24 23:20:16 +0200 | cemerick | (sid54985@gateway/web/irccloud.com/x-dmosxtcpbaaxlpbx) |
2021-04-24 23:20:16 +0200 | ryjm | (sid383513@gateway/web/irccloud.com/x-mfvpahefkuhsmhxj) |
2021-04-24 23:20:16 +0200 | aristid | (sid1599@gateway/web/irccloud.com/x-iysthznfdzhconze) |
2021-04-24 23:20:16 +0200 | davetapley | (sid666@gateway/web/irccloud.com/x-zjajcgkktmcxzflu) |
2021-04-24 23:20:16 +0200 | ReinH | (sid179972@gateway/web/irccloud.com/x-yupwkseagmcsclao) |
2021-04-24 23:20:16 +0200 | jared-w | (uid405292@gateway/web/irccloud.com/x-qitlcehrrgjsxmby) |
2021-04-24 23:20:16 +0200 | wpcarro_ | (sid397589@gateway/web/irccloud.com/x-ahewuhnoiijbwpmc) |
2021-04-24 23:20:16 +0200 | etrepum | (sid763@gateway/web/irccloud.com/x-kbeiueugazaifuth) |
2021-04-24 23:20:16 +0200 | SrPx | (sid108780@gateway/web/irccloud.com/x-yhksykcahzlylxhe) |
2021-04-24 23:20:16 +0200 | eruditass | (uid248673@gateway/web/irccloud.com/x-xevwmrtrjszgvhcb) |
2021-04-24 23:20:16 +0200 | curiousgay | (~gay@178.217.208.8) |
2021-04-24 23:20:16 +0200 | {abby} | (~{abby}@unaffiliated/demhydraz) |
2021-04-24 23:20:16 +0200 | johnw | (~johnw@haskell/developer/johnw) |
2021-04-24 23:20:16 +0200 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
2021-04-24 23:20:16 +0200 | tsandstr | (~user@nat-130-132-173-221.central.yale.edu) |
2021-04-24 23:20:16 +0200 | Ishutin | (~ishutin@94-21-174-90.pool.digikabel.hu) |
2021-04-24 23:20:16 +0200 | jonatan | (~nate@h77-53-70-163.cust.a3fiber.se) |
2021-04-24 23:20:16 +0200 | tlgl^nix | (~damien@S0106008ef25e98fb.su.shawcable.net) |
2021-04-24 23:20:16 +0200 | DavidEichmann | (~david@147.136.46.217.dyn.plus.net) |
2021-04-24 23:20:16 +0200 | vchlup | (~vchlup@nat.brnet.cz) |
2021-04-24 23:20:16 +0200 | rslima_____ | (sid26145@gateway/web/irccloud.com/x-uuewewvxxbofrynk) |
2021-04-24 23:20:16 +0200 | kyagrd__ | (sid102627@gateway/web/irccloud.com/x-rctrsarckkdvtebu) |
2021-04-24 23:20:16 +0200 | jonathanx | (~jonathan@h-176-109.A357.priv.bahnhof.se) |
2021-04-24 23:20:16 +0200 | HiRE | (~HiRE@2602:ffc5:20::1:512e) |
2021-04-24 23:20:16 +0200 | clynamen | (~clynamen@net-93-66-1-11.cust.vodafonedsl.it) |
2021-04-24 23:20:16 +0200 | s00pcan | (~chris@075-133-056-178.res.spectrum.com) |
2021-04-24 23:20:16 +0200 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) |
2021-04-24 23:20:16 +0200 | jess | (jess@freenode/staff/jess) |
2021-04-24 23:20:16 +0200 | Katarushisu | (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) |
2021-04-24 23:20:16 +0200 | Bergle_3 | (~Bergle_4@101.165.90.119) |
2021-04-24 23:20:16 +0200 | Cale | (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) |
2021-04-24 23:20:16 +0200 | MidAutumnHotaru | (~MidAutumn@unaffiliated/midautumnhotaru) |
2021-04-24 23:20:16 +0200 | malumore | (~malumore@151.62.120.175) |
2021-04-24 23:20:16 +0200 | tomsmeding | (~tomsmedin@tomsmeding.com) |
2021-04-24 23:20:16 +0200 | RusAlex | (~Chel@unaffiliated/rusalex) |
2021-04-24 23:20:16 +0200 | pony | (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry) |
2021-04-24 23:20:16 +0200 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam) |
2021-04-24 23:20:16 +0200 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi) |
2021-04-24 23:20:16 +0200 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk) |
2021-04-24 23:20:16 +0200 | zva | (~zava@ip5f5bdf0f.dynamic.kabel-deutschland.de) |
2021-04-24 23:20:16 +0200 | forell | (~forell@unaffiliated/forell) |
2021-04-24 23:20:16 +0200 | cheater1 | (~user@unaffiliated/cheater) |
2021-04-24 23:20:16 +0200 | raym | (~ray@45.64.220.116) |
2021-04-24 23:20:16 +0200 | urodna | (~urodna@unaffiliated/urodna) |
2021-04-24 23:20:16 +0200 | thc202 | (~thc202@unaffiliated/thc202) |
2021-04-24 23:20:16 +0200 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) |
2021-04-24 23:20:16 +0200 | nek0 | (~nek0@mail.nek0.eu) |
2021-04-24 23:20:16 +0200 | teddyc | (theodorc@cassarossa.samfundet.no) |
2021-04-24 23:20:16 +0200 | Deide | (~Deide@217.155.19.23) |
2021-04-24 23:20:16 +0200 | carlomagno | (~cararell@148.87.23.7) |
2021-04-24 23:20:16 +0200 | robotmay | (~beepboop@2001:8b0:7af0:2580:94a2:bb95:e8d4:22af) |
2021-04-24 23:20:16 +0200 | gnumonic | (~gnumonic@c-73-170-91-210.hsd1.ca.comcast.net) |
2021-04-24 23:20:16 +0200 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) |
2021-04-24 23:20:16 +0200 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq) |
2021-04-24 23:20:16 +0200 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
2021-04-24 23:20:16 +0200 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) |
2021-04-24 23:20:16 +0200 | ericsagn1 | (~ericsagne@2405:6580:0:5100:9e02:7bf3:beb9:eefe) |
2021-04-24 23:20:16 +0200 | Ariakenom | (~Ariakenom@2001:9b1:efb:fc00:e89f:1e95:a362:ce44) |
2021-04-24 23:20:16 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz) |
2021-04-24 23:20:16 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad) |
2021-04-24 23:20:16 +0200 | __monty__ | (~toonn@unaffiliated/toonn) |
2021-04-24 23:20:16 +0200 | knupfer | (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de) |
2021-04-24 23:20:16 +0200 | hypercube | (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) |
2021-04-24 23:20:16 +0200 | jeet | (~jeet@183.83.214.10) |
2021-04-24 23:20:16 +0200 | sayola1 | (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) |
2021-04-24 23:20:16 +0200 | kiix | (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv) |
2021-04-24 23:20:16 +0200 | kiweun | (~kiweun@2607:fea8:2a62:9600:7da7:60a9:aff:54f9) |
2021-04-24 23:20:16 +0200 | jakalx | (~jakalx@base.jakalx.net) |
2021-04-24 23:20:16 +0200 | CrazyPython | (~crazypyth@98.122.164.118) |
2021-04-24 23:20:16 +0200 | dpl_ | (~dpl@77-121-78-163.chn.volia.net) |
2021-04-24 23:20:16 +0200 | nut | (~gtk@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) |
2021-04-24 23:20:16 +0200 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) |
2021-04-24 23:20:16 +0200 | Narinas | (~Narinas@187-178-93-112.dynamic.axtel.net) |
2021-04-24 23:20:16 +0200 | tmciver | (~tmciver@cpe-172-101-40-226.maine.res.rr.com) |
2021-04-24 23:20:16 +0200 | vicfred | (vicfred@gateway/vpn/mullvad/vicfred) |
2021-04-24 23:20:16 +0200 | xff0x | (~xff0x@2001:1a81:5345:1000:6c4e:76aa:9183:d81d) |
2021-04-24 23:20:16 +0200 | stree | (~stree@68.36.8.116) |
2021-04-24 23:20:16 +0200 | usr25 | (~usr25@unaffiliated/usr25) |
2021-04-24 23:20:16 +0200 | kupi | (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly) |
2021-04-24 23:20:16 +0200 | pavonia | (~user@unaffiliated/siracusa) |
2021-04-24 23:20:16 +0200 | amx | (amx@percival.namespace.at) |
2021-04-24 23:20:16 +0200 | so_ | (~so@unaffiliated/so) |
2021-04-24 23:20:16 +0200 | lnx | (~irssi@167.71.7.27) |
2021-04-24 23:20:16 +0200 | zfnmxt | (~zfnmxt@unaffiliated/zfnmxt) |
2021-04-24 23:20:16 +0200 | raoul | (~raoulhida@nomnomnomnom.co.uk) |
2021-04-24 23:20:16 +0200 | micro | (~micro@unaffiliated/micro) |
2021-04-24 23:20:16 +0200 | ekleog | (~ii@prologin/ekleog) |
2021-04-24 23:20:16 +0200 | Chousuke | (oranenj@coffee.modeemi.fi) |
2021-04-24 23:20:16 +0200 | kav | (~kari@dsl-hkibng42-56733f-225.dhcp.inet.fi) |
2021-04-24 23:20:16 +0200 | p8m | (p8m@gateway/vpn/protonvpn/p8m) |
2021-04-24 23:20:16 +0200 | bobey88 | (~bobey@72-172-218-188.fidnet.com) |
2021-04-24 23:20:16 +0200 | obiiwahn | (~obiwahn@pdpc/supporter/student/obiwahn) |
2021-04-24 23:20:16 +0200 | acertain | (sid470584@gateway/web/irccloud.com/x-udpocathjkijcvpk) |
2021-04-24 23:20:16 +0200 | cpape | (~user@static.180.18.203.116.clients.your-server.de) |
2021-04-24 23:20:16 +0200 | dolio | (~dolio@haskell/developer/dolio) |
2021-04-24 23:20:16 +0200 | brown121407 | (~brown1214@fsf/member/brown121407) |
2021-04-24 23:20:16 +0200 | And1 | (~And1@brewington.uberspace.de) |
2021-04-24 23:20:16 +0200 | lassulus | (~lassulus@NixOS/user/lassulus) |
2021-04-24 23:20:16 +0200 | nisstyre | (~wes@python-zero/conduct-committee/nisstyre) |
2021-04-24 23:20:16 +0200 | darjeeling_ | (~darjeelin@122.245.216.145) |
2021-04-24 23:20:16 +0200 | totbwf | (sid402332@gateway/web/irccloud.com/x-evcibzlipwnkayzd) |
2021-04-24 23:20:16 +0200 | benwr____ | (sid372383@gateway/web/irccloud.com/x-mijbqpsjqwboudpc) |
2021-04-24 23:20:16 +0200 | smerdyakov8 | (~dan@5.146.195.164) |
2021-04-24 23:20:16 +0200 | grumble | (~Thunderbi@freenode/staff/grumble) |
2021-04-24 23:20:16 +0200 | puke | (~vroom@217.138.252.196) |
2021-04-24 23:20:16 +0200 | mikolaj | (~mikon@duch.mimuw.edu.pl) |
2021-04-24 23:20:16 +0200 | hyiltiz | (~quassel@unaffiliated/hyiltiz) |
2021-04-24 23:20:16 +0200 | bennofs__ | (~quassel@dynamic-089-012-022-232.89.12.pool.telefonica.de) |
2021-04-24 23:20:16 +0200 | zmijunkie | (~Adium@87.122.222.145) |
2021-04-24 23:20:16 +0200 | MarcelineVQ | (~anja@198.254.208.159) |
2021-04-24 23:20:16 +0200 | mrchampion | (~mrchampio@38.18.109.23) |
2021-04-24 23:20:16 +0200 | tms_ | (thomaav@cassarossa.samfundet.no) |
2021-04-24 23:20:16 +0200 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) |
2021-04-24 23:20:16 +0200 | russruss40 | (~russruss@my.russellmcc.com) |
2021-04-24 23:20:16 +0200 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
2021-04-24 23:20:16 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
2021-04-24 23:20:16 +0200 | heatsink | (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 23:20:16 +0200 | jollygood2 | (~bc8134e3@217.29.117.252) |
2021-04-24 23:20:16 +0200 | machinedgod | (~machinedg@24.105.81.50) |
2021-04-24 23:20:16 +0200 | __minoru__shirae | (~shiraeesh@77.94.25.113) |
2021-04-24 23:20:16 +0200 | kritzefitz | (~kritzefit@212.86.56.80) |
2021-04-24 23:20:16 +0200 | Sgeo | (~Sgeo@ool-18b9875e.dyn.optonline.net) |
2021-04-24 23:20:16 +0200 | DTZUZU | (~DTZUZO@205.ip-149-56-132.net) |
2021-04-24 23:20:16 +0200 | wonko7 | (~wonko7@62.115.229.50) |
2021-04-24 23:20:16 +0200 | Rudd0 | (~Rudd0@185.189.115.108) |
2021-04-24 23:20:16 +0200 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
2021-04-24 23:20:16 +0200 | son0p | (~ff@181.136.122.143) |
2021-04-24 23:20:16 +0200 | mmfood | (~mmfood@185.176.246.69) |
2021-04-24 23:20:16 +0200 | conal_ | (~conal@64.71.133.70) |
2021-04-24 23:20:16 +0200 | Nik05 | (~Nik05@unaffiliated/nik05) |
2021-04-24 23:20:16 +0200 | HannaM | (~quassel@p54849510.dip0.t-ipconnect.de) |
2021-04-24 23:20:16 +0200 | unyu | (~pyon@unaffiliated/pyon) |
2021-04-24 23:20:16 +0200 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) |
2021-04-24 23:20:16 +0200 | gitgood | (~gitgood@80-44-9-246.dynamic.dsl.as9105.com) |
2021-04-24 23:20:16 +0200 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
2021-04-24 23:20:16 +0200 | fendor | (~fendor@178.165.131.197.wireless.dyn.drei.com) |
2021-04-24 23:20:16 +0200 | dastomaten | (~dastomate@0543f40b.skybroadband.com) |
2021-04-24 23:20:16 +0200 | honigkuchen | (~honigkuch@ip5b429953.dynamic.kabel-deutschland.de) |
2021-04-24 23:20:16 +0200 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc) |
2021-04-24 23:20:17 +0200 | theDon | (~td@94.134.91.143) |
2021-04-24 23:20:17 +0200 | tabemann | (~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) |
2021-04-24 23:20:17 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
2021-04-24 23:20:17 +0200 | quinn | (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) |
2021-04-24 23:20:17 +0200 | DirefulSalt | (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) |
2021-04-24 23:20:17 +0200 | L29Ah | (~L29Ah@unaffiliated/l29ah) |
2021-04-24 23:20:17 +0200 | zaquest | (~notzaques@5.128.210.178) |
2021-04-24 23:20:17 +0200 | ukari | (~ukari@unaffiliated/ukari) |
2021-04-24 23:20:17 +0200 | mikolaj_ | (~mikolaj@purple.well-typed.com) |
2021-04-24 23:20:17 +0200 | notzmv | (~zmv@unaffiliated/zmv) |
2021-04-24 23:20:17 +0200 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) |
2021-04-24 23:20:17 +0200 | evanjs | (~evanjs@075-129-098-007.res.spectrum.com) |
2021-04-24 23:20:17 +0200 | bradparker | (sid262931@gateway/web/irccloud.com/x-ipktkzcrditobyzs) |
2021-04-24 23:20:17 +0200 | luite | (sid387799@gateway/web/irccloud.com/x-jstlojjciwjquony) |
2021-04-24 23:20:17 +0200 | mcglk | (~textual@131.191.49.120) |
2021-04-24 23:20:17 +0200 | gawen | (~gawen@movzbl.root.sx) |
2021-04-24 23:20:17 +0200 | xlei | (znc@unaffiliated/xlei) |
2021-04-24 23:20:17 +0200 | cohn_ | (~noone@23.239.18.252) |
2021-04-24 23:20:17 +0200 | SIben_ | (~SIben@ns3106586.ip-5-135-191.eu) |
2021-04-24 23:20:17 +0200 | ephemera__ | (~E@122.34.1.187) |
2021-04-24 23:20:17 +0200 | glamas_ | (~glamas@107.182.17.237) |
2021-04-24 23:20:17 +0200 | carbolymer | (~carbolyme@dropacid.net) |
2021-04-24 23:20:17 +0200 | dminuoso | (~dminuoso@static.88-198-218-68.clients.your-server.de) |
2021-04-24 23:20:17 +0200 | jrm | (~jrm@freebsd/developer/jrm) |
2021-04-24 23:20:17 +0200 | ahf | (ahf@irssi/staff/ahf) |
2021-04-24 23:20:17 +0200 | TMA | (tma@twin.jikos.cz) |
2021-04-24 23:20:17 +0200 | joeytwiddle | (~joeytwidd@162.243.115.31) |
2021-04-24 23:20:17 +0200 | kaletaa | (~kaletaa@188.34.177.83) |
2021-04-24 23:20:17 +0200 | kloeri | (~kloeri@freenode/staff/exherbo.kloeri) |
2021-04-24 23:20:17 +0200 | alexknvl | (sid259568@gateway/web/irccloud.com/x-wdxobfzstmpkvclf) |
2021-04-24 23:20:17 +0200 | ibloom | (sid350277@gateway/web/irccloud.com/x-yhokoaaxqmoudodu) |
2021-04-24 23:20:17 +0200 | lovesegfault | (~bemeurer@37.219.94.34.bc.googleusercontent.com) |
2021-04-24 23:20:17 +0200 | caasih | (sid13241@gateway/web/irccloud.com/x-ywhvuyflycmojjfa) |
2021-04-24 23:20:17 +0200 | Forlorn_ | (~Forlorn@unaffiliated/forlorn) |
2021-04-24 23:20:17 +0200 | sdrodge_ | (~sdrodge@unaffiliated/sdrodge) |
2021-04-24 23:20:17 +0200 | juri_ | (~juri@178.63.35.222) |
2021-04-24 23:20:17 +0200 | codedmart | (codedmart@2600:3c01::f03c:92ff:fefe:8511) |
2021-04-24 23:20:17 +0200 | dilinger | (~dilinger@spindle.queued.net) |
2021-04-24 23:20:17 +0200 | aidecoe | (~aidecoe@unaffiliated/aidecoe) |
2021-04-24 23:20:17 +0200 | seveg | (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) |
2021-04-24 23:20:17 +0200 | Irenes | (~irenes@NixOS/user/irenes) |
2021-04-24 23:20:17 +0200 | jassob | (~jassob@korrob.vth.sgsnet.se) |
2021-04-24 23:20:17 +0200 | _xor | (~xor@74.215.46.133) |
2021-04-24 23:20:17 +0200 | davean | (~davean@davean.sciesnet.net) |
2021-04-24 23:20:17 +0200 | cyberlard | (~cyberlard@unaffiliated/jludwig) |
2021-04-24 23:20:17 +0200 | Neuromancer | (~Neuromanc@unaffiliated/neuromancer) |
2021-04-24 23:20:17 +0200 | landonf | (landonf@mac68k.info) |
2021-04-24 23:20:17 +0200 | tromp | (~tromp@dhcp-077-249-230-040.chello.nl) |
2021-04-24 23:20:17 +0200 | poljar1 | (~poljar@93-139-112-157.adsl.net.t-com.hr) |
2021-04-24 23:20:17 +0200 | SupaYoshi | (~supayoshi@213-10-140-13.fixed.kpn.net) |
2021-04-24 23:20:17 +0200 | st13g | (~quassel@47.90.246.232) |
2021-04-24 23:20:17 +0200 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) |
2021-04-24 23:20:17 +0200 | mudfog | (~mudfog@ec2-54-152-211-54.compute-1.amazonaws.com) |
2021-04-24 23:20:17 +0200 | liyang | (~liyang@90.255.129.199) |
2021-04-24 23:20:17 +0200 | marble_visions | (~user@68.183.79.8) |
2021-04-24 23:20:17 +0200 | tumdedum | (~tumdedum@unaffiliated/espiral) |
2021-04-24 23:20:17 +0200 | mapperr | (~mapperr@vmi389916.contaboserver.net) |
2021-04-24 23:20:17 +0200 | _ashbreeze_ | (~mark@64.85.214.234.reverse.socket.net) |
2021-04-24 23:20:17 +0200 | blissful | (~blissful@unaffiliated/azuline) |
2021-04-24 23:20:17 +0200 | echoreply | (~echoreply@unaffiliated/echoreply) |
2021-04-24 23:20:17 +0200 | bgamari | (~bgamari@72.65.101.132) |
2021-04-24 23:20:17 +0200 | conkker | (~conkker@unaffiliated/conkker) |
2021-04-24 23:20:17 +0200 | cods | (~fred@82-65-232-44.subs.proxad.net) |
2021-04-24 23:20:17 +0200 | duckonomy_ | (~duckonomy@177.ip-144-217-84.net) |
2021-04-24 23:20:17 +0200 | troydm | (~troydm@unaffiliated/troydm) |
2021-04-24 23:20:17 +0200 | Firedancer | (sid336191@gateway/web/irccloud.com/x-xoleucehjmvybibw) |
2021-04-24 23:20:17 +0200 | Benett | (~Benett@unaffiliated/benett) |
2021-04-24 23:20:17 +0200 | mud | (~mud@unaffiliated/kadoban) |
2021-04-24 23:20:17 +0200 | infinity0 | (~infinity0@freenet/developer/infinity0) |
2021-04-24 23:20:17 +0200 | lordyod | (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) |
2021-04-24 23:20:17 +0200 | swater | (~swater@perso.iiens.net) |
2021-04-24 23:20:17 +0200 | Moyst | (~moyst@212-149-213-144.bb.dnainternet.fi) |
2021-04-24 23:20:17 +0200 | tristanC | (~tristanC@unaffiliated/tristanc) |
2021-04-24 23:20:17 +0200 | pieguy128_ | (~pieguy128@bas1-quebec14-67-70-101-46.dsl.bell.ca) |
2021-04-24 23:20:17 +0200 | connrs | (~connrs@mail.connolley.uk) |
2021-04-24 23:20:17 +0200 | gargawel | (~gael@212.83.144.58) |
2021-04-24 23:20:17 +0200 | Kneiva_ | (kneiva@raah.fi) |
2021-04-24 23:20:17 +0200 | wayne | (~wayne@unaffiliated/wayne) |
2021-04-24 23:20:17 +0200 | dredozubov | (~dredozubo@37.139.21.214) |
2021-04-24 23:20:17 +0200 | tomku | (~tomku@unaffiliated/tomku) |
2021-04-24 23:20:17 +0200 | heath | (~heath@unaffiliated/ybit) |
2021-04-24 23:20:17 +0200 | relrod | (~relrod@redhat/ansible.staff.relrod) |
2021-04-24 23:20:17 +0200 | deni | (~deni@unaffiliated/deni) |
2021-04-24 23:20:17 +0200 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) |
2021-04-24 23:20:17 +0200 | asm89 | (~asm89@unaffiliated/asm89) |
2021-04-24 23:20:17 +0200 | stvc | (~stvc@192.241.166.39) |
2021-04-24 23:20:17 +0200 | tasuki | (~tasuki@198.211.120.27) |
2021-04-24 23:20:17 +0200 | remexre | (~nathan@207-153-38-50.fttp.usinternet.com) |
2021-04-24 23:20:17 +0200 | eagleflo | (~aku@eagleflow.fi) |
2021-04-24 23:20:17 +0200 | bind2 | (~bind@md-dingen.tilaa.cloud) |
2021-04-24 23:20:17 +0200 | shreyasminocha | (~shreyasmi@unaffiliated/shreyasminocha) |
2021-04-24 23:20:17 +0200 | fr33domlover | (~fr33domlo@angeley.es) |
2021-04-24 23:20:17 +0200 | pounce | (~pounce@ns379743.ip-5-196-70.eu) |
2021-04-24 23:20:17 +0200 | pdxleif | (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | djanatyn_ | (~djanatyn@ec2-18-209-155-56.compute-1.amazonaws.com) |
2021-04-24 23:20:17 +0200 | Aleksejs | (~Aleksejs@haskell.lv) |
2021-04-24 23:20:17 +0200 | loc | (~loc@unaffiliated/loc) |
2021-04-24 23:20:17 +0200 | acro | (~acro@unaffiliated/acro) |
2021-04-24 23:20:17 +0200 | zymurgy | (~zymurgy@li607-220.members.linode.com) |
2021-04-24 23:20:17 +0200 | remedan | (~remedan@balak.me) |
2021-04-24 23:20:17 +0200 | kqr | (~kqr@vps.xkqr.org) |
2021-04-24 23:20:17 +0200 | TommyC | (~TommyC@unaffiliated/sepulchralbloom) |
2021-04-24 23:20:17 +0200 | seliopou | (seliopou@entropy.tmok.com) |
2021-04-24 23:20:17 +0200 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) |
2021-04-24 23:20:17 +0200 | lockshaw_ | (~lockshaw@165.22.163.71) |
2021-04-24 23:20:17 +0200 | tstat | (~tstat@104.131.113.212) |
2021-04-24 23:20:17 +0200 | jvanbure_ | (~jvanbure@159.65.233.183) |
2021-04-24 23:20:17 +0200 | Igloo | (~igloo@matrix.chaos.earth.li) |
2021-04-24 23:20:17 +0200 | mrd | (~mrd@debian/developer/mrd) |
2021-04-24 23:20:17 +0200 | esph | (~weechat@unaffiliated/esph) |
2021-04-24 23:20:17 +0200 | pie_ | (~pie_bnc]@unaffiliated/pie-/x-0787662) |
2021-04-24 23:20:17 +0200 | vancz | (~vancz@unaffiliated/vancz) |
2021-04-24 23:20:17 +0200 | nckx | (~nckx@tobias.gr) |
2021-04-24 23:20:17 +0200 | lep-delete | (~lep@94.31.86.183) |
2021-04-24 23:20:17 +0200 | johnyginthehouse | (~johnygint@159.203.30.32) |
2021-04-24 23:20:17 +0200 | quicksil1er | (~jules@roobarb.crazydogs.org) |
2021-04-24 23:20:17 +0200 | magicman | (~tchakkazu@static-47-180-28-65.lsan.ca.frontiernet.net) |
2021-04-24 23:20:17 +0200 | koala_man | (~vidar@unaffiliated/koala-man/x-2491903) |
2021-04-24 23:20:17 +0200 | luigy | (~luigy@104.236.106.229) |
2021-04-24 23:20:17 +0200 | dh | (dh@bsd.ee) |
2021-04-24 23:20:17 +0200 | Clint | (~Clint@libre.fm/hacker/clint) |
2021-04-24 23:20:17 +0200 | thebnq | (~bnq@herrokitty.com) |
2021-04-24 23:20:17 +0200 | jmsx | (~jordan@li1158-85.members.linode.com) |
2021-04-24 23:20:17 +0200 | EdwardIII | (~edwardiii@unaffiliated/edward123) |
2021-04-24 23:20:17 +0200 | drewolson | (~drewolson@64.227.24.16) |
2021-04-24 23:20:17 +0200 | Patternmaster | (~georg@li1192-118.members.linode.com) |
2021-04-24 23:20:17 +0200 | WarzoneCommand | (~Frank@77-162-168-71.fixed.kpn.net) |
2021-04-24 23:20:17 +0200 | statusfailed | (~statusfai@statusfailed.com) |
2021-04-24 23:20:17 +0200 | dibblego | (~dibblego@haskell/developer/dibblego) |
2021-04-24 23:20:17 +0200 | Iroha | (~Dykomii@kyoto.mii.moe) |
2021-04-24 23:20:17 +0200 | hexagoxel | (~hexagoxel@hexagoxel.de) |
2021-04-24 23:20:17 +0200 | digia | (~digia@unaffiliated/digia) |
2021-04-24 23:20:17 +0200 | maerwald | (~maerwald@mail.hasufell.de) |
2021-04-24 23:20:17 +0200 | wz1000 | (~wz1000@static.11.113.47.78.clients.your-server.de) |
2021-04-24 23:20:17 +0200 | rotty | (rotty@ghost.xx.vu) |
2021-04-24 23:20:17 +0200 | haskell_1 | (~twain@168.61.46.105) |
2021-04-24 23:20:17 +0200 | afx237 | (~afx237@107.170.10.178) |
2021-04-24 23:20:17 +0200 | ornxka | (~ornxka@unaffiliated/ornx) |
2021-04-24 23:20:17 +0200 | lazyshrk | (~lazyshrk@128.199.58.13) |
2021-04-24 23:20:17 +0200 | tolt | (~weechat-h@li219-154.members.linode.com) |
2021-04-24 23:20:17 +0200 | Deewiant | (~deewiant@de1.ut.deewiant.iki.fi) |
2021-04-24 23:20:17 +0200 | exferenceBot | (~exference@hexagoxel.de) |
2021-04-24 23:20:17 +0200 | frobnicator | (~frobnicat@185-227-75-147.dsl.cambrium.nl) |
2021-04-24 23:20:17 +0200 | adium | (adium@unaffiliated/adium) |
2021-04-24 23:20:17 +0200 | tessier | (~treed@kernel-panic/copilotco) |
2021-04-24 23:20:17 +0200 | ralu | (~ralu@static.211.245.203.116.clients.your-server.de) |
2021-04-24 23:20:17 +0200 | CitizenSnips | (~CitizenSn@irc.refl.club) |
2021-04-24 23:20:17 +0200 | tdammers | (~tdammers@unaffiliated/tdammers) |
2021-04-24 23:20:17 +0200 | ent | (entgod@kapsi.fi) |
2021-04-24 23:20:17 +0200 | SlashLife | (~slashlife@stienen.name) |
2021-04-24 23:20:17 +0200 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) |
2021-04-24 23:20:17 +0200 | Sarcarean | (4582bfd4@h69-130-191-212.bendor.broadband.dynamic.tds.net) |
2021-04-24 23:20:17 +0200 | federd8 | (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) |
2021-04-24 23:20:17 +0200 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) |
2021-04-24 23:20:17 +0200 | jb55 | (~jb55@gateway/tor-sasl/jb55) |
2021-04-24 23:20:17 +0200 | hendursaga | (~weechat@gateway/tor-sasl/hendursaga) |
2021-04-24 23:20:17 +0200 | finn_elija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
2021-04-24 23:20:17 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
2021-04-24 23:20:17 +0200 | Unhammer | (~Unhammer@gateway/tor-sasl/unhammer) |
2021-04-24 23:20:17 +0200 | vgtw | (~vgtw@gateway/tor-sasl/vgtw) |
2021-04-24 23:20:17 +0200 | Chai-T-Rex | (~ChaiTRex@gateway/tor-sasl/chaitrex) |
2021-04-24 23:20:17 +0200 | jpds | (~jpds@gateway/tor-sasl/jpds) |
2021-04-24 23:20:17 +0200 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
2021-04-24 23:20:17 +0200 | siraben | (sirabenmat@gateway/shell/matrix.org/x-cfikpjmyftuncdpf) |
2021-04-24 23:20:17 +0200 | jchia[m] | (jchiamatri@gateway/shell/matrix.org/x-tmjpbywqkunnmwlp) |
2021-04-24 23:20:17 +0200 | fakubish[m] | (fakubishne@gateway/shell/matrix.org/x-gkdgoaumokeroxkj) |
2021-04-24 23:20:17 +0200 | ProofTechnique | (sid79547@gateway/web/irccloud.com/x-uvtkxtknhyjkpohz) |
2021-04-24 23:20:17 +0200 | angerman | (sid209936@gateway/web/irccloud.com/x-vkbiyhlbxhfghaep) |
2021-04-24 23:20:17 +0200 | Hanma[m] | (hanmamatri@gateway/shell/matrix.org/x-ktsmcyuxlppyzjzb) |
2021-04-24 23:20:17 +0200 | thonkpod | (~thonkpod@2001:19f0:ac01:b46:5400:1ff:fec7:d73d) |
2021-04-24 23:20:17 +0200 | dominicusin[m] | (dominicusi@gateway/shell/matrix.org/x-cjngkratdjygajhy) |
2021-04-24 23:20:17 +0200 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) |
2021-04-24 23:20:17 +0200 | viktorstrate[m] | (viktorstra@gateway/shell/matrix.org/x-nrjjnqkdtfbtkeet) |
2021-04-24 23:20:17 +0200 | slycelote[m] | (slycelotem@gateway/shell/matrix.org/x-yxhtximmpenozqzr) |
2021-04-24 23:20:17 +0200 | speakerspivakeem | (speakerdea@gateway/shell/matrix.org/x-wcklxxqsduyzhunq) |
2021-04-24 23:20:17 +0200 | berberman[T] | (berberma4@gateway/shell/matrix.org/x-tzjvckdqlgqermfr) |
2021-04-24 23:20:17 +0200 | immae | (immaematri@gateway/shell/matrix.org/x-yvvixibszngfldow) |
2021-04-24 23:20:17 +0200 | TheWizardTower[m | (thewizardt@gateway/shell/matrix.org/x-qjoroerupruqagtt) |
2021-04-24 23:20:17 +0200 | jjhoo | (jahakala@dsl-trebng21-b048b5-171.dhcp.inet.fi) |
2021-04-24 23:20:17 +0200 | noCheese | (~nocheese@unaffiliated/nocheese) |
2021-04-24 23:20:17 +0200 | kiltzman | (~k1ltzman@5.206.224.243) |
2021-04-24 23:20:17 +0200 | Axman6 | (~Axman6@pdpc/supporter/student/Axman6) |
2021-04-24 23:20:17 +0200 | Nikotiini | (~ubuntu@ec2-52-213-118-142.eu-west-1.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | lpsmith | (~lpsmith@unaffiliated/lpsmith) |
2021-04-24 23:20:17 +0200 | dequbed | (~dequbed@yanduxian.paranoidlabs.org) |
2021-04-24 23:20:17 +0200 | xarian | (~xarian@104.236.81.162) |
2021-04-24 23:20:17 +0200 | orcus | (~orcus@unaffiliated/orcus) |
2021-04-24 23:20:17 +0200 | vk3wtf | (~doc@115-64-102-158.tpgi.com.au) |
2021-04-24 23:20:17 +0200 | sigmundv | (~sigmundv@178.62.72.87) |
2021-04-24 23:20:17 +0200 | rookie101 | (~rookie@207.154.204.166) |
2021-04-24 23:20:17 +0200 | alp | (~alp@163.172.83.213) |
2021-04-24 23:20:17 +0200 | filwisher | (~filwisher@78.141.201.45) |
2021-04-24 23:20:17 +0200 | emergence | (~emergence@vm0.max-p.me) |
2021-04-24 23:20:17 +0200 | otulp | (~otulp@ti0187q162-6639.bb.online.no) |
2021-04-24 23:20:17 +0200 | bendo | (~bendo@130.61.122.121) |
2021-04-24 23:20:17 +0200 | duairc | (~shane@ana.rch.ist) |
2021-04-24 23:20:17 +0200 | haveo | (~haveo@sl35.iuwt.fr) |
2021-04-24 23:20:17 +0200 | peutri | (~peutri@ns317027.ip-94-23-46.eu) |
2021-04-24 23:20:17 +0200 | polux2001 | (~polux@51.15.169.172) |
2021-04-24 23:20:17 +0200 | [df] | (~ben@51.15.198.140) |
2021-04-24 23:20:17 +0200 | andjjj23_ | (~irc@107.170.228.47) |
2021-04-24 23:20:17 +0200 | voidcontext | (~pgee@178.62.100.221) |
2021-04-24 23:20:17 +0200 | kosmikus | (~kosmikus@haskell/developer/kosmikus) |
2021-04-24 23:20:17 +0200 | le_jonge | (jonge@kofferbomber.org) |
2021-04-24 23:20:17 +0200 | datajerk | (~datajerk@sense.net) |
2021-04-24 23:20:17 +0200 | xcin | (~x@159.203.132.140) |
2021-04-24 23:20:17 +0200 | kiprasz | (~kipras@re199n846.sritis.lt) |
2021-04-24 23:20:17 +0200 | geal | (~geal@195-154-200-217.rev.poneytelecom.eu) |
2021-04-24 23:20:17 +0200 | w1gz | (~do@159.89.11.133) |
2021-04-24 23:20:17 +0200 | dqd | (id@wikipedia/dqd) |
2021-04-24 23:20:17 +0200 | ps-auxw | (~arneb@p548d5577.dip0.t-ipconnect.de) |
2021-04-24 23:20:17 +0200 | int-e | (~noone@int-e.eu) |
2021-04-24 23:20:17 +0200 | natechan | (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) |
2021-04-24 23:20:17 +0200 | Wamanuz | (~wamanuz@78-70-34-81-no84.tbcn.telia.com) |
2021-04-24 23:20:17 +0200 | xwvvvvwx | (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx) |
2021-04-24 23:20:17 +0200 | Paks | (~paks@c-69-136-183-189.hsd1.il.comcast.net) |
2021-04-24 23:20:17 +0200 | vodkaInf1rno | (~wormphleg@104.131.156.184) |
2021-04-24 23:20:17 +0200 | abuss | (~abuss@cryptarch.net) |
2021-04-24 23:20:17 +0200 | gekh | (~gkh@thor.kevinhill.nl) |
2021-04-24 23:20:17 +0200 | Unode | (~Unode@unaffiliated/unode) |
2021-04-24 23:20:17 +0200 | hive-mind | (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) |
2021-04-24 23:20:17 +0200 | shachaf | (~shachaf@unaffiliated/shachaf) |
2021-04-24 23:20:17 +0200 | RoguePointer | (~jigen@unaffiliated/roguepointer) |
2021-04-24 23:20:17 +0200 | BIG_JIMMY_D | (~jim@108.61.185.76) |
2021-04-24 23:20:17 +0200 | Eliel | (~jojkaart@163.172.153.251) |
2021-04-24 23:20:17 +0200 | hiptobecubic | (~john@unaffiliated/hiptobecubic) |
2021-04-24 23:20:17 +0200 | gambpang | (~gambpang@unaffiliated/gambpang) |
2021-04-24 23:20:17 +0200 | cgfbee | (~bot@oc1.itim-cj.ro) |
2021-04-24 23:20:17 +0200 | amiri | (~amiri@cpe-76-91-154-9.socal.res.rr.com) |
2021-04-24 23:20:17 +0200 | nojster | (~noj@vmd62096.contaboserver.net) |
2021-04-24 23:20:17 +0200 | seanparsons | (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) |
2021-04-24 23:20:17 +0200 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) |
2021-04-24 23:20:17 +0200 | jhuizy | (~jhuizy@static.241.188.216.95.clients.your-server.de) |
2021-04-24 23:20:17 +0200 | wagle | (~wagle@quassel.wagle.io) |
2021-04-24 23:20:17 +0200 | haya | (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | haasn | (~nand@mpv/developer/haasn) |
2021-04-24 23:20:17 +0200 | bob_twinkles_ | (~quassel@ec2-52-37-66-13.us-west-2.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | oleks_ | (~oleks@188.166.34.97) |
2021-04-24 23:20:17 +0200 | electricityZZZZ | (~electrici@135-180-3-82.static.sonic.net) |
2021-04-24 23:20:17 +0200 | Kaivo | (~Kaivo@172-97-54-87.mc.derytele.com) |
2021-04-24 23:20:17 +0200 | mnrmnaugh | (~mnrmnaugh@unaffiliated/mnrmnaugh) |
2021-04-24 23:20:17 +0200 | Tario | (~Tario@201.192.165.173) |
2021-04-24 23:20:17 +0200 | alx741 | (~alx741@181.196.69.117) |
2021-04-24 23:20:17 +0200 | ddellaco_ | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
2021-04-24 23:20:17 +0200 | Kaiepi | (~Kaiepi@47.54.252.148) |
2021-04-24 23:20:17 +0200 | TheScoop | (~TheScoop@unaffiliated/tryte) |
2021-04-24 23:20:17 +0200 | hexo- | (~hexo@2a01:430:17:1::ffff:328) |
2021-04-24 23:20:17 +0200 | ahri | (~ahri@178.209.40.84) |
2021-04-24 23:20:17 +0200 | xts_ | (~ts@46.101.20.9) |
2021-04-24 23:20:17 +0200 | Uma_ | (~uma@umazalakain.info) |
2021-04-24 23:20:17 +0200 | crtschin | (~crtschin@2604:a880:800:10::3126:f001) |
2021-04-24 23:20:17 +0200 | sud0 | (~Death@hackspaceuy/member/sud0) |
2021-04-24 23:20:17 +0200 | greymalkin | (~greymalki@199.180.249.79) |
2021-04-24 23:20:17 +0200 | orhan89 | (~orhan89@151.91.188.35.bc.googleusercontent.com) |
2021-04-24 23:20:17 +0200 | newsham | (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | lortabac | (~lortabac@51.158.65.124) |
2021-04-24 23:20:17 +0200 | Ekho | (~Ekho@unaffiliated/ekho) |
2021-04-24 23:20:17 +0200 | zopsi | (zopsi@2600:3c00::f03c:91ff:fe14:551f) |
2021-04-24 23:20:17 +0200 | runeks | (sid21167@gateway/web/irccloud.com/x-hasdkvyrirwackgz) |
2021-04-24 23:20:17 +0200 | ocharles | (sid30093@musicbrainz/user/ocharles) |
2021-04-24 23:20:17 +0200 | agander_m | (sid407952@gateway/web/irccloud.com/x-olfvvsvzckwflxmz) |
2021-04-24 23:20:17 +0200 | dani- | (sid341953@gateway/web/irccloud.com/x-enxplehsvwdxnwfi) |
2021-04-24 23:20:17 +0200 | winny | (~winny@fsf/member/winstonw) |
2021-04-24 23:20:17 +0200 | joeyh | (joeyh@kitenet.net) |
2021-04-24 23:20:17 +0200 | solarus | (~solarus@2a03:b0c0:2:d0::48:7001) |
2021-04-24 23:20:17 +0200 | `slikts | (~nelabs@wikipedia/reinis) |
2021-04-24 23:20:17 +0200 | lisq | (~quassel@lis.moe) |
2021-04-24 23:20:17 +0200 | ^[ | (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) |
2021-04-24 23:20:17 +0200 | mikeplus64 | (~mike@unaffiliated/mikeplus64) |
2021-04-24 23:20:17 +0200 | CrabMan | (phi-matrix@gateway/shell/matrix.org/x-xdtvjrfhqsljsdjb) |
2021-04-24 23:20:17 +0200 | arcontethegreat[ | (arcontethe@gateway/shell/matrix.org/x-htiwddqvyzfqikyg) |
2021-04-24 23:20:17 +0200 | Lurkki[m]1 | (lurkkipriv@gateway/shell/matrix.org/x-qkyndrlwwbcdfprx) |
2021-04-24 23:20:17 +0200 | alexfmpe | (alexfmpema@gateway/shell/matrix.org/x-imekgdrdrodzrfgy) |
2021-04-24 23:20:17 +0200 | michaelpj | (michaelpjm@gateway/shell/matrix.org/x-utrdbjjavwpdczxi) |
2021-04-24 23:20:17 +0200 | Noughtmare[m] | (naughtmare@gateway/shell/matrix.org/x-hglfphyajylwppku) |
2021-04-24 23:20:17 +0200 | beardhatcode | (robbertbea@gateway/shell/matrix.org/x-lsjnjwfsaaqmayss) |
2021-04-24 23:20:17 +0200 | heck-to-the-gnom | (heck-to-th@gateway/shell/matrix.org/x-bjzlaxrwotuujapr) |
2021-04-24 23:20:17 +0200 | hyiltiz-M | (hyiltizkde@gateway/shell/kde/matrix/x-htrnwcwmekebkeel) |
2021-04-24 23:20:17 +0200 | chrisbloecker[m] | (chrisbloec@gateway/shell/matrix.org/x-ocvqnqycybxbaszr) |
2021-04-24 23:20:17 +0200 | miklcct | (quasselcor@2001:19f0:7402:d31:5400:3ff:fe51:a0cd) |
2021-04-24 23:20:17 +0200 | leah2 | (~leah@vuxu.org) |
2021-04-24 23:20:17 +0200 | M9ndres[m] | (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw) |
2021-04-24 23:20:17 +0200 | thblt | (~thblt@unaffiliated/thblt) |
2021-04-24 23:20:17 +0200 | urdh | (~urdh@unaffiliated/urdh) |
2021-04-24 23:20:17 +0200 | myme | (~myme@li1406-121.members.linode.com) |
2021-04-24 23:20:17 +0200 | gienah | (~mwright@gentoo/developer/gienah) |
2021-04-24 23:20:17 +0200 | ring0` | (~ringo@unaffiliated/ring0/x-8667941) |
2021-04-24 23:20:17 +0200 | bcoppens | (~bartcopp@kde/coppens) |
2021-04-24 23:20:17 +0200 | freeside | (~ubuntu@ec2-52-58-69-57.eu-central-1.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | veverak | (~veverak@ip-89-102-98-161.net.upcbroadband.cz) |
2021-04-24 23:20:17 +0200 | aib42 | (~aib@unaffiliated/aib42) |
2021-04-24 23:20:17 +0200 | yahb | (xsbot@haskell/bot/yahb) |
2021-04-24 23:20:17 +0200 | clog | (~nef@bespin.org) |
2021-04-24 23:20:17 +0200 | brkscnce_ | (~obaum@37.120.31.251) |
2021-04-24 23:20:17 +0200 | deu | (de@uio.re) |
2021-04-24 23:20:17 +0200 | samebchase- | (~samebchas@51.15.68.182) |
2021-04-24 23:20:17 +0200 | incertia | (~incertia@d4-50-26-103.nap.wideopenwest.com) |
2021-04-24 23:20:17 +0200 | leafiest | (~leafiest@165.227.53.12) |
2021-04-24 23:20:17 +0200 | averell | (~averell@unaffiliated/averell) |
2021-04-24 23:20:17 +0200 | mantovani | (~mantovani@104.131.207.121) |
2021-04-24 23:20:17 +0200 | iptq | (~michael@142.93.75.170) |
2021-04-24 23:20:17 +0200 | okad | (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com) |
2021-04-24 23:20:17 +0200 | tomjaguarpaw | (~tom@li367-225.members.linode.com) |
2021-04-24 23:20:17 +0200 | M2tias | (m2@seri.fi) |
2021-04-24 23:20:17 +0200 | stilgart | (~Christoph@chezlefab.net) |
2021-04-24 23:20:17 +0200 | a3Dman_ | (~3Dman@ns334323.ip-5-196-65.eu) |
2021-04-24 23:20:17 +0200 | Chobbes_ | (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) |
2021-04-24 23:20:17 +0200 | sajith | (~sajith@fsf/member/nonzen) |
2021-04-24 23:20:17 +0200 | chindy_ | (~quassel@51.15.63.78) |
2021-04-24 23:20:17 +0200 | bbear_ | (~znc@21212.s.t4vps.eu) |
2021-04-24 23:20:17 +0200 | uberj_ | (~uberj@107.170.237.156) |
2021-04-24 23:20:17 +0200 | Xnuk | (~xnuk@45.76.202.58) |
2021-04-24 23:20:17 +0200 | jtobin_ | (~jtobin@li1555-212.members.linode.com) |
2021-04-24 23:20:17 +0200 | niklasb | (~niklasb@unaffiliated/codeslay0r) |
2021-04-24 23:20:17 +0200 | Putonlalla | (~sapekiis@it-cyan.it.jyu.fi) |
2021-04-24 23:20:17 +0200 | Solarion | (~solarion@fsf/member/solarion) |
2021-04-24 23:20:17 +0200 | Athas | (athas@sigkill.dk) |
2021-04-24 23:21:54 +0200 | siraben | (sirabenmat@gateway/shell/matrix.org/x-cfikpjmyftuncdpf) (Max SendQ exceeded) |
2021-04-24 23:21:55 +0200 | teej | (uid154177@gateway/web/irccloud.com/x-aqljzrvlwnvlpfor) (Ping timeout: 245 seconds) |
2021-04-24 23:21:55 +0200 | dmj` | (sid72307@gateway/web/irccloud.com/x-hiydzdvhdibdbilo) (Ping timeout: 250 seconds) |
2021-04-24 23:21:55 +0200 | aizen_s | (sid462968@gateway/web/irccloud.com/x-cimltabwsuoipsqn) (Ping timeout: 250 seconds) |
2021-04-24 23:21:55 +0200 | entel | (uid256215@botters/entel) (Ping timeout: 261 seconds) |
2021-04-24 23:21:55 +0200 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) (Ping timeout: 260 seconds) |
2021-04-24 23:21:55 +0200 | dan64 | (~dan64@dannyadam.com) |
2021-04-24 23:21:55 +0200 | Cerise | (~jerry@2a02:c207:3004:3544::1) |
2021-04-24 23:21:55 +0200 | wonko7 | (~wonko7@62.115.229.50) (Max SendQ exceeded) |
2021-04-24 23:21:59 +0200 | mozzarella | (~sam@modemcable229.128-202-24.mc.videotron.ca) |
2021-04-24 23:21:59 +0200 | benwr____ | (sid372383@gateway/web/irccloud.com/x-mijbqpsjqwboudpc) (Ping timeout: 269 seconds) |
2021-04-24 23:21:59 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-listalaenmlgtgtz) (Ping timeout: 250 seconds) |
2021-04-24 23:22:00 +0200 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-ksbmrykeuszgsyik) (Max SendQ exceeded) |
2021-04-24 23:22:00 +0200 | themsay[m] | (themsaymat@gateway/shell/matrix.org/x-hpjgawiyzuenumyt) (Max SendQ exceeded) |
2021-04-24 23:22:00 +0200 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) (Max SendQ exceeded) |
2021-04-24 23:22:02 +0200 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-gcdpdlgvumdjaoad) (Ping timeout: 258 seconds) |
2021-04-24 23:22:02 +0200 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-werjqffkoelbdsvc) (Ping timeout: 245 seconds) |
2021-04-24 23:22:03 +0200 | elusive | (~Jeanne-Ka@199.116.118.216) |
2021-04-24 23:22:03 +0200 | SrPx | (sid108780@gateway/web/irccloud.com/x-yhksykcahzlylxhe) (Ping timeout: 250 seconds) |
2021-04-24 23:22:03 +0200 | drupol | (sid117588@gateway/web/irccloud.com/x-gsnwinbjioyhnadu) (Ping timeout: 250 seconds) |
2021-04-24 23:22:03 +0200 | mat[m]1 | (matmatrixo@gateway/shell/matrix.org/x-uwjgvmzxszuovuwu) (Ping timeout: 258 seconds) |
2021-04-24 23:22:03 +0200 | joe[m]1 | (joemonoida@gateway/shell/matrix.org/x-dyuqcnyqoeqswuzr) (Ping timeout: 258 seconds) |
2021-04-24 23:22:04 +0200 | miklcct | (quasselcor@2001:19f0:7402:d31:5400:3ff:fe51:a0cd) (Max SendQ exceeded) |
2021-04-24 23:22:04 +0200 | Ekho | (~Ekho@unaffiliated/ekho) (Max SendQ exceeded) |
2021-04-24 23:22:05 +0200 | arcontethegreat[ | (arcontethe@gateway/shell/matrix.org/x-htiwddqvyzfqikyg) (Max SendQ exceeded) |
2021-04-24 23:22:05 +0200 | cgfbee | (~bot@oc1.itim-cj.ro) (Max SendQ exceeded) |
2021-04-24 23:22:05 +0200 | M9ndres[m] | (m9ndresmat@gateway/shell/matrix.org/x-seocxulfsqrbeznw) (Ping timeout: 246 seconds) |
2021-04-24 23:22:05 +0200 | chrisbloecker[m] | (chrisbloec@gateway/shell/matrix.org/x-ocvqnqycybxbaszr) (Ping timeout: 267 seconds) |
2021-04-24 23:22:06 +0200 | heck-to-the-gnom | (heck-to-th@gateway/shell/matrix.org/x-bjzlaxrwotuujapr) (Ping timeout: 267 seconds) |
2021-04-24 23:22:06 +0200 | Lurkki[m]1 | (lurkkipriv@gateway/shell/matrix.org/x-qkyndrlwwbcdfprx) (Ping timeout: 267 seconds) |
2021-04-24 23:22:08 +0200 | michaelpj | (michaelpjm@gateway/shell/matrix.org/x-utrdbjjavwpdczxi) (Ping timeout: 267 seconds) |
2021-04-24 23:22:08 +0200 | alexfmpe | (alexfmpema@gateway/shell/matrix.org/x-imekgdrdrodzrfgy) (Ping timeout: 246 seconds) |
2021-04-24 23:22:08 +0200 | Noughtmare[m] | (naughtmare@gateway/shell/matrix.org/x-hglfphyajylwppku) (Ping timeout: 246 seconds) |
2021-04-24 23:22:08 +0200 | CrabMan | (phi-matrix@gateway/shell/matrix.org/x-xdtvjrfhqsljsdjb) (Ping timeout: 246 seconds) |
2021-04-24 23:22:08 +0200 | jchia[m] | (jchiamatri@gateway/shell/matrix.org/x-tmjpbywqkunnmwlp) (Ping timeout: 248 seconds) |
2021-04-24 23:22:08 +0200 | fakubish[m] | (fakubishne@gateway/shell/matrix.org/x-gkdgoaumokeroxkj) (Ping timeout: 248 seconds) |
2021-04-24 23:22:08 +0200 | Hanma[m] | (hanmamatri@gateway/shell/matrix.org/x-ktsmcyuxlppyzjzb) (Ping timeout: 248 seconds) |
2021-04-24 23:22:08 +0200 | dominicusin[m] | (dominicusi@gateway/shell/matrix.org/x-cjngkratdjygajhy) (Ping timeout: 248 seconds) |
2021-04-24 23:22:09 +0200 | viktorstrate[m] | (viktorstra@gateway/shell/matrix.org/x-nrjjnqkdtfbtkeet) (Ping timeout: 248 seconds) |
2021-04-24 23:22:09 +0200 | speakerspivakeem | (speakerdea@gateway/shell/matrix.org/x-wcklxxqsduyzhunq) (Ping timeout: 248 seconds) |
2021-04-24 23:22:09 +0200 | TheWizardTower[m | (thewizardt@gateway/shell/matrix.org/x-qjoroerupruqagtt) (Ping timeout: 248 seconds) |
2021-04-24 23:22:09 +0200 | slycelote[m] | (slycelotem@gateway/shell/matrix.org/x-yxhtximmpenozqzr) (Ping timeout: 248 seconds) |
2021-04-24 23:22:10 +0200 | berberman[T] | (berberma4@gateway/shell/matrix.org/x-tzjvckdqlgqermfr) (Ping timeout: 248 seconds) |
2021-04-24 23:22:10 +0200 | immae | (immaematri@gateway/shell/matrix.org/x-yvvixibszngfldow) (Ping timeout: 248 seconds) |
2021-04-24 23:22:10 +0200 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-pmoozefxefawidpk) (Ping timeout: 258 seconds) |
2021-04-24 23:22:10 +0200 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-owkvliodtdhnzlyi) (Ping timeout: 258 seconds) |
2021-04-24 23:22:10 +0200 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-uodwhoydkwsqekam) (Ping timeout: 258 seconds) |
2021-04-24 23:22:10 +0200 | jo[m]3 | (josefmat1@gateway/shell/matrix.org/x-qfhlavfxfkadmzvi) (Ping timeout: 258 seconds) |
2021-04-24 23:22:11 +0200 | Lurkki[m] | (lurkkifene@gateway/shell/matrix.org/x-nrwgmnbvosqqhpnr) (Ping timeout: 258 seconds) |
2021-04-24 23:22:11 +0200 | EmanuelLoos[m] | (emanuel-lo@gateway/shell/matrix.org/x-xedchorwdbepbzbx) (Ping timeout: 258 seconds) |
2021-04-24 23:22:11 +0200 | pnotequalnp[m] | (pnotequaln@gateway/shell/matrix.org/x-ilonrmhzsbjadrsm) (Ping timeout: 258 seconds) |
2021-04-24 23:22:12 +0200 | samthecoy[m] | (samthecoym@gateway/shell/matrix.org/x-qaqujubkonygneyt) (Ping timeout: 258 seconds) |
2021-04-24 23:22:12 +0200 | johnnyv[m] | (badwolf256@gateway/shell/matrix.org/x-yxpkxdztlttkpjgg) (Ping timeout: 258 seconds) |
2021-04-24 23:22:12 +0200 | loyon | (loyonmatri@gateway/shell/matrix.org/x-wopkgivyetfmwccv) (Ping timeout: 258 seconds) |
2021-04-24 23:22:12 +0200 | supersven[m] | (supersvenm@gateway/shell/matrix.org/x-vtyvtzkqhlabrowo) (Ping timeout: 258 seconds) |
2021-04-24 23:22:13 +0200 | domenkozar[m] | (domenkozar@NixOS/user/domenkozar) (Ping timeout: 258 seconds) |
2021-04-24 23:22:13 +0200 | lambdaclan | (lambdaclan@gateway/shell/matrix.org/x-amguadwuvvlssavp) (Max SendQ exceeded) |
2021-04-24 23:22:13 +0200 | jesser[m] | (jessermatr@gateway/shell/matrix.org/x-aupqwvyiwubojerx) |
2021-04-24 23:22:13 +0200 | Poyo[m] | (stikynotha@gateway/shell/matrix.org/x-xcbfkbcujzncipye) |
2021-04-24 23:22:13 +0200 | lnxw37d4 | (lnxw37d4ma@gateway/shell/matrix.org/x-mzuaquuooftpadmi) |
2021-04-24 23:22:13 +0200 | amerocu[m] | (amerocumat@gateway/shell/matrix.org/x-qzhlcptahjtnfoav) |
2021-04-24 23:22:13 +0200 | fox[m]1 | (foxforestf@gateway/shell/matrix.org/x-hqbybhlwcrwvhxhe) |
2021-04-24 23:22:13 +0200 | ManofLetters[m] | (manoflette@gateway/shell/matrix.org/x-ovmdqtbnmvvsfsit) |
2021-04-24 23:22:13 +0200 | enya[m] | (enyaismatr@gateway/shell/matrix.org/x-sutipvvcssuynets) |
2021-04-24 23:22:13 +0200 | bitonic | (bitonicmat@gateway/shell/matrix.org/x-yisbdbwqrxbimepi) |
2021-04-24 23:22:13 +0200 | JaakkoLuttinen[m | (jluttinema@gateway/shell/matrix.org/x-lrgelkqzqyoiwyju) |
2021-04-24 23:22:13 +0200 | DamienCassou | (damiencass@gateway/shell/matrix.org/x-wraaqkgwwvejeluv) |
2021-04-24 23:22:13 +0200 | megaTherion | (~therion@unix.io) |
2021-04-24 23:22:13 +0200 | chirpsalot | (~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net) |
2021-04-24 23:22:13 +0200 | hyperfekt | (end@bnc.hyperfekt.net) |
2021-04-24 23:22:13 +0200 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
2021-04-24 23:22:13 +0200 | gareth__ | (~gareth__@104.236.161.134) |
2021-04-24 23:22:13 +0200 | Guest36391 | (~iomonad@95.179.211.27) |
2021-04-24 23:22:13 +0200 | mr_yogurt | (~mr_yogurt@5.61.211.35.bc.googleusercontent.com) |
2021-04-24 23:22:13 +0200 | xensky | (~xensky@xengarden.xen.prgmr.com) |
2021-04-24 23:22:13 +0200 | cross | (~cross@spitfire.i.gajendra.net) |
2021-04-24 23:22:13 +0200 | nrdmn98 | (~nrdmn@95.129.53.118) |
2021-04-24 23:22:13 +0200 | anoe | (~anoe@51.15.174.146) |
2021-04-24 23:22:13 +0200 | bcmiller | (~bm3719@66.42.95.185) |
2021-04-24 23:22:13 +0200 | nerdypepper | (znc@152.67.162.71) |
2021-04-24 23:22:13 +0200 | qz | (~quetzal@li272-85.members.linode.com) |
2021-04-24 23:22:13 +0200 | madnificent | (~madnifice@static.210.74.63.178.clients.your-server.de) |
2021-04-24 23:22:13 +0200 | Uniaika | (~uniaika@163.172.211.189) |
2021-04-24 23:22:13 +0200 | toppler` | (~user@mtop.default.momentoftop.uk0.bigv.io) |
2021-04-24 23:22:13 +0200 | marek | (~mmahut@fedora/pyxel) |
2021-04-24 23:22:13 +0200 | _janne | (~janne@punainen.org) |
2021-04-24 23:22:13 +0200 | neobit_ | (~neobit@159.65.243.9) |
2021-04-24 23:22:14 +0200 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-ldcvmlbmuzzjfwoa) (Ping timeout: 245 seconds) |
2021-04-24 23:22:14 +0200 | feepo | (sid28508@gateway/web/irccloud.com/x-cjsxflpucqedrqas) (Ping timeout: 245 seconds) |
2021-04-24 23:22:15 +0200 | DamienCassou | (damiencass@gateway/shell/matrix.org/x-wraaqkgwwvejeluv) (Max SendQ exceeded) |
2021-04-24 23:22:16 +0200 | jesser[m] | (jessermatr@gateway/shell/matrix.org/x-aupqwvyiwubojerx) (Ping timeout: 272 seconds) |
2021-04-24 23:22:16 +0200 | Poyo[m] | (stikynotha@gateway/shell/matrix.org/x-xcbfkbcujzncipye) (Ping timeout: 272 seconds) |
2021-04-24 23:22:16 +0200 | lnxw37d4 | (lnxw37d4ma@gateway/shell/matrix.org/x-mzuaquuooftpadmi) (Ping timeout: 247 seconds) |
2021-04-24 23:22:16 +0200 | amerocu[m] | (amerocumat@gateway/shell/matrix.org/x-qzhlcptahjtnfoav) (Ping timeout: 272 seconds) |
2021-04-24 23:22:16 +0200 | fox[m]1 | (foxforestf@gateway/shell/matrix.org/x-hqbybhlwcrwvhxhe) (Ping timeout: 272 seconds) |
2021-04-24 23:22:16 +0200 | enya[m] | (enyaismatr@gateway/shell/matrix.org/x-sutipvvcssuynets) (Ping timeout: 272 seconds) |
2021-04-24 23:22:16 +0200 | ManofLetters[m] | (manoflette@gateway/shell/matrix.org/x-ovmdqtbnmvvsfsit) (Ping timeout: 272 seconds) |
2021-04-24 23:22:17 +0200 | JaakkoLuttinen[m | (jluttinema@gateway/shell/matrix.org/x-lrgelkqzqyoiwyju) (Ping timeout: 272 seconds) |
2021-04-24 23:22:17 +0200 | bitonic | (bitonicmat@gateway/shell/matrix.org/x-yisbdbwqrxbimepi) (Ping timeout: 272 seconds) |
2021-04-24 23:22:18 +0200 | eruditass | (uid248673@gateway/web/irccloud.com/x-xevwmrtrjszgvhcb) (Ping timeout: 250 seconds) |
2021-04-24 23:22:18 +0200 | pony | (sid257727@gateway/web/irccloud.com/x-sdyjzzvtmmdtnyry) (Ping timeout: 250 seconds) |
2021-04-24 23:22:18 +0200 | beardhatcode | (robbertbea@gateway/shell/matrix.org/x-lsjnjwfsaaqmayss) (Ping timeout: 246 seconds) |
2021-04-24 23:22:18 +0200 | pent | (sid313808@gateway/web/irccloud.com/x-kxizvjpikxcxwtml) |
2021-04-24 23:22:19 +0200 | totbwf | (sid402332@gateway/web/irccloud.com/x-evcibzlipwnkayzd) (Ping timeout: 265 seconds) |
2021-04-24 23:22:19 +0200 | acertain | (sid470584@gateway/web/irccloud.com/x-udpocathjkijcvpk) (Ping timeout: 265 seconds) |
2021-04-24 23:22:19 +0200 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-ooxznpdftgbscqkq) (Ping timeout: 258 seconds) |
2021-04-24 23:22:19 +0200 | mly | (mlydisenco@gateway/shell/matrix.org/x-hffzasvjgrikcwzr) (Ping timeout: 258 seconds) |
2021-04-24 23:22:19 +0200 | lurkless | (~ll@kiwi.pr0.tips) |
2021-04-24 23:22:26 +0200 | Guest38723 | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) |
2021-04-24 23:22:26 +0200 | sw1nn | (~sw1nn@2a00:23c7:622f:2c00:5726:e59c:c228:d7ce) |
2021-04-24 23:22:26 +0200 | howdoi | (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij) |
2021-04-24 23:22:26 +0200 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) |
2021-04-24 23:22:26 +0200 | twk- | (~thewormki@unaffiliated/twk-) |
2021-04-24 23:22:26 +0200 | renzhi | (~renzhi@2607:fa49:6500:bc00::e7b) |
2021-04-24 23:22:26 +0200 | stef204 | (~stef204@unaffiliated/stef-204/x-384198) |
2021-04-24 23:22:26 +0200 | hiroaki | (~hiroaki@2a02:8108:8c40:2bb8:6312:c8ad:fc31:201b) |
2021-04-24 23:22:26 +0200 | dmytrish | (~mitra@2a02:8084:a82:d900:6010:2869:d10:372c) |
2021-04-24 23:22:26 +0200 | Feuermagier | (~Feuermagi@2a02:2488:4211:3400:7285:c2ff:fe22:172e) |
2021-04-24 23:22:26 +0200 | srk | (~sorki@unaffiliated/srk) |
2021-04-24 23:22:26 +0200 | graingert | (sid128301@gateway/web/irccloud.com/x-hzpuckilkrvcdlsz) |
2021-04-24 23:22:26 +0200 | shutdown_-h_now | (~arjan@2001:1c06:2d0b:2312:41b7:a173:a0b0:162b) |
2021-04-24 23:22:26 +0200 | haritz | (~hrtz@unaffiliated/haritz) |
2021-04-24 23:22:26 +0200 | b20n | (sid115913@gateway/web/irccloud.com/x-wvurqfbcjkkidela) |
2021-04-24 23:22:26 +0200 | d0liver | (sid363046@gateway/web/irccloud.com/x-nemzonvlsnfdjkyk) |
2021-04-24 23:22:26 +0200 | lawid | (~quassel@2a02:8109:b5c0:5334:265e:beff:fe2a:dde8) |
2021-04-24 23:22:26 +0200 | dexterlb | (~dexterlb@2a01:9e40:2:2::2) |
2021-04-24 23:22:26 +0200 | darthThorik | (sid39589@gateway/web/irccloud.com/x-oqamjdqpvpmmnlft) |
2021-04-24 23:22:26 +0200 | albethere | (sid457088@gateway/web/irccloud.com/x-egqhysbcgqwwryxs) |
2021-04-24 23:22:26 +0200 | dsal | (sid13060@gateway/web/irccloud.com/x-qtgpxhcseaxflmxx) |
2021-04-24 23:22:26 +0200 | NinjaTrappeur | (~ninja@unaffiliated/ninjatrappeur) |
2021-04-24 23:22:26 +0200 | PtxDK | (~quassel@2a01:7c8:aac3:591:5054:ff:fe3d:cac6) |
2021-04-24 23:22:26 +0200 | pepeiborra | (sid443799@gateway/web/irccloud.com/x-wwhumdjiavtzqvnj) |
2021-04-24 23:22:26 +0200 | thi | (sid97277@gateway/web/irccloud.com/x-qecopghcofyuqahp) |
2021-04-24 23:22:26 +0200 | sclv | (sid39734@haskell/developer/sclv) |
2021-04-24 23:22:26 +0200 | tekacs | (tekacs@2a01:7e00::f03c:91ff:fe93:43aa) |
2021-04-24 23:22:26 +0200 | pjb | (~pjb@2a01cb04063ec500ad42b45c394adc0f.ipv6.abo.wanadoo.fr) |
2021-04-24 23:22:26 +0200 | sqrt2 | (~ben@unaffiliated/sqrt2) |
2021-04-24 23:22:26 +0200 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-koiygmjzeszehzrt) |
2021-04-24 23:22:26 +0200 | kip | (sid71464@gateway/web/irccloud.com/x-urjbgtyvyzgxzumc) |
2021-04-24 23:22:26 +0200 | idnar | (sid12240@gateway/web/irccloud.com/x-pvawekuiulmnefkg) |
2021-04-24 23:22:26 +0200 | travv0 | (sid293381@gateway/web/irccloud.com/x-hoivuatisyqixyit) |
2021-04-24 23:22:26 +0200 | cbarrett | (sid192934@adium/cbarrett) |
2021-04-24 23:22:26 +0200 | edmundnoble | (sid229620@gateway/web/irccloud.com/x-emmrpthgulpebvrs) |
2021-04-24 23:22:26 +0200 | PoliticsII______ | (sid193551@gateway/web/irccloud.com/x-yxyceemvbzkrgcna) |
2021-04-24 23:22:26 +0200 | teehemkay | (sid14792@gateway/web/irccloud.com/x-aozhbjqwwkaxnioe) |
2021-04-24 23:22:26 +0200 | simplegauss | (~simplegau@2001:19f0:ac01:247:5400:ff:fe5c:689f) |
2021-04-24 23:22:26 +0200 | lechner | (~lechner@letbox-vps.us-core.com) |
2021-04-24 23:22:26 +0200 | lawt | (~lawt@2601:200:8101:f140:dea6:32ff:fea1:adfa) |
2021-04-24 23:22:26 +0200 | flow | (~none@salem.informatik.uni-erlangen.de) |
2021-04-24 23:22:26 +0200 | Blkt | (~Blkt@2a01:4f8:200:2425::adda) |
2021-04-24 23:22:26 +0200 | tionos- | (~tionos@2a0b:b7c4:1:731::1) |
2021-04-24 23:22:26 +0200 | PyroLagus | (PyroLagus@i.have.ipv6.on.coding4coffee.org) |
2021-04-24 23:22:26 +0200 | nick_h | (sid319833@gateway/web/irccloud.com/x-rpjxyycebsudwryk) |
2021-04-24 23:22:26 +0200 | lexi-lambda | (sid92601@gateway/web/irccloud.com/x-lbtagjjufznxxeun) |
2021-04-24 23:22:26 +0200 | cawfee | (chiya@2406:3003:2077:2341::babe) |
2021-04-24 23:22:26 +0200 | jiribenes | (~jiribenes@rosa.jiribenes.com) |
2021-04-24 23:22:26 +0200 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) |
2021-04-24 23:22:26 +0200 | thecoffemaker | (~thecoffem@unaffiliated/thecoffemaker) |
2021-04-24 23:22:26 +0200 | m1dnight_ | (~m1dnight@188.ip-51-91-158.eu) |
2021-04-24 23:22:26 +0200 | Kamuela | (sid111576@gateway/web/irccloud.com/x-ichknpgshtclrsay) |
2021-04-24 23:22:26 +0200 | lolmac | (sid171216@gateway/web/irccloud.com/x-dfzmqyyhzzvhceve) |
2021-04-24 23:22:26 +0200 | nurupo | (~nurupo.ga@unaffiliated/nurupo) |
2021-04-24 23:22:26 +0200 | typetetris | (uid275937@gateway/web/irccloud.com/x-mjjfisuvtdksxyob) |
2021-04-24 23:22:26 +0200 | bollu | (~bollu@139.59.46.74) |
2021-04-24 23:22:26 +0200 | puffnfresh | (~puffnfres@45.76.124.5) |
2021-04-24 23:22:26 +0200 | dwt | (~dwt@c-98-200-58-177.hsd1.tx.comcast.net) |
2021-04-24 23:22:26 +0200 | nikola1 | (~nikola@2a03:b0c0:2:d0::dc2:c001) |
2021-04-24 23:22:26 +0200 | rzmt | (~rzmt@87-92-180-112.rev.dnainternet.fi) |
2021-04-24 23:22:26 +0200 | mp___ | (mp@hell.cx) |
2021-04-24 23:22:26 +0200 | kum0 | (~kumo@139.180.144.166) |
2021-04-24 23:22:26 +0200 | Inoperable | (~PLAYER_1@fancydata.science) |
2021-04-24 23:22:28 +0200 | Guillaum | (guiboumatr@gateway/shell/matrix.org/x-rnvdqawoouwzijnb) (Ping timeout: 276 seconds) |
2021-04-24 23:22:29 +0200 | madjestic[m] | (madjesticm@gateway/shell/matrix.org/x-ktewxaguqqmdajwc) (Ping timeout: 276 seconds) |
2021-04-24 23:22:29 +0200 | anon1891[m] | (anon1891ma@gateway/shell/matrix.org/x-luqmyjielnldrpsd) (Ping timeout: 276 seconds) |
2021-04-24 23:22:29 +0200 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-vkuwqhpopicdwkjn) (Ping timeout: 276 seconds) |
2021-04-24 23:22:29 +0200 | alar[m] | (alarmxalat@gateway/shell/matrix.org/x-rxfmpjgktvgasqzm) (Ping timeout: 276 seconds) |
2021-04-24 23:22:29 +0200 | maerwald[m] | (maerwaldma@gateway/shell/matrix.org/x-xrjtspmgpqnkebab) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | adziahel[m] | (adziahelma@gateway/shell/matrix.org/x-cyhjmrgvstvbsvar) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | mrus[m] | (mrusmatrix@gateway/shell/matrix.org/x-uxnzjhojjgavftjp) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | toasty_avocado[m | (toastyavoc@gateway/shell/matrix.org/x-suvnnltfbgmbcmqp) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | rednaZ[m] | (r3dnazmatr@gateway/shell/matrix.org/x-dhpmvcgpmsxtqfgs) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | jeffcasavant[m] | (jeffcasava@gateway/shell/matrix.org/x-xswajewqaoguxzda) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | fgaz | (fgazmatrix@gateway/shell/matrix.org/x-cxxxnfuxyrjazthh) (Ping timeout: 276 seconds) |
2021-04-24 23:22:30 +0200 | PotatoHatsue | (berbermanp@gateway/shell/matrix.org/x-nvqlvyzjmcadpsda) (Ping timeout: 276 seconds) |
2021-04-24 23:22:33 +0200 | howdoi | (uid224@gateway/web/irccloud.com/x-fktcgjzgkphwzaij) (Ping timeout: 255 seconds) |
2021-04-24 23:22:33 +0200 | albethere | (sid457088@gateway/web/irccloud.com/x-egqhysbcgqwwryxs) (Ping timeout: 255 seconds) |
2021-04-24 23:22:33 +0200 | dsal | (sid13060@gateway/web/irccloud.com/x-qtgpxhcseaxflmxx) (Ping timeout: 255 seconds) |
2021-04-24 23:22:33 +0200 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-koiygmjzeszehzrt) (Ping timeout: 283 seconds) |
2021-04-24 23:22:33 +0200 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) (Ping timeout: 255 seconds) |
2021-04-24 23:22:33 +0200 | Guest38723 | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) (Max SendQ exceeded) |
2021-04-24 23:22:34 +0200 | twk- | (~thewormki@unaffiliated/twk-) (Quit: WeeChat 2.9) |
2021-04-24 23:22:34 +0200 | kiix | (ashleyisnu@gateway/shell/matrix.org/x-cggkcfcswoqnyqyv) (Ping timeout: 245 seconds) |
2021-04-24 23:22:34 +0200 | liszt | (sid336875@gateway/web/irccloud.com/x-kdtramimtrepsyqt) |
2021-04-24 23:22:34 +0200 | twk- | (~thewormki@2001:19f0:5001:3191:5400:2ff:fe0c:6be1) |
2021-04-24 23:22:34 +0200 | Tario | (~Tario@201.192.165.173) (Ping timeout: 265 seconds) |
2021-04-24 23:22:35 +0200 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) |
2021-04-24 23:22:35 +0200 | alexander | (~alexander@2a02:587:dc0a:2700:dc6:16ac:a95:eabf) |
2021-04-24 23:22:35 +0200 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-lrdejlaijmmvhxim) (Ping timeout: 276 seconds) |
2021-04-24 23:22:35 +0200 | maralorn | (maralornma@gateway/shell/matrix.org/x-effbgvlwiyjkbspr) (Ping timeout: 276 seconds) |
2021-04-24 23:22:36 +0200 | And1 | (~And1@brewington.uberspace.de) (Ping timeout: 240 seconds) |
2021-04-24 23:22:36 +0200 | ahf | (ahf@irssi/staff/ahf) (Ping timeout: 260 seconds) |
2021-04-24 23:22:36 +0200 | stux|RC | (stux2@grid9.quadspeedi.net) |
2021-04-24 23:22:36 +0200 | kupi | (uid212005@gateway/web/irccloud.com/x-pjgdlrtcxolqutly) (Ping timeout: 245 seconds) |
2021-04-24 23:22:36 +0200 | bjs | (sid190364@gateway/web/irccloud.com/x-rysacrenfdxsmjyu) (Ping timeout: 245 seconds) |
2021-04-24 23:22:36 +0200 | And1 | (~And1@brewington.uberspace.de) |
2021-04-24 23:22:36 +0200 | wpcarro_ | (sid397589@gateway/web/irccloud.com/x-ahewuhnoiijbwpmc) (Ping timeout: 250 seconds) |
2021-04-24 23:22:36 +0200 | lally | (sid388228@gateway/web/irccloud.com/x-ilucbequfappbwaf) (Ping timeout: 250 seconds) |
2021-04-24 23:22:37 +0200 | cemerick | (sid54985@gateway/web/irccloud.com/x-dmosxtcpbaaxlpbx) (Ping timeout: 258 seconds) |
2021-04-24 23:22:37 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-ecdalnlqquyhquxx) |
2021-04-24 23:22:37 +0200 | NemesisD | (sid24071@gateway/web/irccloud.com/x-jbscorkbghkikoec) (Ping timeout: 245 seconds) |
2021-04-24 23:22:37 +0200 | joshmeredith | (sid387798@gateway/web/irccloud.com/x-puyeogwrdolrmxnl) (Ping timeout: 258 seconds) |
2021-04-24 23:22:37 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-ecdalnlqquyhquxx) (Excess Flood) |
2021-04-24 23:22:38 +0200 | natim87 | (sid286962@gateway/web/irccloud.com/x-prbhcwqvabbymouf) |
2021-04-24 23:22:38 +0200 | cstrahan | (sid36118@gateway/web/irccloud.com/x-hhcxapzgwlqibukd) (Ping timeout: 245 seconds) |
2021-04-24 23:22:41 +0200 | AndreasK | (sid320732@gateway/web/irccloud.com/x-spqgtdrtcwqozgos) (Ping timeout: 250 seconds) |
2021-04-24 23:22:43 +0200 | b20n | (sid115913@gateway/web/irccloud.com/x-wvurqfbcjkkidela) (Ping timeout: 265 seconds) |
2021-04-24 23:22:43 +0200 | d0liver | (sid363046@gateway/web/irccloud.com/x-nemzonvlsnfdjkyk) (Ping timeout: 265 seconds) |
2021-04-24 23:22:43 +0200 | thi | (sid97277@gateway/web/irccloud.com/x-qecopghcofyuqahp) (Ping timeout: 265 seconds) |
2021-04-24 23:22:43 +0200 | sclv | (sid39734@haskell/developer/sclv) (Ping timeout: 265 seconds) |
2021-04-24 23:22:43 +0200 | idnar | (sid12240@gateway/web/irccloud.com/x-pvawekuiulmnefkg) (Ping timeout: 265 seconds) |
2021-04-24 23:22:43 +0200 | travv0 | (sid293381@gateway/web/irccloud.com/x-hoivuatisyqixyit) (Ping timeout: 265 seconds) |
2021-04-24 23:22:43 +0200 | teehemkay | (sid14792@gateway/web/irccloud.com/x-aozhbjqwwkaxnioe) (Ping timeout: 265 seconds) |
2021-04-24 23:22:44 +0200 | parisienne | (sid383587@gateway/web/irccloud.com/x-nwydpoxjajroybbx) |
2021-04-24 23:22:49 +0200 | rizary | (sid220347@gateway/web/irccloud.com/x-fdmmbtrvbseviuro) |
2021-04-24 23:22:51 +0200 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-iknoupunjrgfpxlk) |
2021-04-24 23:22:52 +0200 | Tario | (~Tario@201.192.165.173) |
2021-04-24 23:22:58 +0200 | alanz | (sid110616@gateway/web/irccloud.com/x-wrkjabizodqmlyrt) (Ping timeout: 276 seconds) |
2021-04-24 23:23:01 +0200 | aizen_s | (sid462968@gateway/web/irccloud.com/x-nmgeupgtnhzagvmo) |
2021-04-24 23:23:04 +0200 | betawaffle | (sid2730@gateway/web/irccloud.com/x-vuapykwwajysrsxt) |
2021-04-24 23:23:05 +0200 | Sheilong | (uid293653@gateway/web/irccloud.com/x-hxduuckhynlbsgsf) |
2021-04-24 23:23:06 +0200 | entel | (uid256215@gateway/web/irccloud.com/x-faybeeyqfufhejcm) |
2021-04-24 23:23:07 +0200 | dgpratt | (sid193493@gateway/web/irccloud.com/x-yujexlmxhvpapqdm) (Ping timeout: 250 seconds) |
2021-04-24 23:23:07 +0200 | nh2 | (sid309956@gateway/web/irccloud.com/x-sfwmjcpeywrfgggs) (Ping timeout: 250 seconds) |
2021-04-24 23:23:07 +0200 | gekh | (~gkh@thor.kevinhill.nl) (Ping timeout: 265 seconds) |
2021-04-24 23:23:11 +0200 | kip | (sid71464@gateway/web/irccloud.com/x-urjbgtyvyzgxzumc) (Ping timeout: 260 seconds) |
2021-04-24 23:23:11 +0200 | Kamuela | (sid111576@gateway/web/irccloud.com/x-ichknpgshtclrsay) (Ping timeout: 260 seconds) |
2021-04-24 23:23:12 +0200 | rann | (sid175221@gateway/web/irccloud.com/x-nsujrihzxxbdnxuk) |
2021-04-24 23:23:14 +0200 | ahf | (ahf@anubis.0x90.dk) |
2021-04-24 23:23:25 +0200 | acertain | (sid470584@gateway/web/irccloud.com/x-ogravonvfzuqdrmh) |
2021-04-24 23:23:25 +0200 | dmj` | (sid72307@gateway/web/irccloud.com/x-apketcevmbwpajcv) |
2021-04-24 23:23:32 +0200 | cemerick | (sid54985@gateway/web/irccloud.com/x-egkglgovrlmgnbit) |
2021-04-24 23:23:33 +0200 | alunduil | (alunduil@gateway/web/irccloud.com/x-lfjncrqckqiqjrhx) (Ping timeout: 250 seconds) |
2021-04-24 23:23:35 +0200 | AndreasK | (sid320732@gateway/web/irccloud.com/x-zihhiadtvsrfgmeq) |
2021-04-24 23:23:37 +0200 | nlofaro | (sid258233@gateway/web/irccloud.com/x-zceopsfcsjrtpvjo) (Ping timeout: 276 seconds) |
2021-04-24 23:23:38 +0200 | joshmeredith | (sid387798@gateway/web/irccloud.com/x-qsbwyymsmrfcuksb) |
2021-04-24 23:23:39 +0200 | graingert | (sid128301@gateway/web/irccloud.com/x-hzpuckilkrvcdlsz) (Ping timeout: 260 seconds) |
2021-04-24 23:23:39 +0200 | cbarrett | (sid192934@adium/cbarrett) (Ping timeout: 260 seconds) |
2021-04-24 23:23:39 +0200 | lolmac | (sid171216@gateway/web/irccloud.com/x-dfzmqyyhzzvhceve) (Ping timeout: 260 seconds) |
2021-04-24 23:23:39 +0200 | lally | (sid388228@gateway/web/irccloud.com/x-mustwksujnqlrayq) |
2021-04-24 23:23:44 +0200 | Nascha | (sid212230@gateway/web/irccloud.com/x-dvgxunvqabbbhujn) (Ping timeout: 245 seconds) |
2021-04-24 23:23:44 +0200 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-wtimblnxvtqrrlzx) |
2021-04-24 23:23:49 +0200 | thunderrd | (~thunderrd@183.182.114.233) |
2021-04-24 23:23:52 +0200 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) (Quit: WeeChat 2.8) |
2021-04-24 23:23:53 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-nguykonvxhkpdqnv) |
2021-04-24 23:23:54 +0200 | drupol | (sid117588@gateway/web/irccloud.com/x-mvxmjrjztnobaxja) |
2021-04-24 23:23:57 +0200 | ^[ | (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) (Ping timeout: 246 seconds) |
2021-04-24 23:23:59 +0200 | carter | (sid14827@gateway/web/irccloud.com/x-velgelprbzzboucb) (Ping timeout: 250 seconds) |
2021-04-24 23:24:00 +0200 | b20n | (sid115913@gateway/web/irccloud.com/x-cchyjwwvmcgmcjcg) |
2021-04-24 23:24:00 +0200 | wpcarro_ | (sid397589@gateway/web/irccloud.com/x-oqezoawcccpelrna) |
2021-04-24 23:24:21 +0200 | Kamuela | (sid111576@gateway/web/irccloud.com/x-exfzzytdnrdihnuk) |
2021-04-24 23:24:25 +0200 | NemesisD | (sid24071@gateway/web/irccloud.com/x-ycovkwiujmamhcns) |
2021-04-24 23:24:38 +0200 | alanz | (sid110616@gateway/web/irccloud.com/x-ncrnigbstdtdkqie) |
2021-04-24 23:24:40 +0200 | npgm | (sid42623@gateway/web/irccloud.com/x-fhkrdsmpgobnqrhj) |
2021-04-24 23:24:43 +0200 | PotatoGim | (sid99505@gateway/web/irccloud.com/x-stkdlziizvdtczpk) |
2021-04-24 23:24:44 +0200 | travv0 | (sid293381@gateway/web/irccloud.com/x-ibennfphzbqxqksd) |
2021-04-24 23:24:48 +0200 | nh2 | (sid309956@gateway/web/irccloud.com/x-ijoedzrmmabuizls) |
2021-04-24 23:24:52 +0200 | kupi | (uid212005@gateway/web/irccloud.com/x-litwvghnkldddtab) |
2021-04-24 23:24:53 +0200 | alunduil | (alunduil@gateway/web/irccloud.com/x-qgdrlegiweaqkffo) |
2021-04-24 23:25:21 +0200 | idnar | (sid12240@gateway/web/irccloud.com/x-keevbfwrcfohgwht) |
2021-04-24 23:25:26 +0200 | totbwf | (sid402332@gateway/web/irccloud.com/x-rxfcdyoogtewbrat) |
2021-04-24 23:25:31 +0200 | JSharp | (sid4580@gateway/web/irccloud.com/x-nfhedyalqvihxsau) |
2021-04-24 23:25:31 +0200 | d0liver | (sid363046@gateway/web/irccloud.com/x-exedhhwbfaneiogy) |
2021-04-24 23:25:33 +0200 | cstrahan | (sid36118@gateway/web/irccloud.com/x-hpizenqsuhtlubbn) |
2021-04-24 23:25:35 +0200 | teehemkay | (sid14792@gateway/web/irccloud.com/x-vrzhbkfkvvlqpciw) |
2021-04-24 23:25:38 +0200 | SrPx | (sid108780@gateway/web/irccloud.com/x-hvitdvhqpzdufslz) |
2021-04-24 23:25:39 +0200 | lolmac | (sid171216@gateway/web/irccloud.com/x-pmkagfcsycujpuet) |
2021-04-24 23:25:41 +0200 | sclv | (sid39734@gateway/web/irccloud.com/x-wtovbcwumwbvxdup) |
2021-04-24 23:25:45 +0200 | kip | (sid71464@gateway/web/irccloud.com/x-webckzlcagezilts) |
2021-04-24 23:25:47 +0200 | benwr____ | (sid372383@gateway/web/irccloud.com/x-xfdqoomnehumnzni) |
2021-04-24 23:25:52 +0200 | graingert | (sid128301@gateway/web/irccloud.com/x-xoqbygpcvszggkhq) |
2021-04-24 23:26:08 +0200 | nlofaro | (sid258233@gateway/web/irccloud.com/x-usnfghvzaavehzve) |
2021-04-24 23:26:15 +0200 | dgpratt | (sid193493@gateway/web/irccloud.com/x-ovlxokqacfliraro) |
2021-04-24 23:26:15 +0200 | teej | (uid154177@gateway/web/irccloud.com/x-cqwrlftjlffnofnc) |
2021-04-24 23:26:22 +0200 | thi | (sid97277@gateway/web/irccloud.com/x-oifnjcxoqwnxxowb) |
2021-04-24 23:26:22 +0200 | Nascha | (sid212230@gateway/web/irccloud.com/x-isfxwpevxpkghjql) |
2021-04-24 23:26:32 +0200 | pony | (sid257727@gateway/web/irccloud.com/x-jyhuuhwowyhbtbjx) |
2021-04-24 23:26:33 +0200 | cgfbee | (~bot@oc1.itim-cj.ro) |
2021-04-24 23:26:50 +0200 | dsal | (sid13060@gateway/web/irccloud.com/x-rekuaujdfzsbqruq) |
2021-04-24 23:26:51 +0200 | elvishjerricco | (sid237756@gateway/web/irccloud.com/x-coigkgkipdyddgrh) |
2021-04-24 23:26:54 +0200 | JSharp | (sid4580@gateway/web/irccloud.com/x-nfhedyalqvihxsau) (Client Quit) |
2021-04-24 23:27:06 +0200 | carter | (sid14827@gateway/web/irccloud.com/x-vsudvvlzpntyavur) |
2021-04-24 23:27:15 +0200 | ^[ | (sid43445@gateway/web/irccloud.com/x-ugyfoxhbynrgoqzp) |
2021-04-24 23:27:19 +0200 | feepo | (sid28508@gateway/web/irccloud.com/x-scbvwvhfmythcfru) |
2021-04-24 23:27:21 +0200 | eruditass | (uid248673@gateway/web/irccloud.com/x-cnlrhpzwvwyuplws) |
2021-04-24 23:27:24 +0200 | bjs | (sid190364@gateway/web/irccloud.com/x-qkboxvptydjijwec) |
2021-04-24 23:27:28 +0200 | JSharp | (sid4580@gateway/web/irccloud.com/x-dwcuofjltlsfqbsg) |
2021-04-24 23:27:44 +0200 | cbarrett | (sid192934@gateway/web/irccloud.com/x-pcpsnnndmmzgqjie) |
2021-04-24 23:27:45 +0200 | carter | (sid14827@gateway/web/irccloud.com/x-vsudvvlzpntyavur) (Excess Flood) |
2021-04-24 23:28:18 +0200 | howdoi | (uid224@gateway/web/irccloud.com/x-ecwsnchldyvjqgyy) |
2021-04-24 23:28:31 +0200 | carter | (sid14827@gateway/web/irccloud.com/x-wclemwdyhmqdbmht) |
2021-04-24 23:28:45 +0200 | knupfer | (~Thunderbi@200116b82b743500f8577e0c0d2a95b9.dip.versatel-1u1.de) (Ping timeout: 250 seconds) |
2021-04-24 23:29:08 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-nguykonvxhkpdqnv) () |
2021-04-24 23:29:25 +0200 | elvishjerricco | (sid237756@gateway/web/irccloud.com/x-coigkgkipdyddgrh) (Client Quit) |
2021-04-24 23:29:50 +0200 | elvishjerricco | (sid237756@gateway/web/irccloud.com/x-qoffvnmzuitwbrld) |
2021-04-24 23:29:53 +0200 | albethere | (sid457088@gateway/web/irccloud.com/x-ajnbmzmsakddueby) |
2021-04-24 23:30:12 +0200 | refusenick | (~user@2601:644:8502:d700::94c9) |
2021-04-24 23:31:56 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-xgptubuojnmkgaoj) |
2021-04-24 23:33:09 +0200 | refusenick | (~user@2601:644:8502:d700::94c9) (Client Quit) |
2021-04-24 23:33:32 +0200 | refusenick | (~user@2601:644:8502:d700::94c9) |
2021-04-24 23:34:49 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-xgptubuojnmkgaoj) (Client Quit) |
2021-04-24 23:39:16 +0200 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds) |
2021-04-24 23:41:23 +0200 | federd8 | (5d2e77a4@93-46-119-164.ip107.fastwebnet.it) (Ping timeout: 240 seconds) |
2021-04-24 23:42:38 +0200 | shailangsa | (~shailangs@host86-185-58-137.range86-185.btcentralplus.com) |
2021-04-24 23:44:07 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-nwmpyzscvcchxtty) |
2021-04-24 23:44:08 +0200 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-nwmpyzscvcchxtty) (Client Quit) |
2021-04-24 23:51:44 +0200 | heck-to-the-gnom | (heck-to-th@gateway/shell/matrix.org/x-zwzqldggqcawgcbk) |
2021-04-24 23:52:57 +0200 | kritzefitz | (~kritzefit@212.86.56.80) (Remote host closed the connection) |
2021-04-24 23:57:21 +0200 | aditya | (~aditya@171.76.29.233) |
2021-04-24 23:57:41 +0200 | <aditya> | Hi guys, can anyone help me with non-rendering issue as can be seen here: https://imgur.com/a/ag44pcL |
2021-04-24 23:58:23 +0200 | <aditya> | it says "cannot render display math formula" :( |
2021-04-24 23:59:06 +0200 | resolve | (~resolve@185.204.1.185) |
2021-04-24 23:59:08 +0200 | <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 |
2021-04-24 23:59:39 +0200 | <c_wraith> | Or maybe just the mathjax library? looks like it's just a javascript library |