| 2021-03-25 00:00:12 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 00:01:00 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 00:01:57 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 00:02:19 +0000 | <ski> | `M blah' is `M (\m -> blah m)' is `M (\m k -> blah m k)' is `M (\m k -> blah m (\a -> k a))'. now just replace `a' there by `f a' |
| 2021-03-25 00:03:17 +0000 | <ski> | (eta-expanding the types, to get to the `a' position(s), which ought to be positive / covariant positions) |
| 2021-03-25 00:03:35 +0000 | shutdown_-h_now | (~arjan@2001:1c06:2d0b:2312:30aa:5abb:2db7:7fb5) (Ping timeout: 272 seconds) |
| 2021-03-25 00:04:45 +0000 | <ski> | (anyway, i checked, and it looks like that code works fine, presumably since it implies a universal type for that lambda, which can then be packaged up with `PolymorphicComponents') |
| 2021-03-25 00:05:46 +0000 | irc_user | (uid423822@gateway/web/irccloud.com/x-dafwgwmpokgbtbau) |
| 2021-03-25 00:06:03 +0000 | <ski> | (i guess an implementation of the generation would keep track of the current sign/variance, in a `Bool', or with two mutually recursive functions) |
| 2021-03-25 00:06:33 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 264 seconds) |
| 2021-03-25 00:07:10 +0000 | <monochrom> | I was working out that general algorithm in the past hour. |
| 2021-03-25 00:07:25 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 268 seconds) |
| 2021-03-25 00:08:01 +0000 | borne | (~fritjof@2a06:8782:ffbb:1337:f5f9:d8dd:74d:2bc8) (Ping timeout: 272 seconds) |
| 2021-03-25 00:08:48 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 245 seconds) |
| 2021-03-25 00:10:01 +0000 | <ski> | ah, i see |
| 2021-03-25 00:10:03 +0000 | usr25 | (~usr25@unaffiliated/usr25) (Quit: Leaving) |
| 2021-03-25 00:10:12 +0000 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) |
| 2021-03-25 00:10:28 +0000 | <monochrom> | "(S a -> T a) has positive a with fmap f = (posfmap_T f .) . (. negfmap_S f)" if "(S a) has negative a with fmap f = negfmap_S f" and "(T a) has positive a with fmap f = posfmap_T f" |
| 2021-03-25 00:10:59 +0000 | <ski> | looks reasonable |
| 2021-03-25 00:11:04 +0000 | <monochrom> | Recursively use that, along with the appropriate base cases. |
| 2021-03-25 00:11:15 +0000 | <ski> | yep (and the `forall') |
| 2021-03-25 00:11:30 +0000 | jiribenes | (~jiribenes@rosa.jiribenes.com) (Remote host closed the connection) |
| 2021-03-25 00:12:28 +0000 | Benzi-Junior | (~BenziJuni@dsl-149-67-143.hive.is) |
| 2021-03-25 00:13:04 +0000 | azure1 | (~azure@103.154.230.130) (Read error: Connection reset by peer) |
| 2021-03-25 00:13:06 +0000 | azure2 | (~azure@103.154.230.130) |
| 2021-03-25 00:13:45 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 264 seconds) |
| 2021-03-25 00:13:45 +0000 | kupi | (uid212005@gateway/web/irccloud.com/x-ulwctdrxjxxnpyln) |
| 2021-03-25 00:13:46 +0000 | <ski> | (`dimap f g = (g .) . (. f)', btw) |
| 2021-03-25 00:14:19 +0000 | <ski> | (aka `f ~> g') |
| 2021-03-25 00:16:54 +0000 | <unyu> | it's not haskell if it doesn't have squiggly arrows and other ascii <strike>noise</strike> art |
| 2021-03-25 00:18:18 +0000 | ski | grins |
| 2021-03-25 00:18:48 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) (Ping timeout: 245 seconds) |
| 2021-03-25 00:18:48 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 00:19:01 +0000 | <ski> | (cf. how it's not called "pointless" for no reason :p) |
| 2021-03-25 00:19:04 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 00:19:45 +0000 | ph88 | (~ph88@ip5f5af71a.dynamic.kabel-deutschland.de) (Ping timeout: 264 seconds) |
| 2021-03-25 00:23:00 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 00:24:38 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) (Ping timeout: 245 seconds) |
| 2021-03-25 00:25:03 +0000 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (Quit: Leaving.) |
| 2021-03-25 00:25:34 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) (Quit: Konversation terminated!) |
| 2021-03-25 00:25:56 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) |
| 2021-03-25 00:26:55 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 00:28:21 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 256 seconds) |
| 2021-03-25 00:28:32 +0000 | nuncanada | (~dude@179.235.160.168) (Read error: Connection reset by peer) |
| 2021-03-25 00:31:02 +0000 | puke | (~vroom@217.138.252.170) (Quit: puke) |
| 2021-03-25 00:31:53 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 00:32:08 +0000 | myShoggoth | (~myShoggot@75.164.81.55) (Ping timeout: 245 seconds) |
| 2021-03-25 00:32:08 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 00:32:40 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 00:32:43 +0000 | balbirs | (~balbirs@121-45-173-48.tpgi.com.au) |
| 2021-03-25 00:35:43 +0000 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 256 seconds) |
| 2021-03-25 00:36:47 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 260 seconds) |
| 2021-03-25 00:37:58 +0000 | <L29Ah> | https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler/derive-functor so cute |
| 2021-03-25 00:38:14 +0000 | <L29Ah> | i hope haskell will write code for me someday, given the type signatures ;) |
| 2021-03-25 00:38:14 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 00:38:39 +0000 | <glguy> | If the type signatures were enough they'd be as hard to write as the program without them |
| 2021-03-25 00:38:48 +0000 | balbirs | (~balbirs@121-45-173-48.tpgi.com.au) (Quit: Leaving) |
| 2021-03-25 00:38:49 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 00:39:09 +0000 | <monochrom> | Proof: Agda, Coq, Lean. |
| 2021-03-25 00:39:15 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 00:39:38 +0000 | <glguy> | Those over-achieve and prove the type signatures can be harder to write than the original program |
| 2021-03-25 00:40:56 +0000 | <monochrom> | I have a cunning plan! The programming language has its type system in sync with its term grammar. >:) |
| 2021-03-25 00:41:59 +0000 | <monochrom> | var :: var. If f :: T and x :: U, then f x :: T U. |
| 2021-03-25 00:42:29 +0000 | <ski> | @djinn (a -> b) -> ((m -> (a -> m) -> m) -> (m -> (b -> m) -> m)) |
| 2021-03-25 00:42:29 +0000 | <lambdabot> | f a b c d = b c (\ e -> d (a e)) |
| 2021-03-25 00:44:00 +0000 | <ski> | monochrom : reminds me of one time i was trying to convince someone that it probably wasn't a good idea to conflate `\a -> b' and `a -> b' (in the sense that `(\x -> e) :: (\a -> b)' when `x :: a' implies `e :: b') |
| 2021-03-25 00:44:23 +0000 | <monochrom> | If "Gamma, var::T |- e::U", then "Gamma |- \var.e :: \T.U" |
| 2021-03-25 00:44:36 +0000 | <ski> | exactly |
| 2021-03-25 00:45:12 +0000 | <monochrom> | Free Programming Theorem: For every type t, t::t |
| 2021-03-25 00:48:26 +0000 | ski | . o O ( <https://en.wikipedia.org/wiki/Lambek_calculus>,<https://en.wikipedia.org/wiki/Noncommutative_logic>,<https://en.wikipedia.org/wiki/Categorial_grammar>,<https://en.wikipedia.org/wiki/Pregroup_Grammar> ) |
| 2021-03-25 00:48:52 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) (Ping timeout: 276 seconds) |
| 2021-03-25 00:51:33 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 00:51:52 +0000 | <ski> | (although i've thought about something looking a bit like `f x :: T U' ..) |
| 2021-03-25 00:53:07 +0000 | solidus-river | (~mike@174.127.249.180) (Remote host closed the connection) |
| 2021-03-25 00:56:31 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 00:56:34 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 00:56:36 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 00:58:14 +0000 | elusive | (~Jeanne-Ka@static-198-54-134-109.cust.tzulo.com) |
| 2021-03-25 01:00:05 +0000 | <monochrom> | Would you like to call my language "System T_T"? >:) |
| 2021-03-25 01:01:08 +0000 | dibblego | (~dibblego@122-199-1-30.ip4.superloop.com) |
| 2021-03-25 01:01:10 +0000 | dibblego | (~dibblego@122-199-1-30.ip4.superloop.com) (Changing host) |
| 2021-03-25 01:01:10 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) |
| 2021-03-25 01:02:21 +0000 | epicte7us | (~epictetus@ip72-194-215-136.sb.sd.cox.net) (Read error: Connection reset by peer) |
| 2021-03-25 01:06:17 +0000 | <ski> | (more specfically, it would be `(| f ; x |) :: T U', given `f :: T' and `x :: U'. e.g. you could (re)express `sum (concat nss) = sum (map sum nss)' (with `nss :: [] ([] Nat)'), where `concat :: [] . [] -> []' and `sum :: [] Nat -> Nat' (or with any monoid, written additively), as `sum (| concat (| l0 , l1 |) ; n |) = sum (| l0 ; sum (| l1 ; n |) |)', where `l0,l1 :: []' and `n :: Nat') |
| 2021-03-25 01:06:43 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) |
| 2021-03-25 01:06:56 +0000 | thc202 | (~thc202@unaffiliated/thc202) (Ping timeout: 240 seconds) |
| 2021-03-25 01:07:19 +0000 | rajivr | (uid269651@gateway/web/irccloud.com/x-dvlsvpxgnpvrwfuk) |
| 2021-03-25 01:07:25 +0000 | Wuzzy | (~Wuzzy@p57a2ecf2.dip0.t-ipconnect.de) |
| 2021-03-25 01:07:48 +0000 | <ski> | "System Tᴛ" to me sounds like it would have constructs for expressing and manipulating sequences, maybe ? |
| 2021-03-25 01:08:05 +0000 | twk- | (~thewormki@unaffiliated/twk-) (Ping timeout: 265 seconds) |
| 2021-03-25 01:08:23 +0000 | <monochrom> | "T_T" is meant to be an emoticon |
| 2021-03-25 01:09:10 +0000 | <ski> | (i'm aware ;) |
| 2021-03-25 01:09:40 +0000 | <int-e> | oh, sentience |
| 2021-03-25 01:09:56 +0000 | <monochrom> | well, a pun on all of these: the emoticon, "system T", T subscript T being another notation for "term T with type T" or "type T with term T" |
| 2021-03-25 01:10:26 +0000 | <int-e> | monochrom: let's play hangman with it |
| 2021-03-25 01:10:34 +0000 | <monochrom> | hahaha |
| 2021-03-25 01:10:37 +0000 | <ski> | didn't Church use superscripts, for the types ? |
| 2021-03-25 01:10:43 +0000 | <int-e> | . o O ( tut tut tut, not what you're thinking ) |
| 2021-03-25 01:11:16 +0000 | DataComputist | (~lumeng@50.43.26.251) (Ping timeout: 265 seconds) |
| 2021-03-25 01:11:34 +0000 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection) |
| 2021-03-25 01:11:36 +0000 | ski | . o O ( "TÖT" ) |
| 2021-03-25 01:12:04 +0000 | <int-e> | . o O ( Ich tät ein "ä" bevorzugen. ) |
| 2021-03-25 01:12:41 +0000 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2021-03-25 01:12:42 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 01:12:51 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 01:17:37 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 01:18:02 +0000 | m0rphism | (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (Ping timeout: 265 seconds) |
| 2021-03-25 01:20:58 +0000 | jamm__ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 01:20:59 +0000 | twk- | (~thewormki@unaffiliated/twk-) |
| 2021-03-25 01:21:27 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:a4ec:e3c6:6b54:caa8) |
| 2021-03-25 01:22:39 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 268 seconds) |
| 2021-03-25 01:24:24 +0000 | Synthetica | (uid199651@gateway/web/irccloud.com/x-pidwjwkshsuukvyi) (Quit: Connection closed for inactivity) |
| 2021-03-25 01:25:35 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) (Quit: Konversation terminated!) |
| 2021-03-25 01:25:44 +0000 | jamm__ | (~jamm@unaffiliated/jamm) (Ping timeout: 268 seconds) |
| 2021-03-25 01:25:56 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) |
| 2021-03-25 01:26:22 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:a4ec:e3c6:6b54:caa8) (Ping timeout: 260 seconds) |
| 2021-03-25 01:26:36 +0000 | DataComputist | (~lumeng@50.43.26.251) |
| 2021-03-25 01:27:03 +0000 | solvr | (57e3c46d@87.227.196.109) (Quit: Connection closed) |
| 2021-03-25 01:31:05 +0000 | cr3 | (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving) |
| 2021-03-25 01:31:37 +0000 | azure2 | (~azure@103.154.230.130) (Ping timeout: 260 seconds) |
| 2021-03-25 01:31:58 +0000 | azure2 | (~azure@103.154.230.130) |
| 2021-03-25 01:35:05 +0000 | <koz_> | :t for_ |
| 2021-03-25 01:35:07 +0000 | <lambdabot> | (Foldable t, Applicative f) => t a -> (a -> f b) -> f () |
| 2021-03-25 01:35:17 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 01:35:21 +0000 | <koz_> | :t replicateM |
| 2021-03-25 01:35:23 +0000 | <lambdabot> | Applicative m => Int -> m a -> m [a] |
| 2021-03-25 01:35:26 +0000 | <koz_> | :t replicateM_ |
| 2021-03-25 01:35:28 +0000 | <lambdabot> | Applicative m => Int -> m a -> m () |
| 2021-03-25 01:35:32 +0000 | <koz_> | Perfect. |
| 2021-03-25 01:36:52 +0000 | Rudd0 | (~Rudd0@185.189.115.103) (Ping timeout: 260 seconds) |
| 2021-03-25 01:38:04 +0000 | berberman_ | (~berberman@unaffiliated/berberman) (Ping timeout: 268 seconds) |
| 2021-03-25 01:38:46 +0000 | <L29Ah> | my heap is set to exhaust at 500MB, and the program is terminated when it gets past that, yet +RTS -hC only shows around 250MB max; what's wrong? |
| 2021-03-25 01:38:55 +0000 | berberman | (~berberman@unaffiliated/berberman) |
| 2021-03-25 01:40:10 +0000 | <Axman6> | with the default GC, total heap usage will be double what the program uses because it's a opying collected, afaiui |
| 2021-03-25 01:41:50 +0000 | <L29Ah> | bgamari: and with your patch it's 40MB |
| 2021-03-25 01:42:12 +0000 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) (Remote host closed the connection) |
| 2021-03-25 01:42:22 +0000 | <L29Ah> | bgamari: compare https://tinystash.undef.im/il/25rSpereKHk3NkC9T5Xag3StKF3x6X18yp5iApbdiVi35Epi47ZsNA4MPCEJ2P4PTnQG… and https://tinystash.undef.im/il/oY5YwjdhU7t8sf3La33LF5Zu9NxKnJDHu1suutkb79orZLV3xs8srhVPjYxFEDkw64HZ… |
| 2021-03-25 01:42:27 +0000 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) |
| 2021-03-25 01:42:37 +0000 | <L29Ah> | am i accidentally omitting something by not providing some magic flag? |
| 2021-03-25 01:42:56 +0000 | <L29Ah> | that's using +RTS -M500M -hC -xt -L500 |
| 2021-03-25 01:47:36 +0000 | jutep | (5f5bdd59@ip5f5bdd59.dynamic.kabel-deutschland.de) (Quit: Connection closed) |
| 2021-03-25 01:56:42 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds) |
| 2021-03-25 01:59:21 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 264 seconds) |
| 2021-03-25 01:59:36 +0000 | mp___ | (mp@hell.cx) |
| 2021-03-25 02:00:42 +0000 | azure3 | (~azure@103.154.230.130) |
| 2021-03-25 02:03:42 +0000 | azure2 | (~azure@103.154.230.130) (Ping timeout: 260 seconds) |
| 2021-03-25 02:04:14 +0000 | drbean | (~drbean@TC210-63-209-180.static.apol.com.tw) |
| 2021-03-25 02:04:20 +0000 | nuncanada | (~dude@179.235.160.168) |
| 2021-03-25 02:04:24 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2021-03-25 02:04:26 +0000 | jespada | (~jespada@90.254.243.187) (Ping timeout: 265 seconds) |
| 2021-03-25 02:05:37 +0000 | conal | (~conal@64.71.133.70) (Quit: Computer has gone to sleep.) |
| 2021-03-25 02:05:45 +0000 | jespada | (~jespada@90.254.243.187) |
| 2021-03-25 02:06:03 +0000 | nuncanada | (~dude@179.235.160.168) (Client Quit) |
| 2021-03-25 02:06:37 +0000 | xff0x | (~xff0x@2001:1a81:53c9:9f00:1ee:8e19:4d6b:903d) (Ping timeout: 260 seconds) |
| 2021-03-25 02:06:37 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 02:06:57 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 02:08:11 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:a159:1aba:82af:c891) |
| 2021-03-25 02:08:48 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 245 seconds) |
| 2021-03-25 02:10:08 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 268 seconds) |
| 2021-03-25 02:13:09 +0000 | toorevitimirp | (~tooreviti@117.182.181.200) |
| 2021-03-25 02:13:10 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 02:13:22 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 02:13:33 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 02:15:13 +0000 | renato | (18506ba7@S0106a0ff70395707.vc.shawcable.net) |
| 2021-03-25 02:15:30 +0000 | renato | Guest2127 |
| 2021-03-25 02:16:58 +0000 | Guest2127 | (18506ba7@S0106a0ff70395707.vc.shawcable.net) (Client Quit) |
| 2021-03-25 02:17:58 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 245 seconds) |
| 2021-03-25 02:19:28 +0000 | azure3 | (~azure@103.154.230.130) (Ping timeout: 256 seconds) |
| 2021-03-25 02:19:33 +0000 | Deide | (~Deide@217.155.19.23) (Quit: Seeee yaaaa) |
| 2021-03-25 02:19:59 +0000 | DataComputist | (~lumeng@50.43.26.251) (Ping timeout: 256 seconds) |
| 2021-03-25 02:19:59 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 02:20:08 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 02:20:09 +0000 | azure3 | (~azure@103.154.230.130) |
| 2021-03-25 02:20:22 +0000 | <d34df00d> | Oh hi L29Ah |
| 2021-03-25 02:21:24 +0000 | <d34df00d> | > [19:38:31] L29Ah: i hope haskell will write code for me someday, given the type signatures ;) |
| 2021-03-25 02:21:26 +0000 | <lambdabot> | <hint>:1:64: error: <hint>:1:64: error: parse error on input ‘,’ |
| 2021-03-25 02:21:30 +0000 | <d34df00d> | Generic and DeriveVia all the things! |
| 2021-03-25 02:22:07 +0000 | azure3 | (~azure@103.154.230.130) (Read error: Connection reset by peer) |
| 2021-03-25 02:23:00 +0000 | dcoutts_ | (~dcoutts@unaffiliated/dcoutts) |
| 2021-03-25 02:25:18 +0000 | dcoutts | (~dcoutts@unaffiliated/dcoutts) (Ping timeout: 246 seconds) |
| 2021-03-25 02:25:26 +0000 | cheater1 | (~user@unaffiliated/cheater) |
| 2021-03-25 02:25:34 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) (Quit: Konversation terminated!) |
| 2021-03-25 02:25:42 +0000 | dcoutts__ | (~duncan@94.186.125.91.dyn.plus.net) (Ping timeout: 256 seconds) |
| 2021-03-25 02:25:50 +0000 | <Axman6> | and djinn all the things |
| 2021-03-25 02:25:57 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) |
| 2021-03-25 02:26:18 +0000 | dcoutts | (~duncan@94.186.125.91.dyn.plus.net) |
| 2021-03-25 02:26:46 +0000 | cheater | (~user@unaffiliated/cheater) (Ping timeout: 258 seconds) |
| 2021-03-25 02:26:48 +0000 | kini | (~kini@unaffiliated/kini) (Remote host closed the connection) |
| 2021-03-25 02:26:51 +0000 | cheater1 | cheater |
| 2021-03-25 02:27:49 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Remote host closed the connection) |
| 2021-03-25 02:28:08 +0000 | kini | (~kini@unaffiliated/kini) |
| 2021-03-25 02:28:18 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 02:28:39 +0000 | azure3 | (~azure@103.154.230.130) |
| 2021-03-25 02:30:41 +0000 | ph88 | (~ph88@2a02:8109:9e00:7e5c:8e5:4383:183d:afed) |
| 2021-03-25 02:30:54 +0000 | urodna | (~urodna@unaffiliated/urodna) (Quit: urodna) |
| 2021-03-25 02:33:01 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 256 seconds) |
| 2021-03-25 02:33:04 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) (Ping timeout: 256 seconds) |
| 2021-03-25 02:33:40 +0000 | machinedgod | (~machinedg@135-23-192-217.cpe.pppoe.ca) (Ping timeout: 258 seconds) |
| 2021-03-25 02:35:21 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 264 seconds) |
| 2021-03-25 02:38:41 +0000 | average | (uid473595@gateway/web/irccloud.com/x-jidrtzqhvfslyggr) (Quit: Connection closed for inactivity) |
| 2021-03-25 02:39:37 +0000 | viluon | (uid453725@gateway/web/irccloud.com/x-tsrnritnmsiiiwsr) (Quit: Connection closed for inactivity) |
| 2021-03-25 02:42:11 +0000 | jul1u5 | (~julius@85.206.103.207) (Remote host closed the connection) |
| 2021-03-25 02:42:34 +0000 | myShoggoth | (~myShoggot@75.164.81.55) |
| 2021-03-25 02:48:13 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 02:50:22 +0000 | azure4 | (~azure@103.154.230.130) |
| 2021-03-25 02:53:21 +0000 | azure3 | (~azure@103.154.230.130) (Ping timeout: 264 seconds) |
| 2021-03-25 02:54:20 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 02:55:37 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 02:56:02 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 02:56:23 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 03:00:00 +0000 | brandly | (~brandly@c-73-68-15-46.hsd1.ma.comcast.net) |
| 2021-03-25 03:01:46 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2021-03-25 03:02:42 +0000 | codygman__ | (~user@47.186.207.161) |
| 2021-03-25 03:03:10 +0000 | azure4 | (~azure@103.154.230.130) (Ping timeout: 268 seconds) |
| 2021-03-25 03:03:25 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 03:03:28 +0000 | azure4 | (~azure@103.154.230.130) |
| 2021-03-25 03:04:41 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection) |
| 2021-03-25 03:05:19 +0000 | DataComputist | (~lumeng@50.43.26.251) |
| 2021-03-25 03:05:46 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2021-03-25 03:06:43 +0000 | juri__ | (~juri@79.140.115.251) |
| 2021-03-25 03:09:54 +0000 | juri_ | (~juri@79.140.115.52) (Ping timeout: 256 seconds) |
| 2021-03-25 03:10:37 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 03:12:55 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 03:14:52 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds) |
| 2021-03-25 03:15:44 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 03:16:09 +0000 | azure4 | (~azure@103.154.230.130) (Ping timeout: 264 seconds) |
| 2021-03-25 03:17:02 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) |
| 2021-03-25 03:17:08 +0000 | azure1 | (~azure@103.154.230.130) (Ping timeout: 245 seconds) |
| 2021-03-25 03:17:56 +0000 | Tario | (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
| 2021-03-25 03:18:08 +0000 | Tario | (~Tario@201.192.165.173) |
| 2021-03-25 03:19:08 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 03:19:13 +0000 | irc_user | (uid423822@gateway/web/irccloud.com/x-dafwgwmpokgbtbau) (Quit: Connection closed for inactivity) |
| 2021-03-25 03:22:33 +0000 | Tario | (~Tario@201.192.165.173) (Ping timeout: 245 seconds) |
| 2021-03-25 03:23:37 +0000 | notzmv | (~zmv@unaffiliated/zmv) (Ping timeout: 260 seconds) |
| 2021-03-25 03:29:05 +0000 | alx741 | (~alx741@186.178.108.68) (Quit: alx741) |
| 2021-03-25 03:30:34 +0000 | forgottenone | (~forgotten@176.42.23.95) |
| 2021-03-25 03:30:58 +0000 | mnrmnaugh | (~mnrmnaugh@unaffiliated/mnrmnaugh) (Read error: Connection reset by peer) |
| 2021-03-25 03:32:44 +0000 | mnrmnaugh | (~mnrmnaugh@unaffiliated/mnrmnaugh) |
| 2021-03-25 03:38:42 +0000 | carlomagno | (~cararell@148.87.23.9) (Quit: Leaving.) |
| 2021-03-25 03:44:21 +0000 | theDon | (~td@94.134.91.247) (Ping timeout: 264 seconds) |
| 2021-03-25 03:45:51 +0000 | theDon | (~td@94.134.91.163) |
| 2021-03-25 03:48:25 +0000 | ddellacosta | (~ddellacos@86.106.143.24) |
| 2021-03-25 03:51:31 +0000 | <bbhoss> | any idea what's going on here? https://www.irccloud.com/pastebin/SlJI2k6B/ |
| 2021-03-25 03:51:32 +0000 | codygman__ | (~user@47.186.207.161) (Read error: Connection reset by peer) |
| 2021-03-25 03:51:41 +0000 | codygman__ | (~user@47.186.207.161) |
| 2021-03-25 03:51:47 +0000 | fffff | (77120018@119-18-0-24.771200.syd.nbn.aussiebb.net) |
| 2021-03-25 03:52:27 +0000 | <Axman6> | probably a stack overflow |
| 2021-03-25 03:52:40 +0000 | <Axman6> | hmm, no that should actually run in constant space |
| 2021-03-25 03:52:57 +0000 | <Axman6> | did you hit ctrl-C? |
| 2021-03-25 03:53:07 +0000 | ddellacosta | (~ddellacos@86.106.143.24) (Ping timeout: 268 seconds) |
| 2021-03-25 03:53:07 +0000 | <bbhoss> | nope |
| 2021-03-25 03:53:35 +0000 | fffff | (77120018@119-18-0-24.771200.syd.nbn.aussiebb.net) (Client Quit) |
| 2021-03-25 03:54:06 +0000 | mice-user | (77120018@119-18-0-24.771200.syd.nbn.aussiebb.net) |
| 2021-03-25 03:54:06 +0000 | <Axman6> | is the Data.Int import relevant? |
| 2021-03-25 03:54:22 +0000 | <Axman6> | doesn't appear to be. I assume this was running for a while before that happened? |
| 2021-03-25 03:54:23 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 03:54:41 +0000 | <bbhoss> | ran for a few seconds. I meant to pass 1::Int64 in |
| 2021-03-25 03:54:43 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 03:54:48 +0000 | <bbhoss> | doesn't seem to make a difference though |
| 2021-03-25 03:55:23 +0000 | <Axman6> | actually, I have a feeling the first line of that definition, example 0, isn't part of the definition of example, so nothing is getting forced |
| 2021-03-25 03:55:55 +0000 | ryxai | (~textual@pool-71-183-41-241.nycmny.fios.verizon.net) |
| 2021-03-25 03:55:56 +0000 | <Axman6> | I assume that example 0 doesn't actually return "boom" |
| 2021-03-25 03:56:08 +0000 | <bbhoss> | nah it never gets that far, I was hoping it would overflow and hit that |
| 2021-03-25 03:56:48 +0000 | <Axman6> | it will never get to that because the second line, example a = example (a+1) replaces example 0's definition |
| 2021-03-25 03:57:15 +0000 | <Axman6> | ghci isn't the same as a haskell file, if you want multi-line definnitions, you need to use :{ then enter the lines, then :} to finish |
| 2021-03-25 03:57:30 +0000 | <Axman6> | or write example 0 = "boom"; example a = example (a+1) |
| 2021-03-25 03:58:06 +0000 | FinnElija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
| 2021-03-25 03:58:06 +0000 | finn_elija | Guest82343 |
| 2021-03-25 03:58:06 +0000 | FinnElija | finn_elija |
| 2021-03-25 03:58:22 +0000 | elusive | (~Jeanne-Ka@static-198-54-134-109.cust.tzulo.com) (Quit: Leaving) |
| 2021-03-25 03:59:09 +0000 | conal | (~conal@64.71.133.70) |
| 2021-03-25 03:59:49 +0000 | <bbhoss> | good to know |
| 2021-03-25 04:00:45 +0000 | Rudd0 | (~Rudd0@185.189.115.103) |
| 2021-03-25 04:00:46 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 04:00:54 +0000 | Tario | (~Tario@201.192.165.173) |
| 2021-03-25 04:00:56 +0000 | <Axman6> | it's important to understand why just definint example a = example (a+1) just allocates memory indefinitely |
| 2021-03-25 04:01:19 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 04:01:24 +0000 | <Axman6> | you're just building up a thunk of ...+1+1+1+1+1+1+1+1+1+1+1+11...+ |
| 2021-03-25 04:01:54 +0000 | Guest82343 | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 268 seconds) |
| 2021-03-25 04:03:48 +0000 | DataComputist | (~lumeng@50.43.26.251) (Ping timeout: 245 seconds) |
| 2021-03-25 04:04:06 +0000 | <Axman6> | when you have the definition example 0 = "boom"; example a = example (a+1), every recursive call to example must check if a is 0, which means you force the evaluation, so you get example 1 => example (1+1) -> example a = case a of 0 -> "boom; _ -> example (2+1) => ... |
| 2021-03-25 04:04:08 +0000 | Matthias1 | (~matthias@li890-22.members.linode.com) |
| 2021-03-25 04:04:17 +0000 | <Axman6> | should've been consistent with my arrows... |
| 2021-03-25 04:04:25 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) (Remote host closed the connection) |
| 2021-03-25 04:04:39 +0000 | <bbhoss> | latest attempt: https://replit.com/@bbhoss/SarcasticQuickPattern#main.hs |
| 2021-03-25 04:04:59 +0000 | <bbhoss> | so I just compiled this with ghc and it's running now. spinning at 100% of a cpu but using no memory |
| 2021-03-25 04:05:23 +0000 | azure1 | (~azure@103.154.230.130) (Ping timeout: 256 seconds) |
| 2021-03-25 04:05:30 +0000 | <Axman6> | I would wager you might die before it prints anything |
| 2021-03-25 04:05:34 +0000 | <bbhoss> | haha |
| 2021-03-25 04:05:58 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 04:06:04 +0000 | <Axman6> | but if you make it Int16 then it shouldn't take very long, and if you use Int32 you might expect it to run in a few tens of minutes or hours |
| 2021-03-25 04:06:39 +0000 | <bbhoss> | yeah I'm reading an article about overflows and it said it takes longer to break by just adding vs exponentiation, so I figured I'd see how much longer |
| 2021-03-25 04:07:51 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 04:09:09 +0000 | <bbhoss> | successfully boomed it by changing it to a * 2 |
| 2021-03-25 04:10:09 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) |
| 2021-03-25 04:10:22 +0000 | <ski> | repeatedly doubling grows much faster than repeated increment/successor |
| 2021-03-25 04:10:36 +0000 | <bbhoss> | indeed |
| 2021-03-25 04:11:04 +0000 | <Axman6> | I used to run dumb prograqmas like this to kill my battery faster when I wanted to run it down for recalibration. good times |
| 2021-03-25 04:11:41 +0000 | plutoniix | (~q@ppp-124-121-237-222.revip2.asianet.co.th) |
| 2021-03-25 04:12:05 +0000 | plutoniix | (~q@ppp-124-121-237-222.revip2.asianet.co.th) (Read error: Connection reset by peer) |
| 2021-03-25 04:15:13 +0000 | <bbhoss> | it's the core algorithm for my new crypto currency |
| 2021-03-25 04:15:45 +0000 | <Axman6> | proof od work, you must prove that you computed 0, very difficult problem |
| 2021-03-25 04:19:04 +0000 | brandly | (~brandly@c-73-68-15-46.hsd1.ma.comcast.net) (Remote host closed the connection) |
| 2021-03-25 04:20:46 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 04:20:49 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 04:22:49 +0000 | <monochrom> | "proof of work" sounds like using blockchains to reduce student cheating in online exams... |
| 2021-03-25 04:22:53 +0000 | jamm__ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 04:24:17 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) (Ping timeout: 260 seconds) |
| 2021-03-25 04:25:45 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 264 seconds) |
| 2021-03-25 04:25:48 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 268 seconds) |
| 2021-03-25 04:27:00 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
| 2021-03-25 04:27:39 +0000 | jamm__ | (~jamm@unaffiliated/jamm) (Ping timeout: 268 seconds) |
| 2021-03-25 04:30:26 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) |
| 2021-03-25 04:39:22 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) (Ping timeout: 268 seconds) |
| 2021-03-25 04:40:02 +0000 | yohan | (97f7b355@151.247.179.85) |
| 2021-03-25 04:40:21 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) |
| 2021-03-25 04:40:33 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds) |
| 2021-03-25 04:42:08 +0000 | codygman__ | (~user@47.186.207.161) (Ping timeout: 245 seconds) |
| 2021-03-25 04:47:06 +0000 | irc_user | (uid423822@gateway/web/irccloud.com/x-dntykznpsmhskubk) |
| 2021-03-25 04:47:42 +0000 | yohan | (97f7b355@151.247.179.85) (Quit: Connection closed) |
| 2021-03-25 04:51:58 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 04:52:52 +0000 | Tario | (~Tario@201.192.165.173) (Ping timeout: 260 seconds) |
| 2021-03-25 04:55:00 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) (Quit: Konversation terminated!) |
| 2021-03-25 04:56:26 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 264 seconds) |
| 2021-03-25 04:56:38 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 268 seconds) |
| 2021-03-25 04:57:19 +0000 | Tops2 | (~Tobias@dyndsl-095-033-092-175.ewe-ip-backbone.de) |
| 2021-03-25 04:57:42 +0000 | Garbanzo | (~Garbanzo@2602:304:6eac:dc10::2e) (Remote host closed the connection) |
| 2021-03-25 04:58:35 +0000 | Garbanzo | (~Garbanzo@2602:304:6eac:dc10::2e) |
| 2021-03-25 04:58:40 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 04:59:12 +0000 | Garbanzo | (~Garbanzo@2602:304:6eac:dc10::2e) (Remote host closed the connection) |
| 2021-03-25 04:59:22 +0000 | Tops22 | (~Tobias@dyndsl-095-033-092-175.ewe-ip-backbone.de) |
| 2021-03-25 05:01:34 +0000 | Tops21 | (~Tobias@dyndsl-095-033-092-175.ewe-ip-backbone.de) (Ping timeout: 268 seconds) |
| 2021-03-25 05:01:34 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 05:01:55 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 05:02:40 +0000 | Tops2 | (~Tobias@dyndsl-095-033-092-175.ewe-ip-backbone.de) (Ping timeout: 256 seconds) |
| 2021-03-25 05:02:58 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 245 seconds) |
| 2021-03-25 05:03:10 +0000 | astroanax | astroanax_ |
| 2021-03-25 05:03:33 +0000 | astroanax_ | astroanax |
| 2021-03-25 05:04:11 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 05:05:03 +0000 | Rudd0 | (~Rudd0@185.189.115.103) (Ping timeout: 245 seconds) |
| 2021-03-25 05:06:29 +0000 | <bbhoss> | how did Right become synonymous with "correct" for an Either? |
| 2021-03-25 05:08:40 +0000 | <glguy> | bbhoss, probably because that let's you use the Monad instance that (Either e) allows where Left could be interpreted as "stop early for exception" and Right could be interpreted as "success, continue" |
| 2021-03-25 05:08:48 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 05:08:51 +0000 | azure1 | (~azure@103.154.230.130) (Ping timeout: 256 seconds) |
| 2021-03-25 05:08:58 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 268 seconds) |
| 2021-03-25 05:09:16 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 05:09:24 +0000 | <glguy> | You could decide stop early means success and continue means "not done yet" if you wanted |
| 2021-03-25 05:09:39 +0000 | <glguy> | but the earlier interpretation is more common to need |
| 2021-03-25 05:10:17 +0000 | rj | (~x@gateway/tor-sasl/rj) (Remote host closed the connection) |
| 2021-03-25 05:10:44 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 05:10:49 +0000 | <bbhoss> | I am most interested in the words they chose. Choosing Right for correct seems kinda arbitrary |
| 2021-03-25 05:10:51 +0000 | <glguy> | also it just has the natural pun of being "Right" |
| 2021-03-25 05:11:03 +0000 | <bbhoss> | I guess that kinda makes sense |
| 2021-03-25 05:11:06 +0000 | <glguy> | If Right is the right answer, then Left is left for wrong answers |
| 2021-03-25 05:11:11 +0000 | <bbhoss> | I do wonder who chose it and why |
| 2021-03-25 05:11:41 +0000 | <ephemient> | the type system lets you write instance Monad (Either a), but not instance Monad (\a -> Either a b) |
| 2021-03-25 05:11:44 +0000 | <glguy> | but as for the Monad instance, that's the way the instance has to be |
| 2021-03-25 05:12:01 +0000 | kini | (~kini@unaffiliated/kini) (Remote host closed the connection) |
| 2021-03-25 05:12:24 +0000 | <glguy> | even better is not using Left or failure or Right for success and using an actually descriptive type |
| 2021-03-25 05:13:18 +0000 | kini | (~kini@unaffiliated/kini) |
| 2021-03-25 05:16:08 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 05:18:23 +0000 | myShoggoth | (~myShoggot@75.164.81.55) (Ping timeout: 245 seconds) |
| 2021-03-25 05:20:54 +0000 | rdivyanshu | (uid322626@gateway/web/irccloud.com/x-efjaygphshhzgjrx) |
| 2021-03-25 05:21:01 +0000 | xsperry | (~as@unaffiliated/xsperry) |
| 2021-03-25 05:21:34 +0000 | Tops2 | (~Tobias@dyndsl-091-249-083-058.ewe-ip-backbone.de) |
| 2021-03-25 05:21:55 +0000 | notzmv | (~zmv@unaffiliated/zmv) |
| 2021-03-25 05:22:07 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 05:23:57 +0000 | Tops22 | (~Tobias@dyndsl-095-033-092-175.ewe-ip-backbone.de) (Ping timeout: 264 seconds) |
| 2021-03-25 05:26:57 +0000 | azure1 | (~azure@103.154.230.130) (Ping timeout: 265 seconds) |
| 2021-03-25 05:27:02 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 264 seconds) |
| 2021-03-25 05:27:14 +0000 | tlgl^nix | (~damien@2604:3d08:f17f:ec50:250:b6ff:fee3:6eae) |
| 2021-03-25 05:29:00 +0000 | vicfred | (~vicfred@unaffiliated/vicfred) |
| 2021-03-25 05:31:47 +0000 | fryguybob | (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) (Ping timeout: 265 seconds) |
| 2021-03-25 05:32:11 +0000 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) |
| 2021-03-25 05:37:02 +0000 | fryguybob | (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) |
| 2021-03-25 05:37:52 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-ebwsglbljqlehoxu) (Quit: Connection closed for inactivity) |
| 2021-03-25 05:39:19 +0000 | ddellacosta | (~ddellacos@86.106.143.50) |
| 2021-03-25 05:40:12 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:a4ec:e3c6:6b54:caa8) |
| 2021-03-25 05:40:51 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 05:42:58 +0000 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) |
| 2021-03-25 05:43:48 +0000 | ddellacosta | (~ddellacos@86.106.143.50) (Ping timeout: 245 seconds) |
| 2021-03-25 05:43:54 +0000 | tlgl^nix | (~damien@2604:3d08:f17f:ec50:250:b6ff:fee3:6eae) (Read error: Connection reset by peer) |
| 2021-03-25 05:45:22 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 260 seconds) |
| 2021-03-25 05:49:40 +0000 | ryxai | (~textual@pool-71-183-41-241.nycmny.fios.verizon.net) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-03-25 05:50:42 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 05:52:09 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 264 seconds) |
| 2021-03-25 05:55:10 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
| 2021-03-25 05:55:44 +0000 | hololeap | (~hololeap@unaffiliated/hololeap) (Ping timeout: 240 seconds) |
| 2021-03-25 05:55:45 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 05:56:00 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 05:56:15 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) (Remote host closed the connection) |
| 2021-03-25 05:56:43 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) |
| 2021-03-25 05:57:58 +0000 | ski | . o O ( `data Aut a b = Sinister a | Dexter b' ) |
| 2021-03-25 05:58:43 +0000 | kiweun | (~kiweun@2607:fea8:2a62:9600:dd2c:1d97:d88b:9897) (Remote host closed the connection) |
| 2021-03-25 06:06:44 +0000 | hololeap | (~hololeap@unaffiliated/hololeap) |
| 2021-03-25 06:07:44 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 06:10:09 +0000 | drbean | (~drbean@TC210-63-209-180.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in) |
| 2021-03-25 06:10:25 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 06:11:59 +0000 | jacks2 | (~bc8134e3@217.29.117.252) |
| 2021-03-25 06:15:43 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 256 seconds) |
| 2021-03-25 06:15:43 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 06:16:05 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 06:16:14 +0000 | kini | (~kini@unaffiliated/kini) (Remote host closed the connection) |
| 2021-03-25 06:17:02 +0000 | Wuzzy | (~Wuzzy@p57a2ecf2.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-03-25 06:17:33 +0000 | kini | (~kini@unaffiliated/kini) |
| 2021-03-25 06:18:47 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 06:19:44 +0000 | raym | (~ray@115.187.32.14) |
| 2021-03-25 06:22:09 +0000 | selic | (~selic@93-87-60-181.static.isp.telekom.rs) |
| 2021-03-25 06:22:18 +0000 | <selic> | kj |
| 2021-03-25 06:23:17 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds) |
| 2021-03-25 06:24:48 +0000 | star_cloud | (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-03-25 06:24:52 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) |
| 2021-03-25 06:24:59 +0000 | bahamas | (~lucian@unaffiliated/bahamas) |
| 2021-03-25 06:29:21 +0000 | sord937 | (~sord937@gateway/tor-sasl/sord937) |
| 2021-03-25 06:29:22 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 06:29:41 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 06:29:56 +0000 | Sgeo | (~Sgeo@ool-18b98aa4.dyn.optonline.net) (Read error: Connection reset by peer) |
| 2021-03-25 06:30:28 +0000 | Varis | (~Tadas@unaffiliated/varis) |
| 2021-03-25 06:30:40 +0000 | azure1 | (~azure@103.154.230.130) (Read error: Connection reset by peer) |
| 2021-03-25 06:30:59 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 06:31:48 +0000 | aragorn1212 | (31cf3bf0@49.207.59.240) |
| 2021-03-25 06:31:58 +0000 | <aragorn1212> | hi |
| 2021-03-25 06:32:12 +0000 | <aragorn1212> | is the beginners channel not active anymore? |
| 2021-03-25 06:32:26 +0000 | malumore | (~malumore@151.62.125.69) |
| 2021-03-25 06:34:43 +0000 | star_cloud | (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Excess Flood) |
| 2021-03-25 06:35:03 +0000 | Tops2 | (~Tobias@dyndsl-091-249-083-058.ewe-ip-backbone.de) (Read error: Connection reset by peer) |
| 2021-03-25 06:35:55 +0000 | frozenErebus | (~frozenEre@94.128.81.87) |
| 2021-03-25 06:35:55 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 06:35:55 +0000 | <aragorn1212> | Anyone active? |
| 2021-03-25 06:36:01 +0000 | star_cloud | (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-03-25 06:36:17 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 06:36:30 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 06:38:53 +0000 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) |
| 2021-03-25 06:39:31 +0000 | thc202 | (~thc202@unaffiliated/thc202) |
| 2021-03-25 06:44:01 +0000 | <ski> | aragorn1212 : it is active |
| 2021-03-25 06:44:28 +0000 | <ski> | (although beginner's questions are also welcome in here) |
| 2021-03-25 06:44:45 +0000 | shutdown_-h_now | (~arjan@2001:1c06:2d0b:2312:70ce:e84:9e94:29ff) |
| 2021-03-25 06:44:56 +0000 | andreas31 | (~andreas@gateway/tor-sasl/andreas303) (Remote host closed the connection) |
| 2021-03-25 06:45:46 +0000 | andreas31 | (~andreas@gateway/tor-sasl/andreas303) |
| 2021-03-25 06:52:53 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz) |
| 2021-03-25 06:53:20 +0000 | ddellacosta | (~ddellacos@86.106.143.10) |
| 2021-03-25 06:53:21 +0000 | Varis | (~Tadas@unaffiliated/varis) (Remote host closed the connection) |
| 2021-03-25 06:56:46 +0000 | irc_user | (uid423822@gateway/web/irccloud.com/x-dntykznpsmhskubk) (Quit: Connection closed for inactivity) |
| 2021-03-25 06:58:07 +0000 | ddellacosta | (~ddellacos@86.106.143.10) (Ping timeout: 268 seconds) |
| 2021-03-25 06:59:31 +0000 | michalz | (~user@185.246.204.52) |
| 2021-03-25 07:02:09 +0000 | knupfer | (~Thunderbi@200116b8240912008c086767523d9d96.dip.versatel-1u1.de) |
| 2021-03-25 07:07:59 +0000 | aragorn1212 | (31cf3bf0@49.207.59.240) (Quit: Connection closed) |
| 2021-03-25 07:09:07 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-25 07:10:28 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 245 seconds) |
| 2021-03-25 07:13:12 +0000 | _ht | (~quassel@82-169-194-8.biz.kpn.net) |
| 2021-03-25 07:13:41 +0000 | madjest71 | (~Android@2a02-a420-47-b3b2-eb4-5763-729d-3295.mobile6.kpn.net) |
| 2021-03-25 07:15:50 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) (Ping timeout: 256 seconds) |
| 2021-03-25 07:17:14 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 268 seconds) |
| 2021-03-25 07:20:54 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 07:21:42 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Client Quit) |
| 2021-03-25 07:22:41 +0000 | marinelli | (~marinelli@gateway/tor-sasl/marinelli) (Quit: marinelli) |
| 2021-03-25 07:27:16 +0000 | cfricke | (~cfricke@unaffiliated/cfricke) |
| 2021-03-25 07:27:20 +0000 | quinn | (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) (Ping timeout: 240 seconds) |
| 2021-03-25 07:29:42 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 07:30:51 +0000 | ddellacosta | (~ddellacos@83.143.246.107) |
| 2021-03-25 07:32:19 +0000 | rj | (~x@gateway/tor-sasl/rj) (Remote host closed the connection) |
| 2021-03-25 07:33:00 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 07:33:33 +0000 | quinn | (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) |
| 2021-03-25 07:35:37 +0000 | ddellacosta | (~ddellacos@83.143.246.107) (Ping timeout: 256 seconds) |
| 2021-03-25 07:40:22 +0000 | kiweun | (~kiweun@2607:fea8:2a62:9600:c9a0:4edb:f142:45d8) |
| 2021-03-25 07:44:13 +0000 | frozenErebus | (~frozenEre@94.128.81.87) (Ping timeout: 265 seconds) |
| 2021-03-25 07:46:23 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) |
| 2021-03-25 07:49:05 +0000 | aqd | (~aqd@84.20.147.33) |
| 2021-03-25 07:49:16 +0000 | wonko7 | (~wonko7@45.15.17.60) |
| 2021-03-25 07:49:55 +0000 | madjest71 | (~Android@2a02-a420-47-b3b2-eb4-5763-729d-3295.mobile6.kpn.net) (Ping timeout: 268 seconds) |
| 2021-03-25 07:50:30 +0000 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 265 seconds) |
| 2021-03-25 07:51:11 +0000 | Varis | (~Tadas@unaffiliated/varis) |
| 2021-03-25 07:51:17 +0000 | forgottenone | (~forgotten@176.42.23.95) (Remote host closed the connection) |
| 2021-03-25 07:54:59 +0000 | apeyroux | (~alex@78.20.138.88.rev.sfr.net) |
| 2021-03-25 07:56:06 +0000 | frozenErebus | (~frozenEre@94.128.81.87) |
| 2021-03-25 07:56:58 +0000 | chele | (~chele@ip5b40237d.dynamic.kabel-deutschland.de) |
| 2021-03-25 07:59:49 +0000 | Franciman | (~francesco@host-79-53-62-46.retail.telecomitalia.it) |
| 2021-03-25 08:00:10 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 08:00:11 +0000 | <idnar> | glguy: you could have defined it as `data Either a b = Right a | Left b` though |
| 2021-03-25 08:02:21 +0000 | <Uniaika> | idnar: I have the hardest time determining my left and my right, so I don't need that kind of psychological warfare waged against me :P |
| 2021-03-25 08:03:28 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 08:03:28 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 08:03:29 +0000 | kini | (~kini@unaffiliated/kini) (Ping timeout: 268 seconds) |
| 2021-03-25 08:03:52 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 08:08:29 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 256 seconds) |
| 2021-03-25 08:09:09 +0000 | sarna | (3e1528e3@gateway/web/cgi-irc/kiwiirc.com/ip.62.21.40.227) |
| 2021-03-25 08:10:12 +0000 | <sarna> | hey, I have a question that I think you might know the answer to. how would you express a sum type in yaml? |
| 2021-03-25 08:10:12 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 08:10:28 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 08:11:00 +0000 | ski | glances around the channel for someone knowledgable about YAML |
| 2021-03-25 08:11:55 +0000 | <sarna> | ski: I thought haskellers would be good at enforcing invariants :) even if the language isn't that helpful |
| 2021-03-25 08:12:27 +0000 | geowiesnot | (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 256 seconds) |
| 2021-03-25 08:12:33 +0000 | wonko7 | (~wonko7@45.15.17.60) (Ping timeout: 245 seconds) |
| 2021-03-25 08:12:49 +0000 | <ski> | (not sure what the invariant here would be, but ok) |
| 2021-03-25 08:14:13 +0000 | <sarna> | ski: I have a map with key foo. if the value in foo is true, I need key bar to exist. if it's false, I need key baz to exist |
| 2021-03-25 08:15:02 +0000 | <sarna> | maybe there's a better way of doing this, I don't know. no idea where to ask either |
| 2021-03-25 08:15:41 +0000 | <__minoru__shirae> | why ask about yaml if you can ask about json and then convert from json to yaml |
| 2021-03-25 08:15:42 +0000 | <nshepperd2> | the usual way express sum types in a languages that don't have them is just a tagged product |
| 2021-03-25 08:16:07 +0000 | vchlup | (~vchlup@nat.brnet.cz) (Read error: Connection reset by peer) |
| 2021-03-25 08:16:07 +0000 | <nshepperd2> | in other words just do the map the way you said and check the invariant when you decode it |
| 2021-03-25 08:16:30 +0000 | <ski> | sarna : hm, so are you asking about encoding sum types, or about validating such an encoding ? |
| 2021-03-25 08:16:37 +0000 | graf_blutwurst | (~user@2001:171b:226e:adc0:8def:33e:39f5:7058) |
| 2021-03-25 08:16:42 +0000 | vchlup | (~vchlup@nat.brnet.cz) |
| 2021-03-25 08:16:49 +0000 | <sarna> | nshepperd2: and how to communicate that to my users? for now I put the other variant in a comment and wrote "if foo then this, if not then that" |
| 2021-03-25 08:16:56 +0000 | <sarna> | ski: encoding |
| 2021-03-25 08:16:56 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 08:17:03 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 08:18:25 +0000 | <sarna> | __minoru__shirae: is json less offensive here? :D I'm using yaml because people who'll use the thing are used to it (devops) |
| 2021-03-25 08:18:32 +0000 | <nshepperd2> | yes just document it. also have a helpful error message when the value does not validate |
| 2021-03-25 08:19:00 +0000 | <sarna> | nshepperd2: oh right, I'll make it fail nicely. thanks for the help :)) |
| 2021-03-25 08:19:13 +0000 | <ski> | you could probably use a "map" (conceptually a record) with one field being a tag, and either remaining fields that should be present (and none else) determined by that tag, or else having a single other field, whose contents would be a record of one type or another (or perhaps of some other type), depending on the tag |
| 2021-03-25 08:20:01 +0000 | <ski> | i presume there's some way to validate that some YAML adheres to an expected format, and if so, it would be nice to have it validate this encoding of a sum type |
| 2021-03-25 08:20:57 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Ping timeout: 256 seconds) |
| 2021-03-25 08:21:13 +0000 | <sarna> | ski: oh thanks for the suggestions! I don't have a good name for the field if I was doing version 2, so I'll go with ver 1 :) |
| 2021-03-25 08:21:21 +0000 | <ski> | (if there's just two variants, then the tag could possibly be a boolean. if there's more, you'd use something else, maybe integers or strings) |
| 2021-03-25 08:22:10 +0000 | <sarna> | yeah it's thankfully just a bool :D |
| 2021-03-25 08:22:14 +0000 | <nshepperd2> | i suppose one other way is to have a singleton map whose single key is the tag and the value is a record of all the fields |
| 2021-03-25 08:22:23 +0000 | <ski> | (the second encoding i mentioned might be easier to validate, although the former would probably be more convenient, when reading and writing YAML, at least if by hand) |
| 2021-03-25 08:22:57 +0000 | <ski> | well, that would require one to be able to query the keys .. is that possible, and reasonable ? |
| 2021-03-25 08:23:06 +0000 | <nshepperd2> | then the invariant is easily explained as 'must be a singleton map' |
| 2021-03-25 08:23:10 +0000 | <sarna> | yeah it's meant to be read and edited by hand, nshepperd2's newest suggestion would read poorly in this case, imo |
| 2021-03-25 08:23:11 +0000 | ski | knows almost nothing about YAML .. |
| 2021-03-25 08:24:20 +0000 | <sarna> | my tag is "is_feature_enabled", by the way |
| 2021-03-25 08:24:30 +0000 | <ski> | nshepperd2 : although that presumably doesn't ensure that only a definite collection of tags are allowed, and whatever format the payload key is supposed to have, for each of them |
| 2021-03-25 08:24:33 +0000 | <sarna> | but I think I have a satisfactory solution now :) thanks all! |
| 2021-03-25 08:25:27 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2021-03-25 08:26:32 +0000 | <ski> | oh, and the second is more flexible, in the sense that the payload can be kind of thing (not just a record), while in the first case, it must be a record (to which is added the tag) (that record can have multiple, or none, extra fields. for the second variant, there's a single payload) |
| 2021-03-25 08:26:33 +0000 | <nshepperd2> | i assume there are usual yaml validation features which can validate the kay/payload |
| 2021-03-25 08:27:04 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 08:27:14 +0000 | wonko7 | (~wonko7@62.115.229.50) |
| 2021-03-25 08:27:39 +0000 | <ski> | if someone who's actually used YAML in Haskell should turn up, they might be able to confirm or deny presence of validation, in whatever package, and tell which encoding form would be nicer for such validation |
| 2021-03-25 08:28:15 +0000 | <sarna> | what do haskellers use? dhall? |
| 2021-03-25 08:28:44 +0000 | <sarna> | like, if you need a human-readable config file |
| 2021-03-25 08:29:03 +0000 | idhugo | (~idhugo@80-62-117-136-mobile.dk.customer.tdc.net) |
| 2021-03-25 08:29:53 +0000 | <nshepperd2> | so far i've just used a plain text file with one directive per line like some kind of savage |
| 2021-03-25 08:30:15 +0000 | <sarna> | :DD |
| 2021-03-25 08:30:36 +0000 | Sorny | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) |
| 2021-03-25 08:30:37 +0000 | cyphase | (~cyphase@unaffiliated/cyphase) (Ping timeout: 265 seconds) |
| 2021-03-25 08:30:49 +0000 | kuribas | (~user@ip-188-118-57-242.reverse.destiny.be) |
| 2021-03-25 08:33:42 +0000 | Sorna | (~Sornaensi@077213203030.dynamic.telenor.dk) (Ping timeout: 268 seconds) |
| 2021-03-25 08:35:05 +0000 | gehmehgeh | (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2021-03-25 08:36:06 +0000 | sarna | (3e1528e3@gateway/web/cgi-irc/kiwiirc.com/ip.62.21.40.227) (Quit: Connection closed) |
| 2021-03-25 08:36:32 +0000 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) |
| 2021-03-25 08:38:54 +0000 | Yumasi | (~guillaume@2a01:e0a:5cb:4430:f8b3:8048:46:fa78) |
| 2021-03-25 08:41:49 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 08:42:06 +0000 | Kaeipi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 08:42:08 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Read error: No route to host) |
| 2021-03-25 08:43:02 +0000 | Lycurgus | (~niemand@98.4.119.196) |
| 2021-03-25 08:45:54 +0000 | selic | (~selic@93-87-60-181.static.isp.telekom.rs) (Quit: WeeChat 2.8) |
| 2021-03-25 08:46:39 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 268 seconds) |
| 2021-03-25 08:46:45 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) |
| 2021-03-25 08:48:14 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-03-25 08:48:17 +0000 | shad0w_ | (31249fed@49.36.159.237) |
| 2021-03-25 08:48:59 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) (Ping timeout: 265 seconds) |
| 2021-03-25 08:48:59 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-uvokrbifiycmuqdg) (Quit: Connection closed for inactivity) |
| 2021-03-25 08:50:40 +0000 | Kaeipi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 08:50:40 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 08:51:09 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 08:52:38 +0000 | cyphase | (~cyphase@unaffiliated/cyphase) |
| 2021-03-25 08:54:16 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Remote host closed the connection) |
| 2021-03-25 08:54:21 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 08:56:53 +0000 | tailcall | (~tailcall@117.222.69.125) |
| 2021-03-25 08:57:27 +0000 | LKoen | (~LKoen@194.250.88.92.rev.sfr.net) |
| 2021-03-25 08:57:27 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 08:57:29 +0000 | hiroaki | (~hiroaki@2a02:8108:8c40:2bb8:bf91:2d52:7724:8d37) (Ping timeout: 272 seconds) |
| 2021-03-25 08:57:44 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 08:59:58 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-03-25 09:00:09 +0000 | simara[m] | (simaramatr@gateway/shell/matrix.org/x-cuvsgvwpxvwiqjpk) (Quit: Idle for 30+ days) |
| 2021-03-25 09:00:26 +0000 | rdivyanshu | (uid322626@gateway/web/irccloud.com/x-efjaygphshhzgjrx) (Quit: Connection closed for inactivity) |
| 2021-03-25 09:00:47 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:a159:1aba:82af:c891) (Ping timeout: 260 seconds) |
| 2021-03-25 09:01:02 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
| 2021-03-25 09:01:24 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:e9be:d27:4cdc:9068) |
| 2021-03-25 09:01:46 +0000 | hexfive | (~hexfive@50.35.83.177) (Quit: i must go. my people need me.) |
| 2021-03-25 09:09:26 +0000 | hiroaki | (~hiroaki@2a02:8108:8c40:2bb8:3b52:62c0:efa9:bd31) |
| 2021-03-25 09:10:20 +0000 | fendor | (~fendor@91.141.1.9.wireless.dyn.drei.com) |
| 2021-03-25 09:11:36 +0000 | coot | (~coot@37.30.55.131.nat.umts.dynamic.t-mobile.pl) |
| 2021-03-25 09:11:56 +0000 | malumore | (~malumore@151.62.125.69) (Ping timeout: 268 seconds) |
| 2021-03-25 09:14:43 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 09:14:46 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 09:15:03 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 245 seconds) |
| 2021-03-25 09:19:14 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 09:19:45 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 264 seconds) |
| 2021-03-25 09:20:26 +0000 | borne | (~fritjof@2001:638:708:30da:d8ae:9747:a2cd:6345) |
| 2021-03-25 09:23:44 +0000 | m0rphism | (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) |
| 2021-03-25 09:26:30 +0000 | kritzefitz | (~kritzefit@p548c9398.dip0.t-ipconnect.de) |
| 2021-03-25 09:26:43 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (Ping timeout: 245 seconds) |
| 2021-03-25 09:31:07 +0000 | bahamas | (~lucian@unaffiliated/bahamas) (Ping timeout: 260 seconds) |
| 2021-03-25 09:31:08 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 09:31:19 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 09:32:54 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 09:34:02 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) (Ping timeout: 260 seconds) |
| 2021-03-25 09:37:33 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 245 seconds) |
| 2021-03-25 09:39:19 +0000 | tailcall | (~tailcall@117.222.69.125) () |
| 2021-03-25 09:41:57 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
| 2021-03-25 09:43:13 +0000 | dhouthoo | (~dhouthoo@ptr-eitgbj2w0uu6delkbrh.18120a2.ip6.access.telenet.be) |
| 2021-03-25 09:46:22 +0000 | dandart | (~Thunderbi@home.dandart.co.uk) |
| 2021-03-25 09:46:27 +0000 | dandart | (~Thunderbi@home.dandart.co.uk) (Client Quit) |
| 2021-03-25 09:46:53 +0000 | seanparsons | (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) (Quit: ZNC 1.8.1 - https://znc.in) |
| 2021-03-25 09:48:04 +0000 | Lycurgus | (~niemand@98.4.119.196) (Quit: Exeunt) |
| 2021-03-25 09:49:14 +0000 | tlgl^nix | (~damien@2604:3d08:f17f:ec50:250:b6ff:fee3:6eae) |
| 2021-03-25 09:50:19 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 09:50:20 +0000 | juri__ | (~juri@79.140.115.251) (Read error: Connection reset by peer) |
| 2021-03-25 09:50:50 +0000 | seanparsons | (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) |
| 2021-03-25 09:50:57 +0000 | juri_ | (~juri@79.140.115.251) |
| 2021-03-25 09:51:05 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 09:51:43 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) |
| 2021-03-25 09:54:47 +0000 | friyin | (~friyin4@46.136.209.213) (Read error: Connection reset by peer) |
| 2021-03-25 09:55:35 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 256 seconds) |
| 2021-03-25 09:55:50 +0000 | aarvar | (~foewfoiew@2601:602:a080:fa0:8d5e:8b07:4f7a:6938) (Ping timeout: 264 seconds) |
| 2021-03-25 09:55:51 +0000 | bahamas | (~lucian@unaffiliated/bahamas) |
| 2021-03-25 09:56:20 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 09:56:21 +0000 | juri_ | (~juri@79.140.115.251) (Read error: Connection reset by peer) |
| 2021-03-25 09:56:47 +0000 | juri_ | (~juri@79.140.115.251) |
| 2021-03-25 09:57:30 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) |
| 2021-03-25 10:01:14 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 10:01:14 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:e9be:d27:4cdc:9068) (Ping timeout: 264 seconds) |
| 2021-03-25 10:01:14 +0000 | juri_ | (~juri@79.140.115.251) (Read error: Connection reset by peer) |
| 2021-03-25 10:01:33 +0000 | Rudd0 | (~Rudd0@185.189.115.103) |
| 2021-03-25 10:01:37 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:5bc4:f932:7f79:a256) |
| 2021-03-25 10:07:18 +0000 | Guest84272 | (~marienz@217.146.82.202) (Remote host closed the connection) |
| 2021-03-25 10:08:03 +0000 | knupfer | (~Thunderbi@200116b8240912008c086767523d9d96.dip.versatel-1u1.de) (Ping timeout: 268 seconds) |
| 2021-03-25 10:08:38 +0000 | tempate | (~tempate@unaffiliated/tempate) () |
| 2021-03-25 10:13:22 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 10:15:13 +0000 | malumore | (~malumore@151.62.125.69) |
| 2021-03-25 10:15:21 +0000 | olligobber | (olligobber@gateway/vpn/privateinternetaccess/olligobber) |
| 2021-03-25 10:17:40 +0000 | ubert1 | (~Thunderbi@p200300ecdf25d931e6b318fffe838f33.dip0.t-ipconnect.de) |
| 2021-03-25 10:17:43 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 10:21:37 +0000 | Yumasi | (~guillaume@2a01:e0a:5cb:4430:f8b3:8048:46:fa78) (Ping timeout: 268 seconds) |
| 2021-03-25 10:22:04 +0000 | Yumasi | (~guillaume@40.72.95.92.rev.sfr.net) |
| 2021-03-25 10:22:06 +0000 | benkolera | (uid285671@gateway/web/irccloud.com/x-dcatnolngaaurwon) (Quit: Connection closed for inactivity) |
| 2021-03-25 10:22:14 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 10:23:18 +0000 | Dragavnir | (~Dragavnir@217.146.82.202) |
| 2021-03-25 10:24:32 +0000 | knupfer | (~Thunderbi@200116b82409120025e07d54fd526c58.dip.versatel-1u1.de) |
| 2021-03-25 10:25:59 +0000 | unyu | (~pyon@unaffiliated/pyon) (Quit: Reboot.) |
| 2021-03-25 10:27:46 +0000 | son0p | (~son0p@181.58.39.182) |
| 2021-03-25 10:27:47 +0000 | bahamas | (~lucian@unaffiliated/bahamas) (Ping timeout: 268 seconds) |
| 2021-03-25 10:28:26 +0000 | unyu | (~pyon@unaffiliated/pyon) |
| 2021-03-25 10:29:01 +0000 | frozenErebus | (~frozenEre@94.128.81.87) (Ping timeout: 268 seconds) |
| 2021-03-25 10:30:02 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:5bc4:f932:7f79:a256) (Ping timeout: 260 seconds) |
| 2021-03-25 10:30:50 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:f4c9:a54a:b343:45e2) |
| 2021-03-25 10:31:00 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 10:32:54 +0000 | pavonia | (~user@unaffiliated/siracusa) (Quit: Bye!) |
| 2021-03-25 10:35:45 +0000 | benkolera | (uid285671@gateway/web/irccloud.com/x-crocbefkutgfsdyl) |
| 2021-03-25 10:35:48 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 268 seconds) |
| 2021-03-25 10:37:23 +0000 | is_null_ | (~jpic@pdpc/supporter/professional/is-null) |
| 2021-03-25 10:37:55 +0000 | yoctocell | (~user@h87-96-130-155.cust.a3fiber.se) |
| 2021-03-25 10:38:30 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 10:38:30 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 10:38:55 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 10:40:21 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 256 seconds) |
| 2021-03-25 10:43:14 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 10:45:17 +0000 | romesrf | (~romesrf@44.190.189.46.rev.vodafone.pt) |
| 2021-03-25 10:45:17 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 10:45:30 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 10:48:46 +0000 | dhil | (~dhil@80.208.56.181) |
| 2021-03-25 10:55:49 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-b174-32cd-b29a-dcb9.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 10:56:15 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-b174-32cd-b29a-dcb9.res6.spectrum.com) |
| 2021-03-25 10:59:18 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 11:00:56 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (Ping timeout: 265 seconds) |
| 2021-03-25 11:01:04 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) |
| 2021-03-25 11:01:09 +0000 | kritzefitz | (~kritzefit@p548c9398.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) |
| 2021-03-25 11:01:27 +0000 | kritzefitz | (~kritzefit@2003:5b:203b:200::10:49) |
| 2021-03-25 11:03:06 +0000 | kupi | (uid212005@gateway/web/irccloud.com/x-ulwctdrxjxxnpyln) (Quit: Connection closed for inactivity) |
| 2021-03-25 11:03:19 +0000 | Guest14565 | (~textual@2603-7000-3040-0000-4c26-30e6-a1ae-bc87.res6.spectrum.com) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-03-25 11:03:34 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-b174-32cd-b29a-dcb9.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 11:03:49 +0000 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) |
| 2021-03-25 11:04:03 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-b174-32cd-b29a-dcb9.res6.spectrum.com) |
| 2021-03-25 11:04:10 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 268 seconds) |
| 2021-03-25 11:05:51 +0000 | ClaudiusMaximus | (~claude@cpc98210-croy26-2-0-cust137.19-2.cable.virginm.net) |
| 2021-03-25 11:05:51 +0000 | ClaudiusMaximus | (~claude@cpc98210-croy26-2-0-cust137.19-2.cable.virginm.net) (Changing host) |
| 2021-03-25 11:05:51 +0000 | ClaudiusMaximus | (~claude@unaffiliated/claudiusmaximus) |
| 2021-03-25 11:05:52 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 11:05:59 +0000 | byorgey_ | (~byorgey@155.138.238.211) (Quit: leaving) |
| 2021-03-25 11:06:06 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 11:06:09 +0000 | byorgey | (~byorgey@155.138.238.211) |
| 2021-03-25 11:07:02 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-25 11:08:29 +0000 | malumore | (~malumore@151.62.125.69) (Ping timeout: 268 seconds) |
| 2021-03-25 11:12:05 +0000 | ddellacosta | (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 256 seconds) |
| 2021-03-25 11:12:21 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 11:13:02 +0000 | usr25 | (~usr25@unaffiliated/usr25) |
| 2021-03-25 11:13:16 +0000 | polxy | (opticnerve@gateway/vpn/airvpn/opticnerve) |
| 2021-03-25 11:16:00 +0000 | Synthetica | (uid199651@gateway/web/irccloud.com/x-lysduszivdckswmi) |
| 2021-03-25 11:16:50 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 264 seconds) |
| 2021-03-25 11:17:38 +0000 | <shad0w_> | ``` |
| 2021-03-25 11:17:38 +0000 | <shad0w_> | class Monad m => MonadError e m | m -> e where |
| 2021-03-25 11:17:39 +0000 | <shad0w_> | throwError :: e -> m a |
| 2021-03-25 11:17:39 +0000 | <shad0w_> | catchError :: m a -> (e -> m a) -> m a |
| 2021-03-25 11:17:40 +0000 | <shad0w_> | ``` |
| 2021-03-25 11:17:57 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) (Ping timeout: 264 seconds) |
| 2021-03-25 11:18:00 +0000 | <shad0w_> | how would you interpret the throwError and catchError functions ? |
| 2021-03-25 11:18:15 +0000 | entel | (uid256215@botters/entel) (Quit: Connection closed for inactivity) |
| 2021-03-25 11:18:20 +0000 | <shad0w_> | throwError takes an error type `e` and returns a monad `m a` ? |
| 2021-03-25 11:18:20 +0000 | apeyroux | (~alex@78.20.138.88.rev.sfr.net) (Ping timeout: 265 seconds) |
| 2021-03-25 11:18:49 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 11:18:49 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 11:19:09 +0000 | <[exa]> | shad0w_: it actually does not return, in the same sense as `undefined` does "not return" a type `a` |
| 2021-03-25 11:19:11 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 11:19:41 +0000 | <shad0w_> | but the functional dependency ? |
| 2021-03-25 11:19:54 +0000 | <shad0w_> | [exa]: we can return monads right ? |
| 2021-03-25 11:20:03 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 11:20:11 +0000 | <[exa]> | not sure if I understand now |
| 2021-03-25 11:20:29 +0000 | <shad0w_> | like we return IO () and Maybe a all the time ? |
| 2021-03-25 11:20:36 +0000 | <[exa]> | the functional dependency says that "e" can be considered to be fully specified by "m" |
| 2021-03-25 11:20:47 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-b174-32cd-b29a-dcb9.res6.spectrum.com) (Ping timeout: 260 seconds) |
| 2021-03-25 11:20:48 +0000 | <shad0w_> | yes. that's what i make of it. |
| 2021-03-25 11:20:57 +0000 | <[exa]> | actually, yes. The only "error" that IO supports is the (iirc) IOError |
| 2021-03-25 11:21:09 +0000 | <[exa]> | same for say "Either Int String", the error type is fixed to Int there |
| 2021-03-25 11:21:22 +0000 | machinedgod | (~machinedg@135-23-192-217.cpe.pppoe.ca) |
| 2021-03-25 11:21:57 +0000 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 260 seconds) |
| 2021-03-25 11:22:11 +0000 | <[exa]> | also, iirc, `Maybe a` is not an instance of MonadError because it technically cannot carry the error |
| 2021-03-25 11:22:18 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-b174-32cd-b29a-dcb9.res6.spectrum.com) |
| 2021-03-25 11:22:21 +0000 | raichoo | (~raichoo@dslb-092-073-222-210.092.073.pools.vodafone-ip.de) |
| 2021-03-25 11:22:38 +0000 | <shad0w_> | so. back to my original dillemma |
| 2021-03-25 11:22:56 +0000 | <shad0w_> | how do i, uhm, interptret throwError ? |
| 2021-03-25 11:23:08 +0000 | peanut_ | (~peanut_@2a02:8388:a101:2600:bb7e:e842:eea5:aec3) |
| 2021-03-25 11:23:30 +0000 | <[exa]> | it produces `m a` that shold have the error semantics that carries the error `e`, thus the `a` there shouldn't be of any interest |
| 2021-03-25 11:23:53 +0000 | <shad0w_> | but what is `m a`? |
| 2021-03-25 11:24:00 +0000 | romesrf | (~romesrf@44.190.189.46.rev.vodafone.pt) (Quit: WeeChat 3.1) |
| 2021-03-25 11:24:28 +0000 | <[exa]> | in our previous example with `Either Int String`, `Left 42` is `m a` for `m ~ Either Int` and `a ~ String` |
| 2021-03-25 11:24:38 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 11:25:00 +0000 | <shad0w_> | i see |
| 2021-03-25 11:25:03 +0000 | <[exa]> | supposing `Left 42` would result from `throwError 42` |
| 2021-03-25 11:25:05 +0000 | <shad0w_> | that helped. |
| 2021-03-25 11:25:59 +0000 | <[exa]> | not sure if the Either instance is there actually, Either is a bit problematic for other reasons |
| 2021-03-25 11:26:04 +0000 | <[exa]> | but it serves nicely as the example |
| 2021-03-25 11:26:11 +0000 | <shad0w_> | yea |
| 2021-03-25 11:26:23 +0000 | jacks2 | (~bc8134e3@217.29.117.252) (Quit: http://www.okay.uz/ (Session timeout)) |
| 2021-03-25 11:26:25 +0000 | <shad0w_> | im just trying to grasp the mental model for this thing first |
| 2021-03-25 11:27:03 +0000 | <[exa]> | notably, with IO, you can't technically represent the "result" of the error being thrown, IOErrors may kill the program or cause interrupts etc |
| 2021-03-25 11:27:19 +0000 | <[exa]> | so the `m a` might actually not be there at all |
| 2021-03-25 11:27:35 +0000 | <shad0w_> | i've just started mentally isolated IO anything anyway |
| 2021-03-25 11:27:45 +0000 | <shad0w_> | like whatever i understand, IO would probably break it. |
| 2021-03-25 11:27:52 +0000 | Alleria | (~textual@zrcout.mskcc.org) |
| 2021-03-25 11:27:53 +0000 | <[exa]> | yeah |
| 2021-03-25 11:28:13 +0000 | <[exa]> | not sure if there's IO instance either, my knowledge of the library is not very precise |
| 2021-03-25 11:28:16 +0000 | Alleria | Guest15726 |
| 2021-03-25 11:28:21 +0000 | romesrf | (~romesrf@44.190.189.46.rev.vodafone.pt) |
| 2021-03-25 11:28:24 +0000 | <shad0w_> | that's not an issue. |
| 2021-03-25 11:28:33 +0000 | <shad0w_> | thanks for the help with this : ) |
| 2021-03-25 11:28:36 +0000 | <[exa]> | just saying before someone corrects me. :D |
| 2021-03-25 11:29:02 +0000 | <shad0w_> | are you sitting now ? |
| 2021-03-25 11:29:16 +0000 | <shad0w_> | cause then you'd have to.. stand.. corrected : P |
| 2021-03-25 11:29:22 +0000 | malumore | (~malumore@151.62.125.69) |
| 2021-03-25 11:29:22 +0000 | <shad0w_> | *ba dum tuss* |
| 2021-03-25 11:29:33 +0000 | [exa] | gratefully accepts the joke |
| 2021-03-25 11:29:41 +0000 | <[exa]> | anyway, looking at the instances |
| 2021-03-25 11:30:03 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 11:31:21 +0000 | <[exa]> | you can see there's `MonadError () Maybe` bc you can re-make the () for `catch` from nothing, and `MonadError IOException IO` which iirc has no actual tangible representation of what gets out of the `throwError` (there's IO magicks instead) |
| 2021-03-25 11:31:54 +0000 | <[exa]> | also `MonadError e (Either e)` matches the previous example, just says that the monad can carry and shortcircuit with an Int |
| 2021-03-25 11:32:10 +0000 | <[exa]> | (rewrite: short-circuit while carrying an Int) |
| 2021-03-25 11:32:40 +0000 | <shad0w_> | all of that went above my head : p |
| 2021-03-25 11:32:59 +0000 | <shad0w_> | but i can see it flying off tho. so it's not that far |
| 2021-03-25 11:33:12 +0000 | <[exa]> | look at & try the instances |
| 2021-03-25 11:33:13 +0000 | is_null_ | (~jpic@pdpc/supporter/professional/is-null) (Read error: Connection reset by peer) |
| 2021-03-25 11:33:18 +0000 | <shad0w_> | i'd do that. |
| 2021-03-25 11:33:18 +0000 | <[exa]> | that's always the way :D |
| 2021-03-25 11:33:26 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 11:34:21 +0000 | tlgl^nix | tlgl^code |
| 2021-03-25 11:34:28 +0000 | tlgl^code | has gone away to hack at some code |
| 2021-03-25 11:34:35 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
| 2021-03-25 11:34:52 +0000 | tlgl^code | tlgl^nix |
| 2021-03-25 11:35:00 +0000 | tlgl^nix | has returned from breaking programs |
| 2021-03-25 11:35:14 +0000 | <[exa]> | shad0w_: you might wanna see the distinction between MonadThrow and MonadCatch, that's much better in fact |
| 2021-03-25 11:35:33 +0000 | <[exa]> | MonadError is a bit frowned upon too, sometimes |
| 2021-03-25 11:36:45 +0000 | <[exa]> | shad0w_: there, MonadThrow can start the short-circuiting somewhere, with an error `e`, and MonadCatch can additionally bracket the shortcircuited part of the computation, retrieve the `e` and continue with the computation |
| 2021-03-25 11:37:06 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (Quit: Konversation terminated!) |
| 2021-03-25 11:37:29 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 11:38:02 +0000 | <[exa]> | and the instances make much better sense there as well, you can see that MonadThrow is there for [] and Maybe, but there's on point in MonadCatch instances for these. |
| 2021-03-25 11:38:05 +0000 | borne | (~fritjof@2001:638:708:30da:d8ae:9747:a2cd:6345) (Ping timeout: 268 seconds) |
| 2021-03-25 11:38:15 +0000 | <shad0w_> | so i read the doc on MonadThrow and that made much more sense now |
| 2021-03-25 11:38:36 +0000 | <shad0w_> | the monad m is now in the class of types that can now throw errors with throwM |
| 2021-03-25 11:38:55 +0000 | <shad0w_> | that that is thrown, when the monad m is run. |
| 2021-03-25 11:39:00 +0000 | <shad0w_> | does that make sense ? |
| 2021-03-25 11:39:00 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 11:39:18 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 11:39:25 +0000 | <[exa]> | yeah |
| 2021-03-25 11:39:50 +0000 | <shad0w_> | and how does monad m know what errors can it throw ? |
| 2021-03-25 11:39:53 +0000 | <[exa]> | notice that there's no MPTCs anymore, the `e` is computed from `m` directly using type families |
| 2021-03-25 11:39:56 +0000 | <shad0w_> | is there another typeclass for that ? |
| 2021-03-25 11:40:01 +0000 | <[exa]> | that was previously encoded in the functional dependency |
| 2021-03-25 11:40:35 +0000 | <shad0w_> | ah i see. no more MPTCs |
| 2021-03-25 11:40:40 +0000 | <[exa]> | (there's some code that says, very roughly, `type instance ExceptionOf (Either Int) = Int`) |
| 2021-03-25 11:40:45 +0000 | smerdyakov | (~dan@5.146.195.159) (Ping timeout: 264 seconds) |
| 2021-03-25 11:41:15 +0000 | ddellacosta | (~ddellacos@86.106.143.10) |
| 2021-03-25 11:41:29 +0000 | <shad0w_> | do MPTc's and typefamilies kind of sort of achieve the same things ? |
| 2021-03-25 11:41:58 +0000 | <[exa]> | ah ok taking that back, seems like there's not even the type family |
| 2021-03-25 11:42:04 +0000 | bahamas | (~lucian@unaffiliated/bahamas) |
| 2021-03-25 11:42:06 +0000 | joncol | (~jco@c188-150-101-195.bredband.comhem.se) |
| 2021-03-25 11:42:28 +0000 | <[exa]> | ah yeah, they can be used to very similar goals, both are basically functions on types, only MPTCs are a bit more prolog-ish |
| 2021-03-25 11:42:47 +0000 | <joncol> | Does Cabal build optimized binaries by default? Or do I have explicitly configure something to get a "release" build? |
| 2021-03-25 11:42:48 +0000 | <shad0w_> | i read the mark p jones paper on them the other day |
| 2021-03-25 11:42:57 +0000 | <[exa]> | no need |
| 2021-03-25 11:42:59 +0000 | <shad0w_> | still confused x.x |
| 2021-03-25 11:43:01 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 268 seconds) |
| 2021-03-25 11:43:03 +0000 | <[exa]> | read "Typing the technical interview" |
| 2021-03-25 11:43:09 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 264 seconds) |
| 2021-03-25 11:43:11 +0000 | smerdyakov | (~dan@5.146.195.159) |
| 2021-03-25 11:43:15 +0000 | <[exa]> | that's the best MPTC programming tutorial ever |
| 2021-03-25 11:43:45 +0000 | <shad0w_> | https://aphyr.com/posts/342-typing-the-technical-interview |
| 2021-03-25 11:43:46 +0000 | <shad0w_> | this ? |
| 2021-03-25 11:43:48 +0000 | <[exa]> | yes |
| 2021-03-25 11:43:52 +0000 | <dcoutts_> | joncol: yes, -O1 is the default, you can change it with -O0 or -O2. |
| 2021-03-25 11:43:54 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 11:44:23 +0000 | <shad0w_> | alright. alexa. add it to the priority read list. |
| 2021-03-25 11:44:29 +0000 | <joncol> | dcoutts_: Thanks. |
| 2021-03-25 11:44:41 +0000 | <shad0w_> | *beep beep* no Read instance found on list |
| 2021-03-25 11:45:15 +0000 | <[exa]> | shad0w_: it's a 3 minute read, I guess it's probably better not to delay it. |
| 2021-03-25 11:45:38 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:f4c9:a54a:b343:45e2) (Ping timeout: 264 seconds) |
| 2021-03-25 11:45:43 +0000 | <shad0w_> | fine. |
| 2021-03-25 11:45:43 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 11:45:49 +0000 | <shad0w_> | alexa, make my tea. |
| 2021-03-25 11:45:53 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 11:46:05 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) |
| 2021-03-25 11:46:08 +0000 | ddellacosta | (~ddellacos@86.106.143.10) (Ping timeout: 256 seconds) |
| 2021-03-25 11:46:13 +0000 | [exa] | offers a broken unicode tea emoji |
| 2021-03-25 11:46:47 +0000 | <peanut_> | 🍵 |
| 2021-03-25 11:47:08 +0000 | <shad0w_> | okay alexa, stop. a bunch of good people made me some. |
| 2021-03-25 11:47:45 +0000 | <shad0w_> | maybe i'll try the new tea brand next time |
| 2021-03-25 11:47:48 +0000 | <shad0w_> | its called |
| 2021-03-25 11:47:52 +0000 | <shad0w_> | monadT |
| 2021-03-25 11:47:57 +0000 | <shad0w_> | *ba dum tuss* |
| 2021-03-25 11:48:02 +0000 | <peanut_> | incredible |
| 2021-03-25 11:48:26 +0000 | <peanut_> | i personally prefer StateT |
| 2021-03-25 11:48:38 +0000 | joncol | (~jco@c188-150-101-195.bredband.comhem.se) (Quit: leaving) |
| 2021-03-25 11:48:53 +0000 | <shad0w_> | peanut_: you should try some ExceptT |
| 2021-03-25 11:48:56 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 11:49:02 +0000 | <shad0w_> | i hear its... exceoptional |
| 2021-03-25 11:49:08 +0000 | <shad0w_> | exceptional* |
| 2021-03-25 11:49:15 +0000 | <shad0w_> | *ba dum tuss* |
| 2021-03-25 11:49:16 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 11:49:22 +0000 | <shad0w_> | i funged it, didn't i? |
| 2021-03-25 11:49:27 +0000 | <peanut_> | I'm sure they all blend together nicely |
| 2021-03-25 11:49:32 +0000 | <shad0w_> | *sad ba dum tuss* |
| 2021-03-25 11:51:23 +0000 | yoctocell | (~user@h87-96-130-155.cust.a3fiber.se) (Remote host closed the connection) |
| 2021-03-25 11:51:24 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 11:51:24 +0000 | jiribenes | (~jiribenes@rosa.jiribenes.com) |
| 2021-03-25 11:51:58 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 11:52:35 +0000 | <kritzefitz> | Kinda. They don't really mix. They just stack on each other, like oil on water. |
| 2021-03-25 11:54:01 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 256 seconds) |
| 2021-03-25 11:54:39 +0000 | <shad0w_> | [exa]: why is this article so briliantly written ? |
| 2021-03-25 11:55:22 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 11:58:09 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (Ping timeout: 264 seconds) |
| 2021-03-25 11:58:36 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 256 seconds) |
| 2021-03-25 12:00:21 +0000 | bulters | (sid408399@gateway/web/irccloud.com/x-filoqmfdmlybvcpx) (Quit: Connection closed for inactivity) |
| 2021-03-25 12:00:54 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 268 seconds) |
| 2021-03-25 12:00:54 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 12:01:04 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 12:01:28 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 12:01:30 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 12:01:40 +0000 | alx741 | (~alx741@186.178.108.68) |
| 2021-03-25 12:02:52 +0000 | urodna | (~urodna@unaffiliated/urodna) |
| 2021-03-25 12:03:38 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 12:03:50 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-ktfzuquwglytuabt) |
| 2021-03-25 12:03:52 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 12:04:08 +0000 | ChanServ | +o shapr |
| 2021-03-25 12:04:33 +0000 | shapr | -o shapr |
| 2021-03-25 12:05:32 +0000 | shad0w_ | (31249fed@49.36.159.237) (Quit: Connection closed) |
| 2021-03-25 12:06:38 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 12:07:01 +0000 | geekosaur | (82650c7a@130.101.12.122) |
| 2021-03-25 12:08:53 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
| 2021-03-25 12:08:53 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 12:09:09 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 12:09:35 +0000 | kiltzman | (~k1ltzman@195.189.99.96) (Ping timeout: 240 seconds) |
| 2021-03-25 12:10:11 +0000 | frozenErebus | (~frozenEre@94.128.81.87) |
| 2021-03-25 12:10:57 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 12:12:07 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds) |
| 2021-03-25 12:12:46 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 12:12:47 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 12:13:15 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 12:15:10 +0000 | fuzzypixelz | (2ec10464@eth-west-pareq2-46-193-4-100.wb.wifirst.net) |
| 2021-03-25 12:15:23 +0000 | fuzzypixelz | (2ec10464@eth-west-pareq2-46-193-4-100.wb.wifirst.net) (Client Quit) |
| 2021-03-25 12:15:23 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 12:15:50 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 12:16:20 +0000 | kiltzman | (~k1ltzman@195.189.99.96) |
| 2021-03-25 12:16:45 +0000 | bahamas | (~lucian@unaffiliated/bahamas) (Ping timeout: 264 seconds) |
| 2021-03-25 12:17:58 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 245 seconds) |
| 2021-03-25 12:18:25 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 12:18:53 +0000 | ph88 | (~ph88@2a02:8109:9e00:7e5c:8e5:4383:183d:afed) (Ping timeout: 272 seconds) |
| 2021-03-25 12:19:06 +0000 | ddellacosta | (~ddellacos@86.106.143.128) |
| 2021-03-25 12:20:53 +0000 | tlgl^nix | has gone away to hack at some code |
| 2021-03-25 12:22:37 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 12:23:57 +0000 | ddellacosta | (~ddellacos@86.106.143.128) (Ping timeout: 264 seconds) |
| 2021-03-25 12:25:34 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 12:27:02 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 12:29:52 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 265 seconds) |
| 2021-03-25 12:35:43 +0000 | shellin | (bab725d7@186.183.37.215) |
| 2021-03-25 12:36:04 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
| 2021-03-25 12:36:27 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
| 2021-03-25 12:40:20 +0000 | olligobber | (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Remote host closed the connection) |
| 2021-03-25 12:40:27 +0000 | borne | (~fritjof@200116b86490f900bc09546e2ac68572.dip.versatel-1u1.de) |
| 2021-03-25 12:40:43 +0000 | shellin | (bab725d7@186.183.37.215) () |
| 2021-03-25 12:43:23 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 12:46:15 +0000 | LKoen | (~LKoen@194.250.88.92.rev.sfr.net) (Remote host closed the connection) |
| 2021-03-25 12:46:57 +0000 | berberman_ | (~berberman@unaffiliated/berberman) |
| 2021-03-25 12:48:02 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 12:48:39 +0000 | berberman | (~berberman@unaffiliated/berberman) (Ping timeout: 272 seconds) |
| 2021-03-25 12:49:38 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) (Ping timeout: 245 seconds) |
| 2021-03-25 12:49:53 +0000 | polxy | (opticnerve@gateway/vpn/airvpn/opticnerve) (Quit: bye) |
| 2021-03-25 12:50:23 +0000 | ddellacosta | (~ddellacos@86.106.143.219) |
| 2021-03-25 12:50:53 +0000 | toorevitimirp | (~tooreviti@117.182.181.200) (Ping timeout: 245 seconds) |
| 2021-03-25 12:54:57 +0000 | ukari | (~ukari@unaffiliated/ukari) (Remote host closed the connection) |
| 2021-03-25 12:55:10 +0000 | ddellacosta | (~ddellacos@86.106.143.219) (Ping timeout: 268 seconds) |
| 2021-03-25 12:55:44 +0000 | apeyroux | (~alex@78.20.138.88.rev.sfr.net) |
| 2021-03-25 12:57:36 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) |
| 2021-03-25 13:04:10 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 13:05:12 +0000 | toorevitimirp | (~tooreviti@117.182.181.200) |
| 2021-03-25 13:08:42 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 260 seconds) |
| 2021-03-25 13:10:50 +0000 | hiroaki | (~hiroaki@2a02:8108:8c40:2bb8:3b52:62c0:efa9:bd31) (Ping timeout: 264 seconds) |
| 2021-03-25 13:11:11 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 13:11:35 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 13:12:57 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 13:13:11 +0000 | Tario | (~Tario@201.192.165.173) |
| 2021-03-25 13:13:46 +0000 | son0p | (~son0p@181.58.39.182) (Remote host closed the connection) |
| 2021-03-25 13:15:58 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) |
| 2021-03-25 13:19:41 +0000 | flx_ | (flux@2001:708:310:3430:4506:8c48:1ba0:18ff) |
| 2021-03-25 13:19:54 +0000 | flx_ | mflux |
| 2021-03-25 13:21:52 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 13:24:26 +0000 | idhugo_ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-25 13:24:29 +0000 | Deide | (~Deide@217.155.19.23) |
| 2021-03-25 13:24:57 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 13:26:57 +0000 | idhugo | (~idhugo@80-62-117-136-mobile.dk.customer.tdc.net) (Ping timeout: 264 seconds) |
| 2021-03-25 13:28:16 +0000 | titusg | (~user@158.229.6.51.dyn.plus.net) |
| 2021-03-25 13:29:26 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 13:30:27 +0000 | Dragavnir | (~Dragavnir@217.146.82.202) (Remote host closed the connection) |
| 2021-03-25 13:30:41 +0000 | <titusg> | I'm using Lens.Simple for the first time, and have a record in a types module, then import it elsewhere, then use the getter with ^., but the getter isn't in scope. Something to do with TH and the order things are compiled? |
| 2021-03-25 13:30:55 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-03-25 13:31:18 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 13:32:17 +0000 | graf_blutwurst | (~user@2001:171b:226e:adc0:8def:33e:39f5:7058) (Remote host closed the connection) |
| 2021-03-25 13:34:00 +0000 | graf_blutwurst | (~user@2001:171b:226e:adc0:8def:33e:39f5:7058) |
| 2021-03-25 13:34:10 +0000 | Mrbuck | (~Mrbuck@gateway/tor-sasl/mrbuck) (Ping timeout: 268 seconds) |
| 2021-03-25 13:34:42 +0000 | <titusg> | i've got TH extension on in both files and cabal config |
| 2021-03-25 13:36:06 +0000 | carlomagno | (~cararell@148.87.23.12) |
| 2021-03-25 13:36:07 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 260 seconds) |
| 2021-03-25 13:42:22 +0000 | geekosaur | (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-03-25 13:42:30 +0000 | LKoen | (~LKoen@194.250.88.92.rev.sfr.net) |
| 2021-03-25 13:43:40 +0000 | <lyxia> | how are you importing it |
| 2021-03-25 13:44:39 +0000 | lunaphyte_ | (~lunaphyte@37.120.211.188) |
| 2021-03-25 13:45:41 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 13:45:44 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 13:46:19 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Remote host closed the connection) |
| 2021-03-25 13:46:21 +0000 | <titusg> | lyxia: import Types (MyRecord(..)) |
| 2021-03-25 13:47:15 +0000 | shellin | (bab725d7@186.183.37.215) |
| 2021-03-25 13:47:16 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 13:47:25 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 13:48:00 +0000 | graf_blutwurst | (~user@2001:171b:226e:adc0:8def:33e:39f5:7058) (Remote host closed the connection) |
| 2021-03-25 13:49:54 +0000 | <titusg> | The error says "Perhaps you meant _prop imported from Types" where _prop is the field and prop is the getter I'm trying to use |
| 2021-03-25 13:49:56 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-03-25 13:50:13 +0000 | <lyxia> | getters are standalone functions, so they don't get imported with MyRecord(..) |
| 2021-03-25 13:50:16 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 13:50:26 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 13:50:35 +0000 | <titusg> | ooh really! thanks |
| 2021-03-25 13:50:36 +0000 | <lyxia> | import Types (MyRecord(..), prop) |
| 2021-03-25 13:51:09 +0000 | borne | (~fritjof@200116b86490f900bc09546e2ac68572.dip.versatel-1u1.de) (Quit: WeeChat 3.1) |
| 2021-03-25 13:52:18 +0000 | <titusg> | yeah that works, seems obvious now..ty :) |
| 2021-03-25 13:52:18 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 13:52:24 +0000 | <lyxia> | yw |
| 2021-03-25 13:52:31 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 13:52:51 +0000 | bahamas | (~lucian@unaffiliated/bahamas) |
| 2021-03-25 13:53:40 +0000 | knupfer | (~Thunderbi@200116b82409120025e07d54fd526c58.dip.versatel-1u1.de) (Remote host closed the connection) |
| 2021-03-25 13:53:48 +0000 | knupfer | (~Thunderbi@200116b824091200e12e1888350b98d1.dip.versatel-1u1.de) |
| 2021-03-25 13:53:48 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 13:54:06 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 13:54:12 +0000 | borne | (~fritjof@200116b86490f90082e68925938a8928.dip.versatel-1u1.de) |
| 2021-03-25 13:55:25 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 265 seconds) |
| 2021-03-25 13:55:25 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 13:55:42 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 14:02:06 +0000 | benkolera | (uid285671@gateway/web/irccloud.com/x-crocbefkutgfsdyl) (Quit: Connection closed for inactivity) |
| 2021-03-25 14:04:06 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine) |
| 2021-03-25 14:04:29 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-25 14:04:55 +0000 | shellin | (bab725d7@186.183.37.215) () |
| 2021-03-25 14:06:29 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 14:06:29 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) |
| 2021-03-25 14:07:19 +0000 | Sornaensis | (~Sornaensi@077213203030.dynamic.telenor.dk) |
| 2021-03-25 14:07:20 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 14:07:47 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 14:09:55 +0000 | remedan_ | (~remedan@balak.me) |
| 2021-03-25 14:10:53 +0000 | Sorny | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) (Ping timeout: 245 seconds) |
| 2021-03-25 14:11:07 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 260 seconds) |
| 2021-03-25 14:11:08 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 14:11:23 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 14:12:24 +0000 | jacks2 | (~bc8134e3@217.29.117.252) |
| 2021-03-25 14:13:19 +0000 | cr3 | (~cr3@192-222-143-195.qc.cable.ebox.net) |
| 2021-03-25 14:13:49 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) |
| 2021-03-25 14:13:58 +0000 | raichoo | (~raichoo@dslb-092-073-222-210.092.073.pools.vodafone-ip.de) (Quit: Lost terminal) |
| 2021-03-25 14:15:10 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 256 seconds) |
| 2021-03-25 14:15:41 +0000 | justsomeguy | (~justsomeg@unaffiliated/--/x-3805311) (Quit: WeeChat 3.0.1) |
| 2021-03-25 14:17:38 +0000 | juliendehos[m] | (juliendeho@gateway/shell/matrix.org/x-gtjwdqdtuedkukyh) |
| 2021-03-25 14:18:34 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) (Ping timeout: 256 seconds) |
| 2021-03-25 14:19:09 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 264 seconds) |
| 2021-03-25 14:21:13 +0000 | carlomagno | (~cararell@148.87.23.12) (Remote host closed the connection) |
| 2021-03-25 14:21:23 +0000 | carlomagno | (~cararell@148.87.23.12) |
| 2021-03-25 14:23:07 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 14:23:59 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 14:25:40 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 14:25:56 +0000 | notzmv | (~zmv@unaffiliated/zmv) (Ping timeout: 256 seconds) |
| 2021-03-25 14:26:50 +0000 | graf_blutwurst | (~user@2001:171b:226e:adc0:8def:33e:39f5:7058) |
| 2021-03-25 14:27:16 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 14:29:17 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 256 seconds) |
| 2021-03-25 14:30:02 +0000 | Sgeo | (~Sgeo@ool-18b98aa4.dyn.optonline.net) |
| 2021-03-25 14:30:13 +0000 | azure1 | (~azure@103.154.230.130) (Ping timeout: 265 seconds) |
| 2021-03-25 14:31:50 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 14:32:12 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 14:34:28 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
| 2021-03-25 14:36:08 +0000 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) |
| 2021-03-25 14:36:17 +0000 | romesrf | (~romesrf@44.190.189.46.rev.vodafone.pt) (Quit: WeeChat 3.1) |
| 2021-03-25 14:38:26 +0000 | smerdyakov | (~dan@5.146.195.159) ("Leaving") |
| 2021-03-25 14:38:40 +0000 | raym | (~ray@115.187.32.14) (Quit: leaving) |
| 2021-03-25 14:38:42 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 14:39:05 +0000 | aqd | (~aqd@84.20.147.33) (Quit: Textual IRC Client: www.textualapp.com) |
| 2021-03-25 14:40:15 +0000 | toorevitimirp | (~tooreviti@117.182.181.200) (Remote host closed the connection) |
| 2021-03-25 14:42:19 +0000 | jlamothe | (~jlamothe@198.251.55.207) (Quit: leaving) |
| 2021-03-25 14:43:45 +0000 | bahamas | (~lucian@unaffiliated/bahamas) (Ping timeout: 265 seconds) |
| 2021-03-25 14:43:47 +0000 | ph88 | (~ph88@ip5f5af71a.dynamic.kabel-deutschland.de) |
| 2021-03-25 14:47:11 +0000 | Sorna | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) |
| 2021-03-25 14:48:02 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 14:48:02 +0000 | shellin | (bab725d7@186.183.37.215) |
| 2021-03-25 14:48:19 +0000 | Sorny | (~Sornaensi@79.142.232.102) |
| 2021-03-25 14:49:21 +0000 | forgottenone | (~forgotten@176.42.23.95) |
| 2021-03-25 14:49:26 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) (Quit: -a- Connection Timed Out) |
| 2021-03-25 14:49:37 +0000 | Sornaensis | (~Sornaensi@077213203030.dynamic.telenor.dk) (Ping timeout: 260 seconds) |
| 2021-03-25 14:49:40 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) |
| 2021-03-25 14:49:58 +0000 | Sornaens1 | (~Sornaensi@79.142.232.102) |
| 2021-03-25 14:50:21 +0000 | azure1 | (~azure@103.154.230.130) (Ping timeout: 264 seconds) |
| 2021-03-25 14:50:29 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) (Ping timeout: 268 seconds) |
| 2021-03-25 14:51:23 +0000 | conal | (~conal@64.71.133.70) (Ping timeout: 256 seconds) |
| 2021-03-25 14:52:09 +0000 | Sorna | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) (Ping timeout: 264 seconds) |
| 2021-03-25 14:52:50 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 14:53:05 +0000 | Sorny | (~Sornaensi@79.142.232.102) (Ping timeout: 256 seconds) |
| 2021-03-25 14:56:02 +0000 | frozenErebus | (~frozenEre@94.128.81.87) (Ping timeout: 268 seconds) |
| 2021-03-25 14:56:15 +0000 | conal | (~conal@192.145.118.103) |
| 2021-03-25 15:03:58 +0000 | jlamothe | (~jlamothe@198.251.55.207) |
| 2021-03-25 15:04:13 +0000 | vgtw_ | (~vgtw@gateway/tor-sasl/vgtw) |
| 2021-03-25 15:04:14 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 15:04:29 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 15:04:47 +0000 | shellin | (bab725d7@186.183.37.215) () |
| 2021-03-25 15:05:26 +0000 | vgtw | (~vgtw@gateway/tor-sasl/vgtw) (Ping timeout: 268 seconds) |
| 2021-03-25 15:05:27 +0000 | vgtw_ | vgtw |
| 2021-03-25 15:06:18 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 15:07:03 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:07:03 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:08:03 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 15:08:03 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 15:08:25 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) |
| 2021-03-25 15:08:34 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 15:08:46 +0000 | LKoen | (~LKoen@194.250.88.92.rev.sfr.net) (Remote host closed the connection) |
| 2021-03-25 15:09:12 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 15:10:22 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 268 seconds) |
| 2021-03-25 15:11:01 +0000 | Sornaensis | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) |
| 2021-03-25 15:13:23 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:13:55 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:13:55 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 268 seconds) |
| 2021-03-25 15:14:13 +0000 | usr25 | (~usr25@unaffiliated/usr25) (Read error: Connection reset by peer) |
| 2021-03-25 15:14:20 +0000 | Lycurgus | (~niemand@98.4.119.196) |
| 2021-03-25 15:14:32 +0000 | Sornaens1 | (~Sornaensi@79.142.232.102) (Ping timeout: 268 seconds) |
| 2021-03-25 15:18:50 +0000 | gehmehgeh | (~ircuser1@gateway/tor-sasl/gehmehgeh) (Quit: Leaving) |
| 2021-03-25 15:19:28 +0000 | jespada | (~jespada@90.254.243.187) (Ping timeout: 268 seconds) |
| 2021-03-25 15:19:45 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:19:46 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:21:54 +0000 | jespada | (~jespada@90.254.243.187) |
| 2021-03-25 15:23:39 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 15:24:16 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 15:25:20 +0000 | maroloccio | (~marolocci@pousada3ja.mma.com.br) |
| 2021-03-25 15:26:10 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:26:10 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:26:56 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) |
| 2021-03-25 15:28:26 +0000 | frozenErebus | (~frozenEre@94.128.81.87) |
| 2021-03-25 15:28:26 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 15:28:41 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 15:28:50 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 256 seconds) |
| 2021-03-25 15:28:53 +0000 | LKoen | (~LKoen@194.250.88.92.rev.sfr.net) |
| 2021-03-25 15:29:25 +0000 | todda7 | (~torstein@2a02:587:1b17:de00:b1fa:5a99:4acf:bd72) |
| 2021-03-25 15:29:59 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 15:30:19 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-03-25 15:30:45 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 15:31:03 +0000 | Sorna | (~Sornaensi@077213203030.dynamic.telenor.dk) |
| 2021-03-25 15:32:21 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
| 2021-03-25 15:34:30 +0000 | Sornaensis | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) (Ping timeout: 256 seconds) |
| 2021-03-25 15:35:36 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:35:37 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:36:07 +0000 | knupfer | (~Thunderbi@200116b824091200e12e1888350b98d1.dip.versatel-1u1.de) (Ping timeout: 268 seconds) |
| 2021-03-25 15:38:37 +0000 | kritzefitz | (~kritzefit@2003:5b:203b:200::10:49) (Ping timeout: 260 seconds) |
| 2021-03-25 15:39:12 +0000 | ukari | (~ukari@unaffiliated/ukari) |
| 2021-03-25 15:39:49 +0000 | idhugo_ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 265 seconds) |
| 2021-03-25 15:40:31 +0000 | coot | (~coot@37.30.55.131.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
| 2021-03-25 15:41:22 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) (Ping timeout: 240 seconds) |
| 2021-03-25 15:41:57 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:41:59 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:43:25 +0000 | carlomagno | (~cararell@148.87.23.12) (Remote host closed the connection) |
| 2021-03-25 15:43:36 +0000 | carlomagno | (~cararell@148.87.23.12) |
| 2021-03-25 15:45:49 +0000 | carlomagno | (~cararell@148.87.23.12) (Remote host closed the connection) |
| 2021-03-25 15:45:53 +0000 | Kaiepi | (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-25 15:46:04 +0000 | carlomagno | (~cararell@148.87.23.12) |
| 2021-03-25 15:46:10 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 15:47:35 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 15:48:22 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:48:22 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 15:48:22 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:48:47 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 15:53:36 +0000 | geekosaur | (82650c7a@130.101.12.122) |
| 2021-03-25 15:54:19 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Remote host closed the connection) |
| 2021-03-25 15:55:23 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) (Ping timeout: 268 seconds) |
| 2021-03-25 15:55:38 +0000 | Lycurgus | (~niemand@98.4.119.196) (Quit: Exeunt) |
| 2021-03-25 15:55:45 +0000 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) |
| 2021-03-25 15:56:10 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 15:56:10 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 15:58:11 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) |
| 2021-03-25 16:00:25 +0000 | jakalx | (~jakalx@base.jakalx.net) ("Error from remote client") |
| 2021-03-25 16:01:11 +0000 | todda7 | (~torstein@2a02:587:1b17:de00:b1fa:5a99:4acf:bd72) (Ping timeout: 272 seconds) |
| 2021-03-25 16:02:32 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:03:05 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:03:10 +0000 | pavonia | (~user@unaffiliated/siracusa) |
| 2021-03-25 16:03:44 +0000 | bahamas | (~lucian@86.121.47.8) |
| 2021-03-25 16:03:44 +0000 | bahamas | (~lucian@86.121.47.8) (Changing host) |
| 2021-03-25 16:03:44 +0000 | bahamas | (~lucian@unaffiliated/bahamas) |
| 2021-03-25 16:04:14 +0000 | ep1ctetus | (~epictetus@ip72-194-215-136.sb.sd.cox.net) |
| 2021-03-25 16:04:33 +0000 | dumptruckman | (dumptruckm@2600:3c02::f03c:91ff:fe6e:2cfd) (Quit: ZNC - http://znc.in) |
| 2021-03-25 16:05:49 +0000 | dumptruckman | (dumptruckm@2600:3c02::f03c:91ff:fe6e:2cfd) |
| 2021-03-25 16:06:30 +0000 | fendor_ | (~fendor@178.115.129.125.wireless.dyn.drei.com) |
| 2021-03-25 16:06:37 +0000 | openheimer | (~death__@unaffiliated/death/x-3645061) |
| 2021-03-25 16:07:12 +0000 | acowley_ | acowley |
| 2021-03-25 16:08:52 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Remote host closed the connection) |
| 2021-03-25 16:08:57 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:09:04 +0000 | fendor | (~fendor@91.141.1.9.wireless.dyn.drei.com) (Ping timeout: 256 seconds) |
| 2021-03-25 16:09:05 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:12:06 +0000 | frozenErebus | (~frozenEre@94.128.81.87) (Quit: leaving) |
| 2021-03-25 16:14:00 +0000 | ajc | (~ajc@69.231.232.79) (Remote host closed the connection) |
| 2021-03-25 16:15:19 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:15:51 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:17:12 +0000 | openheimer | (~death__@unaffiliated/death/x-3645061) (Quit: openheimer) |
| 2021-03-25 16:17:45 +0000 | conal | (~conal@192.145.118.103) (Quit: Computer has gone to sleep.) |
| 2021-03-25 16:18:55 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2021-03-25 16:19:54 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 16:20:14 +0000 | conal | (~conal@192.145.118.249) |
| 2021-03-25 16:21:12 +0000 | acarrico | (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) |
| 2021-03-25 16:21:40 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:22:12 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:22:12 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 16:22:21 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 16:22:30 +0000 | _ht | (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
| 2021-03-25 16:22:48 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 16:22:49 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 16:22:58 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 16:23:11 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 256 seconds) |
| 2021-03-25 16:23:26 +0000 | notzmv | (~zmv@unaffiliated/zmv) |
| 2021-03-25 16:24:56 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 16:25:27 +0000 | _ht | (~quassel@82-169-194-8.biz.kpn.net) |
| 2021-03-25 16:25:34 +0000 | <hololeap> | https://hackage.haskell.org/package/ghcide: ghc-patched-unboxed-bytecode: The GHC version we link against supports unboxed sums and tuples in bytecode |
| 2021-03-25 16:25:48 +0000 | <hololeap> | which version of GHC begins supporting this? |
| 2021-03-25 16:25:50 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 16:27:44 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 16:27:45 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 16:28:02 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:28:04 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 16:28:22 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 16:28:22 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:28:40 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Remote host closed the connection) |
| 2021-03-25 16:28:54 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2021-03-25 16:28:54 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 16:29:10 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 16:29:19 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 16:29:51 +0000 | cfricke | (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1) |
| 2021-03-25 16:34:02 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Ping timeout: 260 seconds) |
| 2021-03-25 16:34:24 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:34:44 +0000 | <peanut_> | https://gitlab.haskell.org/ghc/ghc/-/commit/714bebff44076061d0a719c4eda2cfd213b7ac3d |
| 2021-03-25 16:34:45 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:34:48 +0000 | <peanut_> | maybe. |
| 2021-03-25 16:39:01 +0000 | borne | (~fritjof@200116b86490f90082e68925938a8928.dip.versatel-1u1.de) (Ping timeout: 268 seconds) |
| 2021-03-25 16:40:03 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 245 seconds) |
| 2021-03-25 16:40:44 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:41:18 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:42:20 +0000 | zaquest | (~notzaques@5.128.210.178) (Quit: Leaving) |
| 2021-03-25 16:42:20 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 16:42:45 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 16:44:01 +0000 | zaquest | (~notzaques@5.128.210.178) |
| 2021-03-25 16:44:05 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-eamzisxtgoqsfscn) |
| 2021-03-25 16:47:04 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:47:37 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:49:36 +0000 | ixian | (~mgold@2002:4a74:ba78:1701:0:ff:fe78:6269) (Quit: leaving) |
| 2021-03-25 16:51:06 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2021-03-25 16:52:14 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) |
| 2021-03-25 16:52:37 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 16:53:26 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 16:53:58 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 16:54:31 +0000 | bahamas | (~lucian@unaffiliated/bahamas) (Quit: leaving) |
| 2021-03-25 16:55:40 +0000 | ixian | (~mgold@terra.bitplane.org) |
| 2021-03-25 16:55:41 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 16:55:50 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 16:58:17 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 268 seconds) |
| 2021-03-25 16:59:49 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:00:06 +0000 | <Athas> | Can some help explain why this Hackage build fails? https://hackage.haskell.org/package/futhark-0.19.2/reports/1 |
| 2021-03-25 17:00:07 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:00:32 +0000 | <Athas> | It looks like it is failing to resolve some C functions defined in C code that is part of the pcg-random package. |
| 2021-03-25 17:00:34 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 17:00:42 +0000 | <Athas> | That is, it does not depend on any system-level C libraries. |
| 2021-03-25 17:00:50 +0000 | <Athas> | Everything works fine everywhere else. |
| 2021-03-25 17:06:09 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:06:20 +0000 | nfd | (~nfd9001@2601:602:77f:1820:144a:da71:587f:e0c7) |
| 2021-03-25 17:06:20 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:09:16 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 17:09:16 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:09:26 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:10:36 +0000 | Techcable | (~Techcable@168.235.93.147) (Quit: ZNC - https://znc.in) |
| 2021-03-25 17:11:06 +0000 | solidus-river | (~mike@174.127.249.180) |
| 2021-03-25 17:11:49 +0000 | Techcable | (~Techcable@168.235.93.147) |
| 2021-03-25 17:12:37 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:12:37 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:16:38 +0000 | peanut_ | (~peanut_@2a02:8388:a101:2600:bb7e:e842:eea5:aec3) (Quit: Leaving) |
| 2021-03-25 17:17:47 +0000 | p4trix | (~p4trix@19.red-83-49-45.dynamicip.rima-tde.net) (Quit: Leaving) |
| 2021-03-25 17:18:30 +0000 | <__minoru__shirae> | what does "please don't reconnect until you are disconnected" mean? |
| 2021-03-25 17:18:50 +0000 | Sigyn | (sigyn@freenode/utility-bot/sigyn) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | plumenator[m] | (plumenator@gateway/shell/matrix.org/x-qptmeamoejhofhvo) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | arcontethegreat[ | (arcontethe@gateway/shell/matrix.org/x-yotrsdwouhpxhcjs) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | ThaEwat | (thaewraptm@gateway/shell/matrix.org/x-qmjjocnwqifzpqxk) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | PotatoHatsue | (berbermanp@gateway/shell/matrix.org/x-brvkhptllqowaasd) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | CrabMan | (phi-matrix@gateway/shell/matrix.org/x-pxdupdbzhbhntgjm) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | shieru[m] | (shierualet@gateway/shell/matrix.org/x-dyldivlegqzehsie) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | berberman[T] | (berberma4@gateway/shell/matrix.org/x-uqzlhosordkmbbav) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | Lurkki[m] | (lurkkifene@gateway/shell/matrix.org/x-xwixopphgbkutypm) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | lnxw37d4 | (lnxw37d4ma@gateway/shell/matrix.org/x-tlnhxzpeznkzrtuq) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-bawqklmrfwxnxfvn) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | heyj | (sid171370@gateway/web/irccloud.com/x-magrapjkmhanqhpk) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | dequbed_ | (~dequbed@2001:bc8:3f24:100::1) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | Xnuk | (~xnuk@vultr.xnu.kr) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | davetapley | (sid666@gateway/web/irccloud.com/x-imhgihyygpryouhc) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | statusfailed | (~statusfai@statusfailed.com) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | Klumben | (Nsaiswatch@gateway/shell/panicbnc/x-ajlfhlioatjzzbsr) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | TheScoop | (~TheScoop@unaffiliated/tryte) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | sud0 | (~Death@hackspaceuy/member/sud0) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | reda | (~reda@unaffiliated/reda) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | jackhill | (~jackhill@marsh.hcoop.net) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | samebchase | (~samebchas@51.15.68.182) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | w1gz | (~do@159.89.11.133) (*.net *.split) |
| 2021-03-25 17:18:51 +0000 | bob_twinkles | (~quassel@ec2-52-37-66-13.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | frobnicator | (~frobnicat@185-227-75-147.dsl.cambrium.nl) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | carldd | (~carldd@90-224-49-113-no56.tbcn.telia.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | zar | (~zar@fw1.ciirc.cvut.cz) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | sssb54 | (~ssssb56@vps-b2931db6.vps.ovh.ca) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | liyang | (~liyang@90.253.54.54) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | Ishutin | (~ishutin@84-236-21-59.pool.digikabel.hu) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | jrqc | (~rofl@96.78.87.197) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | xts | (~ts@46.101.20.9) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | sajith | (~sajith@fsf/member/nonzen) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | tessier | (~treed@kernel-panic/copilotco) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | canta | (~canta@cvm0.d5k.one) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | so | (~so@unaffiliated/so) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | lemald | (~eddie@capybara.lemald.org) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | eldritch | (~eldritch@unaffiliated/eldritch) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | tomjaguarpaw | (~tom@li367-225.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | mantovani | (~mantovani@104.131.207.121) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | drakonis | (~drakonis@unaffiliated/drakonis) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | nitrix | (~nitrix@haskell/developer/nitrix) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | proteusguy | (~proteusgu@cm-58-10-208-13.revip7.asianet.co.th) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | connrs | (~connrs@runciter.connrs.uk) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | chrisosaurus | (chris@segfault.net.nz) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | dorkside | (~tdbgamer@208.190.197.222) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | coddinkn_ | (~coddinkn@octayn.net) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | thaumavorio | (~thaumavor@thaumavor.io) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | Reiser | (~0a2a0001@static.210.242.216.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | ephemera_ | (~E@122.34.1.187) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | stiell | (~stian@fsf/member/stiell) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | newsham | (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | electrostat | (~dag@unaffiliated/electrostat) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | towel | (~towel@unaffiliated/towel) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | fredcy | (~fredcy@mail.yankowski.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | centril | (~centril@213-66-146-92-no250.tbcn.telia.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | Ekho | (~Ekho@unaffiliated/ekho) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | rkvist | (~user@138.197.72.132) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | endokqr | (~kqr@vps.xkqr.org) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | LambdaDu1k | (~anka@ksit.fixme.fi) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | haveo | (~haveo@sl35.iuwt.fr) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | comboy_ | (~quassel@tesuji.pl) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | rembo10_ | (~rembo10@wally.codeshy.com) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | sdrodge | (~sdrodge@unaffiliated/sdrodge) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | davean | (~davean@davean.sciesnet.net) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | infinisil | (~infinisil@NixOS/user/infinisil) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | Graypup_ | (Graypup@lfcode.ca) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | lnx | (~irssi@167.71.7.27) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | blissful | (~blissful@unaffiliated/azuline) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | Athas | (athas@sigkill.dk) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | xlei | (znc@unaffiliated/xlei) (*.net *.split) |
| 2021-03-25 17:18:54 +0000 | meck | (~meck@li1809-18.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | hive-mind | (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | deu | (de@uio.re) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | quicksilver | (~jules@roobarb.crazydogs.org) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | int-e | (~noone@int-e.eu) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | dilinger_ | (~dilinger@spindle.queued.net) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | bbear | (~znc@21212.s.t4vps.eu) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | DustyDingo | (~nonamen@v2202001112302107134.ultrasrv.de) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | a3Dman | (~3Dman@unaffiliated/a3dman) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | sdressel | (~sdressel@pwning.de) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | CitizenSnips | (~CitizenSn@irc.refl.club) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | noexcept | (~noexcept@noexcept.org) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | ambiso992 | (~ambiso@209.182.239.205) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | iomonad | (~iomonad@unaffiliated/iomonad) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | zfnmxt | (~zfnmxt@unaffiliated/zfnmxt) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | stefan-_ | (~cri@42dots.de) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | totte | (~totte@chakra/totte) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | PragCypher | (~cypher@li1507-98.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | abrar_ | (~abrar@static-108-30-103-121.nycmny.fios.verizon.net) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | dustinm | (~dustinm@static.38.6.217.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | quintasan_ | (~quassel@quintasan.pl) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | ps-auxw | (~arneb@p548d56ce.dip0.t-ipconnect.de) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | SquidDev | (~SquidDev@autoclave.squiddev.cc) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | leafiest | (~leafiest@165.227.53.12) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | lukelau_ | (~lukelau@46.101.13.214) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | xintron | (~xintron@unaffiliated/xintron) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | tdammers | (~tdammers@unaffiliated/tdammers) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | lassulus | (~lassulus@NixOS/user/lassulus) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | Uma_ | (~uma@umazalakain.info) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | polux2001 | (~polux@51.15.169.172) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | SlashLife | (~slashlife@stienen.name) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | nemesit|znc | (~nemesit@myriadvisuals.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | MasseR | (~MasseR@51.15.143.128) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | grumble | (~Thunderbi@freenode/staff/grumble) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | haya | (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | niklasb- | (~niklasb@unaffiliated/codeslay0r) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | orhan89 | (~orhan89@151.91.188.35.bc.googleusercontent.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | pmikkelsen | (~pmikkelse@vps1.pmikkelsen.com) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | jameekim1 | (~jameekim@mx.nodaplife.me) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | RoguePointer | (~jigen@unaffiliated/roguepointer) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | invent[m] | (inventmatr@gateway/shell/matrix.org/x-atepmcggudcmcggg) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | joe[m]2 | (joemonoida@gateway/shell/matrix.org/x-sduglxhfmdqkldsw) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | psydruid | (psydruidma@gateway/shell/matrix.org/x-znwlfcujfjkeivza) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | srid | (sridmatrix@gateway/shell/matrix.org/x-impqlijaqyrahmjd) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-bzgyavhtbyntgokj) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | Cesionaut[m] | (cesionautm@gateway/shell/matrix.org/x-bouxqlelcqmdkmay) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | michaelpj | (michaelpjm@gateway/shell/matrix.org/x-yxczbfwjcvkogtej) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-npfrafotfnybfrao) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | maralorn | (maralornma@gateway/shell/matrix.org/x-kagukfsfpcrzvbls) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | solarus | (~solarus@2a03:b0c0:2:d0::48:7001) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | matryoshka | (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | pjb | (~t@2a01cb04063ec50048893e58a8f103cd.ipv6.abo.wanadoo.fr) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | stass | (~stas@2a00:13c0:63:7195::beef) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | hexo- | (~hexo@2a01:430:17:1::ffff:328) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | `slikts | (~nelabs@wikipedia/reinis) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | stylewarning | (stylewarni@gateway/web/irccloud.com/x-ibmzwujeqevmowyn) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | Nascha | (sid212230@gateway/web/irccloud.com/x-bqsppvgkfvtrukbl) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | enikar | (~enikar@2001:41d0:2:8673::42) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | mcfilib | (sid302703@gateway/web/irccloud.com/x-uxkxuntlbcnjxsic) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | zzz | (~zzz@2a03:b0c0:3:d0::3095:3001) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | CodeKiwi | (~kiwi@unaffiliated/digitalkiwi) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | xwvvvvwx | (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | b20n | (sid115913@gateway/web/irccloud.com/x-lczkliukjfykdgvl) (*.net *.split) |
| 2021-03-25 17:18:55 +0000 | jjhoo | (jahakala@dsl-trebng21-b048b5-171.dhcp.inet.fi) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | <geekosaur> | don't try to jump the gun because you'll still get disconnected |
| 2021-03-25 17:18:56 +0000 | Neuromancer | (~Neuromanc@unaffiliated/neuromancer) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | hexagoxel | (~hexagoxel@hexagoxel.de) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Nik05 | (~Nik05@unaffiliated/nik05) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | dave_uy | (~david@108.61.193.26) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | caubert | (~caubert@136.244.111.235) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | xhlr | (~xhlr@static.144.156.216.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | L29Ah | (~L29Ah@unaffiliated/l29ah) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | earthy_ | (~arthurvl@deban2.xs4all.space) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | tomboy64 | (~tomboy64@unaffiliated/tomboy64) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Deewiant | (~deewiant@de1.ut.deewiant.iki.fi) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | yahb | (xsbot@haskell/bot/yahb) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | runawayfive | (~nope@unaffiliated/runawayfive) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Twey | (~twey@unaffiliated/twey) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | cgfbee | (~bot@oc1.itim-cj.ro) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | oldsk00l | (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | andjjj23 | (~irc@107.170.228.47) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | codedmart | (~codedmart@149.28.9.205) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | jvanbure | (~jvanbure@159.65.233.183) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | pie_ | (~pie_bnc]@unaffiliated/pie-/x-0787662) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | vancz | (~vancz@unaffiliated/vancz) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Patternmaster | (~georg@li1192-118.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | eagleflo | (~aku@eagleflow.fi) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | thebnq | (~bnq@herrokitty.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | cross | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | akhesacaro | (~caro@212.83.144.58) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | kipras`away | (~kipras@re199n846.sritis.lt) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | tv- | (~tv@unaffiliated/tv-) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Jello_Raptor | (~Jello_Rap@li641-12.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | pounce | (~pounce@ns379743.ip-5-196-70.eu) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | jtcs_ | (~jtcs@vmi359854.contaboserver.net) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | ornxka_ | (~ornxka@unaffiliated/ornx) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | bcmiller | (~bm3719@66.42.95.185) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | tomsmeding | (~tomsmedin@tomsmeding.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | vodkaInferno | (~wormphleg@104.131.156.184) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | bollu | (~bollu@139.59.46.74) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | Wamanuz | (~wamanuz@78-70-34-81-no84.tbcn.telia.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | carbolymer | (~carbolyme@dropacid.net) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | gambpang | (~gambpang@unaffiliated/gambpang) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | mapperr | (~mapperr@vmi389916.contaboserver.net) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | exferenceBot | (~exference@hexagoxel.de) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | vk3wtf | (~doc@115-64-102-158.tpgi.com.au) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | AWizzArd | (~code@unaffiliated/awizzard) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | L1Cafe | (~L1Cafe@kydara.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | joeyh_ | (~joeyh@kitenet.net) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | tumdedum | (~tumdedum@unaffiliated/espiral) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | EdwardIII | (~edwardiii@unaffiliated/edward123) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | BIG_JIMMY_D | (~jim@108.61.185.76) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | esph | (~weechat@unaffiliated/esph) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | avn | (~avn@78-56-108-78.static.zebra.lt) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | bandali | (bandali@fsf/emeritus/bandali) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | jamestmartin | (~james@jtmar.me) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | wlritchi | (~wlritchi@li1016-87.members.linode.com) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | loc | (~loc@unaffiliated/loc) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | zmagii | (~zmagii@unaffiliated/zmagii) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | voidcont1xt | (~pgee@178.62.100.221) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | wayne | (~wayne@unaffiliated/wayne) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | noecho- | (~noecho@static.143.42.203.116.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | noan | (~noan@192.241.157.119) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | nckx | (~nckx@tobias.gr) (*.net *.split) |
| 2021-03-25 17:18:56 +0000 | okad | (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | averell | (~averell@unaffiliated/averell) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | dixie | (~dixie@real.wilbury.sk) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | epta | (~m@nuda.space) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | rkrishnan | (~rkrishnan@rkrishnan.org) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | xsarnik0 | (xsarnik@gateway/shell/fi.muni.cz/x-pkbyatoowiwuqtjg) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | stilgart | (~Christoph@chezlefab.net) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | Jajik | (xchlup2@gateway/shell/fi.muni.cz/x-mvogdeasxxfzjncw) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | TommyC | (~TommyC@unaffiliated/sepulchralbloom) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | kloeri | (~kloeri@freenode/staff/exherbo.kloeri) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | mupf | (~micha@v22017094964653601.ultrasrv.de) (*.net *.split) |
| 2021-03-25 17:18:57 +0000 | <geekosaur> | and there we go |
| 2021-03-25 17:18:58 +0000 | quintasan | (~quassel@quintasan.pl) |
| 2021-03-25 17:18:58 +0000 | quintasan | (~quassel@quintasan.pl) (Changing host) |
| 2021-03-25 17:18:58 +0000 | quintasan | (~quassel@ubuntu/member/quintasan) |
| 2021-03-25 17:18:58 +0000 | comboy | (~quassel@tesuji.pl) |
| 2021-03-25 17:18:59 +0000 | sdressel_ | (~sdressel@pwning.de) |
| 2021-03-25 17:19:00 +0000 | tomjagua1paw | (~tom@li367-225.members.linode.com) |
| 2021-03-25 17:19:03 +0000 | DustyDingo | (~nonamen@v2202001112302107134.ultrasrv.de) |
| 2021-03-25 17:19:04 +0000 | stefan-_ | (~cri@42dots.de) |
| 2021-03-25 17:19:04 +0000 | fredcy- | (fredcy@2600:3c00::f03c:91ff:feae:15ae) |
| 2021-03-25 17:19:05 +0000 | jackhill | (~jackhill@marsh.hcoop.net) |
| 2021-03-25 17:19:05 +0000 | tessier | (~treed@98.171.210.130) |
| 2021-03-25 17:19:05 +0000 | AWizzArd | (~code@gehrels.uberspace.de) |
| 2021-03-25 17:19:05 +0000 | noexcept | (~noexcept@2a03:b0c0:3:d0::33:9001) |
| 2021-03-25 17:19:05 +0000 | reda | (~reda@4.ip-137-74-112.eu) |
| 2021-03-25 17:19:06 +0000 | bcmiller | (~bm3719@66.42.95.185) |
| 2021-03-25 17:19:06 +0000 | yahb | (xsbot@178.219.36.155) |
| 2021-03-25 17:19:06 +0000 | tessier | (~treed@98.171.210.130) (Changing host) |
| 2021-03-25 17:19:06 +0000 | tessier | (~treed@kernel-panic/copilotco) |
| 2021-03-25 17:19:07 +0000 | bbear | (~znc@21212.s.t4vps.eu) |
| 2021-03-25 17:19:07 +0000 | newsham | (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com) |
| 2021-03-25 17:19:07 +0000 | mapperr | (~mapperr@vmi389916.contaboserver.net) |
| 2021-03-25 17:19:07 +0000 | Athas | (athas@2a01:7c8:aaac:1cf:27d:bfc3:53ec:af53) |
| 2021-03-25 17:19:08 +0000 | xts | (~ts@46.101.20.9) |
| 2021-03-25 17:19:08 +0000 | xwvvvvwx | (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx) |
| 2021-03-25 17:19:08 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) |
| 2021-03-25 17:19:08 +0000 | mcfilib | (sid302703@gateway/web/irccloud.com/x-cwetoqikkubictlf) |
| 2021-03-25 17:19:08 +0000 | b20n | (sid115913@gateway/web/irccloud.com/x-keuocphasluzlylu) |
| 2021-03-25 17:19:08 +0000 | yahb | (xsbot@178.219.36.155) (Changing host) |
| 2021-03-25 17:19:08 +0000 | yahb | (xsbot@haskell/bot/yahb) |
| 2021-03-25 17:19:09 +0000 | nemesit|znc | (~nemesit@myriadvisuals.com) |
| 2021-03-25 17:19:09 +0000 | ambiso992 | (~ambiso@209.182.239.205) |
| 2021-03-25 17:19:10 +0000 | rkrishnan | (~rkrishnan@rkrishnan.org) |
| 2021-03-25 17:19:10 +0000 | bollu | (~bollu@139.59.46.74) |
| 2021-03-25 17:19:10 +0000 | BIG_JIMMY_D | (~jim@108.61.185.76) |
| 2021-03-25 17:19:10 +0000 | PragCypher | (~cypher@li1507-98.members.linode.com) |
| 2021-03-25 17:19:10 +0000 | SlashLife | (~slashlife@stienen.name) |
| 2021-03-25 17:19:10 +0000 | zzz | (~zzz@2a03:b0c0:3:d0::3095:3001) |
| 2021-03-25 17:19:11 +0000 | Ishutin | (~ishutin@84-236-21-59.pool.digikabel.hu) |
| 2021-03-25 17:19:11 +0000 | thaumavorio | (~thaumavor@thaumavor.io) |
| 2021-03-25 17:19:11 +0000 | haveo | (~haveo@sl35.iuwt.fr) |
| 2021-03-25 17:19:11 +0000 | liyang | (~liyang@90.253.54.54) |
| 2021-03-25 17:19:11 +0000 | joeyh | (joeyh@kitenet.net) |
| 2021-03-25 17:19:11 +0000 | thebnq | (~bnq@herrokitty.com) |
| 2021-03-25 17:19:11 +0000 | int-e | (~noone@int-e.eu) |
| 2021-03-25 17:19:12 +0000 | davean | (~davean@davean.sciesnet.net) |
| 2021-03-25 17:19:12 +0000 | chrisosaurus | (chris@segfault.net.nz) |
| 2021-03-25 17:19:12 +0000 | DigitalKiwi | (~kiwi@unaffiliated/digitalkiwi) |
| 2021-03-25 17:19:13 +0000 | bandali | (bandali@fsf/emeritus/bandali) |
| 2021-03-25 17:19:13 +0000 | heyj | (sid171370@gateway/web/irccloud.com/x-dbwqvfxhwatjgmyv) |
| 2021-03-25 17:19:14 +0000 | stilgart | (~Christoph@chezlefab.net) |
| 2021-03-25 17:19:14 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 264 seconds) |
| 2021-03-25 17:19:14 +0000 | lemald | (~eddie@capybara.lemald.org) |
| 2021-03-25 17:19:15 +0000 | orhan89 | (~orhan89@151.91.188.35.bc.googleusercontent.com) |
| 2021-03-25 17:19:15 +0000 | davetapley | (sid666@gateway/web/irccloud.com/x-xycablqlvjnkmrdt) |
| 2021-03-25 17:19:16 +0000 | pie_ | (~pie_bnc]@unaffiliated/pie-/x-0787662) |
| 2021-03-25 17:19:16 +0000 | vancz | (~vancz@unaffiliated/vancz) |
| 2021-03-25 17:19:16 +0000 | jrqc | (~rofl@96.78.87.197) |
| 2021-03-25 17:19:16 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) |
| 2021-03-25 17:19:16 +0000 | jamestmartin | (james@jtmar.me) |
| 2021-03-25 17:19:17 +0000 | Yumasi | (~guillaume@40.72.95.92.rev.sfr.net) (Ping timeout: 256 seconds) |
| 2021-03-25 17:19:17 +0000 | ornxka | (~ornxka@unaffiliated/ornx) |
| 2021-03-25 17:19:17 +0000 | coddinkn | (~coddinkn@octayn.net) |
| 2021-03-25 17:19:17 +0000 | stylewarning | (stylewarni@gateway/web/irccloud.com/x-psocqtvgwiixhzjb) |
| 2021-03-25 17:19:17 +0000 | jtcs | (~jtcs@vmi359854.contaboserver.net) |
| 2021-03-25 17:19:17 +0000 | avn | (~avn@78-56-108-78.static.zebra.lt) |
| 2021-03-25 17:19:17 +0000 | nitrix | (~nitrix@haskell/developer/nitrix) |
| 2021-03-25 17:19:17 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) |
| 2021-03-25 17:19:17 +0000 | eagleflo | (~aku@eagleflow.fi) |
| 2021-03-25 17:19:18 +0000 | akhesacaro | (~caro@212.83.144.58) |
| 2021-03-25 17:19:18 +0000 | canta | (~canta@cvm0.d5k.one) |
| 2021-03-25 17:19:18 +0000 | blissful | (~blissful@unaffiliated/azuline) |
| 2021-03-25 17:19:18 +0000 | RoguePointer | (~jigen@94.177.235.178) |
| 2021-03-25 17:19:18 +0000 | SegFaultAX | (SegFaultAX@2600:3c01::f03c:91ff:fedf:9620) |
| 2021-03-25 17:19:18 +0000 | stass | (~stas@2a00:13c0:63:7195::beef) |
| 2021-03-25 17:19:19 +0000 | oldsk00l | (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com) |
| 2021-03-25 17:19:20 +0000 | lassulus | (~lassulus@NixOS/user/lassulus) |
| 2021-03-25 17:19:21 +0000 | Graypup_ | (Graypup@lfcode.ca) |
| 2021-03-25 17:19:21 +0000 | zfnmxt | (~zfnmxt@unaffiliated/zfnmxt) |
| 2021-03-25 17:19:21 +0000 | andjjj23 | (~irc@107.170.228.47) |
| 2021-03-25 17:19:22 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
| 2021-03-25 17:19:22 +0000 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) |
| 2021-03-25 17:19:22 +0000 | SegFaultAX | (SegFaultAX@2600:3c01::f03c:91ff:fedf:9620) (Changing host) |
| 2021-03-25 17:19:22 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) |
| 2021-03-25 17:19:23 +0000 | TommyC | (~TommyC@unaffiliated/sepulchralbloom) |
| 2021-03-25 17:19:23 +0000 | samebchase | (~samebchas@51.15.68.182) |
| 2021-03-25 17:19:23 +0000 | sud0 | (~Death@45.55.203.225) |
| 2021-03-25 17:19:24 +0000 | zariuq | (~zar@fw1.ciirc.cvut.cz) |
| 2021-03-25 17:19:24 +0000 | infinisil | (~infinisil@NixOS/user/infinisil) |
| 2021-03-25 17:19:24 +0000 | sajith | (~sajith@fsf/member/nonzen) |
| 2021-03-25 17:19:24 +0000 | dorkside | (~tdbgamer@208.190.197.222) |
| 2021-03-25 17:19:24 +0000 | SquidDev | (~SquidDev@autoclave.squiddev.cc) |
| 2021-03-25 17:19:25 +0000 | pmikkelsen | (~pmikkelse@vps1.pmikkelsen.com) |
| 2021-03-25 17:19:25 +0000 | leafiest | (~leafiest@165.227.53.12) |
| 2021-03-25 17:19:25 +0000 | dixie | (~dixie@real.wilbury.sk) |
| 2021-03-25 17:19:26 +0000 | mantovani | (~mantovani@104.131.207.121) |
| 2021-03-25 17:19:27 +0000 | dilinger | (~dilinger@45.33.49.30) |
| 2021-03-25 17:19:27 +0000 | LambdaDuck | (~anka@91.105.251.135) |
| 2021-03-25 17:19:27 +0000 | frobnicator | (~frobnicat@185-227-75-147.dsl.cambrium.nl) |
| 2021-03-25 17:19:27 +0000 | sud0 | (~Death@45.55.203.225) (Changing host) |
| 2021-03-25 17:19:27 +0000 | sud0 | (~Death@hackspaceuy/member/sud0) |
| 2021-03-25 17:19:27 +0000 | Jello_Raptor | (~Jello_Rap@li641-12.members.linode.com) |
| 2021-03-25 17:19:28 +0000 | ephemera_ | (~E@122.34.1.187) |
| 2021-03-25 17:19:28 +0000 | w1gz | (~do@159.89.11.133) |
| 2021-03-25 17:19:29 +0000 | rembo10 | (~rembo10@159.69.112.151) |
| 2021-03-25 17:19:29 +0000 | reda | Guest58268 |
| 2021-03-25 17:19:30 +0000 | okad | (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com) |
| 2021-03-25 17:19:30 +0000 | noan | (~noan@2604:a880:400:d0::12fc:5001) |
| 2021-03-25 17:19:31 +0000 | statusfailed | (~statusfai@statusfailed.com) |
| 2021-03-25 17:19:31 +0000 | haya | (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) |
| 2021-03-25 17:19:31 +0000 | quicksilver | (~jules@roobarb.crazydogs.org) |
| 2021-03-25 17:19:31 +0000 | cross | (~cross@spitfire.i.gajendra.net) |
| 2021-03-25 17:19:31 +0000 | MasseR | (~MasseR@51.15.143.128) |
| 2021-03-25 17:19:31 +0000 | lukelau | (~lukelau@46.101.13.214) |
| 2021-03-25 17:19:32 +0000 | epta | (~m@nuda.space) |
| 2021-03-25 17:19:32 +0000 | exferenceBot | (~exference@2a01:4f8:c0c:e::2) |
| 2021-03-25 17:19:32 +0000 | Patternmaster | (~georg@li1192-118.members.linode.com) |
| 2021-03-25 17:19:33 +0000 | Deewiant | (~deewiant@de1.ut.deewiant.iki.fi) |
| 2021-03-25 17:19:33 +0000 | tdammers | (~tdammers@77.109.72.101.res.static.edpnet.net) |
| 2021-03-25 17:19:33 +0000 | RoguePointer | (~jigen@94.177.235.178) (Changing host) |
| 2021-03-25 17:19:33 +0000 | RoguePointer | (~jigen@unaffiliated/roguepointer) |
| 2021-03-25 17:19:33 +0000 | carldd | (~carldd@90-224-49-113-no56.tbcn.telia.com) |
| 2021-03-25 17:19:34 +0000 | wayne | (~wayne@consume.rocks) |
| 2021-03-25 17:19:34 +0000 | tdammers | (~tdammers@77.109.72.101.res.static.edpnet.net) (Changing host) |
| 2021-03-25 17:19:34 +0000 | tdammers | (~tdammers@unaffiliated/tdammers) |
| 2021-03-25 17:19:35 +0000 | bob_twinkles | (~quassel@52.37.66.13) |
| 2021-03-25 17:19:35 +0000 | tomsmeding | (~tomsmedin@2a03:b0c0:0:1010::767:3001) |
| 2021-03-25 17:19:35 +0000 | Reiser | (~0a2a0001@static.210.242.216.95.clients.your-server.de) |
| 2021-03-25 17:19:35 +0000 | zzz | Guest81162 |
| 2021-03-25 17:19:36 +0000 | mupf | (~micha@v22017094964653601.ultrasrv.de) |
| 2021-03-25 17:19:36 +0000 | polux2001 | (~polux@51.15.169.172) |
| 2021-03-25 17:19:37 +0000 | enikar | (~enikar@2001:41d0:2:8673::42) |
| 2021-03-25 17:19:37 +0000 | xhlr | (~xhlr@static.144.156.216.95.clients.your-server.de) |
| 2021-03-25 17:19:37 +0000 | Xnuk | (~xnuk@45.76.202.58) |
| 2021-03-25 17:19:37 +0000 | noecho | (~noecho@static.143.42.203.116.clients.your-server.de) |
| 2021-03-25 17:19:37 +0000 | codedmart | (~codedmart@149.28.9.205) |
| 2021-03-25 17:19:38 +0000 | zmagii | (~zmagii@unaffiliated/zmagii) |
| 2021-03-25 17:19:38 +0000 | caubert | (~caubert@136.244.111.235) |
| 2021-03-25 17:19:38 +0000 | wayne | (~wayne@consume.rocks) (Changing host) |
| 2021-03-25 17:19:38 +0000 | wayne | (~wayne@unaffiliated/wayne) |
| 2021-03-25 17:19:39 +0000 | wlritchi | (wlritchi@2600:3c03::f03c:91ff:fe60:8ddc) |
| 2021-03-25 17:19:40 +0000 | d34df00d | (~d34df00d@104-14-27-213.lightspeed.austtx.sbcglobal.net) (Excess Flood) |
| 2021-03-25 17:19:41 +0000 | Nascha | (sid212230@gateway/web/irccloud.com/x-erktjjocjlithqyb) |
| 2021-03-25 17:19:42 +0000 | jameekim1 | (~jameekim@mx.nodaplife.me) |
| 2021-03-25 17:19:42 +0000 | kipras`away | (~kipras@92.61.39.34) |
| 2021-03-25 17:19:42 +0000 | sdrodge | (~sdrodge@unaffiliated/sdrodge) |
| 2021-03-25 17:19:43 +0000 | tomboy64 | (~tomboy64@unaffiliated/tomboy64) |
| 2021-03-25 17:19:43 +0000 | earthy_ | (~arthurvl@deban2.xs4all.space) |
| 2021-03-25 17:19:43 +0000 | stilgart | Guest86831 |
| 2021-03-25 17:19:44 +0000 | niklasb | (~niklasb@unaffiliated/codeslay0r) |
| 2021-03-25 17:19:44 +0000 | abrar_ | (~abrar@static-108-30-103-121.nycmny.fios.verizon.net) |
| 2021-03-25 17:19:44 +0000 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) |
| 2021-03-25 17:19:45 +0000 | esph | (~weechat@unaffiliated/esph) |
| 2021-03-25 17:19:45 +0000 | connrs | (~connrs@runciter.connrs.uk) |
| 2021-03-25 17:19:46 +0000 | L1Cafe | (~L1Cafe@kydara.com) |
| 2021-03-25 17:19:47 +0000 | dave_uy | (~david@108.61.193.26) |
| 2021-03-25 17:19:47 +0000 | proteusguy | (~proteusgu@cm-58-10-208-13.revip7.asianet.co.th) |
| 2021-03-25 17:19:47 +0000 | xintron | (~xintron@unaffiliated/xintron) |
| 2021-03-25 17:19:47 +0000 | centril | (~centril@213-66-146-92-no250.tbcn.telia.com) |
| 2021-03-25 17:19:49 +0000 | matryoshka | (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) |
| 2021-03-25 17:19:50 +0000 | averell | (~averell@unaffiliated/averell) |
| 2021-03-25 17:19:50 +0000 | so | (~so@unaffiliated/so) |
| 2021-03-25 17:19:50 +0000 | grumble | (~Thunderbi@freenode/staff/grumble) |
| 2021-03-25 17:19:50 +0000 | hexagoxel | (~hexagoxel@hexagoxel.de) |
| 2021-03-25 17:19:50 +0000 | jvanbure | (~jvanbure@159.65.233.183) |
| 2021-03-25 17:19:51 +0000 | Nik05 | (~Nik05@unaffiliated/nik05) |
| 2021-03-25 17:19:52 +0000 | Wamanuz | (~wamanuz@78-70-34-81-no84.tbcn.telia.com) |
| 2021-03-25 17:19:54 +0000 | tv- | (~tv@unaffiliated/tv-) |
| 2021-03-25 17:19:54 +0000 | stiell | (~stian@fsf/member/stiell) |
| 2021-03-25 17:19:57 +0000 | pavonia | (~user@unaffiliated/siracusa) (Quit: Bye!) |
| 2021-03-25 17:19:58 +0000 | carbolymer | (~carbolyme@dropacid.net) |
| 2021-03-25 17:19:59 +0000 | electrostat | (~dag@unaffiliated/electrostat) |
| 2021-03-25 17:20:00 +0000 | dequbed | (~dequbed@2001:bc8:3f24:100::1) |
| 2021-03-25 17:20:04 +0000 | Jajik | (xchlup2@gateway/shell/fi.muni.cz/x-ajlnhjyjhlnthwzd) |
| 2021-03-25 17:20:07 +0000 | ps-auxw | (~arneb@p548d56ce.dip0.t-ipconnect.de) |
| 2021-03-25 17:20:09 +0000 | EdwardIII | (~edwardiii@unaffiliated/edward123) |
| 2021-03-25 17:20:11 +0000 | iomonad | (~iomonad@unaffiliated/iomonad) |
| 2021-03-25 17:20:13 +0000 | vk3wtf | (~doc@115-64-102-158.tpgi.com.au) |
| 2021-03-25 17:20:17 +0000 | `slikts | (~nelabs@wikipedia/reinis) |
| 2021-03-25 17:20:17 +0000 | nckx | (~nckx@tobias.gr) |
| 2021-03-25 17:20:17 +0000 | loc | (~loc@unaffiliated/loc) |
| 2021-03-25 17:20:19 +0000 | pounce | (~pounce@ns379743.ip-5-196-70.eu) |
| 2021-03-25 17:20:20 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:20:26 +0000 | vicfred | (~vicfred@unaffiliated/vicfred) (Quit: Leaving) |
| 2021-03-25 17:20:27 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:20:28 +0000 | drakonis | (~drakonis@unaffiliated/drakonis) |
| 2021-03-25 17:20:31 +0000 | endokqr | (~kqr@vps.xkqr.org) |
| 2021-03-25 17:20:35 +0000 | jkaye[m] | (jkayematri@gateway/shell/matrix.org/x-oneawtzvjyybiofe) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | beardhatcode | (robbertbea@gateway/shell/matrix.org/x-wsgksmmgbbxtiufa) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | unclechu | (unclechuma@gateway/shell/matrix.org/x-rroohkjsifdpbejc) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | maerwald[m] | (maerwaldma@gateway/shell/matrix.org/x-fkfkjtcykuzsusmd) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | rust-rocks[m] | (rust-rocks@gateway/shell/matrix.org/x-ydwvigzffwbttrpc) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | DamienCassou | (damiencass@gateway/shell/matrix.org/x-hxomipezvrrwlvte) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | JaakkoLuttinen[m | (jluttinema@gateway/shell/matrix.org/x-tggcefububuqeyek) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | bitonic | (bitonicmat@gateway/shell/matrix.org/x-haecgexsvzkddgnf) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | MahmoudMAZOUZ[m] | (mazouzmaen@gateway/shell/matrix.org/x-zmmzhvmpppteyfyp) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | alexfmpe | (alexfmpema@gateway/shell/matrix.org/x-nwkfuvlkbndpfvxk) (*.net *.split) |
| 2021-03-25 17:20:35 +0000 | themsay[m] | (themsaymat@gateway/shell/matrix.org/x-gjenhikfotmgdkjf) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | hsiktas[m] | (hsiktasmat@gateway/shell/matrix.org/x-jsnspyhjqkcidwxy) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | megaTherion | (~therion@unix.io) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | dan64- | (~dan64@dannyadam.com) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | a3f | (~a3f@chimeria.ext.pengutronix.de) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | holo2 | (~holo@nikky.moe) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | concept2 | (~concept2@unaffiliated/tubo) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | tinwood | (~tinwood@general.default.akavanagh.uk0.bigv.io) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | m1dnight_ | (~m1dnight@78-22-9-5.access.telenet.be) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | SaitamaPlus | (uid272474@gateway/web/irccloud.com/x-fmvwqsvtfzyqazim) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | danso | (~dan@2001:1970:52e7:d000:96b8:6dff:feb3:c009) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | cyberlard | (~cyberlard@unaffiliated/jludwig) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | cawfee | (chiya@2406:3003:2077:2341::babe) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | martin02 | (silas@hund.fs.lmu.de) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | mikeplus64 | (~mike@unaffiliated/mikeplus64) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | iptq | (~michael@142.93.75.170) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | rawles | (~r@unaffiliated/rawles) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | echoreply | (~echoreply@unaffiliated/echoreply) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | urdh | (~urdh@unaffiliated/urdh) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | waskell_ | (~quassel@d66-183-124-203.bchsia.telus.net) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | lewky | (~lewky@159.65.37.240) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | jrm | (~jrm@freebsd/developer/jrm) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | rookie101 | (~rookie@207.154.204.166) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | sim590 | (~sim590@modemcable090.207-203-24.mc.videotron.ca) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | glamas_ | (~glamas@107.182.17.237) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | forell | (~forell@unaffiliated/forell) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | Forkk | (~forkk@li926-228.members.linode.com) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | wagle | (~wagle@quassel.wagle.io) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | lockshaw | (~lockshaw@165.22.163.71) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | samebchase- | (~samebchas@51.15.68.182) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | Bergle_2 | (~Bergle_4@101.165.90.119) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | icebreaker | (michalc@unaffiliated/icebreaker) (*.net *.split) |
| 2021-03-25 17:20:36 +0000 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) (*.net *.split) |
| 2021-03-25 17:20:44 +0000 | CitizenSnips | (~CitizenSn@irc.refl.club) |
| 2021-03-25 17:20:46 +0000 | gambpang | (~gambpang@unaffiliated/gambpang) |
| 2021-03-25 17:20:46 +0000 | icebreaker | (michalc@freeshell.de) |
| 2021-03-25 17:20:46 +0000 | icebreaker | (michalc@freeshell.de) (Changing host) |
| 2021-03-25 17:20:46 +0000 | icebreaker | (michalc@unaffiliated/icebreaker) |
| 2021-03-25 17:20:47 +0000 | wagle | (~wagle@quassel.wagle.io) |
| 2021-03-25 17:20:48 +0000 | a3f | (~a3f@chimeria.ext.pengutronix.de) |
| 2021-03-25 17:20:48 +0000 | megaTherion | (~therion@coruscant.unix.io) |
| 2021-03-25 17:20:50 +0000 | SaitamaPlus | (uid272474@gateway/web/irccloud.com/x-boxpbarcuxvwbbrx) |
| 2021-03-25 17:20:50 +0000 | tinwood | (~tinwood@general.default.akavanagh.uk0.bigv.io) |
| 2021-03-25 17:20:51 +0000 | dan64 | (~dan64@dannyadam.com) |
| 2021-03-25 17:20:51 +0000 | hexo_ | (~hexo@2a01:430:17:1::ffff:328) |
| 2021-03-25 17:20:53 +0000 | holo2 | (~holo@nikky.moe) |
| 2021-03-25 17:20:53 +0000 | cgfbee | (~bot@oc1.itim-cj.ro) |
| 2021-03-25 17:20:53 +0000 | cawfee | (chiya@2406:3003:2077:2341::babe) |
| 2021-03-25 17:20:53 +0000 | mikeplus64 | (~mike@2406:d500:6:1:216:3cff:fe36:651) |
| 2021-03-25 17:20:54 +0000 | mikeplus64 | (~mike@2406:d500:6:1:216:3cff:fe36:651) (Changing host) |
| 2021-03-25 17:20:54 +0000 | mikeplus64 | (~mike@unaffiliated/mikeplus64) |
| 2021-03-25 17:20:55 +0000 | lockshaw | (~lockshaw@165.22.163.71) |
| 2021-03-25 17:20:55 +0000 | concept2 | (~concept2@unaffiliated/tubo) |
| 2021-03-25 17:20:55 +0000 | jrm | (~jrm@freebsd/developer/jrm) |
| 2021-03-25 17:20:56 +0000 | cyberlard | (~cyberlard@unaffiliated/jludwig) |
| 2021-03-25 17:21:00 +0000 | danso | (~dan@2001:1970:52e7:d000:96b8:6dff:feb3:c009) |
| 2021-03-25 17:21:02 +0000 | m1dnight_ | (~m1dnight@78-22-9-5.access.telenet.be) |
| 2021-03-25 17:21:03 +0000 | echoreply | (~echoreply@unaffiliated/echoreply) |
| 2021-03-25 17:21:03 +0000 | Bergle_2 | (~Bergle_4@101.165.90.119) |
| 2021-03-25 17:21:04 +0000 | rawles | (~r@unaffiliated/rawles) |
| 2021-03-25 17:21:05 +0000 | samebchase- | (~samebchas@51.15.68.182) |
| 2021-03-25 17:21:05 +0000 | rookie101 | (~rookie@207.154.204.166) |
| 2021-03-25 17:21:06 +0000 | xsarnik0 | (xsarnik@gateway/shell/fi.muni.cz/x-dwtmcfruqddzzbvx) |
| 2021-03-25 17:21:09 +0000 | lewky | (~lewky@159.65.37.240) |
| 2021-03-25 17:21:10 +0000 | martin02 | (silas@hund.fs.lmu.de) |
| 2021-03-25 17:21:13 +0000 | meck | (~meck@li1809-18.members.linode.com) |
| 2021-03-25 17:21:17 +0000 | Twey | (~twey@unaffiliated/twey) |
| 2021-03-25 17:21:20 +0000 | kloeri | (~kloeri@freenode/staff/exherbo.kloeri) |
| 2021-03-25 17:21:25 +0000 | iptq | (~michael@142.93.75.170) |
| 2021-03-25 17:21:26 +0000 | samthecoy[m]1 | (samthecoym@gateway/shell/matrix.org/x-dyjfykhwbtubhalr) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:26 +0000 | ManofLetters[m] | (manoflette@gateway/shell/matrix.org/x-hjwxpjbidxzyrpuv) (Ping timeout: 244 seconds) |
| 2021-03-25 17:21:26 +0000 | darkcodi[m] | (darkcodima@gateway/shell/matrix.org/x-owzuajoacjbourmn) (Ping timeout: 244 seconds) |
| 2021-03-25 17:21:26 +0000 | loyon | (loyonmatri@gateway/shell/matrix.org/x-wpimpyhucqiwbgpt) (Ping timeout: 244 seconds) |
| 2021-03-25 17:21:28 +0000 | forell | (~forell@unaffiliated/forell) |
| 2021-03-25 17:21:28 +0000 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) |
| 2021-03-25 17:21:35 +0000 | anon1891[m] | (anon1891ma@gateway/shell/matrix.org/x-vfieadqtsyulhqgi) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:35 +0000 | jerin | (jerinmatri@gateway/shell/matrix.org/x-whazqgkcsutptuow) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:35 +0000 | toasty_avocado[m | (toastyavoc@gateway/shell/matrix.org/x-loprzciosfemkzbl) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:35 +0000 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-srskbesngkvoucku) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:35 +0000 | alecs[m] | (malumorema@gateway/shell/matrix.org/x-tngsmqgofxgrikni) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:36 +0000 | totte | (~totte@chakra/totte) |
| 2021-03-25 17:21:43 +0000 | a3Dman | (~3Dman@unaffiliated/a3dman) |
| 2021-03-25 17:21:44 +0000 | deu | (de@uio.re) |
| 2021-03-25 17:21:44 +0000 | Forkk | (forkk@2600:3c00::f03c:91ff:fe84:de4d) |
| 2021-03-25 17:21:45 +0000 | glamas | (~glamas@107.182.17.237) |
| 2021-03-25 17:21:48 +0000 | waskell | (~quassel@d66-183-124-203.bchsia.telus.net) |
| 2021-03-25 17:21:51 +0000 | immae | (immaematri@gateway/shell/matrix.org/x-zfqwhsdxxdxwoswl) (Ping timeout: 258 seconds) |
| 2021-03-25 17:21:51 +0000 | Pressyware[m] | (pressyware@gateway/shell/matrix.org/x-rmfhtohxmiuunkwo) (Ping timeout: 258 seconds) |
| 2021-03-25 17:21:51 +0000 | speakerspivakeem | (speakerdea@gateway/shell/matrix.org/x-vezbntbvhbeyemoh) (Ping timeout: 258 seconds) |
| 2021-03-25 17:21:52 +0000 | VarikValefor[m] | (varikvalef@gateway/shell/matrix.org/x-knkkqovlsdtyomsj) (Ping timeout: 258 seconds) |
| 2021-03-25 17:21:53 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) (*.net *.split) |
| 2021-03-25 17:21:53 +0000 | geekosaur | (82650c7a@130.101.12.122) (*.net *.split) |
| 2021-03-25 17:21:53 +0000 | mice-user | (77120018@119-18-0-24.771200.syd.nbn.aussiebb.net) (*.net *.split) |
| 2021-03-25 17:21:55 +0000 | johnnyv[m] | (badwolf256@gateway/shell/matrix.org/x-tfaibwbsyaawzhhj) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:56 +0000 | mud | (kadobanmat@gateway/shell/matrix.org/x-yliwoxyquggnlcor) (Ping timeout: 240 seconds) |
| 2021-03-25 17:21:57 +0000 | sim590 | (~sim590@modemcable090.207-203-24.mc.videotron.ca) |
| 2021-03-25 17:22:03 +0000 | vnz | (~vnz@unaffiliated/vnz) (Quit: ZNC - http://znc.in) |
| 2021-03-25 17:22:07 +0000 | justsomeguy | (~justsomeg@unaffiliated/--/x-3805311) |
| 2021-03-25 17:22:09 +0000 | gareth__ | (~gareth__@104.236.161.134) (Ping timeout: 264 seconds) |
| 2021-03-25 17:22:14 +0000 | juliendehos[m] | (juliendeho@gateway/shell/matrix.org/x-gtjwdqdtuedkukyh) (Ping timeout: 258 seconds) |
| 2021-03-25 17:22:14 +0000 | teej | (uid154177@gateway/web/irccloud.com/x-dbeumxrslumknqne) (Ping timeout: 264 seconds) |
| 2021-03-25 17:22:14 +0000 | Lurkki[m]1 | (lurkkipriv@gateway/shell/matrix.org/x-bdtjlzpkgszqmqzb) (Ping timeout: 258 seconds) |
| 2021-03-25 17:22:14 +0000 | addem[m] | (addemmatri@gateway/shell/matrix.org/x-ntvnidtawalxbjtp) (Ping timeout: 258 seconds) |
| 2021-03-25 17:22:15 +0000 | fgaz | (fgazmatrix@gateway/shell/matrix.org/x-miolkkmcquhustia) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:19 +0000 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) |
| 2021-03-25 17:22:21 +0000 | maroloccio | (~marolocci@pousada3ja.mma.com.br) (Quit: WeeChat 2.3) |
| 2021-03-25 17:22:26 +0000 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-kgoshxibrhfojsgt) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:26 +0000 | M53K5HUN_8[m] | (m53k5hun8m@gateway/shell/matrix.org/x-euhzwfxzheermniq) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:26 +0000 | siraben | (sirabenmat@gateway/shell/matrix.org/x-yfumbrfrhkufdprl) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:28 +0000 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-faoektnrbchujzvl) (Ping timeout: 244 seconds) |
| 2021-03-25 17:22:28 +0000 | viktorstrate[m] | (viktorstra@gateway/shell/matrix.org/x-zxlycwezjdpjnfkv) (Ping timeout: 244 seconds) |
| 2021-03-25 17:22:34 +0000 | L29Ah | (~L29Ah@unaffiliated/l29ah) |
| 2021-03-25 17:22:35 +0000 | DevTurks[m] | (turkdevops@gateway/shell/matrix.org/x-dvhiuszorullyqrz) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:35 +0000 | kadoban | (kadobanemp@gateway/shell/matrix.org/x-flguyzdddcwjthqm) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:35 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:22:37 +0000 | mrus[m] | (mrusmatrix@gateway/shell/matrix.org/x-yhszxvhsbugdebak) (Ping timeout: 258 seconds) |
| 2021-03-25 17:22:37 +0000 | sm[m] | (simonmicma@gateway/shell/matrix.org/x-utidehjolisbbzib) (Ping timeout: 258 seconds) |
| 2021-03-25 17:22:54 +0000 | dustinm | (~dustinm@static.38.6.217.95.clients.your-server.de) |
| 2021-03-25 17:22:56 +0000 | lambdaclan | (lambdaclan@gateway/shell/matrix.org/x-msivqfjwrgwymfkm) (Ping timeout: 240 seconds) |
| 2021-03-25 17:22:59 +0000 | rednaZ[m] | (r3dnazmatr@gateway/shell/matrix.org/x-lzmptztukgszoxpq) (Ping timeout: 244 seconds) |
| 2021-03-25 17:22:59 +0000 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-uwulhmgilwpifdol) (Ping timeout: 244 seconds) |
| 2021-03-25 17:23:00 +0000 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-clgrxiyegovoaorn) (Ping timeout: 258 seconds) |
| 2021-03-25 17:23:02 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:23:18 +0000 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) (Client Quit) |
| 2021-03-25 17:23:18 +0000 | nshepperd | (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (Quit: WeeChat 3.0) |
| 2021-03-25 17:23:22 +0000 | towel | (~towel@unaffiliated/towel) |
| 2021-03-25 17:23:41 +0000 | idhugo_ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-25 17:23:48 +0000 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) |
| 2021-03-25 17:23:49 +0000 | teej | (uid154177@unaffiliated/teej) |
| 2021-03-25 17:24:00 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) |
| 2021-03-25 17:24:01 +0000 | vnz | (~vnz@2001:bc8:604:94f::1) |
| 2021-03-25 17:24:01 +0000 | vnz | (~vnz@2001:bc8:604:94f::1) (Changing host) |
| 2021-03-25 17:24:01 +0000 | vnz | (~vnz@unaffiliated/vnz) |
| 2021-03-25 17:24:03 +0000 | voidcontext | (~pgee@178.62.100.221) |
| 2021-03-25 17:24:07 +0000 | vodkaInferno | (~wormphleg@104.131.156.184) |
| 2021-03-25 17:24:07 +0000 | Uma | (~uma@umazalakain.info) |
| 2021-03-25 17:24:08 +0000 | tumdedum | (~tumdedum@unaffiliated/espiral) |
| 2021-03-25 17:24:08 +0000 | pavonia | (~user@unaffiliated/siracusa) |
| 2021-03-25 17:24:17 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-03-25 17:24:21 +0000 | hive-mind | (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) |
| 2021-03-25 17:24:25 +0000 | gareth__ | (~gareth__@104.236.161.134) |
| 2021-03-25 17:24:32 +0000 | heck-to-the-gnom | (heck-to-th@gateway/shell/matrix.org/x-kmjeqntjrpvcwwjg) (Ping timeout: 244 seconds) |
| 2021-03-25 17:24:42 +0000 | eldritch | (~eldritch@unaffiliated/eldritch) |
| 2021-03-25 17:24:46 +0000 | runawayfive | (~nope@unaffiliated/runawayfive) |
| 2021-03-25 17:24:59 +0000 | urdh | (~urdh@unaffiliated/urdh) |
| 2021-03-25 17:25:01 +0000 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) |
| 2021-03-25 17:25:02 +0000 | nshepperd | (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) |
| 2021-03-25 17:25:13 +0000 | rkvist | (~user@138.197.72.132) |
| 2021-03-25 17:25:15 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 17:25:26 +0000 | kadobanana | (kadoban9he@gateway/shell/matrix.org/x-wdfydwqecifgzpgk) (Ping timeout: 240 seconds) |
| 2021-03-25 17:25:34 +0000 | mly[m] | (mlydisenco@gateway/shell/matrix.org/x-lmlneosenqetjeub) (Ping timeout: 244 seconds) |
| 2021-03-25 17:25:34 +0000 | Haskman[m] | (haskmanmat@gateway/shell/matrix.org/x-vsnyavlzuoisyaeq) (Ping timeout: 244 seconds) |
| 2021-03-25 17:25:56 +0000 | domenkozar[m] | (domenkozar@NixOS/user/domenkozar) (Ping timeout: 240 seconds) |
| 2021-03-25 17:25:56 +0000 | jeffcasavant[m] | (jeffcasava@gateway/shell/matrix.org/x-ckjwitulpnbmjojr) (Ping timeout: 240 seconds) |
| 2021-03-25 17:25:56 +0000 | alar[m] | (alarmxalat@gateway/shell/matrix.org/x-czoxvspjopuwzwfc) (Ping timeout: 240 seconds) |
| 2021-03-25 17:25:57 +0000 | graf_blutwurst | (~user@2001:171b:226e:adc0:8def:33e:39f5:7058) (Remote host closed the connection) |
| 2021-03-25 17:25:57 +0000 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 260 seconds) |
| 2021-03-25 17:26:15 +0000 | rajivr | (uid269651@gateway/web/irccloud.com/x-dvlsvpxgnpvrwfuk) (Quit: Connection closed for inactivity) |
| 2021-03-25 17:26:21 +0000 | juri_ | (~juri@79.140.115.251) |
| 2021-03-25 17:26:43 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:27:12 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) |
| 2021-03-25 17:27:12 +0000 | mice-user | (77120018@119-18-0-24.771200.syd.nbn.aussiebb.net) |
| 2021-03-25 17:27:12 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:27:18 +0000 | teej | (uid154177@unaffiliated/teej) (Changing host) |
| 2021-03-25 17:27:18 +0000 | teej | (uid154177@gateway/web/irccloud.com/x-lnyfzbcaaxjhqqmz) |
| 2021-03-25 17:27:34 +0000 | ukari | (~ukari@unaffiliated/ukari) (Remote host closed the connection) |
| 2021-03-25 17:27:40 +0000 | xlei | (znc@unaffiliated/xlei) |
| 2021-03-25 17:27:52 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 17:28:28 +0000 | ukari | (~ukari@unaffiliated/ukari) |
| 2021-03-25 17:28:32 +0000 | geekosaur | (82650c7a@130.101.12.122) |
| 2021-03-25 17:28:59 +0000 | jjhoo | (jahakala@dsl-trebng21-b048b5-171.dhcp.inet.fi) |
| 2021-03-25 17:29:29 +0000 | lnx | (~irssi@167.71.7.27) |
| 2021-03-25 17:29:30 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:29:38 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:30:12 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Ping timeout: 268 seconds) |
| 2021-03-25 17:31:04 +0000 | Sigyn | (sigyn@freenode/utility-bot/sigyn) |
| 2021-03-25 17:31:04 +0000 | ChanServ | +o Sigyn |
| 2021-03-25 17:32:14 +0000 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
| 2021-03-25 17:32:39 +0000 | dhil | (~dhil@80.208.56.181) (Quit: Leaving) |
| 2021-03-25 17:32:53 +0000 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) |
| 2021-03-25 17:33:04 +0000 | nff | (~IceChat95@62-11-94-44.dialup.tiscali.it) |
| 2021-03-25 17:33:04 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:33:36 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:34:21 +0000 | Ekho | (~Ekho@unaffiliated/ekho) |
| 2021-03-25 17:34:35 +0000 | epta | (~m@nuda.space) (Quit: WeeChat 2.0) |
| 2021-03-25 17:34:39 +0000 | finn_elija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Remote host closed the connection) |
| 2021-03-25 17:35:06 +0000 | finn_elija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
| 2021-03-25 17:35:06 +0000 | nitrix | (~nitrix@haskell/developer/nitrix) (Read error: Connection reset by peer) |
| 2021-03-25 17:35:07 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:35:43 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:36:51 +0000 | nitrix | (~nitrix@haskell/developer/nitrix) |
| 2021-03-25 17:37:18 +0000 | mice-user | (77120018@119-18-0-24.771200.syd.nbn.aussiebb.net) (Quit: Connection closed) |
| 2021-03-25 17:39:07 +0000 | KonTh3D0n | (442ea9ac@c-68-46-169-172.hsd1.mi.comcast.net) |
| 2021-03-25 17:39:07 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:39:19 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:39:19 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) (Quit: Connection closed) |
| 2021-03-25 17:39:23 +0000 | azure1 | (~azure@180.253.163.78) |
| 2021-03-25 17:39:44 +0000 | grumble | (~Thunderbi@freenode/staff/grumble) (Quit: K-Lined) |
| 2021-03-25 17:39:45 +0000 | azure1 | (~azure@180.253.163.78) (Read error: Connection reset by peer) |
| 2021-03-25 17:40:00 +0000 | grumble | (grumble@freenode/staff/grumble) |
| 2021-03-25 17:41:20 +0000 | Neuromancer | (~Neuromanc@unaffiliated/neuromancer) |
| 2021-03-25 17:42:04 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 268 seconds) |
| 2021-03-25 17:42:08 +0000 | Forkk | (forkk@2600:3c00::f03c:91ff:fe84:de4d) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | mikeplus64 | (~mike@unaffiliated/mikeplus64) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | tinwood | (~tinwood@general.default.akavanagh.uk0.bigv.io) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | dequbed | (~dequbed@2001:bc8:3f24:100::1) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | jamestmartin | (james@jtmar.me) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | DigitalKiwi | (~kiwi@unaffiliated/digitalkiwi) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | Guest81162 | (~zzz@2a03:b0c0:3:d0::3095:3001) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | stylewarning | (stylewarni@gateway/web/irccloud.com/x-psocqtvgwiixhzjb) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | mcfilib | (sid302703@gateway/web/irccloud.com/x-cwetoqikkubictlf) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | b20n | (sid115913@gateway/web/irccloud.com/x-keuocphasluzlylu) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | Athas | (athas@2a01:7c8:aaac:1cf:27d:bfc3:53ec:af53) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | davetapley | (sid666@gateway/web/irccloud.com/x-xycablqlvjnkmrdt) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | heyj | (sid171370@gateway/web/irccloud.com/x-dbwqvfxhwatjgmyv) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | solidus-river | (~mike@174.127.249.180) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | ixian | (~mgold@terra.bitplane.org) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | conal | (~conal@192.145.118.249) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | berberman_ | (~berberman@unaffiliated/berberman) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | Guest15726 | (~textual@zrcout.mskcc.org) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | dhouthoo | (~dhouthoo@ptr-eitgbj2w0uu6delkbrh.18120a2.ip6.access.telenet.be) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | chele | (~chele@ip5b40237d.dynamic.kabel-deutschland.de) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:a4ec:e3c6:6b54:caa8) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | xsperry | (~as@unaffiliated/xsperry) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | hyiltiz | (~quassel@unaffiliated/hyiltiz) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | Matthias1 | (~matthias@li890-22.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | dcoutts | (~duncan@94.186.125.91.dyn.plus.net) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | cheater | (~user@unaffiliated/cheater) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | unlink2 | (~unlink2@p200300ebcf254d00a495fbc96206c979.dip0.t-ipconnect.de) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | petersen | (~petersen@redhat/juhp) (*.net *.split) |
| 2021-03-25 17:42:08 +0000 | dolio | (~dolio@haskell/developer/dolio) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | s00pcan | (~chris@075-133-056-178.res.spectrum.com) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | neiluj | (~jco@unaffiliated/neiluj) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | tromp | (~tromp@dhcp-077-249-230-040.chello.nl) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | mozzarella | (~sam@unaffiliated/sam113101) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | sw1nn | (~sw1nn@2a00:23c7:622f:2c00:200f:4151:e888:f7e6) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | nf | (~n@monade.li) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | poljar1 | (~poljar@93-139-86-101.adsl.net.t-com.hr) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | _ashbreeze_ | (~mark@64.85.214.234.reverse.socket.net) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Chousuke | (oranenj@coffee.modeemi.fi) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | PtxDK_ | (~quassel@2a01:7c8:aac3:591:5054:ff:fe3d:cac6) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | lisq | (~quassel@lis.moe) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ViCi | (daniel@10PLM.ro) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | vjacob | (~vjacob@217.71.0.65) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | dxld | (~dxld@rush.pub.dxld.at) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | NinjaTrappeur | (~ninja@unaffiliated/ninjatrappeur) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | sarahzrf | (~sarahzrf_@2604:a880:400:d0::b4a:4001) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | travv0 | (sid293381@gateway/web/irccloud.com/x-wgqufftjffzjttmi) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | JSharp | (sid4580@wikia/JSharp) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | miklcct | (quasselcor@2001:19f0:7001:5ad:5400:2ff:feb6:50d7) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | andi- | (~andi-@NixOS/user/andi-) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ij | (~ij@NixOS/user/siers) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | oats | (~hurr@durr/im/a/sheep) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | dani- | (sid341953@gateway/web/irccloud.com/x-tmspjqxdraljonyu) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | hazard-pointer_ | (sid331723@gateway/web/irccloud.com/x-yguwayyfezbfvngd) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ghuntley | (sid16877@gateway/web/irccloud.com/x-mboskivnsdysjwmu) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | glowcoil | (sid3405@gateway/web/irccloud.com/x-qnxtwxdwpopdxnrp) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | tapas | (sid467876@gateway/web/irccloud.com/x-vhlxkhesrjutejsr) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | operand_ | (~operand@is.altijd.moe) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ProofTechnique | (sid79547@gateway/web/irccloud.com/x-rfjenrecvyozipoh) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Iroha | (~Dykomii@2607:5300:60:336a::1) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | arahael | (~arahael@121-44-10-207.tpgi.com.au) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Putonlalla | (~sapekiis@it-cyan.it.jyu.fi) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | amx | (amx@percival.namespace.at) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | sim642 | (~simmo@unaffiliated/sim642) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | tjbp_ | (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | vqrs | (~vqrs@learnprogramming/regular/vqrs) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | enemeth79 | (sid309041@gateway/web/irccloud.com/x-eoqxflurjsdpbasm) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | lexi-lambda | (sid92601@gateway/web/irccloud.com/x-vjjjhyaezeizewxe) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | d0liver | (sid363046@gateway/web/irccloud.com/x-bwsyftfrfqvhztxi) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | drdo | (~drdo@2605:8900:1000:1001:a:0:7b:2) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Jon | (jon@2a01:7e00::f03c:91ff:fe50:c56) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ^[ | (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | dsal | (sid13060@gateway/web/irccloud.com/x-uvnnqnlcnzzdrtsk) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | edwinb | (sid69486@gateway/web/irccloud.com/x-xwzhiaxkveuuhegz) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Firedancer | (sid336191@gateway/web/irccloud.com/x-pmgurxulpawugffa) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | PotatoGim | (sid99505@gateway/web/irccloud.com/x-utsdahcarcsagzsq) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | PoliticsII______ | (sid193551@gateway/web/irccloud.com/x-avjjihnxyjyphdhq) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | rizary | (sid220347@gateway/web/irccloud.com/x-emjkszgiogiyxdqk) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | gluegadget | (sid22336@gateway/web/irccloud.com/x-dtatiwzsqisljser) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | adius | (sid321344@gateway/web/irccloud.com/x-vhpznmpfkxhgmtem) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | lally | (sid388228@gateway/web/irccloud.com/x-vzsmgszhndktgzzl) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | AndreasK | (sid320732@gateway/web/irccloud.com/x-kryttqynuvubroiv) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | benwr____ | (sid372383@gateway/web/irccloud.com/x-ydzvnixgvudwaexe) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | trevorriles | (sid469656@gateway/web/irccloud.com/x-iraxayojydafpucy) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ebutleriv | (sid217783@gateway/web/irccloud.com/x-qoyqmjfetwxbyhys) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | joshmeredith | (sid387798@gateway/web/irccloud.com/x-mazkbakqjtzyatwb) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | nurupo | (~nurupo.ga@unaffiliated/nurupo) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | madnificent | (~madnifice@static.210.74.63.178.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | juri_ | (~juri@79.140.115.251) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | xlei | (znc@unaffiliated/xlei) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Uma | (~uma@umazalakain.info) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | tumdedum | (~tumdedum@unaffiliated/espiral) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | voidcontext | (~pgee@178.62.100.221) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | Twey | (~twey@unaffiliated/twey) (*.net *.split) |
| 2021-03-25 17:42:09 +0000 | meck | (~meck@li1809-18.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | Bergle_2 | (~Bergle_4@101.165.90.119) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | jrm | (~jrm@freebsd/developer/jrm) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | loc | (~loc@unaffiliated/loc) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | vk3wtf | (~doc@115-64-102-158.tpgi.com.au) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | EdwardIII | (~edwardiii@unaffiliated/edward123) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | carbolymer | (~carbolyme@dropacid.net) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | hexagoxel | (~hexagoxel@hexagoxel.de) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | jvanbure | (~jvanbure@159.65.233.183) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | stiell | (~stian@fsf/member/stiell) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | proteusguy | (~proteusgu@cm-58-10-208-13.revip7.asianet.co.th) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | xintron | (~xintron@unaffiliated/xintron) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | centril | (~centril@213-66-146-92-no250.tbcn.telia.com) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | esph | (~weechat@unaffiliated/esph) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | xhlr | (~xhlr@static.144.156.216.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | Xnuk | (~xnuk@45.76.202.58) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | noecho | (~noecho@static.143.42.203.116.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | codedmart | (~codedmart@149.28.9.205) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | polux2001 | (~polux@51.15.169.172) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | carldd | (~carldd@90-224-49-113-no56.tbcn.telia.com) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | Reiser | (~0a2a0001@static.210.242.216.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | wayne | (~wayne@unaffiliated/wayne) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | quicksilver | (~jules@roobarb.crazydogs.org) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | Patternmaster | (~georg@li1192-118.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | statusfailed | (~statusfai@statusfailed.com) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | tdammers | (~tdammers@unaffiliated/tdammers) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | dixie | (~dixie@real.wilbury.sk) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | zariuq | (~zar@fw1.ciirc.cvut.cz) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | sud0 | (~Death@hackspaceuy/member/sud0) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | stree | (~stree@68.36.8.116) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | fendor_ | (~fendor@178.115.129.125.wireless.dyn.drei.com) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | ep1ctetus | (~epictetus@ip72-194-215-136.sb.sd.cox.net) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | jespada | (~jespada@90.254.243.187) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | jacks2 | (~bc8134e3@217.29.117.252) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | titusg | (~user@158.229.6.51.dyn.plus.net) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | kiltzman | (~k1ltzman@195.189.99.96) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | urodna | (~urodna@unaffiliated/urodna) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | machinedgod | (~machinedg@135-23-192-217.cpe.pppoe.ca) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | byorgey | (~byorgey@155.138.238.211) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | ClaudiusMaximus | (~claude@unaffiliated/claudiusmaximus) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | Rudd0 | (~Rudd0@185.189.115.103) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | kuribas | (~user@ip-188-118-57-242.reverse.destiny.be) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | theDon | (~td@94.134.91.163) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | dcoutts_ | (~dcoutts@unaffiliated/dcoutts) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | Inoperable | (~PLAYER_1@fancydata.science) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | obiiwahn | (~obiwahn@pdpc/supporter/student/obiwahn) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | monochrom | (trebla@216.138.220.146) (*.net *.split) |
| 2021-03-25 17:42:10 +0000 | jonathanx | (~jonathan@h-176-109.A357.priv.bahnhof.se) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | jassob | (~jassob@korrob.vth.sgsnet.se) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | SoF | (~SoF@unaffiliated/skillyonfire) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | jluttine_ | (~jluttine@85-23-66-6.bb.dnainternet.fi) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | jack1909 | (~qpls@cpeb4750e67d202-cmf81d0fad5840.cpe.net.fido.ca) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Adluc | (~Adluc@83.167.228.130) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Chobbes | (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | incertia | (~incertia@d4-50-26-103.nap.wideopenwest.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | tilaiti | (~tilaiti@static.144.156.216.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | dh | (dh@bsd.ee) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | tekacs | (~tekacs@178.79.131.8) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | ByronJohnson | (~bairyn@unaffiliated/bob0) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | {abby} | (~{abby}@unaffiliated/demhydraz) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | sayola1 | (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | WzC | (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | NieDzejkob | (~quassel@195.149.98.3) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | rzmt | (~rzmt@87-92-180-112.rev.dnainternet.fi) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | zopsi | (~zopsi@irc.dir.ac) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Aleksejs | (~Aleksejs@haskell.lv) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | remexre | (~nathan@207-153-38-50.fttp.usinternet.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | johnyginthehouse | (~johnygint@159.203.30.32) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | [df]_ | (~ben@51.15.198.140) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | koluacik_ | (~koluacik@134.122.28.77) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | djanatyn_ | (~djanatyn@ec2-18-209-155-56.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | uwap | (~uwap@mail.uwap.name) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | lazyshrk | (~lazyshrk@128.199.58.13) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | drewolson | (~drewolson@64.227.24.16) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Uniaika | (~uniaika@163.172.211.189) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Squarism | (~someone@unaffiliated/squarism) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | asm89 | (~asm89@unaffiliated/asm89) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | haskell_1 | (~twain@168.61.46.105) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | xarian | (~xarian@104.236.81.162) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | lordyod | (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | APic | (apic@apic.name) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | russruss40 | (~russruss@my.russellmcc.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | acro | (~acro@unaffiliated/acro) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | charukiewicz | (~quassel@irouteince04.i.subnet.rcn.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | mniip | (mniip@freenode/staff/mniip) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | orcus | (~orcus@unaffiliated/orcus) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | whatisRT | (~whatisRT@ip5b416a33.dynamic.kabel-deutschland.de) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | qz | (~quetzal@li272-85.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | sqrt2_ | (~ben@unaffiliated/sqrt2) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | dredozubov | (~dredozubo@37.139.21.214) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Clint | (~Clint@libre.fm/hacker/clint) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | swater_ | (bouhier200@perso.iiens.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | magicman | (~tchakkazu@static-47-180-28-65.lsan.ca.frontiernet.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | nrdmn98 | (~nrdmn@95.129.53.118) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Dykam | (Dykam@dykam.nl) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | avp | (~avp@unaffiliated/avp) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Majiir | (~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | koala_man | (~vidar@unaffiliated/koala-man/x-2491903) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | afx237_ | (~afx237@107.170.10.178) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | neobit | (~neobit@unaffiliated/neobit) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | mawk | (mawk@serveur.io) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | sujeet | (sujeet@unaffiliated/freeboson) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | pdxleif | (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | connrs- | (~connrs@runciter.connrs.uk) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | kjak | (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | p3n | (~p3n@217.198.124.246) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | uberj | (~uberj@unaffiliated/uberj) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | Firedancer_ | (~Firedance@178.62.203.79) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | c-rog | (~c-rog@traffic.simst.im) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | DirefulSalt | (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) (*.net *.split) |
| 2021-03-25 17:42:11 +0000 | astroanax | (astroanax@gateway/shell/ircnow/x-ieczsueboltuwogn) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | hiroaki1 | (~hiroaki@2a02:8108:8c40:2bb8:7bda:a87f:4d01:e46e) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | glguy | (x@freenode/staff/haskell.developer.glguy) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | bwe | (~bwe@unaffiliated/bwe) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | cbarrett | (sid192934@adium/cbarrett) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Bigcheese | (~quassel@unaffiliated/bigcheese) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | lpsmith | (~lpsmith@unaffiliated/lpsmith) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-mlhgxwlisfcfzeee) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | natim87 | (sid286962@gateway/web/irccloud.com/x-degawwyppyrrqxdj) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | sis7_ | (~user@2001:15e8:110:473e::1) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | tabaqui1 | (~tabaqui@2604:a880:800:c1::21b:3001) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | nikola | (~nikola@2a03:b0c0:2:d0::dc2:c001) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Adeon | (sid418992@gateway/web/irccloud.com/x-ofglsdimpdtebsds) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | affinespaces | (sid327561@gateway/web/irccloud.com/x-ggonmcpljdasmoht) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | betawaffle | (sid2730@gateway/web/irccloud.com/x-bxkcemrjdfeodlht) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | amatecha____ | (sid10006@gateway/web/irccloud.com/x-uvfkrdnmulqvmuhf) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | jonrh | (sid5185@gateway/web/irccloud.com/x-edynkmjkttfouabi) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Kronic | (sid480486@gateway/web/irccloud.com/x-nxsfkkgroattssdp) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Tritlo | (sid58727@gateway/web/irccloud.com/x-wbzdtjqdjxocddky) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | alexknvl | (sid259568@gateway/web/irccloud.com/x-aicokisyczvigycz) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | lechner | (~lechner@letbox-vps.us-core.com) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | mstruebing | (~mstruebin@2001:41d0:8:93c7::1) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | stvc | (~stvc@192.241.166.39) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | tureba | (~tureba@tureba.org) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | turq | (~electro@138.197.8.173) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | nerdypepper | (znc@152.67.162.71) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | i7c | (M924mJs6bG@unaffiliated/i7c) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | nopf | (~frosch@static.179.17.76.144.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | jonge | (jonge@kofferbomber.org) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | raid | (macbookpro@irc-1.coding4.coffee) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | davros | (~davros@host86-183-29-83.range86-183.btcentralplus.com) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | pacak | (~pacak@bb116-14-220-91.singnet.com.sg) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | comboy | (~quassel@tesuji.pl) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | acarrico | (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | alx741 | (~alx741@186.178.108.68) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | seanparsons | (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | cyphase | (~cyphase@unaffiliated/cyphase) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | vchlup | (~vchlup@nat.brnet.cz) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | arianvp | (~weechat@arianvp.me) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | RusAlex | (~Chel@unaffiliated/rusalex) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | ian_ | (~igloo@matrix.chaos.earth.li) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | xerox_ | (~xerox@unaffiliated/xerox) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | hc | (~hc@fsfe/hc) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | gothos | (~gothos@antsy.jhz.name) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | shailangsa | (~shailangs@host165-120-169-19.range165-120.btcentralplus.com) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | xensky | (~xensky@xengarden.xen.prgmr.com) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | gentauro | (~gentauro@unaffiliated/gentauro) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | chirpsalot | (~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) (*.net *.split) |
| 2021-03-25 17:42:12 +0000 | rotty | (rotty@ghost.xx.vu) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | heath | (~heath@unaffiliated/ybit) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | tv | (~tv@unaffiliated/tv) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | apoc | (~apoc@49.12.13.193) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | wz1000 | (~wz1000@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | Guest41046 | (~melkor@31.31.76.126) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | deni | (~deni@unaffiliated/deni) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | luigy_ | (~luigy@104.236.106.229) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | gienah | (~mwright@gentoo/developer/gienah) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | otulp | (~otulp@ti0187q162-6639.bb.online.no) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | bind2 | (~bind@unaffiliated/bind) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | peutri | (~peutri@ns317027.ip-94-23-46.eu) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | duairc_ | (~shane@ana.rch.ist) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | amosbird | (~amosbird@13.75.119.182) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | msgctl | (~msgctl@ometochtli.centzontotochtin.org) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | marek | (~mmahut@fedora/pyxel) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | malthe | (~mborch@46.101.103.63) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | Zemyla_ | (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | gargawel_ | (~gael@212.83.144.58) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | tstat_ | (~tstat@104.131.113.212) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | beka | (~beka@gothdyke.mom) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | cpape | (~user@static.180.18.203.116.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | janne | (~janne@punainen.org) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | SupaYoshi | (~supayoshi@213-10-140-13.fixed.kpn.net) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | jathan | (~jathan@69.61.93.38) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | pierrot | (~pi@unaffiliated/pierrot) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | toppler` | (~user@mtop.default.momentoftop.uk0.bigv.io) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | filwisher | (~filwisher@78.141.201.45) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | anoe | (~anoe@delanoe.org) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | relrod | (~relrod@redhat/ansible.staff.relrod) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | wrunt | (~ajc@vmx14030.hosting24.com.au) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | thecoffemaker | (~thecoffem@unaffiliated/thecoffemaker) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | zymurgy | (~zymurgy@li607-220.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | robotmay | (~beepboop@80.172.187.81.in-addr.arpa) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | clynamen | (~clynamen@net-93-66-1-11.cust.vodafonedsl.it) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | Anthaas | (~Anthaas@unaffiliated/anthaas) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | fr33domlover | (~fr33domlo@fsf/member/fr33domlover) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | brkscnce_ | (~obaum@37.120.59.241) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | hyperfekt | (end@bnc.hyperfekt.net) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | shreyasminocha | (~shreyasmi@unaffiliated/shreyasminocha) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | sigmundv | (~sigmundv@178.62.72.87) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | ring0` | (~ringo@unaffiliated/ring0/x-8667941) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | kosmikus | (~kosmikus@haskell/developer/kosmikus) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | jmsx | (~jordan@li1158-85.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | vent | (~vent@185.62.190.213) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | Kneiva | (kneiva@raah.fi) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | gareth__ | (~gareth__@104.236.161.134) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | pavonia | (~user@unaffiliated/siracusa) (*.net *.split) |
| 2021-03-25 17:42:13 +0000 | L29Ah | (~L29Ah@unaffiliated/l29ah) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | xsarnik0 | (xsarnik@gateway/shell/fi.muni.cz/x-dwtmcfruqddzzbvx) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | rookie101 | (~rookie@207.154.204.166) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | samebchase- | (~samebchas@51.15.68.182) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | lockshaw | (~lockshaw@165.22.163.71) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | concept2 | (~concept2@unaffiliated/tubo) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | dan64 | (~dan64@dannyadam.com) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | icebreaker | (michalc@unaffiliated/icebreaker) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | endokqr | (~kqr@vps.xkqr.org) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | pounce | (~pounce@ns379743.ip-5-196-70.eu) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | cgfbee | (~bot@oc1.itim-cj.ro) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | iomonad | (~iomonad@unaffiliated/iomonad) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | tv- | (~tv@unaffiliated/tv-) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | tomboy64 | (~tomboy64@unaffiliated/tomboy64) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | zmagii | (~zmagii@unaffiliated/zmagii) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | caubert | (~caubert@136.244.111.235) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | haya | (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | SquidDev | (~SquidDev@autoclave.squiddev.cc) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | sajith | (~sajith@fsf/member/nonzen) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | dorkside | (~tdbgamer@208.190.197.222) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | leafiest | (~leafiest@165.227.53.12) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | andjjj23 | (~irc@107.170.228.47) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | ornxka | (~ornxka@unaffiliated/ornx) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | jtcs | (~jtcs@vmi359854.contaboserver.net) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | avn | (~avn@78-56-108-78.static.zebra.lt) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | eagleflo | (~aku@eagleflow.fi) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | cross | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | haveo | (~haveo@sl35.iuwt.fr) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | liyang | (~liyang@90.253.54.54) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | thebnq | (~bnq@herrokitty.com) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | int-e | (~noone@int-e.eu) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | BIG_JIMMY_D | (~jim@108.61.185.76) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | bcmiller | (~bm3719@66.42.95.185) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | yahb | (xsbot@haskell/bot/yahb) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | zaquest | (~notzaques@5.128.210.178) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | ph88 | (~ph88@ip5f5af71a.dynamic.kabel-deutschland.de) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | cr3 | (~cr3@192-222-143-195.qc.cable.ebox.net) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | unyu | (~pyon@unaffiliated/pyon) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | m0rphism | (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | wonko7 | (~wonko7@62.115.229.50) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | fryguybob | (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | Nahra | (~user@unaffiliated/nahra) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | p8m | (p8m@gateway/vpn/protonvpn/p8m) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | kilolympus | (~kilolympu@5.151.5.181) (*.net *.split) |
| 2021-03-25 17:42:14 +0000 | mrchampion | (~mrchampio@38.18.109.23) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | Axman6 | (~Axman6@pdpc/supporter/student/Axman6) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | javran | (~javran@108-201-186-97.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | conkker | (~conkker@unaffiliated/conkker) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | maerwald | (~maerwald@mail.hasufell.de) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | styledash | (~styledash@157.230.173.136) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | MarcelineVQ | (~anja@198.254.208.159) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | Cathy | (~Cathy@unaffiliated/cathy) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | jhuizy | (~jhuizy@static.241.188.216.95.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | raoul90 | (~raoulhida@nomnomnomnom.co.uk) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | kadoban_ | (~mud@unaffiliated/kadoban) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | _bin | (~bin@75-54-107-59.lightspeed.hstntx.sbcglobal.net) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | tomku | (~tomku@unaffiliated/tomku) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | myme | (~myme@li1406-121.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | lyxia | (~lyxia@poisson.chat) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | bendo | (~bendo@130.61.122.121) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | terrorjack | (~terrorjac@ec2-54-95-39-30.ap-northeast-1.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | tasuki | (~tasuki@198.211.120.27) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | troydm | (~troydm@unaffiliated/troydm) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | SIben | (~siben@ns3106586.ip-5-135-191.eu) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | Katarushisu | (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | alp | (~alp@163.172.83.213) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | Nikotiini | (~ubuntu@ec2-52-213-118-142.eu-west-1.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | Cerise_ | (~jerry@natsumi.devzero.info) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | nojster | (~noj@vmd62096.contaboserver.net) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | zyeri- | (zyeri@tilde.team) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | greymalkin | (~greymalki@199.180.249.79) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | iphy | (sid67735@gateway/web/irccloud.com/x-njeroaggwywsdzoz) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | digia | (~digia@unaffiliated/digia) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | piele | (~piele@tbonesteak.creativeserver.net) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | rodlogic__ | (sid214676@gateway/web/irccloud.com/x-yoyxokhlckayyvzp) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | gregberns_ | (sid315709@gateway/web/irccloud.com/x-kkvyrnzpjdfmhqlf) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | edmundnoble | (sid229620@gateway/web/irccloud.com/x-nfdlgyodubkpnlvx) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | tiru | (tiru@gateway/web/irccloud.com/x-dlwjngocqhusbrbk) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | verlet64_ | (sid261276@gateway/web/irccloud.com/x-ihhxhpwzmuoycqur) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | newhoggy | (sid198874@gateway/web/irccloud.com/x-iidhenjvjruvauox) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | irclogger_com | (~irclogger@li659-42.members.linode.com) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | emergence | (~emergence@vm0.max-p.me) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | mr_yogurt | (~mr_yogurt@5.61.211.35.bc.googleusercontent.com) (*.net *.split) |
| 2021-03-25 17:42:15 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) (Write error: Connection reset by peer) |
| 2021-03-25 17:42:15 +0000 | johnyginthehouse | (~johnygint@159.203.30.32) |
| 2021-03-25 17:42:15 +0000 | Rudd0 | (~Rudd0@185.189.115.103) |
| 2021-03-25 17:42:16 +0000 | quicksil1er | (~jules@roobarb.crazydogs.org) |
| 2021-03-25 17:42:16 +0000 | magicman | (~tchakkazu@static-47-180-28-65.lsan.ca.frontiernet.net) |
| 2021-03-25 17:42:16 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) |
| 2021-03-25 17:42:16 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) (Changing host) |
| 2021-03-25 17:42:16 +0000 | koala_man | (~vidar@unaffiliated/koala-man/x-2491903) |
| 2021-03-25 17:42:17 +0000 | luigy | (~luigy@104.236.106.229) |
| 2021-03-25 17:42:17 +0000 | hyiltiz_ | (~quassel@31.220.5.250) |
| 2021-03-25 17:42:17 +0000 | neobit_ | (~neobit@159.65.243.9) |
| 2021-03-25 17:42:18 +0000 | dh | (dh@bsd.ee) |
| 2021-03-25 17:42:18 +0000 | jack1909_ | (~qpls@cpeb4750e67d202-cmf81d0fad5840.cpe.net.fido.ca) |
| 2021-03-25 17:42:18 +0000 | ByronJohnson | (~bairyn@unaffiliated/bob0) |
| 2021-03-25 17:42:19 +0000 | swater | (bouhier200@perso.iiens.net) |
| 2021-03-25 17:42:19 +0000 | dixie_ | (~dixie@real.wilbury.sk) |
| 2021-03-25 17:42:19 +0000 | Clint | (~Clint@libre.fm/hacker/clint) |
| 2021-03-25 17:42:19 +0000 | turq_ | (~electro@138.197.8.173) |
| 2021-03-25 17:42:19 +0000 | Igloo | (~igloo@matrix.chaos.earth.li) |
| 2021-03-25 17:42:20 +0000 | sqrt2 | (~ben@unaffiliated/sqrt2) |
| 2021-03-25 17:42:20 +0000 | thebnq | (~bnq@herrokitty.com) |
| 2021-03-25 17:42:20 +0000 | int-e | (~noone@int-e.eu) |
| 2021-03-25 17:42:21 +0000 | Chousuke_ | (oranenj@coffee.modeemi.fi) |
| 2021-03-25 17:42:21 +0000 | gargawel | (~gael@212.83.144.58) |
| 2021-03-25 17:42:21 +0000 | Kneiva_ | (kneiva@raah.fi) |
| 2021-03-25 17:42:21 +0000 | nopf_ | (~frosch@static.179.17.76.144.clients.your-server.de) |
| 2021-03-25 17:42:21 +0000 | jmsx | (~jordan@li1158-85.members.linode.com) |
| 2021-03-25 17:42:21 +0000 | Edward123 | (~edwardiii@unaffiliated/edward123) |
| 2021-03-25 17:42:22 +0000 | BIG_JIMM1_D | (~jim@108.61.185.76) |
| 2021-03-25 17:42:22 +0000 | Athas_ | (athas@2a01:7c8:aaac:1cf:27d:bfc3:53ec:af53) |
| 2021-03-25 17:42:22 +0000 | drewolson | (~drewolson@64.227.24.16) |
| 2021-03-25 17:42:23 +0000 | ClaudiusMaximus | (~claude@cpc98210-croy26-2-0-cust137.19-2.cable.virginm.net) |
| 2021-03-25 17:42:23 +0000 | Patternmaster | (~georg@li1192-118.members.linode.com) |
| 2021-03-25 17:42:23 +0000 | k1ltzman | (~k1ltzman@195.189.99.96) |
| 2021-03-25 17:42:23 +0000 | bwe_ | (~bwe@2a01:4f8:1c1c:4878::2) |
| 2021-03-25 17:42:23 +0000 | EPic | (apic@apic.name) |
| 2021-03-25 17:42:23 +0000 | _janne | (~janne@punainen.org) |
| 2021-03-25 17:42:23 +0000 | kjak | (~kjak@pool-108-45-56-21.washdc.fios.verizon.net) |
| 2021-03-25 17:42:23 +0000 | WarzoneCommand | (~Frank@77-162-168-71.fixed.kpn.net) |
| 2021-03-25 17:42:23 +0000 | juri_ | (~juri@79.140.115.251) |
| 2021-03-25 17:42:23 +0000 | statusfailed | (~statusfai@statusfailed.com) |
| 2021-03-25 17:42:23 +0000 | neiluj | (~jco@91-167-203-101.subs.proxad.net) |
| 2021-03-25 17:42:24 +0000 | dibblego | (~dibblego@122-199-1-30.ip4.superloop.com) |
| 2021-03-25 17:42:24 +0000 | jrm2 | (~jrm@freebsd/developer/jrm) |
| 2021-03-25 17:42:25 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 17:42:25 +0000 | theDon | (~td@94.134.91.163) |
| 2021-03-25 17:42:25 +0000 | titusg | (~user@158.229.6.51.dyn.plus.net) |
| 2021-03-25 17:42:25 +0000 | ventolin | (~vent@185.62.190.213) |
| 2021-03-25 17:42:26 +0000 | comboy | (~quassel@tesuji.pl) |
| 2021-03-25 17:42:27 +0000 | s00pcan | (~chris@075-133-056-178.res.spectrum.com) |
| 2021-03-25 17:42:27 +0000 | Iroha | (~Dykomii@kyoto.mii.moe) |
| 2021-03-25 17:42:27 +0000 | hexagoxel | (~hexagoxel@hexagoxel.de) |
| 2021-03-25 17:42:29 +0000 | marek | (~mmahut@209.250.249.245) |
| 2021-03-25 17:42:29 +0000 | sarahzrf | (~sarahzrf_@sarahzrf.com) |
| 2021-03-25 17:42:29 +0000 | gienah | (~mwright@gentoo/developer/gienah) |
| 2021-03-25 17:42:29 +0000 | Firedancer | (~Firedance@178.62.203.79) |
| 2021-03-25 17:42:29 +0000 | dibblego | (~dibblego@122-199-1-30.ip4.superloop.com) (Changing host) |
| 2021-03-25 17:42:29 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) |
| 2021-03-25 17:42:30 +0000 | toppler` | (~user@mtop.default.momentoftop.uk0.bigv.io) |
| 2021-03-25 17:42:30 +0000 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) |
| 2021-03-25 17:42:30 +0000 | wayne | (~wayne@consume.rocks) |
| 2021-03-25 17:42:30 +0000 | dredozubov | (~dredozubo@37.139.21.214) |
| 2021-03-25 17:42:30 +0000 | clynamen | (~clynamen@net-93-66-1-11.cust.vodafonedsl.it) |
| 2021-03-25 17:42:30 +0000 | digia | (~digia@unaffiliated/digia) |
| 2021-03-25 17:42:31 +0000 | tekacs | (~tekacs@178.79.131.8) |
| 2021-03-25 17:42:31 +0000 | tureba | (~tureba@tureba.org) |
| 2021-03-25 17:42:31 +0000 | tdammers | (~tdammers@77.109.72.101.res.static.edpnet.net) |
| 2021-03-25 17:42:31 +0000 | Uniaika | (~uniaika@163.172.211.189) |
| 2021-03-25 17:42:31 +0000 | pierrot | (~pi@5.189.155.139) |
| 2021-03-25 17:42:31 +0000 | uwap | (~uwap@mail.uwap.name) |
| 2021-03-25 17:42:31 +0000 | xhlr | (~xhlr@static.144.156.216.95.clients.your-server.de) |
| 2021-03-25 17:42:31 +0000 | seanparsons | (~sean@cpc145088-gill21-2-0-cust281.20-1.cable.virginm.net) |
| 2021-03-25 17:42:31 +0000 | whatisRT | (~whatisRT@91.65.106.51) |
| 2021-03-25 17:42:31 +0000 | esph | (~weechat@unaffiliated/esph) |
| 2021-03-25 17:42:31 +0000 | tomku | (~tomku@068-112-105-122.res.spectrum.com) |
| 2021-03-25 17:42:31 +0000 | heath | (~heath@138.197.0.135) |
| 2021-03-25 17:42:31 +0000 | relrod | (~relrod@origin.elrod.me) |
| 2021-03-25 17:42:31 +0000 | fryguybob | (~fryguybob@cpe-74-65-31-113.rochester.res.rr.com) |
| 2021-03-25 17:42:31 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) |
| 2021-03-25 17:42:31 +0000 | acro | (~acro@188.166.31.185) |
| 2021-03-25 17:42:31 +0000 | malthe | (~mborch@46.101.103.63) |
| 2021-03-25 17:42:31 +0000 | deni | (~deni@mail.denibertovic.com) |
| 2021-03-25 17:42:31 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) |
| 2021-03-25 17:42:31 +0000 | solidus-river | (~mike@174.127.249.180) |
| 2021-03-25 17:42:31 +0000 | byorgey | (~byorgey@155.138.238.211) |
| 2021-03-25 17:42:31 +0000 | edwtjo | (~edwtjo@h-7-145.A213.priv.bahnhof.se) |
| 2021-03-25 17:42:32 +0000 | deni | (~deni@mail.denibertovic.com) (Changing host) |
| 2021-03-25 17:42:32 +0000 | deni | (~deni@unaffiliated/deni) |
| 2021-03-25 17:42:32 +0000 | heath | (~heath@138.197.0.135) (Changing host) |
| 2021-03-25 17:42:32 +0000 | heath | (~heath@unaffiliated/ybit) |
| 2021-03-25 17:42:32 +0000 | tomku | (~tomku@068-112-105-122.res.spectrum.com) (Changing host) |
| 2021-03-25 17:42:32 +0000 | tomku | (~tomku@unaffiliated/tomku) |
| 2021-03-25 17:42:32 +0000 | maerwald | (~maerwald@mail.hasufell.de) |
| 2021-03-25 17:42:32 +0000 | le_jonge | (jonge@kofferbomber.org) |
| 2021-03-25 17:42:32 +0000 | cpape` | (~user@static.180.18.203.116.clients.your-server.de) |
| 2021-03-25 17:42:32 +0000 | kuribas | (~user@ip-188-118-57-242.reverse.destiny.be) |
| 2021-03-25 17:42:32 +0000 | mikeplus64 | (~mike@2406:d500:6:1:216:3cff:fe36:651) |
| 2021-03-25 17:42:33 +0000 | pierrot | (~pi@5.189.155.139) (Changing host) |
| 2021-03-25 17:42:33 +0000 | pierrot | (~pi@unaffiliated/pierrot) |
| 2021-03-25 17:42:33 +0000 | dcoutts | (~duncan@94.186.125.91.dyn.plus.net) |
| 2021-03-25 17:42:33 +0000 | jonathanx | (~jonathan@h-176-109.A357.priv.bahnhof.se) |
| 2021-03-25 17:42:33 +0000 | kosmikus_ | (~kosmikus@nullzig.kosmikus.org) |
| 2021-03-25 17:42:33 +0000 | melkor | (~melkor@2a02:2b88:2:1::5b34:1) |
| 2021-03-25 17:42:33 +0000 | kuribas | (~user@ip-188-118-57-242.reverse.destiny.be) (Remote host closed the connection) |
| 2021-03-25 17:42:34 +0000 | sud0 | (~Death@hackspaceuy/member/sud0) |
| 2021-03-25 17:42:35 +0000 | Xnuk | (~xnuk@vultr.xnu.kr) |
| 2021-03-25 17:42:35 +0000 | madnificent | (~madnifice@static.210.74.63.178.clients.your-server.de) |
| 2021-03-25 17:42:35 +0000 | noecho | (~noecho@static.143.42.203.116.clients.your-server.de) |
| 2021-03-25 17:42:36 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 17:42:36 +0000 | icebreaker | (michalc@freeshell.de) |
| 2021-03-25 17:42:36 +0000 | dhouthoo | (~dhouthoo@ptr-eitgbj2w0uu6delkbrh.18120a2.ip6.access.telenet.be) |
| 2021-03-25 17:42:37 +0000 | sayola | (~vekto@dslb-002-201-085-157.002.201.pools.vodafone-ip.de) |
| 2021-03-25 17:42:37 +0000 | wz1000 | (~wz1000@static.11.113.47.78.clients.your-server.de) |
| 2021-03-25 17:42:37 +0000 | ViCi | (daniel@10PLM.ro) |
| 2021-03-25 17:42:37 +0000 | zaquest | (~notzaques@5.128.210.178) |
| 2021-03-25 17:42:38 +0000 | tstat | (~tstat@104.131.113.212) |
| 2021-03-25 17:42:38 +0000 | codedmart | (~codedmart@149.28.9.205) |
| 2021-03-25 17:42:38 +0000 | qz | (~quetzal@li272-85.members.linode.com) |
| 2021-03-25 17:42:38 +0000 | jhuizy | (~jhuizy@static.241.188.216.95.clients.your-server.de) |
| 2021-03-25 17:42:38 +0000 | DigitalKiwi | (~kiwi@unaffiliated/digitalkiwi) |
| 2021-03-25 17:42:38 +0000 | wrunt | (~ajc@vmx14030.hosting24.com.au) |
| 2021-03-25 17:42:39 +0000 | _ashbreeze_ | (~mark@64.85.214.234.reverse.socket.net) |
| 2021-03-25 17:42:39 +0000 | zariuq | (~zar@fw1.ciirc.cvut.cz) |
| 2021-03-25 17:42:39 +0000 | asm89 | (~asm89@unaffiliated/asm89) |
| 2021-03-25 17:42:39 +0000 | caubert_ | (~caubert@136.244.111.235) |
| 2021-03-25 17:42:39 +0000 | DirefulSalt | (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) |
| 2021-03-25 17:42:40 +0000 | nikola1 | (~nikola@2a03:b0c0:2:d0::dc2:c001) |
| 2021-03-25 17:42:40 +0000 | trevorriles | (sid469656@gateway/web/irccloud.com/x-lypnrkhttsfkvnne) |
| 2021-03-25 17:42:40 +0000 | wayne | (~wayne@consume.rocks) (Changing host) |
| 2021-03-25 17:42:40 +0000 | wayne | (~wayne@unaffiliated/wayne) |
| 2021-03-25 17:42:40 +0000 | russruss40 | (~russruss@my.russellmcc.com) |
| 2021-03-25 17:42:41 +0000 | chele | (~chele@ip5b40237d.dynamic.kabel-deutschland.de) |
| 2021-03-25 17:42:41 +0000 | greymalkin | (~greymalki@199.180.249.79) |
| 2021-03-25 17:42:41 +0000 | tdammers | (~tdammers@77.109.72.101.res.static.edpnet.net) (Changing host) |
| 2021-03-25 17:42:41 +0000 | tdammers | (~tdammers@unaffiliated/tdammers) |
| 2021-03-25 17:42:41 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) |
| 2021-03-25 17:42:41 +0000 | amosbird | (~amosbird@13.75.119.182) |
| 2021-03-25 17:42:41 +0000 | haya | (~haya@ec2-18-231-117-140.sa-east-1.compute.amazonaws.com) |
| 2021-03-25 17:42:41 +0000 | concept2 | (~concept2@unaffiliated/tubo) |
| 2021-03-25 17:42:41 +0000 | hc | (~hc@bsd.pm) |
| 2021-03-25 17:42:41 +0000 | nerdypepper | (znc@152.67.162.71) |
| 2021-03-25 17:42:42 +0000 | voidcontext | (~pgee@178.62.100.221) |
| 2021-03-25 17:42:43 +0000 | edwtjo | (~edwtjo@h-7-145.A213.priv.bahnhof.se) (Changing host) |
| 2021-03-25 17:42:43 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) |
| 2021-03-25 17:42:43 +0000 | andjjj23_ | (~irc@107.170.228.47) |
| 2021-03-25 17:42:44 +0000 | tromp | (~tromp@dhcp-077-249-230-040.chello.nl) |
| 2021-03-25 17:42:44 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) |
| 2021-03-25 17:42:45 +0000 | poljar1 | (~poljar@93-139-86-101.adsl.net.t-com.hr) |
| 2021-03-25 17:42:45 +0000 | benwr____ | (sid372383@gateway/web/irccloud.com/x-zyhsoymuwmineqiy) |
| 2021-03-25 17:42:45 +0000 | ixian | (~mgold@2002:4a74:ba78:1701:0:ff:fe78:6269) |
| 2021-03-25 17:42:45 +0000 | [df] | (~ben@51.15.198.140) |
| 2021-03-25 17:42:45 +0000 | Dykam_ | (Dykam@dykam.nl) |
| 2021-03-25 17:42:45 +0000 | uberj | (~uberj@unaffiliated/uberj) |
| 2021-03-25 17:42:45 +0000 | javran | (~javran@108-201-186-97.lightspeed.sntcca.sbcglobal.net) |
| 2021-03-25 17:42:46 +0000 | p3n | (~p3n@2a00:19a0:3:7c:0:d9c6:7cf6:1) |
| 2021-03-25 17:42:46 +0000 | samebchase- | (~samebchas@51.15.68.182) |
| 2021-03-25 17:42:46 +0000 | polux2001 | (~polux@51.15.169.172) |
| 2021-03-25 17:42:46 +0000 | peutri | (~peutri@ns317027.ip-94-23-46.eu) |
| 2021-03-25 17:42:46 +0000 | haveo | (~haveo@sl35.iuwt.fr) |
| 2021-03-25 17:42:46 +0000 | duairc | (~shane@ana.rch.ist) |
| 2021-03-25 17:42:46 +0000 | bendo | (~bendo@130.61.122.121) |
| 2021-03-25 17:42:46 +0000 | gentauro | (~gentauro@185.107.12.141) |
| 2021-03-25 17:42:46 +0000 | lyxia | (~lyxia@poisson.chat) |
| 2021-03-25 17:42:46 +0000 | otulp | (~otulp@ti0187q162-6639.bb.online.no) |
| 2021-03-25 17:42:47 +0000 | bcmiller | (~bm3719@66.42.95.185) |
| 2021-03-25 17:42:47 +0000 | anoe | (~anoe@51.15.174.146) |
| 2021-03-25 17:42:47 +0000 | liyang | (~liyang@90.253.54.54) |
| 2021-03-25 17:42:47 +0000 | rotty | (rotty@ghost.xx.vu) |
| 2021-03-25 17:42:47 +0000 | mikeplus64 | (~mike@2406:d500:6:1:216:3cff:fe36:651) (Changing host) |
| 2021-03-25 17:42:47 +0000 | mikeplus64 | (~mike@unaffiliated/mikeplus64) |
| 2021-03-25 17:42:47 +0000 | kilolympus | (~kilolympu@5.151.5.180) |
| 2021-03-25 17:42:47 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:42:48 +0000 | emergence | (~emergence@vm0.max-p.me) |
| 2021-03-25 17:42:48 +0000 | haskell_1 | (~twain@168.61.46.105) |
| 2021-03-25 17:42:48 +0000 | filwisher | (~filwisher@78.141.201.45) |
| 2021-03-25 17:42:48 +0000 | alp | (~alp@163.172.83.213) |
| 2021-03-25 17:42:48 +0000 | nojster | (~noj@vmd62096.contaboserver.net) |
| 2021-03-25 17:42:48 +0000 | stvc | (~stvc@192.241.166.39) |
| 2021-03-25 17:42:48 +0000 | jassob | (~jassob@korrob.vth.sgsnet.se) |
| 2021-03-25 17:42:48 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-03-25 17:42:48 +0000 | tasuki | (~tasuki@198.211.120.27) |
| 2021-03-25 17:42:48 +0000 | Putonlalla | (~sapekiis@it-cyan.it.jyu.fi) |
| 2021-03-25 17:42:49 +0000 | koluacik | (~koluacik@134.122.28.77) |
| 2021-03-25 17:42:49 +0000 | yahb | (xsbot@178.219.36.155) |
| 2021-03-25 17:42:49 +0000 | remexre | (~nathan@207-153-38-50.fttp.usinternet.com) |
| 2021-03-25 17:42:50 +0000 | rookie101 | (~rookie@207.154.204.166) |
| 2021-03-25 17:42:50 +0000 | zzz | (~zzz@46.101.134.251) |
| 2021-03-25 17:42:50 +0000 | sim642 | (~simmo@unaffiliated/sim642) |
| 2021-03-25 17:42:50 +0000 | eagleflo | (~aku@eagleflow.fi) |
| 2021-03-25 17:42:50 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) |
| 2021-03-25 17:42:51 +0000 | endokqr | (~kqr@vps.xkqr.org) |
| 2021-03-25 17:42:51 +0000 | gregberns_ | (sid315709@gateway/web/irccloud.com/x-jubncvccaprwennl) |
| 2021-03-25 17:42:51 +0000 | tilaiti | (~tilaiti@static.144.156.216.95.clients.your-server.de) |
| 2021-03-25 17:42:52 +0000 | tv- | (~tv@138.197.132.6) |
| 2021-03-25 17:42:52 +0000 | ring0` | (~ringo@unaffiliated/ring0/x-8667941) |
| 2021-03-25 17:42:52 +0000 | lexi-lambda | (sid92601@gateway/web/irccloud.com/x-ifdrsfisupquxnai) |
| 2021-03-25 17:42:53 +0000 | mcfilib | (sid302703@gateway/web/irccloud.com/x-cghskpdzyxvcqslm) |
| 2021-03-25 17:42:53 +0000 | hazard-pointer_ | (sid331723@gateway/web/irccloud.com/x-mrkimhdfnvbytrva) |
| 2021-03-25 17:42:53 +0000 | jonrh | (sid5185@gateway/web/irccloud.com/x-ysuvrbtwdxclmwmm) |
| 2021-03-25 17:42:53 +0000 | hc | (~hc@bsd.pm) (Changing host) |
| 2021-03-25 17:42:53 +0000 | hc | (~hc@fsfe/hc) |
| 2021-03-25 17:42:54 +0000 | lally | (sid388228@gateway/web/irccloud.com/x-micawzivdxbhrdny) |
| 2021-03-25 17:42:54 +0000 | MarcelineVQ | (~anja@198.254.208.159) |
| 2021-03-25 17:42:54 +0000 | dorkside | (~tdbgamer@208.190.197.222) |
| 2021-03-25 17:42:54 +0000 | icebreaker | (michalc@freeshell.de) (Changing host) |
| 2021-03-25 17:42:54 +0000 | icebreaker | (michalc@unaffiliated/icebreaker) |
| 2021-03-25 17:42:55 +0000 | SIben | (~siben@5.135.191.127) |
| 2021-03-25 17:42:55 +0000 | raoul90 | (~raoulhida@nomnomnomnom.co.uk) |
| 2021-03-25 17:42:55 +0000 | cr3 | (~cr3@192.222.143.195) |
| 2021-03-25 17:42:55 +0000 | tumdedum | (~tumdedum@81.4.125.131) |
| 2021-03-25 17:42:55 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) |
| 2021-03-25 17:42:55 +0000 | jluttine_ | (~jluttine@85-23-66-6.bb.dnainternet.fi) |
| 2021-03-25 17:42:55 +0000 | d0liver | (sid363046@gateway/web/irccloud.com/x-dgqegiwtulhojpbh) |
| 2021-03-25 17:42:55 +0000 | nrdmn98 | (~nrdmn@95.129.53.118) |
| 2021-03-25 17:42:55 +0000 | obiiwahn | (~obiwahn@obiwahn.org) |
| 2021-03-25 17:42:55 +0000 | enemeth79 | (sid309041@gateway/web/irccloud.com/x-iokskzkzdpngtftb) |
| 2021-03-25 17:42:55 +0000 | heyj | (sid171370@gateway/web/irccloud.com/x-arodbxfmhubswiuy) |
| 2021-03-25 17:42:55 +0000 | travv0 | (sid293381@gateway/web/irccloud.com/x-bmnsmvdukydxzojl) |
| 2021-03-25 17:42:55 +0000 | dolio | (~dolio@209.6.50.195) |
| 2021-03-25 17:42:55 +0000 | myme | (~myme@li1406-121.members.linode.com) |
| 2021-03-25 17:42:56 +0000 | jrm2 | jrm |
| 2021-03-25 17:42:56 +0000 | dani- | (sid341953@gateway/web/irccloud.com/x-dpwgagznzbsmxica) |
| 2021-03-25 17:42:57 +0000 | gluegadget | (sid22336@gateway/web/irccloud.com/x-nacghkaecqyzfaiu) |
| 2021-03-25 17:42:57 +0000 | newhoggy | (sid198874@gateway/web/irccloud.com/x-awuybgnwtcbclgxl) |
| 2021-03-25 17:42:57 +0000 | iphy | (sid67735@gateway/web/irccloud.com/x-plvmmnmxjphcbcan) |
| 2021-03-25 17:42:57 +0000 | tv- | (~tv@138.197.132.6) (Signing in (tv-)) |
| 2021-03-25 17:42:57 +0000 | tv- | (~tv@unaffiliated/tv-) |
| 2021-03-25 17:42:57 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) |
| 2021-03-25 17:42:57 +0000 | amx | (amx@percival.namespace.at) |
| 2021-03-25 17:42:57 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:42:57 +0000 | urodna | (~urodna@unaffiliated/urodna) |
| 2021-03-25 17:42:57 +0000 | rodlogic__ | (sid214676@gateway/web/irccloud.com/x-ankhtflkqlftaoxo) |
| 2021-03-25 17:42:58 +0000 | dan64 | (~dan64@dannyadam.com) |
| 2021-03-25 17:42:58 +0000 | sujeet | (sujeet@unaffiliated/freeboson) |
| 2021-03-25 17:42:58 +0000 | b20n | (sid115913@gateway/web/irccloud.com/x-bcilisnluaermlni) |
| 2021-03-25 17:42:59 +0000 | sarahzrf | Guest67571 |
| 2021-03-25 17:42:59 +0000 | ghuntley | (sid16877@gateway/web/irccloud.com/x-uxfaektgqdodsraa) |
| 2021-03-25 17:42:59 +0000 | tiru | (tiru@gateway/web/irccloud.com/x-ulrzaksklqzrcnre) |
| 2021-03-25 17:42:59 +0000 | mstruebing | (~mstruebin@2001:41d0:8:93c7::1) |
| 2021-03-25 17:42:59 +0000 | sis7_ | (~user@2001:15e8:110:473e::1) |
| 2021-03-25 17:42:59 +0000 | i7c | (5rUxPo90vH@karif.server-speed.net) |
| 2021-03-25 17:42:59 +0000 | arianvp | (~weechat@arianvp.me) |
| 2021-03-25 17:42:59 +0000 | zmagii | (~zmagii@unaffiliated/zmagii) |
| 2021-03-25 17:42:59 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) |
| 2021-03-25 17:43:00 +0000 | davros | (~davros@host86-183-29-83.range86-183.btcentralplus.com) |
| 2021-03-25 17:43:00 +0000 | ubert1 | (~Thunderbi@p200300ecdf25d931e6b318fffe838f33.dip0.t-ipconnect.de) (Write error: Connection reset by peer) |
| 2021-03-25 17:43:00 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 17:43:00 +0000 | joshmeredith | (sid387798@gateway/web/irccloud.com/x-rnlcxqihjksgjikm) |
| 2021-03-25 17:43:00 +0000 | pavonia | (~user@ip5f5bf44f.dynamic.kabel-deutschland.de) |
| 2021-03-25 17:43:00 +0000 | Alleria | (~textual@zrcout.mskcc.org) |
| 2021-03-25 17:43:00 +0000 | alexknvl | (sid259568@gateway/web/irccloud.com/x-xpcocynbyciluycl) |
| 2021-03-25 17:43:00 +0000 | glowcoil | (sid3405@gateway/web/irccloud.com/x-hndebngclrsoxnbb) |
| 2021-03-25 17:43:01 +0000 | cross | (~cross@spitfire.i.gajendra.net) |
| 2021-03-25 17:43:01 +0000 | dsal | (sid13060@gateway/web/irccloud.com/x-xpwuybgiyaqhwhal) |
| 2021-03-25 17:43:01 +0000 | msgctl | (~msgctl@ometochtli.centzontotochtin.org) |
| 2021-03-25 17:43:01 +0000 | Nahra | (~user@unaffiliated/nahra) |
| 2021-03-25 17:43:01 +0000 | m0rphism | (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) |
| 2021-03-25 17:43:02 +0000 | ebutleriv | (sid217783@gateway/web/irccloud.com/x-ibekrgpekcsvlmph) |
| 2021-03-25 17:43:02 +0000 | mniip | (mniip@freenode/staff/mniip) |
| 2021-03-25 17:43:02 +0000 | centril | (~centril@213-66-146-92-no250.tbcn.telia.com) |
| 2021-03-25 17:43:02 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) |
| 2021-03-25 17:43:02 +0000 | connrs_ | (~connrs@runciter.connrs.uk) |
| 2021-03-25 17:43:02 +0000 | dcoutts_ | (~dcoutts@unaffiliated/dcoutts) |
| 2021-03-25 17:43:02 +0000 | zopsi | (zopsi@2600:3c00::f03c:91ff:fe14:551f) |
| 2021-03-25 17:43:02 +0000 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) |
| 2021-03-25 17:43:02 +0000 | fendor_ | (~fendor@178.115.129.125.wireless.dyn.drei.com) |
| 2021-03-25 17:43:03 +0000 | Tritlo | (sid58727@gateway/web/irccloud.com/x-hlnemwtqdcqwfmju) |
| 2021-03-25 17:43:03 +0000 | arahael | (~arahael@121-44-10-207.tpgi.com.au) |
| 2021-03-25 17:43:03 +0000 | NinjaTrappeur | (~ninja@2001:913:5200:200::) |
| 2021-03-25 17:43:03 +0000 | wonko7 | (~wonko7@62.115.229.50) |
| 2021-03-25 17:43:03 +0000 | alx741 | (~alx741@186.178.108.68) |
| 2021-03-25 17:43:04 +0000 | ProofTechnique | (sid79547@gateway/web/irccloud.com/x-yarfypultqitkxyl) |
| 2021-03-25 17:43:04 +0000 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-wspsxccqqhlsxiik) |
| 2021-03-25 17:43:04 +0000 | zymurgy | (~zymurgy@li607-220.members.linode.com) |
| 2021-03-25 17:43:05 +0000 | apoc | (~apoc@49.12.13.193) |
| 2021-03-25 17:43:05 +0000 | Firedancer_ | (sid336191@gateway/web/irccloud.com/x-sifpynykxqsgyduf) |
| 2021-03-25 17:43:06 +0000 | gentauro | (~gentauro@185.107.12.141) (Changing host) |
| 2021-03-25 17:43:06 +0000 | gentauro | (~gentauro@unaffiliated/gentauro) |
| 2021-03-25 17:43:07 +0000 | davetapley | (sid666@gateway/web/irccloud.com/x-mnnzfmvpaiwblirt) |
| 2021-03-25 17:43:07 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:43:08 +0000 | bind2 | (~bind@md-dingen.tilaa.cloud) |
| 2021-03-25 17:43:09 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-03-25 17:43:10 +0000 | cbarrett | (sid192934@gateway/web/irccloud.com/x-fildjirvrfvedotc) |
| 2021-03-25 17:43:10 +0000 | Chobbes | (~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) |
| 2021-03-25 17:43:10 +0000 | p8m | (p8m@gateway/vpn/protonvpn/p8m) |
| 2021-03-25 17:43:11 +0000 | PotatoGim | (sid99505@gateway/web/irccloud.com/x-yjqtuqlvecuserrl) |
| 2021-03-25 17:43:11 +0000 | ^[ | (sid43445@gateway/web/irccloud.com/x-ywodhodlqfuvhgfv) |
| 2021-03-25 17:43:11 +0000 | shreyasminocha | (~shreyasmi@134.122.63.37) |
| 2021-03-25 17:43:12 +0000 | Adeon | (sid418992@gateway/web/irccloud.com/x-saksqxxmmnyhipjl) |
| 2021-03-25 17:43:13 +0000 | xsarnik0 | (xsarnik@gateway/shell/fi.muni.cz/x-vgmyhysznfdvtvub) |
| 2021-03-25 17:43:15 +0000 | rizary | (sid220347@gateway/web/irccloud.com/x-jciyyboedeaitldq) |
| 2021-03-25 17:43:15 +0000 | tumdedum | (~tumdedum@81.4.125.131) (Changing host) |
| 2021-03-25 17:43:15 +0000 | tumdedum | (~tumdedum@unaffiliated/espiral) |
| 2021-03-25 17:43:15 +0000 | Kronic | (sid480486@gateway/web/irccloud.com/x-scfxnouditmmvtty) |
| 2021-03-25 17:43:16 +0000 | stylewarning | (stylewarni@gateway/web/irccloud.com/x-waxurshkiqdvpdgd) |
| 2021-03-25 17:43:16 +0000 | stiell | (~stian@ti0056q161-0188.bb.online.no) |
| 2021-03-25 17:43:16 +0000 | afx237 | (~afx237@107.170.10.178) |
| 2021-03-25 17:43:17 +0000 | PtxDK | (~quassel@2a01:7c8:aac3:591:5054:ff:fe3d:cac6) |
| 2021-03-25 17:43:18 +0000 | gluegadget | (sid22336@gateway/web/irccloud.com/x-nacghkaecqyzfaiu) (Changing host) |
| 2021-03-25 17:43:18 +0000 | gluegadget | (sid22336@unaffiliated/gluegadget) |
| 2021-03-25 17:43:18 +0000 | gluegadget | (sid22336@unaffiliated/gluegadget) (Changing host) |
| 2021-03-25 17:43:18 +0000 | gluegadget | (sid22336@gateway/web/irccloud.com/x-nacghkaecqyzfaiu) |
| 2021-03-25 17:43:18 +0000 | ep1ctetus | (~epictetus@ip72-194-215-136.sb.sd.cox.net) |
| 2021-03-25 17:43:18 +0000 | mcfilib | (sid302703@gateway/web/irccloud.com/x-cghskpdzyxvcqslm) (Changing host) |
| 2021-03-25 17:43:18 +0000 | mcfilib | (sid302703@unaffiliated/unsymbol) |
| 2021-03-25 17:43:18 +0000 | vchlup | (~vchlup@nat.brnet.cz) |
| 2021-03-25 17:43:18 +0000 | mcfilib | (sid302703@unaffiliated/unsymbol) (Changing host) |
| 2021-03-25 17:43:18 +0000 | mcfilib | (sid302703@gateway/web/irccloud.com/x-cghskpdzyxvcqslm) |
| 2021-03-25 17:43:18 +0000 | ^[ | (sid43445@gateway/web/irccloud.com/x-ywodhodlqfuvhgfv) (Changing host) |
| 2021-03-25 17:43:18 +0000 | ^[ | (sid43445@ircpuzzles/2015/april-fools/sixth/zgrep) |
| 2021-03-25 17:43:20 +0000 | yahb | (xsbot@178.219.36.155) (Changing host) |
| 2021-03-25 17:43:20 +0000 | yahb | (xsbot@haskell/bot/yahb) |
| 2021-03-25 17:43:20 +0000 | dolio | (~dolio@209.6.50.195) (Changing host) |
| 2021-03-25 17:43:20 +0000 | dolio | (~dolio@haskell/developer/dolio) |
| 2021-03-25 17:43:20 +0000 | Cerise | (~jerry@2a02:c207:3004:3544::1) |
| 2021-03-25 17:43:21 +0000 | acro | (~acro@188.166.31.185) (Changing host) |
| 2021-03-25 17:43:21 +0000 | acro | (~acro@unaffiliated/acro) |
| 2021-03-25 17:43:21 +0000 | sigmundv | (~sigmundv@178.62.72.87) |
| 2021-03-25 17:43:22 +0000 | PoliticsII______ | (sid193551@gateway/web/irccloud.com/x-grketvtkglnhhvhw) |
| 2021-03-25 17:43:22 +0000 | iphy | (sid67735@gateway/web/irccloud.com/x-plvmmnmxjphcbcan) (Changing host) |
| 2021-03-25 17:43:22 +0000 | iphy | (sid67735@unaffiliated/iphy) |
| 2021-03-25 17:43:22 +0000 | iphy | (sid67735@unaffiliated/iphy) (Changing host) |
| 2021-03-25 17:43:22 +0000 | iphy | (sid67735@gateway/web/irccloud.com/x-plvmmnmxjphcbcan) |
| 2021-03-25 17:43:22 +0000 | betawaffle | (sid2730@gateway/web/irccloud.com/x-xklkobbintwtttud) |
| 2021-03-25 17:43:22 +0000 | natim87 | (sid286962@gateway/web/irccloud.com/x-kvtrgmyuavabjjbi) |
| 2021-03-25 17:43:23 +0000 | rzmt | (~rzmt@87-92-180-112.rev.dnainternet.fi) |
| 2021-03-25 17:43:23 +0000 | acarrico | (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) |
| 2021-03-25 17:43:23 +0000 | edwinb | (sid69486@gateway/web/irccloud.com/x-iuadzljhqdmgwlzo) |
| 2021-03-25 17:43:24 +0000 | tapas | (sid467876@gateway/web/irccloud.com/x-mdchyvtgigopdvnp) |
| 2021-03-25 17:43:24 +0000 | raid | (macbookpro@irc-1.coding4.coffee) |
| 2021-03-25 17:43:24 +0000 | i7c | (5rUxPo90vH@karif.server-speed.net) (Changing host) |
| 2021-03-25 17:43:24 +0000 | i7c | (5rUxPo90vH@unaffiliated/i7c) |
| 2021-03-25 17:43:24 +0000 | xensky | (~xensky@xengarden.xen.prgmr.com) |
| 2021-03-25 17:43:25 +0000 | JSharp | (sid4580@gateway/web/irccloud.com/x-jsbvmzhwzjduspcy) |
| 2021-03-25 17:43:25 +0000 | mr_yogurt | (~mr_yogurt@5.61.211.35.bc.googleusercontent.com) |
| 2021-03-25 17:43:26 +0000 | Jon | (jon@dow.land) |
| 2021-03-25 17:43:26 +0000 | lechner | (~lechner@letbox-vps.us-core.com) |
| 2021-03-25 17:43:28 +0000 | pavonia | (~user@ip5f5bf44f.dynamic.kabel-deutschland.de) (Changing host) |
| 2021-03-25 17:43:28 +0000 | pavonia | (~user@unaffiliated/siracusa) |
| 2021-03-25 17:43:28 +0000 | cbarrett | (sid192934@gateway/web/irccloud.com/x-fildjirvrfvedotc) (Changing host) |
| 2021-03-25 17:43:28 +0000 | cbarrett | (sid192934@adium/cbarrett) |
| 2021-03-25 17:43:29 +0000 | AndreasK | (sid320732@gateway/web/irccloud.com/x-vdwtngphivyybuen) |
| 2021-03-25 17:43:29 +0000 | edmundnoble | (sid229620@gateway/web/irccloud.com/x-tkqlzktnrmjnwgwh) |
| 2021-03-25 17:43:29 +0000 | affinespaces | (sid327561@gateway/web/irccloud.com/x-rjgjrlilmkubkxmw) |
| 2021-03-25 17:43:30 +0000 | adius | (sid321344@gateway/web/irccloud.com/x-pplzvbbtxozdptux) |
| 2021-03-25 17:43:31 +0000 | verlet64_ | (sid261276@gateway/web/irccloud.com/x-uqhhgyipieuslvmq) |
| 2021-03-25 17:43:33 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:43:33 +0000 | amatecha____ | (sid10006@gateway/web/irccloud.com/x-fbkwjmnjwvevvoum) |
| 2021-03-25 17:43:33 +0000 | piele | (~piele@tbonesteak.creativeserver.net) |
| 2021-03-25 17:43:34 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Read error: Connection reset by peer) |
| 2021-03-25 17:43:34 +0000 | shreyasminocha | (~shreyasmi@134.122.63.37) (Changing host) |
| 2021-03-25 17:43:34 +0000 | shreyasminocha | (~shreyasmi@unaffiliated/shreyasminocha) |
| 2021-03-25 17:43:34 +0000 | fr33domlover | (~fr33domlo@angeley.es) |
| 2021-03-25 17:43:35 +0000 | tabaqui1 | (~tabaqui@2604:a880:800:c1::21b:3001) |
| 2021-03-25 17:43:35 +0000 | stiell | (~stian@ti0056q161-0188.bb.online.no) (Changing host) |
| 2021-03-25 17:43:35 +0000 | stiell | (~stian@fsf/member/stiell) |
| 2021-03-25 17:43:39 +0000 | SIben | Guest42457 |
| 2021-03-25 17:43:40 +0000 | iomonad | (~iomonad@95.179.211.27) |
| 2021-03-25 17:43:40 +0000 | JSharp | (sid4580@gateway/web/irccloud.com/x-jsbvmzhwzjduspcy) (Changing host) |
| 2021-03-25 17:43:40 +0000 | JSharp | (sid4580@wikia/JSharp) |
| 2021-03-25 17:43:41 +0000 | zzz | Guest50224 |
| 2021-03-25 17:43:42 +0000 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2021-03-25 17:43:43 +0000 | RusAlex | (~Chel@BSN-77-82-41.static.siol.net) |
| 2021-03-25 17:43:43 +0000 | glguy | (x@freenode/staff/haskell.developer.glguy) |
| 2021-03-25 17:43:44 +0000 | zyeri | (zyeri@gateway/shell/tilde.team/x-cpycmsugajaxsvas) |
| 2021-03-25 17:43:44 +0000 | Guest3763 | (~sam@unaffiliated/sam113101) |
| 2021-03-25 17:43:45 +0000 | vk3wtf | (~doc@115-64-102-158.tpgi.com.au) |
| 2021-03-25 17:43:46 +0000 | jtcs | (~jtcs@vmi359854.contaboserver.net) |
| 2021-03-25 17:43:48 +0000 | beka | (~beka@gothdyke.mom) |
| 2021-03-25 17:43:48 +0000 | gareth__ | (~gareth__@104.236.161.134) |
| 2021-03-25 17:43:51 +0000 | RusAlex | (~Chel@BSN-77-82-41.static.siol.net) (Changing host) |
| 2021-03-25 17:43:51 +0000 | RusAlex | (~Chel@unaffiliated/rusalex) |
| 2021-03-25 17:43:53 +0000 | Cerise | (~jerry@2a02:c207:3004:3544::1) (Changing host) |
| 2021-03-25 17:43:53 +0000 | Cerise | (~jerry@unaffiliated/cerise) |
| 2021-03-25 17:43:54 +0000 | jathan | (~jathan@69.61.93.38) |
| 2021-03-25 17:43:55 +0000 | mstruebing | Guest28699 |
| 2021-03-25 17:43:56 +0000 | Alleria | Guest53742 |
| 2021-03-25 17:43:58 +0000 | thecoffemaker | (~thecoffem@125-121-245-190.fibertel.com.ar) |
| 2021-03-25 17:43:58 +0000 | m0rphism | Guest55480 |
| 2021-03-25 17:43:59 +0000 | jvanbure | (~jvanbure@159.65.233.183) |
| 2021-03-25 17:43:59 +0000 | relrod | (~relrod@origin.elrod.me) (Changing host) |
| 2021-03-25 17:43:59 +0000 | relrod | (~relrod@redhat/ansible.staff.relrod) |
| 2021-03-25 17:43:59 +0000 | Forkk | (forkk@2600:3c00::f03c:91ff:fe84:de4d) |
| 2021-03-25 17:44:00 +0000 | zyeri | (zyeri@gateway/shell/tilde.team/x-cpycmsugajaxsvas) (Changing host) |
| 2021-03-25 17:44:00 +0000 | zyeri | (zyeri@tilde.team/users/zyeri) |
| 2021-03-25 17:44:00 +0000 | thecoffemaker | (~thecoffem@125-121-245-190.fibertel.com.ar) (Changing host) |
| 2021-03-25 17:44:00 +0000 | thecoffemaker | (~thecoffem@unaffiliated/thecoffemaker) |
| 2021-03-25 17:44:01 +0000 | Bigcheese | (~quassel@unaffiliated/bigcheese) |
| 2021-03-25 17:44:02 +0000 | miklcct | (quasselcor@2001:19f0:7001:5ad:5400:2ff:feb6:50d7) |
| 2021-03-25 17:44:02 +0000 | vqrs | (~vqrs@learnprogramming/regular/vqrs) |
| 2021-03-25 17:44:03 +0000 | SquidDev | (~SquidDev@autoclave.squiddev.cc) |
| 2021-03-25 17:44:04 +0000 | robotmay | (~beepboop@2001:8b0:7af0:2580:b995:956f:e934:6824) |
| 2021-03-25 17:44:04 +0000 | orcus | (~orcus@unaffiliated/orcus) |
| 2021-03-25 17:44:06 +0000 | mrchampion | (~mrchampio@38.18.109.23) |
| 2021-03-25 17:44:06 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-03-25 17:44:07 +0000 | lisq | (~quassel@lis.moe) |
| 2021-03-25 17:44:07 +0000 | xarian | (~xarian@104.236.81.162) |
| 2021-03-25 17:44:07 +0000 | ornxka | (~ornxka@unaffiliated/ornx) |
| 2021-03-25 17:44:08 +0000 | cgfbee | (~bot@oc1.itim-cj.ro) |
| 2021-03-25 17:44:09 +0000 | oats | (~hurr@durr/im/a/sheep) |
| 2021-03-25 17:44:09 +0000 | sw1nn | (~sw1nn@host86-135-157-104.range86-135.btcentralplus.com) |
| 2021-03-25 17:44:09 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
| 2021-03-25 17:44:10 +0000 | unlink2 | (~unlink2@p200300ebcf254d00a495fbc96206c979.dip0.t-ipconnect.de) |
| 2021-03-25 17:44:10 +0000 | dxld | (~dxld@rush.pub.dxld.at) |
| 2021-03-25 17:44:11 +0000 | NieDzejkob | (~quassel@195.149.98.3) |
| 2021-03-25 17:44:11 +0000 | hyperfekt | (end@bnc.hyperfekt.net) |
| 2021-03-25 17:44:12 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-25 17:44:12 +0000 | charukiewicz | (~quassel@irouteince04.i.subnet.rcn.com) |
| 2021-03-25 17:44:12 +0000 | lazyshrk | (~lazyshrk@128.199.58.13) |
| 2021-03-25 17:44:13 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) |
| 2021-03-25 17:44:13 +0000 | nurupo | (~nurupo.ga@unaffiliated/nurupo) |
| 2021-03-25 17:44:13 +0000 | chirpsalot | (~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net) |
| 2021-03-25 17:44:13 +0000 | tjbp | (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) |
| 2021-03-25 17:44:13 +0000 | vjacob | (~vjacob@217.71.0.65) |
| 2021-03-25 17:44:15 +0000 | Bergle_1 | (~Bergle_4@101.165.90.119) |
| 2021-03-25 17:44:15 +0000 | dequbed | (~dequbed@yanduxian.paranoidlabs.org) |
| 2021-03-25 17:44:16 +0000 | lambdabot | (~lambdabot@silicon.int-e.eu) |
| 2021-03-25 17:44:16 +0000 | lpsmith | (~lpsmith@unaffiliated/lpsmith) |
| 2021-03-25 17:44:16 +0000 | mawk | (mawk@serveur.io) |
| 2021-03-25 17:44:17 +0000 | SupaYoshi | (~supayoshi@213-10-140-13.fixed.kpn.net) |
| 2021-03-25 17:44:17 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
| 2021-03-25 17:44:17 +0000 | pounce | (~pounce@ns379743.ip-5-196-70.eu) |
| 2021-03-25 17:44:18 +0000 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) |
| 2021-03-25 17:44:18 +0000 | pdxleif | (~pdxleif@ec2-54-68-166-10.us-west-2.compute.amazonaws.com) |
| 2021-03-25 17:44:19 +0000 | _bin | (~bin@2600:1700:10a1:38d0:f5fc:8391:811:f23a) |
| 2021-03-25 17:44:19 +0000 | djanatyn_ | (~djanatyn@ec2-18-209-155-56.compute-1.amazonaws.com) |
| 2021-03-25 17:44:19 +0000 | siers | (~ij@2a03:b0c0:1:e0::366:f001) |
| 2021-03-25 17:44:19 +0000 | tinwood | (~tinwood@general.default.akavanagh.uk0.bigv.io) |
| 2021-03-25 17:44:20 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) |
| 2021-03-25 17:44:20 +0000 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) |
| 2021-03-25 17:44:20 +0000 | kadoban_ | (~mud@unaffiliated/kadoban) |
| 2021-03-25 17:44:21 +0000 | lambdabot | (~lambdabot@silicon.int-e.eu) (Changing host) |
| 2021-03-25 17:44:21 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2021-03-25 17:44:21 +0000 | Aleksejs | (~Aleksejs@haskell.lv) |
| 2021-03-25 17:44:23 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 17:44:23 +0000 | conal | (~conal@192.145.118.249) |
| 2021-03-25 17:44:24 +0000 | iomonad | Guest36391 |
| 2021-03-25 17:44:26 +0000 | Nikotiini | (~ubuntu@ec2-52-213-118-142.eu-west-1.compute.amazonaws.com) |
| 2021-03-25 17:44:28 +0000 | jamestmartin | (james@jtmar.me) |
| 2021-03-25 17:44:31 +0000 | berberman | (~berberman@unaffiliated/berberman) |
| 2021-03-25 17:44:36 +0000 | operand | (~operand@is.altijd.moe) |
| 2021-03-25 17:44:36 +0000 | Twey | (~twey@unaffiliated/twey) |
| 2021-03-25 17:44:36 +0000 | Majiir | (~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net) |
| 2021-03-25 17:44:36 +0000 | drdo | (~drdo@overlord0.drdo.eu) |
| 2021-03-25 17:44:36 +0000 | carbolymer | (~carbolyme@dropacid.net) |
| 2021-03-25 17:44:37 +0000 | cyphase | (~cyphase@unaffiliated/cyphase) |
| 2021-03-25 17:44:38 +0000 | astroanax | (astroanax@gateway/shell/ircnow/x-himxsnhawzzdfgwb) |
| 2021-03-25 17:44:39 +0000 | tv | (~tv@unaffiliated/tv) |
| 2021-03-25 17:44:40 +0000 | madjest76 | (~Android@2a02-a420-47-b3b2-86c1-d1da-25b0-7692.mobile6.kpn.net) |
| 2021-03-25 17:44:40 +0000 | lockshaw | (~lockshaw@165.22.163.71) |
| 2021-03-25 17:44:47 +0000 | Jajik9 | (xchlup2@gateway/shell/fi.muni.cz/x-fwhuvvmnenubcmqo) |
| 2021-03-25 17:44:51 +0000 | Squarism | (~someone@178.62.91.8) |
| 2021-03-25 17:44:51 +0000 | Squarism | (~someone@178.62.91.8) (Changing host) |
| 2021-03-25 17:44:51 +0000 | Squarism | (~someone@unaffiliated/squarism) |
| 2021-03-25 17:44:56 +0000 | dmj` | (sid72307@gateway/web/irccloud.com/x-mhzlqgilclrkvlyv) (Ping timeout: 240 seconds) |
| 2021-03-25 17:44:58 +0000 | Adluc | (~Adluc@2a01:430:17:1::ffff:328) |
| 2021-03-25 17:45:01 +0000 | Klumben | (Nsaiswatch@gateway/shell/panicbnc/x-axktsekcbfmdpwmd) |
| 2021-03-25 17:45:03 +0000 | albethere | (sid457088@gateway/web/irccloud.com/x-oicrocvqkpivxmgb) (Ping timeout: 257 seconds) |
| 2021-03-25 17:45:03 +0000 | SrPx | (sid108780@gateway/web/irccloud.com/x-hpatbjrmfkghbtmc) (Ping timeout: 257 seconds) |
| 2021-03-25 17:45:03 +0000 | drupol | (sid117588@gateway/web/irccloud.com/x-ceggwpmvzndzubky) (Ping timeout: 257 seconds) |
| 2021-03-25 17:45:03 +0000 | rann | (sid175221@gateway/web/irccloud.com/x-wtavggbyxaqagtfg) (Ping timeout: 257 seconds) |
| 2021-03-25 17:45:14 +0000 | feepo | (sid28508@gateway/web/irccloud.com/x-gkqhrcmhiiphbogr) (Ping timeout: 258 seconds) |
| 2021-03-25 17:45:26 +0000 | npgm | (sid42623@gateway/web/irccloud.com/x-kuowlapmdjoqcdvp) (Ping timeout: 240 seconds) |
| 2021-03-25 17:45:32 +0000 | nshepperd2 | (~nshepperd@li364-218.members.linode.com) |
| 2021-03-25 17:45:36 +0000 | azure1 | (~azure@103.154.230.130) |
| 2021-03-25 17:45:48 +0000 | avp | (~avp@unaffiliated/avp) |
| 2021-03-25 17:45:53 +0000 | andi- | (~andi-@NixOS/user/andi-) |
| 2021-03-25 17:45:54 +0000 | cheater | (~user@unaffiliated/cheater) |
| 2021-03-25 17:45:55 +0000 | gothos | (~gothos@antsy.jhz.name) |
| 2021-03-25 17:46:00 +0000 | meck | (~meck@li1809-18.members.linode.com) |
| 2021-03-25 17:46:04 +0000 | loc | (~loc@unaffiliated/loc) |
| 2021-03-25 17:46:09 +0000 | runawayfive | (~nope@unaffiliated/runawayfive) (Ping timeout: 264 seconds) |
| 2021-03-25 17:46:14 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-eamzisxtgoqsfscn) (Ping timeout: 268 seconds) |
| 2021-03-25 17:46:14 +0000 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) (Ping timeout: 268 seconds) |
| 2021-03-25 17:46:19 +0000 | aizen_s | (sid462968@gateway/web/irccloud.com/x-vurcfufwepjpfmxy) (Ping timeout: 272 seconds) |
| 2021-03-25 17:46:20 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) (Read error: Connection reset by peer) |
| 2021-03-25 17:46:22 +0000 | irclogger_com | (~irclogger@li659-42.members.linode.com) |
| 2021-03-25 17:46:26 +0000 | bjs | (sid190364@gateway/web/irccloud.com/x-orptgfjwvvatppsz) (Ping timeout: 240 seconds) |
| 2021-03-25 17:46:33 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 17:46:34 +0000 | dsrt^ | (dsrt@ip98-184-89-2.mc.at.cox.net) |
| 2021-03-25 17:46:37 +0000 | Inoperable | (~PLAYER_1@fancydata.science) |
| 2021-03-25 17:46:40 +0000 | Anthaas | (~Anthaas@unaffiliated/anthaas) |
| 2021-03-25 17:46:50 +0000 | Cathy | (~Cathy@unaffiliated/cathy) |
| 2021-03-25 17:46:51 +0000 | brkscnce_ | (~obaum@37.120.59.241) |
| 2021-03-25 17:46:57 +0000 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) (Ping timeout: 272 seconds) |
| 2021-03-25 17:47:11 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) |
| 2021-03-25 17:47:18 +0000 | jespada | (~jespada@90.254.243.187) |
| 2021-03-25 17:47:21 +0000 | Jajik | (xchlup2@gateway/shell/fi.muni.cz/x-ajlnhjyjhlnthwzd) (Ping timeout: 264 seconds) |
| 2021-03-25 17:47:23 +0000 | Jajik9 | Jajik |
| 2021-03-25 17:47:25 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) |
| 2021-03-25 17:47:28 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-03-25 17:47:28 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:47:29 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-03-25 17:47:29 +0000 | Zemyla | (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) |
| 2021-03-25 17:47:30 +0000 | sajith | (~sajith@fsf/member/nonzen) |
| 2021-03-25 17:47:33 +0000 | machinedgod | (~machinedg@135-23-192-217.cpe.pppoe.ca) |
| 2021-03-25 17:47:34 +0000 | Uma | (~uma@umazalakain.info) |
| 2021-03-25 17:47:35 +0000 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 272 seconds) |
| 2021-03-25 17:47:36 +0000 | avn | (~avn@78-56-108-78.static.zebra.lt) |
| 2021-03-25 17:47:36 +0000 | xerox_ | (~xerox@unaffiliated/xerox) |
| 2021-03-25 17:47:37 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) |
| 2021-03-25 17:47:37 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:47:37 +0000 | andreas31 | (~andreas@gateway/tor-sasl/andreas303) (Ping timeout: 268 seconds) |
| 2021-03-25 17:47:38 +0000 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) |
| 2021-03-25 17:47:38 +0000 | bjs | (sid190364@gateway/web/irccloud.com/x-qfzcamdoxrsgodvl) |
| 2021-03-25 17:47:43 +0000 | feepo | (sid28508@gateway/web/irccloud.com/x-gtlndkphwglflxzn) |
| 2021-03-25 17:47:49 +0000 | drupol | (sid117588@gateway/web/irccloud.com/x-zzpzlhvnmuqycmga) |
| 2021-03-25 17:47:49 +0000 | is_null | (~jpic@pdpc/supporter/professional/is-null) |
| 2021-03-25 17:47:50 +0000 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) |
| 2021-03-25 17:47:52 +0000 | SrPx | (sid108780@gateway/web/irccloud.com/x-dxsvzdutokublrfc) |
| 2021-03-25 17:48:06 +0000 | npgm | (sid42623@gateway/web/irccloud.com/x-qqflebpcxvwgjiil) |
| 2021-03-25 17:48:11 +0000 | aizen_s | (sid462968@gateway/web/irccloud.com/x-exxtqgkyguunpmzv) |
| 2021-03-25 17:48:13 +0000 | teej | (uid154177@gateway/web/irccloud.com/x-lnyfzbcaaxjhqqmz) (Ping timeout: 272 seconds) |
| 2021-03-25 17:48:18 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-nuwatrouepgtmuro) |
| 2021-03-25 17:48:35 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 246 seconds) |
| 2021-03-25 17:48:49 +0000 | madjest76 | (~Android@2a02-a420-47-b3b2-86c1-d1da-25b0-7692.mobile6.kpn.net) (Ping timeout: 244 seconds) |
| 2021-03-25 17:48:58 +0000 | dmj` | (sid72307@gateway/web/irccloud.com/x-aomqnmfryhrspaez) |
| 2021-03-25 17:49:04 +0000 | <sclv> | *thanos snap* |
| 2021-03-25 17:49:07 +0000 | incertia | (~incertia@d4-50-26-103.nap.wideopenwest.com) |
| 2021-03-25 17:49:30 +0000 | andreas31 | (~andreas@gateway/tor-sasl/andreas303) |
| 2021-03-25 17:49:41 +0000 | rann | (sid175221@gateway/web/irccloud.com/x-crqlkmbxlvlwdxik) |
| 2021-03-25 17:49:42 +0000 | geekosaur | (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-03-25 17:49:51 +0000 | albethere | (sid457088@gateway/web/irccloud.com/x-sjxwfcalpctmnykr) |
| 2021-03-25 17:50:36 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 17:50:36 +0000 | monochrom | (trebla@216.138.220.146) |
| 2021-03-25 17:51:11 +0000 | c-rog | (~c-rog@traffic.simst.im) |
| 2021-03-25 17:51:11 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:51:43 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:51:46 +0000 | nf | (~n@monade.li) |
| 2021-03-25 17:52:13 +0000 | teej | (uid154177@gateway/web/irccloud.com/x-ovmowwytkfwzrlnb) |
| 2021-03-25 17:52:24 +0000 | thunderrd | (~thunderrd@183.182.111.116) (*.net *.split) |
| 2021-03-25 17:53:02 +0000 | runawayfive | (~nope@unaffiliated/runawayfive) |
| 2021-03-25 17:53:19 +0000 | thunderrd | (~thunderrd@183.182.111.116) |
| 2021-03-25 17:54:07 +0000 | e | (e@freenode/staff/spy.edk) (Quit: edk) |
| 2021-03-25 17:54:42 +0000 | tv- | (~tv@unaffiliated/tv-) (Quit: WeeChat 2.9) |
| 2021-03-25 17:54:53 +0000 | jamm_ | (~jamm@unaffiliated/jamm) |
| 2021-03-25 17:54:59 +0000 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-tqrybzxnvdtktfea) |
| 2021-03-25 17:55:07 +0000 | tv- | (~tv@unaffiliated/tv-) |
| 2021-03-25 17:55:08 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:55:20 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:55:57 +0000 | raichoo | (~raichoo@dslb-092-073-222-210.092.073.pools.vodafone-ip.de) |
| 2021-03-25 17:56:53 +0000 | xlei | (znc@unaffiliated/xlei) |
| 2021-03-25 17:57:23 +0000 | justanotheruser | (~justanoth@unaffiliated/justanotheruser) |
| 2021-03-25 17:57:25 +0000 | nfd | (~nfd9001@2601:602:77f:1820:144a:da71:587f:e0c7) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | dumptruckman | (dumptruckm@2600:3c02::f03c:91ff:fe6e:2cfd) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-ktfzuquwglytuabt) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | kiweun | (~kiweun@2607:fea8:2a62:9600:c9a0:4edb:f142:45d8) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | Raito_Bezarius | (~Raito@unaffiliated/raito-bezarius/x-8764578) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | lemmih | (~lemmih@2406:3003:2072:44:1345:21f1:41a5:e328) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | marble_visions | (~user@68.183.79.8) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | haasn | (~nand@mpv/developer/haasn) (*.net *.split) |
| 2021-03-25 17:57:25 +0000 | tabemann | (~travisb@2600:1700:7990:24e0:b0d9:c8e5:6265:88f4) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | LittleFox | (~littlefox@rondra.lf-net.org) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | recon_- | (~quassel@2602:febc:0:b6::6ca2) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | dale | (dale@unaffiliated/dale) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | Zialus | (~RMF@2001:818:de63:c300:211:32ff:fe8d:ad29) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | Ranhir | (~Ranhir@157.97.53.139) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | nisstyre | (wes@python-zero/conduct-committee/nisstyre) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | Guest29917 | (~tristan@luna.whatbox.ca) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | hackage | (mniip@haskell/bot/hackage) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | johnstein | (~johnstein@192.73.239.18) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | ski | (~ski@ed-3358-10.studat.chalmers.se) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | ridcully_ | (~ridcully@pd951f269.dip0.t-ipconnect.de) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | falsifian | (~falsifian@exoco.falsifian.org) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | duckonomy | (~duckonomy@177.ip-144-217-84.net) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | sm | (~user@li229-222.members.linode.com) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | fre | (~freusque@104.238.190.229) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | koz_ | (~koz@121.99.240.58) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | hwabyong | (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | sea-gull | (~sea-gull@li1815-136.members.linode.com) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | mjrosenb | (~mrosenbe@104.225.243.2) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | Eliel | (~jojkaart@163.172.153.251) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | xe4 | (~xe4@157.245.246.119) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | sdx32 | (~sdx23@unaffiliated/sdx23) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | zceejkr | (~wintermut@cpe-92-37-88-51.dynamic.amis.net) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | lightandlight | (sid135476@gateway/web/irccloud.com/x-hvpeqcuanlcmmucf) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | alanz | (sid110616@gateway/web/irccloud.com/x-atcbwlvnmzxwbozk) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | ephemient | (uid407513@gateway/web/irccloud.com/x-vpzhtzbqasvuzanc) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | ibloom | (sid350277@gateway/web/irccloud.com/x-xmmzzmccpahpnuwt) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | t36s | (~t36s@2a03:b0c0:3:d0::1c23:5001) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | PlasmaStar | (plasma@unaffiliated/plasmastar) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | zgrep | (~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | lambda | (~xiretza@mail.xiretza.xyz) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | kaychaks | (sid236345@gateway/web/irccloud.com/x-sxfxtovvduuheewn) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | agander_m | (sid407952@gateway/web/irccloud.com/x-weptnobpezywiofc) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | jackdk | (sid373013@gateway/web/irccloud.com/x-glkhsmxnqrqntahu) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | m-renaud | (sid333785@gateway/web/irccloud.com/x-zqfzcnsyosafkivm) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | Kamuela | (sid111576@gateway/web/irccloud.com/x-clkrtorqsnvtctky) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | kyagrd__ | (sid102627@gateway/web/irccloud.com/x-mfzxnpgkmcgufsvn) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | milessabin | (sid86799@gateway/web/irccloud.com/x-wrfvlipjxxwtgdkb) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | leah2 | (~leah@vuxu.org) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | mursu_ | (~ngWalrus@2a03:b0c0:3:d0::5ebd:2001) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | cocreature | (~cocreatur@eirene.uberspace.de) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | hugo | (znc@verdigris.lysator.liu.se) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | rlsph | (~mads@2a03:b0c0:2:f0::324:5001) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | rslima_____ | (sid26145@gateway/web/irccloud.com/x-phhododppaawnoma) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | debugloop | (~danieln@unaffiliated/debugloop) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | jokester | (~mono@unaffiliated/jokester) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | bsima1 | (~bsima@simatime.com) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | shadowdaemon | (~user@unaffiliated/shadowdaemon) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | micro | (~micro@unaffiliated/micro) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | ekleog | (~ii@prologin/ekleog) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | alunduil | (alunduil@gateway/web/irccloud.com/x-fbecgteospqwhcyq) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | PyroLagus | (PyroLagus@i.have.ipv6.on.coding4coffee.org) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | johs | (sid246410@gateway/web/irccloud.com/x-yfhmkmtmndvkgxtt) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | ReinH__ | (sid179972@gateway/web/irccloud.com/x-ikgmrxgyzjzplrfb) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | pepeiborra | (sid443799@gateway/web/irccloud.com/x-mucxkartenzlxknr) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | idupree | (~quassel@2604:a880:400:d0::9bb:2001) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | Orbstheorem | (~roosember@hellendaal.orbstheorem.ch) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | bspar | (~bspar@2604:a880:0:1010::776:e001) (*.net *.split) |
| 2021-03-25 17:57:26 +0000 | suzu | (~scaleuser@2001:bc8:1824:43f::1) (*.net *.split) |
| 2021-03-25 17:57:32 +0000 | xe4_ | (~xe4@157.245.246.119) |
| 2021-03-25 17:57:33 +0000 | Eliel_ | (~jojkaart@163.172.153.251) |
| 2021-03-25 17:57:33 +0000 | mursu | (~ngWalrus@46.101.150.54) |
| 2021-03-25 17:57:33 +0000 | mjrosenb | (~mrosenbe@nyc.schrodinger.com) |
| 2021-03-25 17:57:33 +0000 | sea-gull | (~sea-gull@li1815-136.members.linode.com) |
| 2021-03-25 17:57:35 +0000 | bspar | (~bspar@2604:a880:0:1010::776:e001) |
| 2021-03-25 17:57:37 +0000 | ski | (~ski@ed-3358-10.studat.chalmers.se) |
| 2021-03-25 17:57:37 +0000 | recon_- | (~quassel@2602:febc:0:b6::6ca2) |
| 2021-03-25 17:57:37 +0000 | micro | (~micro@unaffiliated/micro) |
| 2021-03-25 17:57:38 +0000 | Tristan | (~tristan@luna.whatbox.ca) |
| 2021-03-25 17:57:38 +0000 | johnsteinVPS | (~johnstein@192.73.239.18) |
| 2021-03-25 17:57:38 +0000 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) |
| 2021-03-25 17:57:38 +0000 | dumptruckman | (dumptruckm@2600:3c02::f03c:91ff:fe6e:2cfd) |
| 2021-03-25 17:57:38 +0000 | PlasmaStar | (plasma@unaffiliated/plasmastar) |
| 2021-03-25 17:57:38 +0000 | PyroLagus | (PyroLagus@i.have.ipv6.on.coding4coffee.org) |
| 2021-03-25 17:57:38 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) |
| 2021-03-25 17:57:39 +0000 | kaychaks | (sid236345@gateway/web/irccloud.com/x-pfkzpsokjciroexd) |
| 2021-03-25 17:57:39 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 17:57:39 +0000 | koz | (~koz@121.99.240.58) |
| 2021-03-25 17:57:40 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) |
| 2021-03-25 17:57:40 +0000 | kyagrd__ | (sid102627@gateway/web/irccloud.com/x-mtjgptufljfbldge) |
| 2021-03-25 17:57:41 +0000 | zgrep | (~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep) |
| 2021-03-25 17:57:41 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-acopuccdgkxwqwzd) |
| 2021-03-25 17:57:41 +0000 | cocreature | (~cocreatur@eirene.uberspace.de) |
| 2021-03-25 17:57:42 +0000 | falsifian | (~falsifian@exoco.falsifian.org) |
| 2021-03-25 17:57:42 +0000 | sdx23 | (~sdx23@unaffiliated/sdx23) |
| 2021-03-25 17:57:42 +0000 | ridcully_ | (~ridcully@pd951f269.dip0.t-ipconnect.de) |
| 2021-03-25 17:57:43 +0000 | t36s | (~t36s@2a03:b0c0:3:d0::1c23:5001) |
| 2021-03-25 17:57:43 +0000 | alanz | (sid110616@gateway/web/irccloud.com/x-awewbbblwafkpdqv) |
| 2021-03-25 17:57:43 +0000 | ibloom | (sid350277@gateway/web/irccloud.com/x-lflqucudkvzrmnyd) |
| 2021-03-25 17:57:43 +0000 | debugloop | (~danieln@unaffiliated/debugloop) |
| 2021-03-25 17:57:43 +0000 | agander_m | (sid407952@gateway/web/irccloud.com/x-zllzjncfxvfvxian) |
| 2021-03-25 17:57:43 +0000 | m-renaud | (sid333785@gateway/web/irccloud.com/x-lqxwlrzuqitdwesp) |
| 2021-03-25 17:57:44 +0000 | Zialus | (~RMF@199.125.37.188.rev.vodafone.pt) |
| 2021-03-25 17:57:45 +0000 | jokester | (~mono@unaffiliated/jokester) |
| 2021-03-25 17:57:45 +0000 | fre | (~freusque@104.238.190.229) |
| 2021-03-25 17:57:46 +0000 | koz | koz_ |
| 2021-03-25 17:57:46 +0000 | nisstyre | (wes@python-zero/conduct-committee/nisstyre) |
| 2021-03-25 17:57:46 +0000 | tabemann | (~travisb@2600:1700:7990:24e0:27e6:9fa9:ad7b:61ef) |
| 2021-03-25 17:57:47 +0000 | chele | (~chele@ip5b40237d.dynamic.kabel-deutschland.de) (Remote host closed the connection) |
| 2021-03-25 17:57:47 +0000 | bsima | (~bsima@simatime.com) |
| 2021-03-25 17:57:47 +0000 | Orbstheorem | (~roosember@hellendaal.orbstheorem.ch) |
| 2021-03-25 17:57:49 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) |
| 2021-03-25 17:57:49 +0000 | haasn | (~nand@mpv/developer/haasn) |
| 2021-03-25 17:57:50 +0000 | nfd | (~nfd9001@2601:602:77f:1820:144a:da71:587f:e0c7) |
| 2021-03-25 17:57:54 +0000 | johs | (sid246410@gateway/web/irccloud.com/x-vwtcqxowszipwyyc) |
| 2021-03-25 17:57:54 +0000 | lightandlight | (sid135476@gateway/web/irccloud.com/x-gwfowomroynsvzco) |
| 2021-03-25 17:57:55 +0000 | lemmih | (~lemmih@2406:3003:2072:44:35a4:fecd:eff2:b477) |
| 2021-03-25 17:57:58 +0000 | johnsteinVPS | johnstein |
| 2021-03-25 17:57:59 +0000 | rslima_____ | (sid26145@gateway/web/irccloud.com/x-ppogivlypnlrjlol) |
| 2021-03-25 17:57:59 +0000 | hackage | (mniip@haskell/bot/hackage) |
| 2021-03-25 17:58:00 +0000 | idupree | (~quassel@2604:a880:400:d0::9bb:2001) |
| 2021-03-25 17:58:01 +0000 | Tristan | Guest97066 |
| 2021-03-25 17:58:02 +0000 | ephemient | (uid407513@gateway/web/irccloud.com/x-abcfjjixtrhtzzix) |
| 2021-03-25 17:58:02 +0000 | jackdk | (sid373013@gateway/web/irccloud.com/x-uqhqekzhmwwtnnpj) |
| 2021-03-25 17:58:03 +0000 | milessabin | (sid86799@gateway/web/irccloud.com/x-paxjngfzvzojnqam) |
| 2021-03-25 17:58:03 +0000 | alunduil | (alunduil@gateway/web/irccloud.com/x-houxghzqisyqwvvx) |
| 2021-03-25 17:58:03 +0000 | pepeiborra | (sid443799@gateway/web/irccloud.com/x-vocwsgeawpzzbkbk) |
| 2021-03-25 17:58:06 +0000 | LittleFox | (~littlefox@2a03:4000:13:34f::2) |
| 2021-03-25 17:58:06 +0000 | e | (e@freenode/staff/spy.edk) |
| 2021-03-25 17:58:08 +0000 | hugo | (znc@verdigris.lysator.liu.se) |
| 2021-03-25 17:58:08 +0000 | ReinH__ | (sid179972@gateway/web/irccloud.com/x-vmgxvzbztcmvxohs) |
| 2021-03-25 17:58:09 +0000 | suzu | (~scaleuser@2001:bc8:1824:43f::1) |
| 2021-03-25 17:58:09 +0000 | rlsph | (~mads@2a03:b0c0:2:f0::324:5001) |
| 2021-03-25 17:58:09 +0000 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | echoreply | (~echoreply@unaffiliated/echoreply) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | martin02 | (silas@hund.fs.lmu.de) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | cawfee | (chiya@2406:3003:2077:2341::babe) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | hexo_ | (~hexo@2a01:430:17:1::ffff:328) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | SaitamaPlus | (uid272474@gateway/web/irccloud.com/x-boxpbarcuxvwbbrx) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | a3f | (~a3f@chimeria.ext.pengutronix.de) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | `slikts | (~nelabs@wikipedia/reinis) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | matryoshka | (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | wlritchi | (wlritchi@2600:3c03::f03c:91ff:fe60:8ddc) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | enikar | (~enikar@2001:41d0:2:8673::42) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | Deewiant | (~deewiant@de1.ut.deewiant.iki.fi) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | Nascha | (sid212230@gateway/web/irccloud.com/x-erktjjocjlithqyb) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | exferenceBot | (~exference@2a01:4f8:c0c:e::2) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | noan | (~noan@2604:a880:400:d0::12fc:5001) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | stass | (~stas@2a00:13c0:63:7195::beef) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | mflux | (flux@2001:708:310:3430:4506:8c48:1ba0:18ff) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | jiribenes | (~jiribenes@rosa.jiribenes.com) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | shutdown_-h_now | (~arjan@2001:1c06:2d0b:2312:70ce:e84:9e94:29ff) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | yaroot | (~yaroot@138.102.13.160.dy.iij4u.or.jp) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | valdyn | (valdyn@c6a7cbec.vpn.njalla.net) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | bgamari | (~bgamari@2001:470:e438::1) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | infinity0 | (~infinity0@freenet/developer/infinity0) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | cheers | (user@unaffiliated/cheers) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | Aquazi | (uid312403@gateway/web/irccloud.com/x-zekuiaehstzprzsn) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | mht | (~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | Geekingfrog | (geekingfro@2a01:7e01::f03c:92ff:fe48:8bdf) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | alinab | (sid468903@gateway/web/irccloud.com/x-rmachwsqzbwkxxoa) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | runeks | (sid21167@gateway/web/irccloud.com/x-tcwtgsjwiokaatdr) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | rotaerk | (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | dexterlb | (~dexterlb@2a01:9e40:2:2::2) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | NemesisD | (sid24071@gateway/web/irccloud.com/x-mxvrvawysstqytii) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | leifm | (~leifm@dawn.whatbox.ca) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | grfn | (sid449115@gateway/web/irccloud.com/x-kcukqthhmxycekel) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | teehemkay | (sid14792@gateway/web/irccloud.com/x-hoggebnksvacugax) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | joel135 | (sid136450@gateway/web/irccloud.com/x-oaoaohovhhkrzuvg) (*.net *.split) |
| 2021-03-25 17:58:09 +0000 | noctux | (~noctux@unaffiliated/noctux) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | srhb | (sid400352@NixOS/user/srhb) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | hongminhee | (sid295@gateway/web/irccloud.com/x-reqeofkcspifcxav) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | taktoa[c] | (sid282096@gateway/web/irccloud.com/x-wtishcwvfhlmyfby) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | typetetris | (sid275937@gateway/web/irccloud.com/x-smfcwawxcrxnnpiq) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | lolmac | (sid171216@gateway/web/irccloud.com/x-vxospmhxltncfrpx) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | graingert | (sid128301@gateway/web/irccloud.com/x-egpegejfputxptdj) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | ocharles | (sid30093@musicbrainz/user/ocharles) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | bbhoss | (sid18216@gateway/web/irccloud.com/x-ogsfddiddvufworx) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | NGraviton | (csp@gateway/shell/xshellz/x-beoipcskoypkzpda) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | MTwister | (~Twister@2a01:4f8:171:4de::40:2) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | Boarders | (sid425905@gateway/web/irccloud.com/x-bzyphxzlzkneldxn) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | thi | (sid97277@gateway/web/irccloud.com/x-puyzpxdnricowtul) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | chessai | (sid225296@gateway/web/irccloud.com/x-kgdcbeebmlvhypup) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | angerman | (sid209936@gateway/web/irccloud.com/x-bmtsinwmsbezunei) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | liszt | (sid336875@gateway/web/irccloud.com/x-tbitrqypjfjdqdkr) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | yorick | (~yorick@oftn/oswg-member/yorick) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | rom1504 | (rom1504@rom1504.fr) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | ryjm | (sid383513@gateway/web/irccloud.com/x-hchpkccerminfqhh) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | luite | (sid387799@gateway/web/irccloud.com/x-becizjrtxujowngt) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | Ferdirand | (~max@2001:4c78:2012:5000::2) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | lieven | (~mal@unaffiliated/lieven) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | copypasteque | (~copypaste@2001:41d0:8:b325::1) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | entropygain | (levitate@unaffiliated/entropygain) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | xnyhps_ | (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | dgpratt | (sid193493@gateway/web/irccloud.com/x-ciamvfkocjxmyaoq) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | mpickering | (sid78412@gateway/web/irccloud.com/x-xcaymlyqrctfybyu) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | edwardk | (sid47016@haskell/developer/edwardk) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | ajmcmiddlin | (sid284402@gateway/web/irccloud.com/x-vfnugzfwoucjmsyx) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | wildsebastian | (sid324688@gateway/web/irccloud.com/x-lebzerklkyeltgpg) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | tnks | (sid412124@gateway/web/irccloud.com/x-ofaeezfkxpltipls) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | caasih | (sid13241@gateway/web/irccloud.com/x-qijdxufzyweqhywy) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | fl0_id | (~fl0_id@2a01:4f8:171:4de::40:2) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | interruptinuse | (~interrupt@girl.mrtheplague.net) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | noCheese | (~nocheese@unaffiliated/nocheese) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | sphalerite | (~sphalerit@NixOS/user/lheckemann) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | chrpape | (~user@2a01:4f9:c010:632d::1) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | totbwf | (sid402332@gateway/web/irccloud.com/x-wekjmtigqhueuhzk) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | wpcarro | (sid397589@gateway/web/irccloud.com/x-kqymfcxonhkyygxg) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | jared-w | (uid405292@gateway/web/irccloud.com/x-izhpuwmltgyrnquq) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | jbetz | (sid283648@gateway/web/irccloud.com/x-xrbchakxhwrqcwzv) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | bradparker | (sid262931@gateway/web/irccloud.com/x-tsajgnzxnbyjwxdp) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-qrhxnevmgmdapsbs) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | pent | (sid313808@gateway/web/irccloud.com/x-wkrelvmhvdeipyxz) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | kip | (sid71464@gateway/web/irccloud.com/x-zelcijuvyrhuduhl) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | eruditass | (uid248673@gateway/web/irccloud.com/x-ofybaseesnempcyy) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | winny | (~winny@fsf/member/winstonw) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | jlpeters | (sid25606@gateway/web/irccloud.com/x-pymiziykvlxmyvsk) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | cstrahan | (sid36118@gateway/web/irccloud.com/x-gzdrjleogbxikgck) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | FMJz_____ | (sid279245@gateway/web/irccloud.com/x-jttfqbvavruywndr) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | parisienne | (sid383587@gateway/web/irccloud.com/x-mfhumskepjtivgek) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | nick_h | (sid319833@gateway/web/irccloud.com/x-hggfmgowvmfhgqvg) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | hamishmack | (sid389057@gateway/web/irccloud.com/x-dlizgtlxawlnbrdn) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | acertain | (sid470584@gateway/web/irccloud.com/x-mzgakxjiuoedovnq) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | Riviera | (Riviera@2a03:b0c0:1:d0::10:b001) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | komasa | (~komasa@2a03:b0c0:3:d0::2097:6001) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | magog | (~wee@unaffiliated/magog) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | saidinwot1 | (~saidinwot@2604:a880:2:d0::50:8001) (*.net *.split) |
| 2021-03-25 17:58:10 +0000 | Ranhir | (~Ranhir@157.97.53.139) |
| 2021-03-25 17:58:13 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (Ping timeout: 242 seconds) |
| 2021-03-25 17:58:14 +0000 | marble_visions | (~user@68.183.79.8) |
| 2021-03-25 17:58:16 +0000 | NGravity | (csp@gateway/shell/xshellz/x-hkasvqidfdhcvqah) |
| 2021-03-25 17:58:17 +0000 | chrpape | (~user@2a01:4f9:c010:632d::1) |
| 2021-03-25 17:58:18 +0000 | valdyn | (valdyn@c6a7cb9d.vpn.njalla.net) |
| 2021-03-25 17:58:19 +0000 | leah2 | (~leah@2001:1410:200:eea::1) |
| 2021-03-25 17:58:20 +0000 | Ferdirand | (~max@2001:4c78:2012:5000::2) |
| 2021-03-25 17:58:20 +0000 | Kamuela | (sid111576@gateway/web/irccloud.com/x-boxtuevttxswhvgh) |
| 2021-03-25 17:58:20 +0000 | Riviera | (Riviera@2a03:b0c0:1:d0::10:b001) |
| 2021-03-25 17:58:20 +0000 | a3f_ | (~a3f@chimeria.ext.pengutronix.de) |
| 2021-03-25 17:58:22 +0000 | noctux | (~noctux@unaffiliated/noctux) |
| 2021-03-25 17:58:22 +0000 | dgpratt | (sid193493@gateway/web/irccloud.com/x-zjzlnpzuqklkplmv) |
| 2021-03-25 17:58:22 +0000 | yaroot | (~yaroot@138.102.13.160.dy.iij4u.or.jp) |
| 2021-03-25 17:58:23 +0000 | xnyhps | (~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) |
| 2021-03-25 17:58:23 +0000 | shutdown_-h_now | (~arjan@2001:1c06:2d0b:2312:71ef:dee2:f1b7:70aa) |
| 2021-03-25 17:58:23 +0000 | FMJz_____ | (sid279245@gateway/web/irccloud.com/x-gdvcqgmmbdaqujfv) |
| 2021-03-25 17:58:23 +0000 | chessai | (sid225296@gateway/web/irccloud.com/x-byrazhpexotqswfh) |
| 2021-03-25 17:58:23 +0000 | srhb | (sid400352@NixOS/user/srhb) |
| 2021-03-25 17:58:23 +0000 | acertain | (sid470584@gateway/web/irccloud.com/x-xarjgpqbpnaskcwh) |
| 2021-03-25 17:58:23 +0000 | interruptinuse | (~interrupt@girl.mrtheplague.net) |
| 2021-03-25 17:58:25 +0000 | Aquazi | (uid312403@gateway/web/irccloud.com/x-qtprvhinkdonlwur) |
| 2021-03-25 17:58:25 +0000 | saidinwot1 | (~saidinwot@2604:a880:2:d0::50:8001) |
| 2021-03-25 17:58:25 +0000 | leifm_ | (~leifm@dawn.whatbox.ca) |
| 2021-03-25 17:58:26 +0000 | flx_ | (flux@2001:708:310:3430:4506:8c48:1ba0:18ff) |
| 2021-03-25 17:58:26 +0000 | hamishmack | (sid389057@gateway/web/irccloud.com/x-zggwyezkruntccxr) |
| 2021-03-25 17:58:26 +0000 | grfn | (sid449115@gateway/web/irccloud.com/x-bdqnujcrokkpscfq) |
| 2021-03-25 17:58:26 +0000 | thi | (sid97277@gateway/web/irccloud.com/x-eqfjkudsamsuuqbt) |
| 2021-03-25 17:58:26 +0000 | taktoa[c] | (sid282096@gateway/web/irccloud.com/x-hqelbfbprbiolikb) |
| 2021-03-25 17:58:26 +0000 | dexterlb | (~dexterlb@2a01:9e40:2:2::2) |
| 2021-03-25 17:58:27 +0000 | ekleog | (~ii@prologin/ekleog) |
| 2021-03-25 17:58:27 +0000 | wildsebastian | (sid324688@gateway/web/irccloud.com/x-vyjnygnwyfsuevsv) |
| 2021-03-25 17:58:27 +0000 | angerman | (sid209936@gateway/web/irccloud.com/x-hfnkkglxtipewdhn) |
| 2021-03-25 17:58:27 +0000 | ajmcmiddlin | (sid284402@gateway/web/irccloud.com/x-haiyfskefbbtaisd) |
| 2021-03-25 17:58:27 +0000 | edwardk | (sid47016@haskell/developer/edwardk) |
| 2021-03-25 17:58:27 +0000 | ClaudiusMaximus | (~claude@cpc98210-croy26-2-0-cust137.19-2.cable.virginm.net) (Changing host) |
| 2021-03-25 17:58:27 +0000 | ClaudiusMaximus | (~claude@unaffiliated/claudiusmaximus) |
| 2021-03-25 17:58:28 +0000 | noan | (~noan@2604:a880:400:d0::12fc:5001) |
| 2021-03-25 17:58:28 +0000 | cawfee | (chiya@2406:3003:2077:2341::babe) |
| 2021-03-25 17:58:28 +0000 | Deewiant | (~deewiant@de1.ut.deewiant.iki.fi) |
| 2021-03-25 17:58:28 +0000 | exferenceBot | (~exference@hexagoxel.de) |
| 2021-03-25 17:58:29 +0000 | pent | (sid313808@gateway/web/irccloud.com/x-qohmunovljgyvcrk) |
| 2021-03-25 17:58:29 +0000 | stass | (~stas@2a00:13c0:63:7195::beef) |
| 2021-03-25 17:58:29 +0000 | Geekingfrog | (geekingfro@2a01:7e01::f03c:92ff:fe48:8bdf) |
| 2021-03-25 17:58:29 +0000 | ryjm | (sid383513@gateway/web/irccloud.com/x-ecnvpidnhgfkefiv) |
| 2021-03-25 17:58:29 +0000 | lieven | (~mal@unaffiliated/lieven) |
| 2021-03-25 17:58:30 +0000 | matryoshka | (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) |
| 2021-03-25 17:58:31 +0000 | bgamari | (~bgamari@2001:470:e438::1) |
| 2021-03-25 17:58:31 +0000 | noCheese | (~nocheese@gw2.aibor.de) |
| 2021-03-25 17:58:31 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) |
| 2021-03-25 17:58:32 +0000 | jared-w | (uid405292@gateway/web/irccloud.com/x-huiridbtoppgaxoa) |
| 2021-03-25 17:58:32 +0000 | hongminhee | (sid295@gateway/web/irccloud.com/x-kibefecnjwmlmkzg) |
| 2021-03-25 17:58:32 +0000 | luite | (sid387799@gateway/web/irccloud.com/x-nwnejasrzejuykak) |
| 2021-03-25 17:58:32 +0000 | ocharles | (sid30093@musicbrainz/user/ocharles) |
| 2021-03-25 17:58:32 +0000 | typetetris | (sid275937@gateway/web/irccloud.com/x-izvpjmxssxmqkhzb) |
| 2021-03-25 17:58:33 +0000 | rotaerk | (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) |
| 2021-03-25 17:58:33 +0000 | kip | (sid71464@gateway/web/irccloud.com/x-qvzkdukixqylsddq) |
| 2021-03-25 17:58:33 +0000 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-pvfqcksczpjenwap) |
| 2021-03-25 17:58:34 +0000 | flx_ | mflux |
| 2021-03-25 17:58:34 +0000 | wlritchi | (wlritchi@2600:3c03::f03c:91ff:fe60:8ddc) |
| 2021-03-25 17:58:34 +0000 | noCheese | (~nocheese@gw2.aibor.de) (Changing host) |
| 2021-03-25 17:58:34 +0000 | noCheese | (~nocheese@unaffiliated/nocheese) |
| 2021-03-25 17:58:36 +0000 | SaitamaPlus | (uid272474@gateway/web/irccloud.com/x-lysqajeuhvewnsdq) |
| 2021-03-25 17:58:36 +0000 | bbhoss | (sid18216@gateway/web/irccloud.com/x-tshhrdxhsikqotro) |
| 2021-03-25 17:58:36 +0000 | danvet | (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) |
| 2021-03-25 17:58:36 +0000 | lambda | (~xiretza@mail.xiretza.xyz) |
| 2021-03-25 17:58:36 +0000 | wpcarro | (sid397589@gateway/web/irccloud.com/x-mqlnavesslwfuvko) |
| 2021-03-25 17:58:37 +0000 | teehemkay | (sid14792@gateway/web/irccloud.com/x-iudjigrpyzwwyvyh) |
| 2021-03-25 17:58:37 +0000 | mpickering | (sid78412@gateway/web/irccloud.com/x-adymmghybcqfpwbe) |
| 2021-03-25 17:58:37 +0000 | nick_h | (sid319833@gateway/web/irccloud.com/x-hurbpwgphyteuyqm) |
| 2021-03-25 17:58:37 +0000 | bradparker | (sid262931@gateway/web/irccloud.com/x-gttwlulagbfoqvam) |
| 2021-03-25 17:58:37 +0000 | totbwf | (sid402332@gateway/web/irccloud.com/x-dgktabipjjpulgqw) |
| 2021-03-25 17:58:38 +0000 | liszt | (sid336875@gateway/web/irccloud.com/x-vlrfxgskhhzuwehk) |
| 2021-03-25 17:58:38 +0000 | shadowdaemon | (~user@unaffiliated/shadowdaemon) |
| 2021-03-25 17:58:38 +0000 | caasih | (sid13241@gateway/web/irccloud.com/x-ddqtrssgnjadgsqx) |
| 2021-03-25 17:58:38 +0000 | jbetz | (sid283648@gateway/web/irccloud.com/x-bfgqfnucldondvhy) |
| 2021-03-25 17:58:38 +0000 | jlpeters | (sid25606@gateway/web/irccloud.com/x-dbifrnxtcwhelvgl) |
| 2021-03-25 17:58:38 +0000 | runeks | (sid21167@gateway/web/irccloud.com/x-cxruzufibvrhwxbg) |
| 2021-03-25 17:58:38 +0000 | NemesisD | (sid24071@gateway/web/irccloud.com/x-bhiwmgazamcmlnuc) |
| 2021-03-25 17:58:38 +0000 | joel135 | (sid136450@gateway/web/irccloud.com/x-ynwsqsenmnzdgtcj) |
| 2021-03-25 17:58:39 +0000 | cstrahan | (sid36118@gateway/web/irccloud.com/x-bmushoawxabgurdf) |
| 2021-03-25 17:58:39 +0000 | alinab | (sid468903@gateway/web/irccloud.com/x-mmgxfjoejzkoptwj) |
| 2021-03-25 17:58:39 +0000 | Nascha | (sid212230@gateway/web/irccloud.com/x-uevbplkqstpvgkxg) |
| 2021-03-25 17:58:39 +0000 | tnks | (sid412124@gateway/web/irccloud.com/x-imptgchkzowofvdx) |
| 2021-03-25 17:58:39 +0000 | dale | (dale@unaffiliated/dale) |
| 2021-03-25 17:58:40 +0000 | echoreply | (~echoreply@unaffiliated/echoreply) |
| 2021-03-25 17:58:40 +0000 | parisienne | (sid383587@gateway/web/irccloud.com/x-gujkdzhbutdynrns) |
| 2021-03-25 17:58:41 +0000 | mht | (~mht@2a03:b0c0:3:e0::1e2:c001) |
| 2021-03-25 17:58:41 +0000 | Boarders | (sid425905@gateway/web/irccloud.com/x-xqjyeydcfwqgozcn) |
| 2021-03-25 17:58:41 +0000 | lolmac | (sid171216@gateway/web/irccloud.com/x-kfnswsynrgzzjfgg) |
| 2021-03-25 17:58:42 +0000 | yorick | (~yorick@oftn/oswg-member/yorick) |
| 2021-03-25 17:58:45 +0000 | martin02 | (silas@hund.fs.lmu.de) |
| 2021-03-25 17:58:46 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) |
| 2021-03-25 17:58:48 +0000 | enikar | (~enikar@2001:41d0:2:8673::42) |
| 2021-03-25 17:58:49 +0000 | komasa | (~komasa@2a03:b0c0:3:d0::2097:6001) |
| 2021-03-25 17:58:49 +0000 | magog | (~wee@unaffiliated/magog) |
| 2021-03-25 17:58:52 +0000 | jiribenes | (~jiribenes@rosa.jiribenes.com) |
| 2021-03-25 17:58:53 +0000 | zceejkr | (~wintermut@cpe-92-37-88-51.dynamic.amis.net) |
| 2021-03-25 17:58:55 +0000 | Raito_Bezarius | (~Raito@unaffiliated/raito-bezarius/x-8764578) |
| 2021-03-25 17:58:56 +0000 | sphalerite | (~sphalerit@NixOS/user/lheckemann) |
| 2021-03-25 17:58:57 +0000 | ManiacTwister | (~Twister@claudia.s7t.de) |
| 2021-03-25 17:59:04 +0000 | sm | (~user@li229-222.members.linode.com) |
| 2021-03-25 17:59:05 +0000 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-ccssjikzdlicmzal) |
| 2021-03-25 17:59:06 +0000 | rom1504 | (rom1504@rom1504.fr) |
| 2021-03-25 17:59:06 +0000 | kiweun | (~kiweun@2607:fea8:2a62:9600:c9a0:4edb:f142:45d8) |
| 2021-03-25 17:59:15 +0000 | jamm_ | (~jamm@unaffiliated/jamm) (Ping timeout: 258 seconds) |
| 2021-03-25 17:59:15 +0000 | eruditass | (uid248673@gateway/web/irccloud.com/x-pqiwmoliqqwvohha) |
| 2021-03-25 17:59:15 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 17:59:20 +0000 | fl0_id | (~fl0_id@claudia.s7t.de) |
| 2021-03-25 17:59:20 +0000 | `slikts | (~nelabs@2a00:d880:5:395::37ca) |
| 2021-03-25 17:59:20 +0000 | `slikts | (~nelabs@2a00:d880:5:395::37ca) (Changing host) |
| 2021-03-25 17:59:20 +0000 | `slikts | (~nelabs@wikipedia/reinis) |
| 2021-03-25 17:59:23 +0000 | cheers | (user@unaffiliated/cheers) |
| 2021-03-25 17:59:23 +0000 | Tesseraction | (~Tesseract@unaffiliated/tesseraction) |
| 2021-03-25 17:59:25 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 17:59:27 +0000 | copypasteque | (~copypaste@2001:41d0:8:b325::1) |
| 2021-03-25 17:59:29 +0000 | hwabyong | (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com) |
| 2021-03-25 17:59:30 +0000 | graingert | (sid128301@gateway/web/irccloud.com/x-iroyswqzegjgssbc) |
| 2021-03-25 17:59:41 +0000 | runawayfive | (~nope@unaffiliated/runawayfive) (Ping timeout: 240 seconds) |
| 2021-03-25 17:59:43 +0000 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | hive-mind | (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | idhugo_ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | lewky | (~lewky@159.65.37.240) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | nckx | (~nckx@tobias.gr) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | Nik05 | (~Nik05@unaffiliated/nik05) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | so | (~so@unaffiliated/so) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | sdrodge | (~sdrodge@unaffiliated/sdrodge) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | MasseR | (~MasseR@51.15.143.128) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | lukelau | (~lukelau@46.101.13.214) (*.net *.split) |
| 2021-03-25 17:59:43 +0000 | pmikkelsen | (~pmikkelse@vps1.pmikkelsen.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | chrisosaurus | (chris@segfault.net.nz) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | SlashLife | (~slashlife@stienen.name) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | _ht | (~quassel@82-169-194-8.biz.kpn.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | carlomagno | (~cararell@148.87.23.12) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Sorna | (~Sornaensi@077213203030.dynamic.telenor.dk) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | forgottenone | (~forgotten@176.42.23.95) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | lunaphyte_ | (~lunaphyte@37.120.211.188) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | mnrmnaugh | (~mnrmnaugh@unaffiliated/mnrmnaugh) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Narinas | (~Narinas@187-178-93-112.dynamic.axtel.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Cale | (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | roconnor | (~roconnor@host-45-58-230-226.dyn.295.ca) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | sm2n | (~sm2n@bras-base-hmtnon143hw-grc-11-65-95-103-225.dsl.bell.ca) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | texasmynsted | (~texasmyns@99.96.221.112) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Cthalupa | (~cthulhu@47.186.47.75) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | fiddlerwoaroof | (~fiddlerwo@unaffiliated/fiddlerwoaroof) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | puffnfresh | (~puffnfres@45.76.124.5) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | ft | (~ft@shell.chaostreff-dortmund.de) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | ystael | (~ystael@209.6.50.55) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | datajerk | (~datajerk@sense.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | lawid | (~quassel@dslb-090-186-099-083.090.186.pools.vodafone-ip.de) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | bobbytables | (~bobbytabl@ec2-44-224-191-138.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | hrdl | (~ef24a0e6@unaffiliated/hrdl) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | lep-delete | (~lep@94.31.86.183) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Ankhers | (~Ankhers@unaffiliated/ankhers) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Moyst | (~moyst@212-149-213-144.bb.dnainternet.fi) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | madog_ | (~madog@163.ip-51-254-203.eu) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | rprosper- | (~adam@186.75.232.35.bc.googleusercontent.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | acowley | (~acowley@c-68-83-22-43.hsd1.nj.comcast.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | aweinstock | (~aweinstoc@cpe-67-248-65-250.nycap.res.rr.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | ericsagnes | (~ericsagne@i121-115-92-236.s42.a013.ap.plala.or.jp) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | aldum | (~vishera@aldum.pw) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | patrick3 | (~tarpk@ool-182dca76.dyn.optonline.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | shachaf | (~shachaf@unaffiliated/shachaf) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | EvanR_ | (~evan@mail.evanr.info) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | hiredman | (~hiredman@volyova.ec2.thelastcitadel.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | amiri_ | (~amiri@cpe-76-91-154-9.socal.res.rr.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | hpc | (~juzz@ip98-169-35-13.dc.dc.cox.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | remedan_ | (~remedan@balak.me) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | stux|RC-only | (stux2@grid9.quadspeedi.net) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | cohn | (~noone@unaffiliated/cohn) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | electrocat | (~michiel@revan.derhaeg.be) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | energizer | (~energizer@unaffiliated/energizer) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | brettgilio | (~brettgili@brettgilio.com) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | Jonno_FTW | (~come@api.carswap.me) (*.net *.split) |
| 2021-03-25 17:59:44 +0000 | reactormonk1 | (~reactormo@mehl.schokokeks.org) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | motte | (~weechat@unaffiliated/motte) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | kaol | (~kaol@178.62.241.234) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | Unode | (~Unode@unaffiliated/unode) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | jtobin | (~jtobin@li1555-212.members.linode.com) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | Khisanth | (~Khisanth@24.sub-174-244-147.myvzw.com) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | [exa] | (exa@unaffiliated/exa/x-5381537) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | Flonk_ | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | freeside_ | (~ubuntu@ec2-52-58-69-57.eu-central-1.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | sshine | (~simon@hubris.eta.solutions) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | dpl | (~dpl@ec2-18-133-105-122.eu-west-2.compute.amazonaws.com) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | davl | (~davl@207.154.228.18) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | aidecoe | (~aidecoe@unaffiliated/aidecoe) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | pharaun | (~pharaun@static.88-198-62-245.clients.your-server.de) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | ahf_ | (ahf@irssi/staff/ahf) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | atomi | (~atomi@3.184.203.35.bc.googleusercontent.com) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | c_wraith | (~c_wraith@adjoint.us) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | mmaruseacph2 | (~mihai@198.199.100.72) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | ArsenArsen | (~Arsen@fsf/member/ArsenArsen) (*.net *.split) |
| 2021-03-25 17:59:45 +0000 | jakalx | (~jakalx@base.jakalx.net) (*.net *.split) |
| 2021-03-25 17:59:50 +0000 | hiredman | (~hiredman@volyova.ec2.thelastcitadel.com) |
| 2021-03-25 17:59:51 +0000 | amiri | (~amiri@cpe-76-91-154-9.socal.res.rr.com) |
| 2021-03-25 17:59:51 +0000 | chrisosaurus | (chris@segfault.net.nz) |
| 2021-03-25 17:59:51 +0000 | electrocat | (~michiel@revan.derhaeg.be) |
| 2021-03-25 17:59:51 +0000 | kaol | (~kaol@178.62.241.234) |
| 2021-03-25 17:59:52 +0000 | Jonno_FTW | (~come@api.carswap.me) |
| 2021-03-25 17:59:52 +0000 | shachaf | (~shachaf@unaffiliated/shachaf) |
| 2021-03-25 17:59:52 +0000 | sshine | (~simon@hubris.eta.solutions) |
| 2021-03-25 17:59:53 +0000 | hexo_ | (~hexo@2a01:430:17:1::ffff:328) |
| 2021-03-25 17:59:53 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) |
| 2021-03-25 17:59:54 +0000 | [exa] | (exa@srv3.blesmrt.net) |
| 2021-03-25 17:59:54 +0000 | madog | (~madog@163.ip-51-254-203.eu) |
| 2021-03-25 17:59:54 +0000 | ft | (~ft@shell.chaostreff-dortmund.de) |
| 2021-03-25 17:59:55 +0000 | acowley | (~acowley@c-68-83-22-43.hsd1.nj.comcast.net) |
| 2021-03-25 17:59:55 +0000 | EvanR | (~evan@mail.evanr.info) |
| 2021-03-25 17:59:55 +0000 | lukelau_ | (~lukelau@2a03:b0c0:1:d0::1bc:b001) |
| 2021-03-25 17:59:55 +0000 | lawid | (~quassel@dslb-090-186-099-083.090.186.pools.vodafone-ip.de) |
| 2021-03-25 17:59:55 +0000 | aldum | (~vishera@aldum.pw) |
| 2021-03-25 17:59:56 +0000 | Cthalupa | (~cthulhu@47.186.47.75) |
| 2021-03-25 17:59:56 +0000 | aweinstock | (~aweinstoc@cpe-67-248-65-250.nycap.res.rr.com) |
| 2021-03-25 17:59:57 +0000 | Narinas | (~Narinas@187-178-93-112.dynamic.axtel.net) |
| 2021-03-25 17:59:57 +0000 | entropygain | (levitate@unaffiliated/entropygain) |
| 2021-03-25 17:59:57 +0000 | so_ | (~so@unaffiliated/so) |
| 2021-03-25 17:59:57 +0000 | pharaun | (~pharaun@static.88-198-62-245.clients.your-server.de) |
| 2021-03-25 17:59:57 +0000 | mmaruseacph2 | (~mihai@198.199.100.72) |
| 2021-03-25 17:59:57 +0000 | jtobin | (~jtobin@li1555-212.members.linode.com) |
| 2021-03-25 17:59:58 +0000 | hpc | (~juzz@ip98-169-35-13.dc.dc.cox.net) |
| 2021-03-25 17:59:58 +0000 | rprospero | (~adam@186.75.232.35.bc.googleusercontent.com) |
| 2021-03-25 17:59:59 +0000 | cohn | (~noone@unaffiliated/cohn) |
| 2021-03-25 17:59:59 +0000 | atomi | (~atomi@3.184.203.35.bc.googleusercontent.com) |
| 2021-03-25 18:00:00 +0000 | remedan | (~remedan@balak.me) |
| 2021-03-25 18:00:00 +0000 | aidecoe | (~aidecoe@unaffiliated/aidecoe) |
| 2021-03-25 18:00:01 +0000 | Flonk | (~Flonk@ec2-52-40-29-25.us-west-2.compute.amazonaws.com) |
| 2021-03-25 18:00:01 +0000 | lep-delete | (~lep@94.31.86.183) |
| 2021-03-25 18:00:02 +0000 | puffnfresh | (~puffnfres@45.76.124.5) |
| 2021-03-25 18:00:03 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 18:00:03 +0000 | EvanR | (~evan@mail.evanr.info) (Changing host) |
| 2021-03-25 18:00:03 +0000 | EvanR | (~evan@unaffiliated/evanr) |
| 2021-03-25 18:00:03 +0000 | nckx[2] | (~nckx@tobias.gr) |
| 2021-03-25 18:00:03 +0000 | hrdl | (~ef24a0e6@unaffiliated/hrdl) |
| 2021-03-25 18:00:03 +0000 | bobbytables | (~bobbytabl@ec2-44-224-191-138.us-west-2.compute.amazonaws.com) |
| 2021-03-25 18:00:03 +0000 | ystael | (~ystael@209.6.50.55) |
| 2021-03-25 18:00:06 +0000 | ericsagnes | (~ericsagne@2405:6580:0:5100:3ab0:9401:ddfa:4aa4) |
| 2021-03-25 18:00:07 +0000 | Tuplanolla | (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
| 2021-03-25 18:00:09 +0000 | SlashLife | (~slashlife@stienen.name) |
| 2021-03-25 18:00:09 +0000 | _ht | (~quassel@82.169.194.8) |
| 2021-03-25 18:00:10 +0000 | dpl | (~dpl@ec2-18-133-105-122.eu-west-2.compute.amazonaws.com) |
| 2021-03-25 18:00:14 +0000 | hive-mind | (~hivemind@rrcs-67-53-148-69.west.biz.rr.com) |
| 2021-03-25 18:00:16 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) |
| 2021-03-25 18:00:18 +0000 | Sorna | (~Sornaensi@077213203030.dynamic.telenor.dk) |
| 2021-03-25 18:00:18 +0000 | sm2n | (~sm2n@bras-base-hmtnon143hw-grc-11-65-95-103-225.dsl.bell.ca) |
| 2021-03-25 18:00:21 +0000 | c_wraith | (~c_wraith@adjoint.us) |
| 2021-03-25 18:00:21 +0000 | sdrodge | (~sdrodge@pool-151-200-36-55.washdc.fios.verizon.net) |
| 2021-03-25 18:00:22 +0000 | infinity0 | (~infinity0@occupy.ecodis.net) |
| 2021-03-25 18:00:23 +0000 | dbmikus | (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2021-03-25 18:00:23 +0000 | sdrodge | (~sdrodge@pool-151-200-36-55.washdc.fios.verizon.net) (Signing in (sdrodge)) |
| 2021-03-25 18:00:23 +0000 | sdrodge | (~sdrodge@unaffiliated/sdrodge) |
| 2021-03-25 18:00:25 +0000 | infinity0 | (~infinity0@occupy.ecodis.net) (Changing host) |
| 2021-03-25 18:00:25 +0000 | infinity0 | (~infinity0@freenet/developer/infinity0) |
| 2021-03-25 18:00:26 +0000 | Unode | (~Unode@194.94.44.220) |
| 2021-03-25 18:00:26 +0000 | patrick3 | (~tarpk@ool-182dca76.dyn.optonline.net) |
| 2021-03-25 18:00:26 +0000 | Unode | (~Unode@194.94.44.220) (Changing host) |
| 2021-03-25 18:00:26 +0000 | Unode | (~Unode@unaffiliated/unode) |
| 2021-03-25 18:00:26 +0000 | Nik05 | (~Nik05@unaffiliated/nik05) |
| 2021-03-25 18:00:27 +0000 | ArsenArsen | (~Arsen@fsf/member/ArsenArsen) |
| 2021-03-25 18:00:27 +0000 | carlomagno | (~cararell@148.87.23.12) |
| 2021-03-25 18:00:29 +0000 | Khisanth | (~Khisanth@24.sub-174-244-147.myvzw.com) |
| 2021-03-25 18:00:29 +0000 | MasseR | (~MasseR@51.15.143.128) |
| 2021-03-25 18:00:30 +0000 | Cale | (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) |
| 2021-03-25 18:00:31 +0000 | lewky | (~lewky@159.65.37.240) |
| 2021-03-25 18:00:32 +0000 | idhugo__ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-25 18:00:40 +0000 | motte | (~weechat@unaffiliated/motte) |
| 2021-03-25 18:00:42 +0000 | fiddlerwoaroof | (~fiddlerwo@unaffiliated/fiddlerwoaroof) |
| 2021-03-25 18:00:45 +0000 | mnrmnaugh | (~mnrmnaugh@unaffiliated/mnrmnaugh) |
| 2021-03-25 18:00:45 +0000 | sdrodge | Guest33172 |
| 2021-03-25 18:00:46 +0000 | Ankhers | (~Ankhers@unaffiliated/ankhers) |
| 2021-03-25 18:00:47 +0000 | winny | (~winny@fsf/member/winstonw) |
| 2021-03-25 18:00:48 +0000 | reactormonk1 | (~reactormo@mehl.schokokeks.org) |
| 2021-03-25 18:00:49 +0000 | davl | (~davl@207.154.228.18) |
| 2021-03-25 18:01:01 +0000 | roconnor | (~roconnor@host-45-58-230-226.dyn.295.ca) |
| 2021-03-25 18:01:21 +0000 | emmanuel_erc | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Remote host closed the connection) |
| 2021-03-25 18:01:29 +0000 | texasmynsted | (~texasmyns@99.96.221.112) |
| 2021-03-25 18:01:36 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 18:01:38 +0000 | etrepum | (sid763@gateway/web/irccloud.com/x-aivubeqxyerhziil) |
| 2021-03-25 18:01:41 +0000 | Zemyla | (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) (Ping timeout: 240 seconds) |
| 2021-03-25 18:01:46 +0000 | nckx[2] | nckx |
| 2021-03-25 18:02:05 +0000 | brettgilio | (~brettgili@brettgilio.com) |
| 2021-03-25 18:02:18 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Ping timeout: 260 seconds) |
| 2021-03-25 18:02:19 +0000 | duckonomy | (~duckonomy@177.ip-144-217-84.net) |
| 2021-03-25 18:02:27 +0000 | {abby} | (~{abby}@unaffiliated/demhydraz) |
| 2021-03-25 18:02:28 +0000 | dandart | (~Thunderbi@home.dandart.co.uk) |
| 2021-03-25 18:02:31 +0000 | stux|RC-only | (stux2@grid9.quadspeedi.net) |
| 2021-03-25 18:02:33 +0000 | datajerk | (~datajerk@sense.net) |
| 2021-03-25 18:02:42 +0000 | Zemyla | (~zemyla@ec2-54-196-11-2.compute-1.amazonaws.com) |
| 2021-03-25 18:03:23 +0000 | forgottenone | (~forgotten@176.42.23.95) |
| 2021-03-25 18:03:24 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 18:03:29 +0000 | totte | (~totte@chakra/totte) (Ping timeout: 256 seconds) |
| 2021-03-25 18:03:40 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 18:03:48 +0000 | hexo_ | (~hexo@2a01:430:17:1::ffff:328) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | `slikts | (~nelabs@wikipedia/reinis) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-ccssjikzdlicmzal) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | echoreply | (~echoreply@unaffiliated/echoreply) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | wlritchi | (wlritchi@2600:3c03::f03c:91ff:fe60:8ddc) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | bgamari | (~bgamari@2001:470:e438::1) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | noCheese | (~nocheese@unaffiliated/nocheese) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | martin02 | (silas@hund.fs.lmu.de) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | cawfee | (chiya@2406:3003:2077:2341::babe) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | lieven | (~mal@unaffiliated/lieven) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | Aquazi | (uid312403@gateway/web/irccloud.com/x-qtprvhinkdonlwur) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | Riviera | (Riviera@2a03:b0c0:1:d0::10:b001) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | teej | (uid154177@gateway/web/irccloud.com/x-ovmowwytkfwzrlnb) (*.net *.split) |
| 2021-03-25 18:03:48 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | npgm | (sid42623@gateway/web/irccloud.com/x-qqflebpcxvwgjiil) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | drupol | (sid117588@gateway/web/irccloud.com/x-zzpzlhvnmuqycmga) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | bjs | (sid190364@gateway/web/irccloud.com/x-qfzcamdoxrsgodvl) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | avn | (~avn@78-56-108-78.static.zebra.lt) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | machinedgod | (~machinedg@135-23-192-217.cpe.pppoe.ca) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | feepo | (sid28508@gateway/web/irccloud.com/x-gtlndkphwglflxzn) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | Cathy | (~Cathy@unaffiliated/cathy) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | cheater | (~user@unaffiliated/cheater) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | avp | (~avp@unaffiliated/avp) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | Squarism | (~someone@unaffiliated/squarism) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | tv | (~tv@unaffiliated/tv) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | oats | (~hurr@durr/im/a/sheep) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | tekacs | (~tekacs@178.79.131.8) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | thc202 | (~thc202@unaffiliated/thc202) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-uhyhmepkjdyoglfc) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | HiRE | (~HiRE@2602:ffc5:20::1:512e) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | evanjs | (~evanjs@075-129-098-007.res.spectrum.com) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | flow | (~none@salem.informatik.uni-erlangen.de) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | tms_ | (thomaav@cassarossa.samfundet.no) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | Benett | (~Benett@unaffiliated/benett) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | ego_ | (~ego@2604:a880:800:a1::1b:b001) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | PHO | (~pho@akari.cielonegro.org) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | agrif | (agrif@overviewer/dev/agrif) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | ggVGc | (~ggVGc@unaffiliated/walt) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | krjt | (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | riasue | (~quassel@2001:310:6000:f::5198:1) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | beaky | (~beaky@2a03:b0c0:0:1010::17cf:7003) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | billstclair | (sid77830@gateway/web/irccloud.com/x-scbeoiqvbygvcgod) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | parseval | (sid239098@gateway/web/irccloud.com/x-umgugjvykfxjuxhz) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | whez | (sid470288@gateway/web/irccloud.com/x-pthafhujofirezkd) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | coeus | (~coeus@p200300d027267600bb8cfa912d4fc1ef.dip0.t-ipconnect.de) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | simony | (sid226116@gateway/web/irccloud.com/x-bqfwcosvxtgllqgh) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | dysfigured | (dysfigured@2600:3c00::f03c:92ff:feb4:be75) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | dsturnbull | (sid347899@gateway/web/irccloud.com/x-asyraowfziwxkufz) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | adamse | (sid72084@gateway/web/irccloud.com/x-aclnvpawmutdmwmu) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | liquorice | (sid267884@gateway/web/irccloud.com/x-oqviufsxxsemhgoy) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | cemerick | (sid54985@gateway/web/irccloud.com/x-cqtrrebknjbsbeil) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | glowpelt | (~myst@focks.pw) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | xacktm | (xacktm@gateway/shell/panicbnc/x-wuwjorqmtuodwktb) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | joel135 | (sid136450@gateway/web/irccloud.com/x-ynwsqsenmnzdgtcj) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | liszt | (sid336875@gateway/web/irccloud.com/x-vlrfxgskhhzuwehk) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | kip | (sid71464@gateway/web/irccloud.com/x-qvzkdukixqylsddq) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-pvfqcksczpjenwap) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | hongminhee | (sid295@gateway/web/irccloud.com/x-kibefecnjwmlmkzg) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | luite | (sid387799@gateway/web/irccloud.com/x-nwnejasrzejuykak) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | graingert | (sid128301@gateway/web/irccloud.com/x-iroyswqzegjgssbc) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | ocharles | (sid30093@musicbrainz/user/ocharles) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | typetetris | (sid275937@gateway/web/irccloud.com/x-izvpjmxssxmqkhzb) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | jared-w | (uid405292@gateway/web/irccloud.com/x-huiridbtoppgaxoa) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | wpcarro | (sid397589@gateway/web/irccloud.com/x-mqlnavesslwfuvko) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | dgpratt | (sid193493@gateway/web/irccloud.com/x-zjzlnpzuqklkplmv) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | a3f_ | (~a3f@chimeria.ext.pengutronix.de) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | NGravity | (csp@gateway/shell/xshellz/x-hkasvqidfdhcvqah) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | haasn | (~nand@mpv/developer/haasn) (*.net *.split) |
| 2021-03-25 18:03:49 +0000 | jokester | (~mono@unaffiliated/jokester) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | alanz | (sid110616@gateway/web/irccloud.com/x-awewbbblwafkpdqv) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | ibloom | (sid350277@gateway/web/irccloud.com/x-lflqucudkvzrmnyd) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | debugloop | (~danieln@unaffiliated/debugloop) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | agander_m | (sid407952@gateway/web/irccloud.com/x-zllzjncfxvfvxian) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | m-renaud | (sid333785@gateway/web/irccloud.com/x-lqxwlrzuqitdwesp) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | cocreature | (~cocreatur@eirene.uberspace.de) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-acopuccdgkxwqwzd) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | kaychaks | (sid236345@gateway/web/irccloud.com/x-pfkzpsokjciroexd) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | Eliel_ | (~jojkaart@163.172.153.251) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | albethere | (sid457088@gateway/web/irccloud.com/x-sjxwfcalpctmnykr) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | rann | (sid175221@gateway/web/irccloud.com/x-crqlkmbxlvlwdxik) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | dmj` | (sid72307@gateway/web/irccloud.com/x-aomqnmfryhrspaez) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-nuwatrouepgtmuro) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | xerox_ | (~xerox@unaffiliated/xerox) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | SrPx | (sid108780@gateway/web/irccloud.com/x-dxsvzdutokublrfc) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | Twey | (~twey@unaffiliated/twey) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | irclogger_com | (~irclogger@li659-42.members.linode.com) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | DavidEichmann | (~david@47.27.93.209.dyn.plus.net) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | natechan | (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | xcin | (~x@159.203.132.140) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | noctux`` | (3aXdWzOx70@unaffiliated/noctux) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | Philonous | (~Philonous@unaffiliated/philonous) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | madnight_ | (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | gawen | (~gawen@movzbl.root.sx) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | seveg | (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | integral | (sid296274@p3m/member/integral) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | nek0 | (~nek0@mail.nek0.eu) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | fiQ2 | (~fiQ@mirkk.ninja) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | SolarAquarion | (SolarAquar@gateway/shell/panicbnc/x-lgjxlcwpqdmnxdiz) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | weechat_4 | (~mingc@2400:8902::f03c:91ff:feb7:8e82) (*.net *.split) |
| 2021-03-25 18:03:50 +0000 | ashnur | (~rak@unaffiliated/ashnur) (*.net *.split) |
| 2021-03-25 18:03:58 +0000 | tekacs | (~tekacs@178.79.131.8) |
| 2021-03-25 18:03:58 +0000 | avn | (~avn@78-56-108-78.static.zebra.lt) |
| 2021-03-25 18:04:00 +0000 | tms_ | (thomaav@cassarossa.samfundet.no) |
| 2021-03-25 18:04:01 +0000 | riatre | (~quassel@2001:310:6000:f::5198:1) |
| 2021-03-25 18:04:01 +0000 | Maxdamantus | (~Maxdamant@unaffiliated/maxdamantus) |
| 2021-03-25 18:04:03 +0000 | Benett | (~Benett@unaffiliated/benett) |
| 2021-03-25 18:04:03 +0000 | parseval | (sid239098@gateway/web/irccloud.com/x-mgyjqkcnbnnprosw) |
| 2021-03-25 18:04:03 +0000 | machinedgod | (~machinedg@135-23-192-217.cpe.pppoe.ca) |
| 2021-03-25 18:04:04 +0000 | DANtheBEASTman | (dysfigured@2600:3c00::f03c:92ff:feb4:be75) |
| 2021-03-25 18:04:05 +0000 | whez | (sid470288@gateway/web/irccloud.com/x-vlnxuepdpthnqbhd) |
| 2021-03-25 18:04:05 +0000 | liquorice | (sid267884@gateway/web/irccloud.com/x-dyugkhqexknhviii) |
| 2021-03-25 18:04:06 +0000 | oats | (~hurr@durr/im/a/sheep) |
| 2021-03-25 18:04:06 +0000 | cynick | (~worm@ec2-52-206-86-1.compute-1.amazonaws.com) |
| 2021-03-25 18:04:07 +0000 | cawfee | (chiya@2406:3003:2077:2341::babe) |
| 2021-03-25 18:04:07 +0000 | cemerick | (sid54985@gateway/web/irccloud.com/x-sdirxuixzyojokim) |
| 2021-03-25 18:04:07 +0000 | adamse | (sid72084@gateway/web/irccloud.com/x-pqgjxyvnyjkpejpe) |
| 2021-03-25 18:04:07 +0000 | noCheese | (~nocheese@gw2.aibor.de) |
| 2021-03-25 18:04:07 +0000 | noCheese | (~nocheese@gw2.aibor.de) (Changing host) |
| 2021-03-25 18:04:07 +0000 | noCheese | (~nocheese@unaffiliated/nocheese) |
| 2021-03-25 18:04:08 +0000 | HiRE | (~HiRE@104.128.237.40) |
| 2021-03-25 18:04:08 +0000 | bgamari | (~bgamari@2001:470:e438::1) |
| 2021-03-25 18:04:08 +0000 | evanjs | (~evanjs@075-129-098-007.res.spectrum.com) |
| 2021-03-25 18:04:09 +0000 | dsturnbull | (sid347899@gateway/web/irccloud.com/x-ulzijgzjjjoyxwfv) |
| 2021-03-25 18:04:10 +0000 | bjs | (sid190364@gateway/web/irccloud.com/x-fupunhhxobhdzekp) |
| 2021-03-25 18:04:10 +0000 | agrif | (~agrif@rakeri.net) |
| 2021-03-25 18:04:11 +0000 | agrif | (~agrif@rakeri.net) (Changing host) |
| 2021-03-25 18:04:11 +0000 | agrif | (~agrif@overviewer/dev/agrif) |
| 2021-03-25 18:04:13 +0000 | wlritchi | (wlritchi@2600:3c03::f03c:91ff:fe60:8ddc) |
| 2021-03-25 18:04:13 +0000 | waleee-cl | (uid373333@gateway/web/irccloud.com/x-shbtzypknmvkwgta) |
| 2021-03-25 18:04:14 +0000 | krjt | (~krjst@2604:a880:800:c1::16b:8001) |
| 2021-03-25 18:04:14 +0000 | cheater | (~user@unaffiliated/cheater) |
| 2021-03-25 18:04:15 +0000 | tv | (~tv@unaffiliated/tv) |
| 2021-03-25 18:04:16 +0000 | ego_ | (~ego@2604:a880:800:a1::1b:b001) |
| 2021-03-25 18:04:18 +0000 | avp | (~avp@unaffiliated/avp) |
| 2021-03-25 18:04:19 +0000 | lieven | (~mal@unaffiliated/lieven) |
| 2021-03-25 18:04:22 +0000 | PHO | (~pho@akari.cielonegro.org) |
| 2021-03-25 18:04:22 +0000 | echoreply | (~echoreply@unaffiliated/echoreply) |
| 2021-03-25 18:04:26 +0000 | billstclair | (sid77830@gateway/web/irccloud.com/x-ouhlhzompordlszs) |
| 2021-03-25 18:04:26 +0000 | Aquazi | (uid312403@gateway/web/irccloud.com/x-qkynhipqeqyzxwvt) |
| 2021-03-25 18:04:26 +0000 | simony | (sid226116@gateway/web/irccloud.com/x-mscpxuicjuzgvhyw) |
| 2021-03-25 18:04:29 +0000 | graingert | (sid128301@gateway/web/irccloud.com/x-iroyswqzegjgssbc) |
| 2021-03-25 18:04:29 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) |
| 2021-03-25 18:04:29 +0000 | joel135 | (sid136450@gateway/web/irccloud.com/x-ynwsqsenmnzdgtcj) |
| 2021-03-25 18:04:29 +0000 | liszt | (sid336875@gateway/web/irccloud.com/x-vlrfxgskhhzuwehk) |
| 2021-03-25 18:04:29 +0000 | wpcarro | (sid397589@gateway/web/irccloud.com/x-mqlnavesslwfuvko) |
| 2021-03-25 18:04:29 +0000 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-pvfqcksczpjenwap) |
| 2021-03-25 18:04:29 +0000 | kip | (sid71464@gateway/web/irccloud.com/x-qvzkdukixqylsddq) |
| 2021-03-25 18:04:29 +0000 | typetetris | (sid275937@gateway/web/irccloud.com/x-izvpjmxssxmqkhzb) |
| 2021-03-25 18:04:29 +0000 | ocharles | (sid30093@musicbrainz/user/ocharles) |
| 2021-03-25 18:04:29 +0000 | luite | (sid387799@gateway/web/irccloud.com/x-nwnejasrzejuykak) |
| 2021-03-25 18:04:29 +0000 | hongminhee | (sid295@gateway/web/irccloud.com/x-kibefecnjwmlmkzg) |
| 2021-03-25 18:04:29 +0000 | jared-w | (uid405292@gateway/web/irccloud.com/x-huiridbtoppgaxoa) |
| 2021-03-25 18:04:29 +0000 | dgpratt | (sid193493@gateway/web/irccloud.com/x-zjzlnpzuqklkplmv) |
| 2021-03-25 18:04:29 +0000 | a3f_ | (~a3f@chimeria.ext.pengutronix.de) |
| 2021-03-25 18:04:29 +0000 | NGravity | (csp@gateway/shell/xshellz/x-hkasvqidfdhcvqah) |
| 2021-03-25 18:04:29 +0000 | haasn | (~nand@mpv/developer/haasn) |
| 2021-03-25 18:04:29 +0000 | jokester | (~mono@unaffiliated/jokester) |
| 2021-03-25 18:04:29 +0000 | m-renaud | (sid333785@gateway/web/irccloud.com/x-lqxwlrzuqitdwesp) |
| 2021-03-25 18:04:29 +0000 | agander_m | (sid407952@gateway/web/irccloud.com/x-zllzjncfxvfvxian) |
| 2021-03-25 18:04:29 +0000 | debugloop | (~danieln@unaffiliated/debugloop) |
| 2021-03-25 18:04:29 +0000 | ibloom | (sid350277@gateway/web/irccloud.com/x-lflqucudkvzrmnyd) |
| 2021-03-25 18:04:29 +0000 | alanz | (sid110616@gateway/web/irccloud.com/x-awewbbblwafkpdqv) |
| 2021-03-25 18:04:29 +0000 | cocreature | (~cocreatur@eirene.uberspace.de) |
| 2021-03-25 18:04:29 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-acopuccdgkxwqwzd) |
| 2021-03-25 18:04:29 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) |
| 2021-03-25 18:04:29 +0000 | kaychaks | (sid236345@gateway/web/irccloud.com/x-pfkzpsokjciroexd) |
| 2021-03-25 18:04:29 +0000 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) |
| 2021-03-25 18:04:29 +0000 | Eliel_ | (~jojkaart@163.172.153.251) |
| 2021-03-25 18:04:29 +0000 | albethere | (sid457088@gateway/web/irccloud.com/x-sjxwfcalpctmnykr) |
| 2021-03-25 18:04:29 +0000 | rann | (sid175221@gateway/web/irccloud.com/x-crqlkmbxlvlwdxik) |
| 2021-03-25 18:04:29 +0000 | dmj` | (sid72307@gateway/web/irccloud.com/x-aomqnmfryhrspaez) |
| 2021-03-25 18:04:29 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-nuwatrouepgtmuro) |
| 2021-03-25 18:04:29 +0000 | SrPx | (sid108780@gateway/web/irccloud.com/x-dxsvzdutokublrfc) |
| 2021-03-25 18:04:29 +0000 | xerox_ | (~xerox@unaffiliated/xerox) |
| 2021-03-25 18:04:29 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) |
| 2021-03-25 18:04:29 +0000 | irclogger_com | (~irclogger@li659-42.members.linode.com) |
| 2021-03-25 18:04:29 +0000 | Twey | (~twey@unaffiliated/twey) |
| 2021-03-25 18:04:29 +0000 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) |
| 2021-03-25 18:04:29 +0000 | DavidEichmann | (~david@47.27.93.209.dyn.plus.net) |
| 2021-03-25 18:04:29 +0000 | natechan | (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) |
| 2021-03-25 18:04:29 +0000 | xcin | (~x@159.203.132.140) |
| 2021-03-25 18:04:29 +0000 | noctux`` | (3aXdWzOx70@unaffiliated/noctux) |
| 2021-03-25 18:04:29 +0000 | Philonous | (~Philonous@unaffiliated/philonous) |
| 2021-03-25 18:04:29 +0000 | madnight_ | (~madnight@static.59.103.201.195.clients.your-server.de) |
| 2021-03-25 18:04:29 +0000 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) |
| 2021-03-25 18:04:29 +0000 | gawen | (~gawen@movzbl.root.sx) |
| 2021-03-25 18:04:29 +0000 | seveg | (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) |
| 2021-03-25 18:04:29 +0000 | integral | (sid296274@p3m/member/integral) |
| 2021-03-25 18:04:29 +0000 | nek0 | (~nek0@mail.nek0.eu) |
| 2021-03-25 18:04:29 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) |
| 2021-03-25 18:04:29 +0000 | fiQ2 | (~fiQ@mirkk.ninja) |
| 2021-03-25 18:04:29 +0000 | SolarAquarion | (SolarAquar@gateway/shell/panicbnc/x-lgjxlcwpqdmnxdiz) |
| 2021-03-25 18:04:29 +0000 | weechat_4 | (~mingc@2400:8902::f03c:91ff:feb7:8e82) |
| 2021-03-25 18:04:29 +0000 | ashnur | (~rak@unaffiliated/ashnur) |
| 2021-03-25 18:04:30 +0000 | martin02 | (silas@hund.fs.lmu.de) |
| 2021-03-25 18:04:30 +0000 | flow | (~none@salem.informatik.uni-erlangen.de) |
| 2021-03-25 18:04:30 +0000 | thc202 | (~thc202@unaffiliated/thc202) |
| 2021-03-25 18:04:31 +0000 | Squarism | (~someone@178.62.91.8) |
| 2021-03-25 18:04:31 +0000 | Squarism | (~someone@178.62.91.8) (Changing host) |
| 2021-03-25 18:04:31 +0000 | Squarism | (~someone@unaffiliated/squarism) |
| 2021-03-25 18:04:32 +0000 | drupol | (sid117588@gateway/web/irccloud.com/x-rizxsknddutwmgbe) |
| 2021-03-25 18:04:33 +0000 | coeus | (~coeus@2003:d0:2726:7600:bb8c:fa91:2d4f:c1ef) |
| 2021-03-25 18:04:34 +0000 | DANtheBEASTman | dysfigured |
| 2021-03-25 18:04:35 +0000 | ggVGc | (~ggVGc@2400:8901::f03c:91ff:fef2:bed8) |
| 2021-03-25 18:04:36 +0000 | npgm | (sid42623@gateway/web/irccloud.com/x-wkpzqaqvntrubejf) |
| 2021-03-25 18:04:45 +0000 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) |
| 2021-03-25 18:04:47 +0000 | feepo | (sid28508@gateway/web/irccloud.com/x-nlsqfelqlzanpteo) |
| 2021-03-25 18:04:49 +0000 | SolarAquarion | (SolarAquar@gateway/shell/panicbnc/x-lgjxlcwpqdmnxdiz) (Max SendQ exceeded) |
| 2021-03-25 18:04:49 +0000 | Philonous | (~Philonous@unaffiliated/philonous) (Max SendQ exceeded) |
| 2021-03-25 18:04:49 +0000 | rann | (sid175221@gateway/web/irccloud.com/x-crqlkmbxlvlwdxik) (Max SendQ exceeded) |
| 2021-03-25 18:04:49 +0000 | albethere | (sid457088@gateway/web/irccloud.com/x-sjxwfcalpctmnykr) (Max SendQ exceeded) |
| 2021-03-25 18:04:49 +0000 | fiQ2 | (~fiQ@mirkk.ninja) (Max SendQ exceeded) |
| 2021-03-25 18:04:50 +0000 | Cathy | (~Cathy@unaffiliated/cathy) |
| 2021-03-25 18:04:52 +0000 | beaky | (~beaky@2a03:b0c0:0:1010::17cf:7003) |
| 2021-03-25 18:04:52 +0000 | hexo_ | (~hexo@83.167.228.130) |
| 2021-03-25 18:04:55 +0000 | shailangsa | (~shailangs@host165-120-169-19.range165-120.btcentralplus.com) |
| 2021-03-25 18:04:56 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 18:04:58 +0000 | `slikts | (~nelabs@wikipedia/reinis) |
| 2021-03-25 18:05:02 +0000 | fiQ2 | (~fiQ@mirkk.ninja) |
| 2021-03-25 18:05:04 +0000 | sssb54 | (~ssssb56@vps-b2931db6.vps.ovh.ca) |
| 2021-03-25 18:05:08 +0000 | freeside | (~ubuntu@ec2-52-58-69-57.eu-central-1.compute.amazonaws.com) |
| 2021-03-25 18:05:08 +0000 | conkker | (~conkker@unaffiliated/conkker) |
| 2021-03-25 18:05:09 +0000 | joel135 | (sid136450@gateway/web/irccloud.com/x-ynwsqsenmnzdgtcj) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | hongminhee | (sid295@gateway/web/irccloud.com/x-kibefecnjwmlmkzg) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | kip | (sid71464@gateway/web/irccloud.com/x-qvzkdukixqylsddq) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | graingert | (sid128301@gateway/web/irccloud.com/x-iroyswqzegjgssbc) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | ocharles | (sid30093@musicbrainz/user/ocharles) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | wpcarro | (sid397589@gateway/web/irccloud.com/x-mqlnavesslwfuvko) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | jared-w | (uid405292@gateway/web/irccloud.com/x-huiridbtoppgaxoa) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | luite | (sid387799@gateway/web/irccloud.com/x-nwnejasrzejuykak) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | liszt | (sid336875@gateway/web/irccloud.com/x-vlrfxgskhhzuwehk) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | typetetris | (sid275937@gateway/web/irccloud.com/x-izvpjmxssxmqkhzb) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-pvfqcksczpjenwap) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | dgpratt | (sid193493@gateway/web/irccloud.com/x-zjzlnpzuqklkplmv) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | NGravity | (csp@gateway/shell/xshellz/x-hkasvqidfdhcvqah) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | a3f_ | (~a3f@chimeria.ext.pengutronix.de) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | debugloop | (~danieln@unaffiliated/debugloop) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | jokester | (~mono@unaffiliated/jokester) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | alanz | (sid110616@gateway/web/irccloud.com/x-awewbbblwafkpdqv) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | haasn | (~nand@mpv/developer/haasn) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | ibloom | (sid350277@gateway/web/irccloud.com/x-lflqucudkvzrmnyd) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | agander_m | (sid407952@gateway/web/irccloud.com/x-zllzjncfxvfvxian) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | m-renaud | (sid333785@gateway/web/irccloud.com/x-lqxwlrzuqitdwesp) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | kaychaks | (sid236345@gateway/web/irccloud.com/x-pfkzpsokjciroexd) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-acopuccdgkxwqwzd) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | Eliel_ | (~jojkaart@163.172.153.251) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | cocreature | (~cocreatur@eirene.uberspace.de) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | dmj` | (sid72307@gateway/web/irccloud.com/x-aomqnmfryhrspaez) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-nuwatrouepgtmuro) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | xerox_ | (~xerox@unaffiliated/xerox) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | SrPx | (sid108780@gateway/web/irccloud.com/x-dxsvzdutokublrfc) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | Twey | (~twey@unaffiliated/twey) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | irclogger_com | (~irclogger@li659-42.members.linode.com) (*.net *.split) |
| 2021-03-25 18:05:09 +0000 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | DavidEichmann | (~david@47.27.93.209.dyn.plus.net) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | natechan | (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | xcin | (~x@159.203.132.140) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | noctux`` | (3aXdWzOx70@unaffiliated/noctux) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | madnight_ | (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | gawen | (~gawen@movzbl.root.sx) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | seveg | (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | integral | (sid296274@p3m/member/integral) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | nek0 | (~nek0@mail.nek0.eu) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | weechat_4 | (~mingc@2400:8902::f03c:91ff:feb7:8e82) (*.net *.split) |
| 2021-03-25 18:05:10 +0000 | ashnur | (~rak@unaffiliated/ashnur) (*.net *.split) |
| 2021-03-25 18:05:14 +0000 | teej | (uid154177@gateway/web/irccloud.com/x-izbbctdbzftgsuqt) |
| 2021-03-25 18:05:14 +0000 | Philonous | (~Philonous@unaffiliated/philonous) |
| 2021-03-25 18:05:17 +0000 | NGravity | (csp@gateway/shell/xshellz/x-ztkryqboprznxnxa) |
| 2021-03-25 18:05:17 +0000 | ashnur | (~rak@ashnur.com) |
| 2021-03-25 18:05:17 +0000 | Eliel | (~jojkaart@163.172.153.251) |
| 2021-03-25 18:05:18 +0000 | ashnur | (~rak@ashnur.com) (Changing host) |
| 2021-03-25 18:05:18 +0000 | ashnur | (~rak@unaffiliated/ashnur) |
| 2021-03-25 18:05:18 +0000 | xerox_ | (~xerox@unaffiliated/xerox) |
| 2021-03-25 18:05:18 +0000 | mjacob | (~mjacob@unaffiliated/mjacob) |
| 2021-03-25 18:05:18 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) |
| 2021-03-25 18:05:23 +0000 | ahf | (ahf@irssi/staff/ahf) |
| 2021-03-25 18:05:24 +0000 | a3f | (~a3f@chimeria.ext.pengutronix.de) |
| 2021-03-25 18:05:26 +0000 | gds | (~user@2a01:4b00:8605:9800:4103:dbd5:9f3c:6103) |
| 2021-03-25 18:05:27 +0000 | jokester | (~mono@unaffiliated/jokester) |
| 2021-03-25 18:05:28 +0000 | gawen | (~gawen@movzbl.root.sx) |
| 2021-03-25 18:05:28 +0000 | debugloop | (~danieln@unaffiliated/debugloop) |
| 2021-03-25 18:05:28 +0000 | haasn | (~nand@mpv/developer/haasn) |
| 2021-03-25 18:05:29 +0000 | cocreature | (~cocreatur@eirene.uberspace.de) |
| 2021-03-25 18:05:30 +0000 | noctux`` | (1KWNv9FtDb@unaffiliated/noctux) |
| 2021-03-25 18:05:31 +0000 | DavidEichmann | (~david@47.27.93.209.dyn.plus.net) |
| 2021-03-25 18:05:31 +0000 | nek0 | (~nek0@mail.nek0.eu) |
| 2021-03-25 18:05:34 +0000 | todda7 | (~torstein@2a02:587:1b17:de00:b1fa:5a99:4acf:bd72) |
| 2021-03-25 18:05:37 +0000 | ibloom | (sid350277@gateway/web/irccloud.com/x-klvmqrdqeclehwqf) |
| 2021-03-25 18:05:38 +0000 | seveg | (~gabriel@2a02-ab04-0249-8d00-dea6-32ff-fe17-0993.dynamic.v6.chello.sk) |
| 2021-03-25 18:05:40 +0000 | Lowl3v3l | (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) |
| 2021-03-25 18:05:42 +0000 | m-renaud | (sid333785@gateway/web/irccloud.com/x-mchkmhpqmiujvtxp) |
| 2021-03-25 18:05:45 +0000 | apeyroux | (~alex@78.20.138.88.rev.sfr.net) (Ping timeout: 256 seconds) |
| 2021-03-25 18:05:45 +0000 | Moyst | (~moyst@212-149-213-144.bb.dnainternet.fi) |
| 2021-03-25 18:05:49 +0000 | hongminhee | (sid31517@gateway/web/irccloud.com/x-trpfnifbgxghvffk) |
| 2021-03-25 18:05:49 +0000 | luite | (sid387799@gateway/web/irccloud.com/x-vruczmbwnblfrzcg) |
| 2021-03-25 18:05:50 +0000 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) |
| 2021-03-25 18:05:51 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) |
| 2021-03-25 18:06:03 +0000 | natechan | (~natechan@108-233-125-227.lightspeed.sntcca.sbcglobal.net) |
| 2021-03-25 18:06:05 +0000 | weechat_4 | (~mingc@2400:8902::f03c:91ff:feb7:8e82) |
| 2021-03-25 18:06:07 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-03-25 18:06:07 +0000 | SaitamaPlus | (uid272474@gateway/web/irccloud.com/x-lysqajeuhvewnsdq) (Quit: Connection closed for inactivity) |
| 2021-03-25 18:06:09 +0000 | wpcarro | (sid397589@gateway/web/irccloud.com/x-ursbhdqlzechqcyp) |
| 2021-03-25 18:06:13 +0000 | agander_m | (sid407952@gateway/web/irccloud.com/x-rroevxeabrovpqft) |
| 2021-03-25 18:06:16 +0000 | SegFaultAX | (SegFaultAX@unaffiliated/segfaultax) |
| 2021-03-25 18:06:22 +0000 | kaychaks | (sid236345@gateway/web/irccloud.com/x-vvdrivxruwhittji) |
| 2021-03-25 18:06:22 +0000 | jared-w | (uid405292@gateway/web/irccloud.com/x-pyvswkozatnsqrpu) |
| 2021-03-25 18:06:24 +0000 | mflux | (flux@2001:708:310:3430:4506:8c48:1ba0:18ff) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | Ferdirand | (~max@2001:4c78:2012:5000::2) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | nf | (~n@monade.li) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | aizen_s | (sid462968@gateway/web/irccloud.com/x-exxtqgkyguunpmzv) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | Klumben | (Nsaiswatch@gateway/shell/panicbnc/x-axktsekcbfmdpwmd) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | Adluc | (~Adluc@2a01:430:17:1::ffff:328) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | Jajik | (xchlup2@gateway/shell/fi.muni.cz/x-fwhuvvmnenubcmqo) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | cyphase | (~cyphase@unaffiliated/cyphase) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | operand | (~operand@is.altijd.moe) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | berberman | (~berberman@unaffiliated/berberman) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | jamestmartin | (james@jtmar.me) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | _bin | (~bin@2600:1700:10a1:38d0:f5fc:8391:811:f23a) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | tjbp | (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | charukiewicz | (~quassel@irouteince04.i.subnet.rcn.com) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | NieDzejkob | (~quassel@195.149.98.3) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | unlink2 | (~unlink2@p200300ebcf254d00a495fbc96206c979.dip0.t-ipconnect.de) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | robotmay | (~beepboop@2001:8b0:7af0:2580:b995:956f:e934:6824) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | miklcct | (quasselcor@2001:19f0:7001:5ad:5400:2ff:feb6:50d7) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | vqrs | (~vqrs@learnprogramming/regular/vqrs) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | zyeri | (zyeri@tilde.team/users/zyeri) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | tabaqui1 | (~tabaqui@2604:a880:800:c1::21b:3001) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | lechner | (~lechner@letbox-vps.us-core.com) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | AndreasK | (sid320732@gateway/web/irccloud.com/x-vdwtngphivyybuen) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | edmundnoble | (sid229620@gateway/web/irccloud.com/x-tkqlzktnrmjnwgwh) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | edwinb | (sid69486@gateway/web/irccloud.com/x-iuadzljhqdmgwlzo) (*.net *.split) |
| 2021-03-25 18:06:24 +0000 | JSharp | (sid4580@wikia/JSharp) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | Guest28699 | (~mstruebin@2001:41d0:8:93c7::1) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | Firedancer_ | (sid336191@gateway/web/irccloud.com/x-sifpynykxqsgyduf) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | sis7_ | (~user@2001:15e8:110:473e::1) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | i7c | (5rUxPo90vH@unaffiliated/i7c) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | rizary | (sid220347@gateway/web/irccloud.com/x-jciyyboedeaitldq) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | Tritlo | (sid58727@gateway/web/irccloud.com/x-hlnemwtqdcqwfmju) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | b20n | (sid115913@gateway/web/irccloud.com/x-bcilisnluaermlni) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-wspsxccqqhlsxiik) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | rodlogic__ | (sid214676@gateway/web/irccloud.com/x-ankhtflkqlftaoxo) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | iphy | (sid67735@gateway/web/irccloud.com/x-plvmmnmxjphcbcan) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | tiru | (tiru@gateway/web/irccloud.com/x-ulrzaksklqzrcnre) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | newhoggy | (sid198874@gateway/web/irccloud.com/x-awuybgnwtcbclgxl) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | amatecha____ | (sid10006@gateway/web/irccloud.com/x-fbkwjmnjwvevvoum) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | Adeon | (sid418992@gateway/web/irccloud.com/x-saksqxxmmnyhipjl) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | gluegadget | (sid22336@gateway/web/irccloud.com/x-nacghkaecqyzfaiu) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | lexi-lambda | (sid92601@gateway/web/irccloud.com/x-ifdrsfisupquxnai) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | glowcoil | (sid3405@gateway/web/irccloud.com/x-hndebngclrsoxnbb) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | lally | (sid388228@gateway/web/irccloud.com/x-micawzivdxbhrdny) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | gregberns_ | (sid315709@gateway/web/irccloud.com/x-jubncvccaprwennl) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | p3n | (~p3n@2a00:19a0:3:7c:0:d9c6:7cf6:1) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | trevorriles | (sid469656@gateway/web/irccloud.com/x-lypnrkhttsfkvnne) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | dhouthoo | (~dhouthoo@ptr-eitgbj2w0uu6delkbrh.18120a2.ip6.access.telenet.be) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | megaTherion | (~therion@coruscant.unix.io) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | hyiltiz-M | (hyiltizkde@gateway/shell/kde/matrix/x-oumhxaxiicvtttlv) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | Blkt | (~Blkt@2a01:4f8:200:2425::adda) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | hendi | (sid489601@gateway/web/irccloud.com/x-umgweedspvdxhric) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | spidr | (~spider@2402:1f00:8100:400::6b1) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | thonkpod | (~thonkpod@2001:19f0:ac01:b46:5400:1ff:fec7:d73d) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | bjobjo | (~bjobjo@2a01:79c:cebf:d688::9e6) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | moobar | (sid171730@gateway/web/irccloud.com/x-lxdmnqustlyookkh) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | systemfault | (sid267009@gateway/web/irccloud.com/x-mjidzbagddabkzax) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | lortabac | (~lortabac@51.158.65.124) (*.net *.split) |
| 2021-03-25 18:06:25 +0000 | shapr | (~shapr@haskell/developer/shapr) (*.net *.split) |
| 2021-03-25 18:06:27 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 18:06:28 +0000 | KonTh3D0n | (442ea9ac@c-68-46-169-172.hsd1.mi.comcast.net) (Quit: Connection closed) |
| 2021-03-25 18:06:30 +0000 | vjoki | (vjoki@2a00:d880:3:1::fea1:9ae) |
| 2021-03-25 18:06:31 +0000 | lortabac | (~lortabac@51.158.65.124) |
| 2021-03-25 18:06:33 +0000 | charukiewicz | (~quassel@irouteince04.i.subnet.rcn.com) |
| 2021-03-25 18:06:35 +0000 | megaTherion_ | (~therion@unix.io) |
| 2021-03-25 18:06:36 +0000 | graingert | (sid128301@gateway/web/irccloud.com/x-ciekcoykaswmsqaq) |
| 2021-03-25 18:06:36 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) |
| 2021-03-25 18:06:36 +0000 | flx_ | (flux@2001:708:310:3430:4506:8c48:1ba0:18ff) |
| 2021-03-25 18:06:37 +0000 | tjbp | (~tom@2001:19f0:7400:8d4c:5400:2ff:fe2c:5662) |
| 2021-03-25 18:06:37 +0000 | Ferdirand | (~max@2001:4c78:2012:5000::2) |
| 2021-03-25 18:06:37 +0000 | bjobjo | (~bjobjo@2a01:79c:cebf:d688::9e6) |
| 2021-03-25 18:06:38 +0000 | miklcct | (quasselcor@2001:19f0:7001:5ad:5400:2ff:feb6:50d7) |
| 2021-03-25 18:06:38 +0000 | vqrs | (~vqrs@learnprogramming/regular/vqrs) |
| 2021-03-25 18:06:40 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) |
| 2021-03-25 18:06:40 +0000 | operand | (~operand@is.altijd.moe) |
| 2021-03-25 18:06:42 +0000 | Blkt | (~Blkt@2a01:4f8:200:2425::adda) |
| 2021-03-25 18:06:42 +0000 | tabaqui1 | (~tabaqui@2604:a880:800:c1::21b:3001) |
| 2021-03-25 18:06:43 +0000 | unlink2 | (~unlink2@p200300ebcf254d00a495fbc96206c979.dip0.t-ipconnect.de) |
| 2021-03-25 18:06:43 +0000 | i7c | (UzrQ2PKvmb@unaffiliated/i7c) |
| 2021-03-25 18:06:44 +0000 | trevorriles | (sid469656@gateway/web/irccloud.com/x-ftfflnuszupfnvyt) |
| 2021-03-25 18:06:44 +0000 | Guest28699 | (~mstruebin@2001:41d0:8:93c7::1) |
| 2021-03-25 18:06:44 +0000 | sis7_ | (~user@2001:15e8:110:473e::1) |
| 2021-03-25 18:06:45 +0000 | NieDzejkob_ | (~quassel@195.149.98.3) |
| 2021-03-25 18:06:45 +0000 | shapr | (~shapr@162.243.9.169) |
| 2021-03-25 18:06:46 +0000 | typetetris | (sid275937@gateway/web/irccloud.com/x-dcerdocovoshoxng) |
| 2021-03-25 18:06:46 +0000 | AndreasK | (sid320732@gateway/web/irccloud.com/x-uinzyrworkhwzace) |
| 2021-03-25 18:06:46 +0000 | Tritlo | (sid58727@gateway/web/irccloud.com/x-geglvmlluszkfqin) |
| 2021-03-25 18:06:47 +0000 | lexi-lambda | (sid92601@gateway/web/irccloud.com/x-oglwobzdzlunivgx) |
| 2021-03-25 18:06:47 +0000 | edwinb | (sid69486@gateway/web/irccloud.com/x-jjzemvhemvqrtzqr) |
| 2021-03-25 18:06:47 +0000 | elvishjerricco | (sid237756@NixOS/user/ElvishJerricco) |
| 2021-03-25 18:06:48 +0000 | jtmar | (james@jtmar.me) |
| 2021-03-25 18:06:49 +0000 | _bin_ | (~bin@2600:1700:10a1:38d0:f5fc:8391:811:f23a) |
| 2021-03-25 18:06:49 +0000 | berberman_ | (~berberman@unaffiliated/berberman) |
| 2021-03-25 18:06:49 +0000 | lechner | (~lechner@letbox-vps.us-core.com) |
| 2021-03-25 18:06:49 +0000 | JSharp | (sid4580@wikia/JSharp) |
| 2021-03-25 18:06:49 +0000 | flx_ | mflux |
| 2021-03-25 18:06:50 +0000 | spidr | (~spider@2402:1f00:8100:400::6b1) |
| 2021-03-25 18:06:50 +0000 | SoF | (~SoF@unaffiliated/skillyonfire) |
| 2021-03-25 18:06:50 +0000 | dhouthoo | (~dhouthoo@ptr-eitgbj2w0uu6delkbrh.18120a2.ip6.access.telenet.be) |
| 2021-03-25 18:06:51 +0000 | thonkpod | (~thonkpod@2001:19f0:ac01:b46:5400:1ff:fec7:d73d) |
| 2021-03-25 18:06:52 +0000 | systemfault | (sid267009@gateway/web/irccloud.com/x-jqwvujdvxvydxlry) |
| 2021-03-25 18:06:54 +0000 | glowcoil | (sid3405@gateway/web/irccloud.com/x-xeuicresjnitdefg) |
| 2021-03-25 18:06:54 +0000 | gluegadget | (sid22336@gateway/web/irccloud.com/x-ylyfdhrlcthpppud) |
| 2021-03-25 18:06:55 +0000 | shapr | Guest39595 |
| 2021-03-25 18:06:55 +0000 | higherorder__ | (sid185221@gateway/web/irccloud.com/x-lcdnfhiahwbndmco) |
| 2021-03-25 18:06:57 +0000 | newhoggy | (sid198874@gateway/web/irccloud.com/x-jrcmrjttmzaivaot) |
| 2021-03-25 18:06:57 +0000 | hendi | (sid489601@gateway/web/irccloud.com/x-tofwispyijhkkmkf) |
| 2021-03-25 18:06:58 +0000 | aizen_s | (sid462968@gateway/web/irccloud.com/x-ssosxrgsgfolycrs) |
| 2021-03-25 18:06:58 +0000 | Adeon | (sid418992@gateway/web/irccloud.com/x-wguwowrrdxqwnndk) |
| 2021-03-25 18:06:59 +0000 | moobar | (sid171730@gateway/web/irccloud.com/x-idhhaawhjtolzzkm) |
| 2021-03-25 18:07:01 +0000 | b20n | (sid115913@gateway/web/irccloud.com/x-kbklydvlxfzrskqk) |
| 2021-03-25 18:07:01 +0000 | lally | (sid388228@gateway/web/irccloud.com/x-osbzlupikvuseetb) |
| 2021-03-25 18:07:01 +0000 | robotmay | (~beepboop@2001:8b0:7af0:2580:b995:956f:e934:6824) |
| 2021-03-25 18:07:01 +0000 | iphy | (sid67735@gateway/web/irccloud.com/x-tamdzevqynwsuesn) |
| 2021-03-25 18:07:01 +0000 | edmundnoble | (sid229620@gateway/web/irccloud.com/x-acqjqzoxhelmlagr) |
| 2021-03-25 18:07:02 +0000 | p3n | (~p3n@2a00:19a0:3:7c:0:d9c6:7cf6:1) |
| 2021-03-25 18:07:03 +0000 | ocharles | (sid30093@musicbrainz/user/ocharles) |
| 2021-03-25 18:07:05 +0000 | gregberns_ | (sid315709@gateway/web/irccloud.com/x-skjetjsgahxqvatt) |
| 2021-03-25 18:07:05 +0000 | rodlogic__ | (sid214676@gateway/web/irccloud.com/x-qnsaereppjlefdxr) |
| 2021-03-25 18:07:08 +0000 | joel135 | (sid136450@gateway/web/irccloud.com/x-xakheintvvuwjchq) |
| 2021-03-25 18:07:09 +0000 | Firedancer_ | (sid336191@gateway/web/irccloud.com/x-oqnhfavzetzfosjq) |
| 2021-03-25 18:07:10 +0000 | nf | (~n@2a03:4000:53:fb4::1) |
| 2021-03-25 18:07:12 +0000 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-llbpaqjyhwyybcvv) |
| 2021-03-25 18:07:12 +0000 | geekosaur | (82650c7a@130.101.12.122) |
| 2021-03-25 18:07:12 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) |
| 2021-03-25 18:07:13 +0000 | rizary | (sid220347@gateway/web/irccloud.com/x-wsiwelxvcbgqjzep) |
| 2021-03-25 18:07:18 +0000 | KonTh3D0n | (442ea9ac@c-68-46-169-172.hsd1.mi.comcast.net) |
| 2021-03-25 18:07:19 +0000 | energizer | (~energizer@unaffiliated/energizer) |
| 2021-03-25 18:07:19 +0000 | Jajik | (xchlup2@gateway/shell/fi.muni.cz/x-xsxkgiwziqlucamx) |
| 2021-03-25 18:07:22 +0000 | tiru | (tiru@gateway/web/irccloud.com/x-yvriqigkdgcytdrs) |
| 2021-03-25 18:07:27 +0000 | alanz | (sid110616@gateway/web/irccloud.com/x-pzmmyxojgeghivey) |
| 2021-03-25 18:07:28 +0000 | Adluc | (~Adluc@2a01:430:17:1::ffff:328) |
| 2021-03-25 18:07:29 +0000 | integral | (sid296274@p3m/member/integral) |
| 2021-03-25 18:07:32 +0000 | Twey | (~twey@unaffiliated/twey) |
| 2021-03-25 18:07:34 +0000 | amatecha____ | (sid10006@gateway/web/irccloud.com/x-guwzzdivsiignydz) |
| 2021-03-25 18:07:37 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) |
| 2021-03-25 18:07:42 +0000 | whataday | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2021-03-25 18:07:44 +0000 | xcin | (~x@159.203.132.140) |
| 2021-03-25 18:07:46 +0000 | totte | (~totte@chakra/totte) |
| 2021-03-25 18:08:11 +0000 | Guest39595 | shapr |
| 2021-03-25 18:08:15 +0000 | shapr | (~shapr@162.243.9.169) (Changing host) |
| 2021-03-25 18:08:15 +0000 | shapr | (~shapr@haskell/developer/shapr) |
| 2021-03-25 18:08:17 +0000 | zyeri | (zyeri@gateway/shell/tilde.team/x-mcpchtuvgjcfnfvf) |
| 2021-03-25 18:08:17 +0000 | zyeri | (zyeri@gateway/shell/tilde.team/x-mcpchtuvgjcfnfvf) (Changing host) |
| 2021-03-25 18:08:17 +0000 | zyeri | (zyeri@tilde.team/users/zyeri) |
| 2021-03-25 18:08:20 +0000 | ammar2 | (admin@i.diddled.with.the.opers.so.they.klined.me) |
| 2021-03-25 18:08:21 +0000 | irclogger_com | (~irclogger@li659-42.members.linode.com) |
| 2021-03-25 18:08:32 +0000 | lambdabot | (~lambdabot@silicon.int-e.eu) |
| 2021-03-25 18:08:32 +0000 | lambdabot | (~lambdabot@silicon.int-e.eu) (Changing host) |
| 2021-03-25 18:08:32 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2021-03-25 18:08:34 +0000 | runawayfive | (~nope@unaffiliated/runawayfive) |
| 2021-03-25 18:08:49 +0000 | dgpratt | (sid193493@gateway/web/irccloud.com/x-woogguzeplzoavpn) |
| 2021-03-25 18:09:03 +0000 | liszt | (sid336875@gateway/web/irccloud.com/x-pnebtkkjcwsmuzup) |
| 2021-03-25 18:09:06 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-03-25 18:09:10 +0000 | albethere | (sid457088@gateway/web/irccloud.com/x-tdajxbyyhcasxgus) |
| 2021-03-25 18:09:16 +0000 | kip | (sid71464@gateway/web/irccloud.com/x-gpiqtxdlrikrisdm) |
| 2021-03-25 18:09:47 +0000 | xsperry | (~as@unaffiliated/xsperry) |
| 2021-03-25 18:09:48 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 18:09:49 +0000 | cyphase | (~cyphase@unaffiliated/cyphase) |
| 2021-03-25 18:09:50 +0000 | bitmapper | (uid464869@gateway/web/irccloud.com/x-skyxflrnbkdkklzl) |
| 2021-03-25 18:10:15 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 18:10:28 +0000 | andreas31 | (~andreas@gateway/tor-sasl/andreas303) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | rj | (~x@gateway/tor-sasl/rj) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | finn_elija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | vgtw | (~vgtw@gateway/tor-sasl/vgtw) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | sord937 | (~sord937@gateway/tor-sasl/sord937) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | srk | (~sorki@gateway/tor-sasl/sorki) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | xelxebar | (~xelxebar@gateway/tor-sasl/xelxebar) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | Unhammer | (~Unhammer@gateway/tor-sasl/unhammer) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | hexo | (~hexo@gateway/tor-sasl/hexo) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | cantstanya | (~chatting@gateway/tor-sasl/cantstanya) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | Chai-T-Rex | (~ChaiTRex@gateway/tor-sasl/chaitrex) (*.net *.split) |
| 2021-03-25 18:10:28 +0000 | hexo_ | hexo |
| 2021-03-25 18:10:49 +0000 | rann | (sid175221@gateway/web/irccloud.com/x-ffjrckngolpknpwv) |
| 2021-03-25 18:11:03 +0000 | SanchayanMaity | (sid478177@gateway/web/irccloud.com/x-yrcsnbnrakrsvhfl) |
| 2021-03-25 18:11:06 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 252 seconds) |
| 2021-03-25 18:12:39 +0000 | SrPx | (sid108780@gateway/web/irccloud.com/x-bbnjzembhmbnppsc) |
| 2021-03-25 18:13:16 +0000 | srk | (~sorki@gateway/tor-sasl/sorki) |
| 2021-03-25 18:13:19 +0000 | hacxman | (~hexo@gateway/tor-sasl/hexo) |
| 2021-03-25 18:13:27 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) |
| 2021-03-25 18:13:29 +0000 | xelxebar | (~xelxebar@gateway/tor-sasl/xelxebar) |
| 2021-03-25 18:13:29 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 18:13:31 +0000 | sord937 | (~sord937@gateway/tor-sasl/sord937) |
| 2021-03-25 18:13:40 +0000 | landonf | (landonf@mac68k.info) (Excess Flood) |
| 2021-03-25 18:13:46 +0000 | howdoi | (uid224@gateway/web/irccloud.com/x-ydlernjpazveajju) |
| 2021-03-25 18:13:52 +0000 | Guest67571 | (~sarahzrf_@sarahzrf.com) (Quit: bye) |
| 2021-03-25 18:13:59 +0000 | dmj` | (sid72307@gateway/web/irccloud.com/x-fjynwcaewsatxccp) |
| 2021-03-25 18:14:01 +0000 | sarahzrf | (~sarahzrf_@2604:a880:400:d0::b4a:4001) |
| 2021-03-25 18:14:02 +0000 | andreas31 | (~andreas@gateway/tor-sasl/andreas303) |
| 2021-03-25 18:14:08 +0000 | Unhammer | (~Unhammer@gateway/tor-sasl/unhammer) |
| 2021-03-25 18:14:11 +0000 | finn_elija | (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
| 2021-03-25 18:14:13 +0000 | Vadrigar_ | (~Vadrigar@91.65.114.8) |
| 2021-03-25 18:14:18 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 18:15:42 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 18:15:51 +0000 | hacxman | (~hexo@gateway/tor-sasl/hexo) (Remote host closed the connection) |
| 2021-03-25 18:15:52 +0000 | srk | (~sorki@gateway/tor-sasl/sorki) (Remote host closed the connection) |
| 2021-03-25 18:15:53 +0000 | cantstanya | (~chatting@gateway/tor-sasl/cantstanya) |
| 2021-03-25 18:15:54 +0000 | ircbrowse_tom | (~ircbrowse@64.225.78.177) (ZNC 1.7.5+deb4 - https://znc.in) |
| 2021-03-25 18:16:39 +0000 | ircbrowse_tom | (~ircbrowse@64.225.78.177) |
| 2021-03-25 18:16:39 +0000 | Server | +CLnt |
| 2021-03-25 18:16:40 +0000 | anderson | (~ande@159.65.95.130) |
| 2021-03-25 18:16:40 +0000 | spoonm | (~spoonm@tokyo.spoonm.org) |
| 2021-03-25 18:16:41 +0000 | lassulus | (~lassulus@185.183.127.234) |
| 2021-03-25 18:16:42 +0000 | ptrcmd | (~ptrcmd@conehub.com) (Changing host) |
| 2021-03-25 18:16:42 +0000 | ptrcmd | (~ptrcmd@unaffiliated/petercommand) |
| 2021-03-25 18:16:42 +0000 | Alleria_ | (~AllahuAkb@2603-7000-3040-0000-d83c-5948-c192-a22e.res6.spectrum.com) |
| 2021-03-25 18:16:42 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) |
| 2021-03-25 18:16:42 +0000 | eldritch | (~eldritch@138.197.72.132) |
| 2021-03-25 18:16:43 +0000 | joeytwiddle | (~joeytwidd@162.243.115.31) |
| 2021-03-25 18:16:44 +0000 | rembo10 | (~rembo10@wally.codeshy.com) |
| 2021-03-25 18:16:44 +0000 | quinn | (~quinn@c-73-223-224-163.hsd1.ca.comcast.net) |
| 2021-03-25 18:16:45 +0000 | dave_uy | (~david@108.61.193.26) |
| 2021-03-25 18:16:47 +0000 | mupf | (~micha@v22017094964653601.ultrasrv.de) |
| 2021-03-25 18:16:47 +0000 | crtschin | (~crtschin@104.131.9.149) |
| 2021-03-25 18:16:48 +0000 | niklasb | (~niklasb@dtun.de) |
| 2021-03-25 18:16:50 +0000 | iptq | (~michael@142.93.75.170) |
| 2021-03-25 18:16:51 +0000 | m1dnight_ | (~m1dnight@78-22-9-5.access.telenet.be) |
| 2021-03-25 18:16:51 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 18:16:54 +0000 | earthy_ | (~arthurvl@deban2.xs4all.space) |
| 2021-03-25 18:16:54 +0000 | frobnicator | (~frobnicat@185-227-75-147.dsl.cambrium.nl) |
| 2021-03-25 18:16:55 +0000 | yushyin2 | (nj19e27CNA@karif.server-speed.net) (Client Quit) |
| 2021-03-25 18:16:55 +0000 | PatrickRobotham_ | (sid18270@gateway/web/irccloud.com/x-oiupfqgvgmcusgoi) |
| 2021-03-25 18:16:55 +0000 | scav | (sid309693@gateway/web/irccloud.com/x-uslhiglasceegqqw) |
| 2021-03-25 18:16:57 +0000 | lassulus | (~lassulus@185.183.127.234) (Changing host) |
| 2021-03-25 18:16:57 +0000 | lassulus | (~lassulus@NixOS/user/lassulus) |
| 2021-03-25 18:16:57 +0000 | Deide | (~Deide@217.155.19.23) |
| 2021-03-25 18:16:59 +0000 | carter | (sid14827@gateway/web/irccloud.com/x-cxyihhqsuqfqchre) |
| 2021-03-25 18:17:01 +0000 | conjunctive | (sid433686@gateway/web/irccloud.com/x-nfkdjzsdkxmrkrti) |
| 2021-03-25 18:17:02 +0000 | mapperr | (~mapperr@vmi389916.contaboserver.net) |
| 2021-03-25 18:17:02 +0000 | MrMobius | (~MrMobius@208.58.206.154) |
| 2021-03-25 18:17:04 +0000 | eldritch | (~eldritch@138.197.72.132) (Changing host) |
| 2021-03-25 18:17:04 +0000 | eldritch | (~eldritch@unaffiliated/eldritch) |
| 2021-03-25 18:17:04 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 18:17:05 +0000 | darthThorik | (sid39589@gateway/web/irccloud.com/x-yyblajqqwaweohku) |
| 2021-03-25 18:17:05 +0000 | hyiltiz-M | (hyiltizkde@gateway/shell/kde/matrix/x-dxgxsjatywodwqtc) |
| 2021-03-25 18:17:08 +0000 | niklasb | (~niklasb@dtun.de) (Changing host) |
| 2021-03-25 18:17:08 +0000 | niklasb | (~niklasb@unaffiliated/codeslay0r) |
| 2021-03-25 18:17:08 +0000 | vnz | (~vnz@2001:bc8:604:94f::1) (Changing host) |
| 2021-03-25 18:17:08 +0000 | vnz | (~vnz@unaffiliated/vnz) |
| 2021-03-25 18:17:10 +0000 | glamas | (~glamas@107.182.17.237) |
| 2021-03-25 18:17:11 +0000 | chindy | (~quassel@51.15.63.78) |
| 2021-03-25 18:17:11 +0000 | nff | (~IceChat95@62-11-94-44.dialup.tiscali.it) |
| 2021-03-25 18:17:12 +0000 | reda | Guest46661 |
| 2021-03-25 18:17:12 +0000 | idnar | (sid12240@gateway/web/irccloud.com/x-zpnhxxgbwuvypcql) |
| 2021-03-25 18:17:13 +0000 | rkvist | (~user@138.197.72.132) |
| 2021-03-25 18:17:13 +0000 | stilgart | Guest16912 |
| 2021-03-25 18:17:15 +0000 | hyiltiz-M | (hyiltizkde@gateway/shell/kde/matrix/x-dxgxsjatywodwqtc) (Changing host) |
| 2021-03-25 18:17:15 +0000 | hyiltiz-M | (hyiltizkde@unaffiliated/hyiltiz) |
| 2021-03-25 18:17:15 +0000 | hyiltiz-M | (hyiltizkde@unaffiliated/hyiltiz) (Changing host) |
| 2021-03-25 18:17:15 +0000 | hyiltiz-M | (hyiltizkde@gateway/shell/kde/matrix/x-dxgxsjatywodwqtc) |
| 2021-03-25 18:17:17 +0000 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) |
| 2021-03-25 18:17:17 +0000 | Wamanuz | (~wamanuz@78-70-34-81-no84.tbcn.telia.com) |
| 2021-03-25 18:17:17 +0000 | Kaivo | (~Kaivo@104-200-86-99.mc.derytele.com) |
| 2021-03-25 18:17:17 +0000 | idnar | (sid12240@gateway/web/irccloud.com/x-zpnhxxgbwuvypcql) (Changing host) |
| 2021-03-25 18:17:17 +0000 | idnar | (sid12240@unaffiliated/idnar) |
| 2021-03-25 18:17:17 +0000 | idnar | (sid12240@unaffiliated/idnar) (Changing host) |
| 2021-03-25 18:17:17 +0000 | idnar | (sid12240@gateway/web/irccloud.com/x-zpnhxxgbwuvypcql) |
| 2021-03-25 18:17:19 +0000 | haritz | (~hrtz@62.3.70.206) (Changing host) |
| 2021-03-25 18:17:20 +0000 | haritz | (~hrtz@unaffiliated/haritz) |
| 2021-03-25 18:17:21 +0000 | sclv | (sid39734@haskell/developer/sclv) |
| 2021-03-25 18:17:23 +0000 | frobnicator | Guest3407 |
| 2021-03-25 18:17:23 +0000 | oldsk00l | (~znc@ec2-18-130-254-135.eu-west-2.compute.amazonaws.com) |
| 2021-03-25 18:17:25 +0000 | sim590 | (~sim590@modemcable090.207-203-24.mc.videotron.ca) |
| 2021-03-25 18:17:25 +0000 | Graypup_ | (Graypup@lfcode.ca) |
| 2021-03-25 18:17:25 +0000 | yushyin | (tQSqViaAx4@karif.server-speed.net) |
| 2021-03-25 18:17:26 +0000 | xwvvvvwx | (xwvvvvwx@gateway/vpn/mullvad/xwvvvvwx) |
| 2021-03-25 18:17:27 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-101-46.dsl.bell.ca) |
| 2021-03-25 18:17:27 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 18:17:27 +0000 | srk | (~sorki@gateway/tor-sasl/sorki) |
| 2021-03-25 18:17:27 +0000 | hacxman | (~hexo@gateway/tor-sasl/hexo) |
| 2021-03-25 18:17:28 +0000 | towel | (~towel@unaffiliated/towel) |
| 2021-03-25 18:17:29 +0000 | malumore | (~malumore@151.62.125.69) |
| 2021-03-25 18:17:29 +0000 | Sgeo | (~Sgeo@ool-18b98aa4.dyn.optonline.net) |
| 2021-03-25 18:17:30 +0000 | hololeap | (~hololeap@unaffiliated/hololeap) |
| 2021-03-25 18:17:31 +0000 | aplainzetakind | (~johndoe@captainludd.powered.by.lunarbnc.net) |
| 2021-03-25 18:17:33 +0000 | Chai-T-Rex | (~ChaiTRex@gateway/tor-sasl/chaitrex) |
| 2021-03-25 18:17:34 +0000 | infinisil | (~infinisil@NixOS/user/infinisil) |
| 2021-03-25 18:17:35 +0000 | vancz | (~vancz@unaffiliated/vancz) |
| 2021-03-25 18:17:36 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) |
| 2021-03-25 18:17:36 +0000 | aib | (~aib@unaffiliated/aib42) |
| 2021-03-25 18:17:37 +0000 | thaumavorio | (~thaumavor@thaumavor.io) |
| 2021-03-25 18:17:39 +0000 | dminuoso | (~dminuoso@static.88-198-218-68.clients.your-server.de) |
| 2021-03-25 18:17:43 +0000 | wraithm | (~wraithm@unaffiliated/wraithm) |
| 2021-03-25 18:17:44 +0000 | electrostat | (~dag@unaffiliated/electrostat) |
| 2021-03-25 18:17:44 +0000 | dustinm | (~dustinm@static.38.6.217.95.clients.your-server.de) |
| 2021-03-25 18:17:46 +0000 | blissful | (~blissful@unaffiliated/azuline) |
| 2021-03-25 18:17:46 +0000 | CitizenSnips | (~CitizenSn@irc.refl.club) |
| 2021-03-25 18:17:46 +0000 | tomsmeding | (~tomsmedin@2a03:b0c0:0:1010::767:3001) |
| 2021-03-25 18:17:48 +0000 | deu | (de@uio.re) |
| 2021-03-25 18:17:49 +0000 | PragCypher | (~cypher@li1507-98.members.linode.com) |
| 2021-03-25 18:17:49 +0000 | urdh | (~urdh@unaffiliated/urdh) |
| 2021-03-25 18:17:49 +0000 | tlgl^nix | (~damien@2604:3d08:f17f:ec50:250:b6ff:fee3:6eae) |
| 2021-03-25 18:17:50 +0000 | RoguePointer | (~jigen@94.177.235.178) |
| 2021-03-25 18:17:50 +0000 | RoguePointer | (~jigen@94.177.235.178) (Changing host) |
| 2021-03-25 18:17:50 +0000 | RoguePointer | (~jigen@unaffiliated/roguepointer) |
| 2021-03-25 18:17:51 +0000 | Guest16651 | (~zmv@unaffiliated/zmv) |
| 2021-03-25 18:17:52 +0000 | wagle | (~wagle@quassel.wagle.io) |
| 2021-03-25 18:17:54 +0000 | cyberlard | (~cyberlard@unaffiliated/jludwig) |
| 2021-03-25 18:17:57 +0000 | tlgl^nix | has gone away to hack at some code |
| 2021-03-25 18:17:58 +0000 | connrs | (~connrs@runciter.connrs.uk) |
| 2021-03-25 18:17:58 +0000 | pie_ | (~pie_bnc]@unaffiliated/pie-/x-0787662) |
| 2021-03-25 18:18:02 +0000 | averell | (~averell@unaffiliated/averell) |
| 2021-03-25 18:18:07 +0000 | Benzi-Junior | (~BenziJuni@dsl-149-67-143.hive.is) |
| 2021-03-25 18:18:08 +0000 | Klumben | (Nsaiswatch@gateway/shell/panicbnc/x-tsikniggqbsrqudz) |
| 2021-03-25 18:18:09 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 18:18:10 +0000 | cole-h | (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) |
| 2021-03-25 18:18:10 +0000 | okad | (~okad@ec2-18-135-78-237.eu-west-2.compute.amazonaws.com) |
| 2021-03-25 18:18:16 +0000 | <stevekrouse1[m]> | Hello! I'm trying to replicate a curl in haskell. This is the Haskell (https://pastebin.com/40dktGND) and this is the curl: `curl --request POST 'https://api.onepeloton.com/auth/login' --data-raw '{}'`. I can't figure out why I get back different responses |
| 2021-03-25 18:18:17 +0000 | Tario | (~Tario@201.192.165.173) |
| 2021-03-25 18:18:24 +0000 | forell | (~forell@unaffiliated/forell) |
| 2021-03-25 18:18:27 +0000 | tlgl^nix | has gone away to hack at some code |
| 2021-03-25 18:18:36 +0000 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) |
| 2021-03-25 18:18:36 +0000 | leothrix | (~leothrix@elastic/staff/leothrix) |
| 2021-03-25 18:18:45 +0000 | Vadrigar_ | (~Vadrigar@91.65.114.8) (Ping timeout: 252 seconds) |
| 2021-03-25 18:18:46 +0000 | zfnmxt | (~zfnmxt@unaffiliated/zfnmxt) |
| 2021-03-25 18:18:48 +0000 | a3Dman | (~3Dman@unaffiliated/a3dman) |
| 2021-03-25 18:18:48 +0000 | kaletaa | (~kaletaa@188.34.177.83) |
| 2021-03-25 18:18:52 +0000 | bob_twinkles | (~quassel@ec2-52-37-66-13.us-west-2.compute.amazonaws.com) |
| 2021-03-25 18:19:04 +0000 | drakonis | (~drakonis@unaffiliated/drakonis) |
| 2021-03-25 18:19:08 +0000 | gambpang | (~gambpang@unaffiliated/gambpang) |
| 2021-03-25 18:19:17 +0000 | dddddd | (~dddddd@unaffiliated/dddddd) |
| 2021-03-25 18:19:19 +0000 | Techcable | (~Techcable@168.235.93.147) |
| 2021-03-25 18:19:28 +0000 | Sparadox | (~etienne@ns3123347.ip-51-68-152.eu) |
| 2021-03-25 18:19:31 +0000 | kloeri | (~kloeri@freenode/staff/exherbo.kloeri) |
| 2021-03-25 18:19:32 +0000 | ukari | (~ukari@unaffiliated/ukari) |
| 2021-03-25 18:19:49 +0000 | <stevekrouse1[m]> | The haskell version used to work, but stopped for some reason. This has been verified on three different machines |
| 2021-03-25 18:20:01 +0000 | <koala_man> | stevekrouse1[m]: have you compared the request and response? |
| 2021-03-25 18:20:08 +0000 | adium | (adium@unaffiliated/adium) |
| 2021-03-25 18:20:19 +0000 | DavidEichmann | (~david@47.27.93.209.dyn.plus.net) (Remote host closed the connection) |
| 2021-03-25 18:20:27 +0000 | coddinkn | (~coddinkn@octayn.net) |
| 2021-03-25 18:20:29 +0000 | <geekosaur> | one possibility is they have a whitelist of permitted clients now |
| 2021-03-25 18:20:30 +0000 | KonTh3D0n | (442ea9ac@c-68-46-169-172.hsd1.mi.comcast.net) (Quit: Connection closed) |
| 2021-03-25 18:20:34 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Ping timeout: 265 seconds) |
| 2021-03-25 18:21:07 +0000 | dqd | (id@wikipedia/dqd) |
| 2021-03-25 18:21:11 +0000 | xts | (~ts@46.101.20.9) |
| 2021-03-25 18:21:11 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 18:21:12 +0000 | tristanC | (~tristanC@unaffiliated/tristanc) |
| 2021-03-25 18:21:13 +0000 | sudden | (~lax@unaffiliated/laxask) |
| 2021-03-25 18:21:14 +0000 | e2 | (e2@sponsored.by.bnc4you.xyz) |
| 2021-03-25 18:21:14 +0000 | arw | (~arw@impulse.informatik.uni-erlangen.de) |
| 2021-03-25 18:21:18 +0000 | yushyin | (tQSqViaAx4@karif.server-speed.net) (Client Quit) |
| 2021-03-25 18:21:20 +0000 | AWizzArd | (~code@gehrels.uberspace.de) |
| 2021-03-25 18:21:26 +0000 | jackhill | (~jackhill@marsh.hcoop.net) |
| 2021-03-25 18:21:26 +0000 | vodkaInferno | (~wormphleg@104.131.156.184) |
| 2021-03-25 18:21:26 +0000 | yushyin | (krIxGtPfeq@karif.server-speed.net) |
| 2021-03-25 18:21:28 +0000 | mceier | (~mceier@89-68-132-187.dynamic.chello.pl) |
| 2021-03-25 18:21:31 +0000 | tessier | (~treed@98.171.210.130) |
| 2021-03-25 18:21:31 +0000 | tessier | (~treed@98.171.210.130) (Changing host) |
| 2021-03-25 18:21:31 +0000 | tessier | (~treed@kernel-panic/copilotco) |
| 2021-03-25 18:21:33 +0000 | newsham | (~ubuntu@ec2-18-218-216-88.us-east-2.compute.amazonaws.com) |
| 2021-03-25 18:21:39 +0000 | Papa | (~papa@unaffiliated/papa) |
| 2021-03-25 18:21:42 +0000 | Natch | (~Natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) |
| 2021-03-25 18:22:26 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 18:23:31 +0000 | lordyod | (~lordyod@c-67-169-144-132.hsd1.ca.comcast.net) |
| 2021-03-25 18:24:45 +0000 | sssb54 | (~ssssb56@vps-b2931db6.vps.ovh.ca) |
| 2021-03-25 18:24:46 +0000 | pjb | (~t@2a01cb04063ec50059fa1e4c7a6ddecf.ipv6.abo.wanadoo.fr) |
| 2021-03-25 18:25:17 +0000 | ba | bandali |
| 2021-03-25 18:25:26 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-03-25 18:25:39 +0000 | Zialus_PT | (~RMF@2001:818:de63:c300:211:32ff:fe8d:ad29) |
| 2021-03-25 18:26:12 +0000 | Someguy123 | (~someguy@unaffiliated/compgenius999) |
| 2021-03-25 18:26:12 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 18:26:19 +0000 | vgtw | (~vgtw@gateway/tor-sasl/vgtw) |
| 2021-03-25 18:26:33 +0000 | Ekho | (~Ekho@unaffiliated/ekho) |
| 2021-03-25 18:26:34 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) |
| 2021-03-25 18:26:46 +0000 | Zialus | (~RMF@199.125.37.188.rev.vodafone.pt) (Ping timeout: 240 seconds) |
| 2021-03-25 18:27:13 +0000 | turnA | (~turnA@103.120.19.44) |
| 2021-03-25 18:28:30 +0000 | tlgl^nix | has returned from breaking programs |
| 2021-03-25 18:28:48 +0000 | RusAlex | (~Chel@unaffiliated/rusalex) (Quit: WeeChat 3.0) |
| 2021-03-25 18:28:54 +0000 | RusAlex | (~Chel@unaffiliated/rusalex) |
| 2021-03-25 18:29:31 +0000 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-llbpaqjyhwyybcvv) (Ping timeout: 245 seconds) |
| 2021-03-25 18:29:47 +0000 | Guest46661 | (~reda@4.ip-137-74-112.eu) (Changing host) |
| 2021-03-25 18:29:47 +0000 | Guest46661 | (~reda@unaffiliated/reda) |
| 2021-03-25 18:29:50 +0000 | Athas_ | Athas |
| 2021-03-25 18:29:56 +0000 | Guest46661 | reda |
| 2021-03-25 18:29:56 +0000 | eod | (~user@2603-7000-9600-01c9-0000-0000-0000-0874.res6.spectrum.com) (Read error: Connection reset by peer) |
| 2021-03-25 18:30:11 +0000 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-tqrybzxnvdtktfea) (Ping timeout: 248 seconds) |
| 2021-03-25 18:31:08 +0000 | monochrom | (trebla@216.138.220.146) |
| 2021-03-25 18:31:27 +0000 | ClaudiusMaximus | (~claude@unaffiliated/claudiusmaximus) (Quit: ->) |
| 2021-03-25 18:31:39 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) (Ping timeout: 250 seconds) |
| 2021-03-25 18:32:49 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) |
| 2021-03-25 18:33:14 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 18:33:24 +0000 | xff0x | (xff0x@gateway/vpn/mullvad/xff0x) |
| 2021-03-25 18:33:46 +0000 | nf | (~n@2a03:4000:53:fb4::1) (Quit: Fairfarren.) |
| 2021-03-25 18:33:56 +0000 | nf | (~n@monade.li) |
| 2021-03-25 18:34:29 +0000 | xacktm | (xacktm@gateway/shell/panicbnc/x-cckreqhvgmeuulfv) |
| 2021-03-25 18:35:44 +0000 | KonTh3D0n | (442ea9ac@c-68-46-169-172.hsd1.mi.comcast.net) |
| 2021-03-25 18:36:09 +0000 | puke | (~vroom@217.138.252.52) |
| 2021-03-25 18:36:17 +0000 | <sclv> | tomjaguarpaw: ping |
| 2021-03-25 18:37:54 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Ping timeout: 245 seconds) |
| 2021-03-25 18:38:45 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 18:39:21 +0000 | Unhammer | (~Unhammer@gateway/tor-sasl/unhammer) (Remote host closed the connection) |
| 2021-03-25 18:39:37 +0000 | __minoru__shirae | (~shiraeesh@46.34.207.1) (Ping timeout: 260 seconds) |
| 2021-03-25 18:39:55 +0000 | Unhammer | (~Unhammer@gateway/tor-sasl/unhammer) |
| 2021-03-25 18:41:50 +0000 | darjeeling_ | (~darjeelin@122.245.208.187) (Ping timeout: 265 seconds) |
| 2021-03-25 18:43:06 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 18:44:39 +0000 | Guest3763 | mozzarella |
| 2021-03-25 18:45:08 +0000 | mozzarella | Guest69019 |
| 2021-03-25 18:45:38 +0000 | xff0x | (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 240 seconds) |
| 2021-03-25 18:46:30 +0000 | motersen | (~user@2a0a-a540-7dde-0-2d1c-e683-f179-e2a.ipv6dyn.netcologne.de) |
| 2021-03-25 18:47:15 +0000 | Ericson2314 | (ericson231@gateway/shell/matrix.org/x-panmmruhlacmvhoa) |
| 2021-03-25 18:47:38 +0000 | xff0x | (~xff0x@2001:1a81:53ea:3700:7b09:c6ef:9691:2f13) |
| 2021-03-25 18:47:53 +0000 | <jonathanx> | I want to recursively iterate through a sumtype that's somewhat "rose-tree" ish, i. e. some of the constructors contain collections of the sum type itself. I'd like to aggregare data from the different "levels" using sth like ":: SumType -> Writer (Data.Tree d) a". Is it possible to use a writer somehow or should I settle for the state monad? In a certain sense I just want to output, but rose trees aren't monoids :s |
| 2021-03-25 18:48:23 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2021-03-25 18:49:22 +0000 | geekosaur | (82650c7a@130.101.12.122) (Ping timeout: 240 seconds) |
| 2021-03-25 18:50:47 +0000 | <monochrom> | From today's HWN: https://frasertweedale.github.io/blog-fp/posts/2021-03-18-dyre-cabal-store.html is a nice introduction to the cabal v2 model. |
| 2021-03-25 18:51:11 +0000 | idhugo__ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 258 seconds) |
| 2021-03-25 18:52:07 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) (Remote host closed the connection) |
| 2021-03-25 18:52:08 +0000 | curiousgay | (~gay@178.217.208.8) |
| 2021-03-25 18:52:32 +0000 | michalz | (~user@185.246.204.47) |
| 2021-03-25 18:52:39 +0000 | stevekrouse1[m] | (stevekrous@gateway/shell/matrix.org/x-vvhowembkwltilwa) |
| 2021-03-25 18:52:46 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) |
| 2021-03-25 18:53:17 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 18:54:18 +0000 | <monochrom> | jonathanx: With any luck, your "collection" type is an instance of Foldable, so all the Foldable methods apply, e.g., foldMap, sum. |
| 2021-03-25 18:54:42 +0000 | darjeeling_ | (~darjeelin@115.215.42.89) |
| 2021-03-25 18:54:47 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 18:55:10 +0000 | ddellacosta | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 18:55:21 +0000 | geekosaur | (82650c7a@130.101.12.122) |
| 2021-03-25 18:56:52 +0000 | hololeap | (~hololeap@unaffiliated/hololeap) (Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/) |
| 2021-03-25 18:57:01 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) (Ping timeout: 245 seconds) |
| 2021-03-25 18:57:10 +0000 | <maerwald> | stevekrouse1[m]: are you asking why curl works better than a 10 LOC implementation? |
| 2021-03-25 18:57:11 +0000 | hololeap | (~hololeap@unaffiliated/hololeap) |
| 2021-03-25 18:57:28 +0000 | <maerwald> | there can be many reasons, including firewalls etc |
| 2021-03-25 18:57:53 +0000 | <Athas> | Is there a single cabal command to upload a package to Hackage? |
| 2021-03-25 18:57:54 +0000 | <maerwald> | I'd shell out to curl and call it a day |
| 2021-03-25 18:58:06 +0000 | <monochrom> | Yeah someone is bound to ask "why doesn't your program honour my http_proxy envvar" |
| 2021-03-25 18:58:10 +0000 | <Athas> | I figured I should standardise on cabal, but I can't find an equivalent of 'stack upload .'. |
| 2021-03-25 18:58:24 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
| 2021-03-25 18:58:26 +0000 | <Athas> | Do I really need to first run an sdist, like some sort of barbarian? |
| 2021-03-25 18:58:52 +0000 | <geekosaur> | I thought cabal ran sdist itself when needed these days |
| 2021-03-25 18:58:53 +0000 | <monochrom> | Not to mention in case the URLs are https TLS goodness. |
| 2021-03-25 18:58:54 +0000 | Riviera | (Riviera@2a03:b0c0:1:d0::10:b001) |
| 2021-03-25 18:59:17 +0000 | <Athas> | geekosaur: 'cabal upload' requires me to provide TARFILES. |
| 2021-03-25 18:59:18 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds) |
| 2021-03-25 18:59:18 +0000 | conal | (~conal@192.145.118.249) (Quit: Computer has gone to sleep.) |
| 2021-03-25 18:59:19 +0000 | Riviera | (Riviera@2a03:b0c0:1:d0::10:b001) (Client Quit) |
| 2021-03-25 18:59:53 +0000 | elred_ | (~elred_@82.102.19.142) |
| 2021-03-25 18:59:57 +0000 | <Athas> | Oh well. |
| 2021-03-25 19:00:02 +0000 | <sclv> | i bet a pr would be welcomed on that |
| 2021-03-25 19:00:46 +0000 | hackage | futhark 0.19.3 - An optimising compiler for a functional, array-oriented language. https://hackage.haskell.org/package/futhark-0.19.3 (TroelsHenriksen) |
| 2021-03-25 19:00:56 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 19:01:19 +0000 | SolarAquarion | (SolarAquar@gateway/shell/panicbnc/x-jhqcerqxwmhuufxz) |
| 2021-03-25 19:01:24 +0000 | L29Ah | (~L29Ah@unaffiliated/l29ah) |
| 2021-03-25 19:01:34 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) |
| 2021-03-25 19:01:58 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 19:03:04 +0000 | hexo| | (~hexo@gateway/tor-sasl/hexo) |
| 2021-03-25 19:03:05 +0000 | sorki | (~sorki@gateway/tor-sasl/sorki) |
| 2021-03-25 19:04:21 +0000 | srk | (~sorki@gateway/tor-sasl/sorki) (Ping timeout: 240 seconds) |
| 2021-03-25 19:04:45 +0000 | hacxman | (~hexo@gateway/tor-sasl/hexo) (Ping timeout: 240 seconds) |
| 2021-03-25 19:06:10 +0000 | sorki | srk |
| 2021-03-25 19:06:41 +0000 | Kaivo | (~Kaivo@104-200-86-99.mc.derytele.com) (Quit: WeeChat 3.0.1) |
| 2021-03-25 19:06:46 +0000 | <maerwald> | cabal still uses the unmaintained haskell tar implementation afair? |
| 2021-03-25 19:07:08 +0000 | ukari | (~ukari@unaffiliated/ukari) (Remote host closed the connection) |
| 2021-03-25 19:07:12 +0000 | Kaivo | (~Kaivo@104-200-86-99.mc.derytele.com) |
| 2021-03-25 19:07:20 +0000 | <Athas> | I also have a moderately frustrating problem with publishing haddocks to Hackage, though. The 'cabal upload' command finishes by asking me (through 'rm') whether I want to delete a handful of files that it generated itself and then apparently made read-only: https://gist.github.com/athas/e629ab6fb59077742c0fcd317f36f6a7 |
| 2021-03-25 19:07:26 +0000 | <Athas> | What's up with that? Have you seen that before? |
| 2021-03-25 19:07:44 +0000 | <sclv> | its not unmaintained afaik, just Very Stable |
| 2021-03-25 19:08:16 +0000 | ukari | (~ukari@unaffiliated/ukari) |
| 2021-03-25 19:08:32 +0000 | <sclv> | that's odd athas, file permissions are always prone to weird things |
| 2021-03-25 19:08:37 +0000 | Tops2 | (~Tobias@dyndsl-091-249-083-058.ewe-ip-backbone.de) |
| 2021-03-25 19:09:02 +0000 | <sclv> | i suspect that may have to do with how haddock generates those files, not cabal itself? |
| 2021-03-25 19:09:04 +0000 | <Athas> | And why would cabal shell out to rm? |
| 2021-03-25 19:09:05 +0000 | <maerwald> | sclv: it is unmaintained |
| 2021-03-25 19:09:07 +0000 | <maerwald> | I used it |
| 2021-03-25 19:09:16 +0000 | <sclv> | i used it to |
| 2021-03-25 19:09:20 +0000 | <sclv> | what do you mean unmaintained |
| 2021-03-25 19:09:27 +0000 | <maerwald> | which is why I forked it and then gave up and used libarchive |
| 2021-03-25 19:09:35 +0000 | <maerwald> | sclv: PRs are unattended |
| 2021-03-25 19:09:44 +0000 | <maerwald> | it doesn't even support long gnu names |
| 2021-03-25 19:09:47 +0000 | tlgl^nix | (~damien@2604:3d08:f17f:ec50:250:b6ff:fee3:6eae) (Read error: Connection reset by peer) |
| 2021-03-25 19:09:57 +0000 | <maerwald> | there are serious bugs with hardlinks |
| 2021-03-25 19:10:01 +0000 | <maerwald> | it can't unpack a GHC bindist |
| 2021-03-25 19:10:05 +0000 | <maerwald> | it has memory leaks |
| 2021-03-25 19:10:36 +0000 | Neuromancer | (~Neuromanc@unaffiliated/neuromancer) (Ping timeout: 260 seconds) |
| 2021-03-25 19:10:46 +0000 | sclv | skims pr |
| 2021-03-25 19:10:56 +0000 | <sclv> | yeah, there are some prs that def should be merged |
| 2021-03-25 19:11:12 +0000 | <sclv> | the long name thing is my biggest gripe -- it actually screws with some packages on the hackage builder |
| 2021-03-25 19:11:13 +0000 | conal | (~conal@192.145.118.103) |
| 2021-03-25 19:11:16 +0000 | hackage | alsa-seq 0.6.0.8 - Binding to the ALSA Library API (MIDI sequencer). https://hackage.haskell.org/package/alsa-seq-0.6.0.8 (HenningThielemann) |
| 2021-03-25 19:11:29 +0000 | <maerwald> | ah, and utf8 is broken |
| 2021-03-25 19:11:34 +0000 | <sclv> | but i don't view lacking longname support as "unmaintained" just "we have not implemented a bigger spec" |
| 2021-03-25 19:11:41 +0000 | <maerwald> | sclv: long name thing was easy to patch in |
| 2021-03-25 19:11:44 +0000 | <maerwald> | I provided a PR |
| 2021-03-25 19:12:04 +0000 | <maerwald> | https://github.com/haskell/tar/pull/50 |
| 2021-03-25 19:12:22 +0000 | KonTh3D0n | (442ea9ac@c-68-46-169-172.hsd1.mi.comcast.net) (Quit: Connection closed) |
| 2021-03-25 19:12:30 +0000 | <maerwald> | just use libarchive |
| 2021-03-25 19:12:37 +0000 | <maerwald> | it works well and doesn't leak |
| 2021-03-25 19:12:45 +0000 | <sclv> | maerwald: i don't see it in the open prs? https://github.com/haskell/tar/pulls |
| 2021-03-25 19:12:48 +0000 | justsomeguy | (~justsomeg@24.96.241.90) (Quit: WeeChat 3.0.1) |
| 2021-03-25 19:12:54 +0000 | <maerwald> | click on the link |
| 2021-03-25 19:13:03 +0000 | justsomeguy | (~justsomeg@unaffiliated/--/x-3805311) |
| 2021-03-25 19:13:27 +0000 | madjestic | (~Android@86-88-72-244.fixed.kpn.net) |
| 2021-03-25 19:13:27 +0000 | <maerwald> | I close PRs after some time, because I can't be bothered to maintain branches for months or even remember what I did 3 months ago. |
| 2021-03-25 19:13:46 +0000 | <maerwald> | so when someone starts reviewing after 3 months, I have no idea what I did :o |
| 2021-03-25 19:14:22 +0000 | <sclv> | hope you don't mind i reopened -- ideally someone else can pick it up |
| 2021-03-25 19:14:27 +0000 | <sclv> | i'll actually start lobbying for it a bit |
| 2021-03-25 19:14:41 +0000 | <sclv> | i don't think cabal can afford to easily switch to libarchive due to dep footprint :-/ |
| 2021-03-25 19:14:46 +0000 | <maerwald> | the code in that module is pretty dense too |
| 2021-03-25 19:15:00 +0000 | <maerwald> | easy to write bugs there |
| 2021-03-25 19:15:37 +0000 | <sclv> | going to see if i can lobby for $WORK to maintain the tar lib or if not then the HF |
| 2021-03-25 19:15:39 +0000 | <maerwald> | @hackage tar-bytestring |
| 2021-03-25 19:15:39 +0000 | <lambdabot> | https://hackage.haskell.org/package/tar-bytestring |
| 2021-03-25 19:15:42 +0000 | <maerwald> | is the fork btw |
| 2021-03-25 19:16:00 +0000 | Tario | (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
| 2021-03-25 19:16:28 +0000 | Tario | (~Tario@201.192.165.173) |
| 2021-03-25 19:16:31 +0000 | <maerwald> | it has some testing, because it was used in ghcup for some time (and still on i386) |
| 2021-03-25 19:16:34 +0000 | <sclv> | oh hm, that's really almost the same dep footprint except for the hpath stuff |
| 2021-03-25 19:16:43 +0000 | molehillish | (~molehilli@ip98-165-87-166.ph.ph.cox.net) |
| 2021-03-25 19:16:47 +0000 | entel | (uid256215@botters/entel) |
| 2021-03-25 19:16:56 +0000 | <maerwald> | but libarchive works so much better |
| 2021-03-25 19:16:56 +0000 | <sclv> | maaaybe cabal would be willing to pull that in |
| 2021-03-25 19:17:01 +0000 | <sclv> | is the api almost the same? |
| 2021-03-25 19:17:26 +0000 | <maerwald> | sclv: I don't remember why I use hpath |
| 2021-03-25 19:17:38 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 19:18:53 +0000 | alexfmpe | (alexfmpema@gateway/shell/matrix.org/x-hkcyjxwvqcfprdvk) |
| 2021-03-25 19:18:53 +0000 | bitonic | (bitonicmat@gateway/shell/matrix.org/x-cknbhrsmwuspkybo) |
| 2021-03-25 19:18:53 +0000 | domenkozar[m] | (domenkozar@NixOS/user/domenkozar) |
| 2021-03-25 19:18:53 +0000 | fgaz | (fgazmatrix@gateway/shell/matrix.org/x-uoqctlzzxijsrbnx) |
| 2021-03-25 19:18:53 +0000 | johnnyboy[m] | (gifumatrix@gateway/shell/matrix.org/x-caxbfdzcrcwpdjzr) |
| 2021-03-25 19:18:53 +0000 | hsiktas[m] | (hsiktasmat@gateway/shell/matrix.org/x-tqialfjbrpnxsffx) |
| 2021-03-25 19:18:53 +0000 | immae | (immaematri@gateway/shell/matrix.org/x-ioahtpljthiuyyol) |
| 2021-03-25 19:18:53 +0000 | jtojnar | (jtojnarmat@gateway/shell/matrix.org/x-dsjcunptpxywioqb) |
| 2021-03-25 19:18:53 +0000 | mud | (kadobanmat@gateway/shell/matrix.org/x-nfxslouynpwfxobq) |
| 2021-03-25 19:18:53 +0000 | jkaye[m] | (jkayematri@gateway/shell/matrix.org/x-ennhxxzzzhkixwvh) |
| 2021-03-25 19:18:53 +0000 | lambdaclan | (lambdaclan@gateway/shell/matrix.org/x-uufzxjqwtjfwnwfs) |
| 2021-03-25 19:18:54 +0000 | lnxw37d4 | (lnxw37d4ma@gateway/shell/matrix.org/x-mfxtecodhroeahya) |
| 2021-03-25 19:18:54 +0000 | plumenator[m] | (plumenator@gateway/shell/matrix.org/x-ngldrsvmobpwaihf) |
| 2021-03-25 19:18:54 +0000 | pqwy[m] | (pqwymatrix@gateway/shell/matrix.org/x-hbmtdvcfldejawxg) |
| 2021-03-25 19:18:54 +0000 | psydruid | (psydruidma@gateway/shell/matrix.org/x-mhqaodckpivqakxa) |
| 2021-03-25 19:18:54 +0000 | rednaZ[m] | (r3dnazmatr@gateway/shell/matrix.org/x-snuhlmlemnezhvaq) |
| 2021-03-25 19:18:54 +0000 | samthecoy[m] | (samthecoym@gateway/shell/matrix.org/x-lacgqpnqgugqzbed) |
| 2021-03-25 19:18:54 +0000 | siraben | (sirabenmat@gateway/shell/matrix.org/x-rwrxnmwjnxipkdxm) |
| 2021-03-25 19:18:54 +0000 | sm[m] | (simonmicma@gateway/shell/matrix.org/x-rhhjfcwvoaiqlhsb) |
| 2021-03-25 19:18:54 +0000 | srid | (sridmatrix@gateway/shell/matrix.org/x-mlalfjmbihdibpcn) |
| 2021-03-25 19:18:54 +0000 | ThaEwat | (thaewraptm@gateway/shell/matrix.org/x-mhbksccjnhrerdbx) |
| 2021-03-25 19:18:54 +0000 | unclechu | (unclechuma@gateway/shell/matrix.org/x-zafpcezzhlxmszgv) |
| 2021-03-25 19:18:54 +0000 | VarikValefor[m] | (varikvalef@gateway/shell/matrix.org/x-jwhidrkejgemebyi) |
| 2021-03-25 19:18:54 +0000 | speakerspivakeem | (speakerdea@gateway/shell/matrix.org/x-hqzqjllfpwugrngc) |
| 2021-03-25 19:18:54 +0000 | jeffcasavant[m] | (jeffcasava@gateway/shell/matrix.org/x-ghlvjewphjhwcibc) |
| 2021-03-25 19:18:54 +0000 | heck-to-the-gnom | (heck-to-th@gateway/shell/matrix.org/x-odxhukaudgrkukai) |
| 2021-03-25 19:18:55 +0000 | SlackIntegration | (slackbotma@gateway/shell/matrix.org/x-ggiuvncasferibnw) |
| 2021-03-25 19:18:55 +0000 | mly[m] | (mlydisenco@gateway/shell/matrix.org/x-gpmmqalwmeymdqxy) |
| 2021-03-25 19:18:55 +0000 | jerin | (jerinmatri@gateway/shell/matrix.org/x-kvolacdjxmkaxezw) |
| 2021-03-25 19:18:55 +0000 | mrus[m] | (mrusmatrix@gateway/shell/matrix.org/x-auhrekmhtboguinv) |
| 2021-03-25 19:18:55 +0000 | PotatoHatsue | (berbermanp@gateway/shell/matrix.org/x-gwndaolqmxpkivmz) |
| 2021-03-25 19:18:55 +0000 | kadobanana | (kadoban9he@gateway/shell/matrix.org/x-mbsahwnxhqdezbol) |
| 2021-03-25 19:18:55 +0000 | joe[m]1 | (joemonoida@gateway/shell/matrix.org/x-ddskqwzpoidneuno) |
| 2021-03-25 19:18:55 +0000 | addem[m] | (addemmatri@gateway/shell/matrix.org/x-ypxqmsajecvozoaf) |
| 2021-03-25 19:18:55 +0000 | MatrixTravelerb4 | (voyagert2b@gateway/shell/matrix.org/x-lvxzumkrupyfiyja) |
| 2021-03-25 19:18:55 +0000 | maralorn | (maralornma@gateway/shell/matrix.org/x-luhnpawxxxvpzhpo) |
| 2021-03-25 19:18:55 +0000 | beardhatcode | (robbertbea@gateway/shell/matrix.org/x-wlzhutvbdcgpqajg) |
| 2021-03-25 19:18:55 +0000 | DamienCassou | (damiencass@gateway/shell/matrix.org/x-kpqjemsfyumiozks) |
| 2021-03-25 19:18:56 +0000 | alecs[m] | (malumorema@gateway/shell/matrix.org/x-rhoytvrhanidetkb) |
| 2021-03-25 19:18:56 +0000 | maerwald[m] | (maerwaldma@gateway/shell/matrix.org/x-yuqlflwfskdeyytv) |
| 2021-03-25 19:18:56 +0000 | kadoban | (kadobanemp@gateway/shell/matrix.org/x-zxzeddnaqbquvftn) |
| 2021-03-25 19:18:56 +0000 | juliendehos[m] | (juliendeho@gateway/shell/matrix.org/x-yfoaqjfmupelieaa) |
| 2021-03-25 19:18:56 +0000 | toasty_avocado[m | (toastyavoc@gateway/shell/matrix.org/x-fodvrwdskrlczeao) |
| 2021-03-25 19:18:56 +0000 | mjlbach | (atriusmatr@gateway/shell/matrix.org/x-xpyboyzatqyxnpnd) |
| 2021-03-25 19:18:56 +0000 | Lurkki[m] | (lurkkifene@gateway/shell/matrix.org/x-uwcptbhdenivuiqf) |
| 2021-03-25 19:18:56 +0000 | berberman[T] | (berberma4@gateway/shell/matrix.org/x-odkgsosivfyzrrtj) |
| 2021-03-25 19:18:56 +0000 | anon1891[m] | (anon1891ma@gateway/shell/matrix.org/x-upqcjwzkjmaugjhu) |
| 2021-03-25 19:18:56 +0000 | CrabMan | (phi-matrix@gateway/shell/matrix.org/x-lhuyyowodqgbbhrc) |
| 2021-03-25 19:18:56 +0000 | DevTurks[m] | (turkdevops@gateway/shell/matrix.org/x-kghbhbsohjbmiavj) |
| 2021-03-25 19:18:57 +0000 | my_name_is_not_j | (mynameisno@gateway/shell/matrix.org/x-bprwmxbnnsbegxys) |
| 2021-03-25 19:18:57 +0000 | johnnyv[m] | (badwolf256@gateway/shell/matrix.org/x-upzcsrdzvgcrcdeb) |
| 2021-03-25 19:18:57 +0000 | arcontethegreat[ | (arcontethe@gateway/shell/matrix.org/x-piwbtrfvfsexrtsx) |
| 2021-03-25 19:18:57 +0000 | themsay[m] | (themsaymat@gateway/shell/matrix.org/x-mkpdeznkjbrlmllz) |
| 2021-03-25 19:18:57 +0000 | darkcodi[m] | (darkcodima@gateway/shell/matrix.org/x-dwlebpymojvmimkd) |
| 2021-03-25 19:18:57 +0000 | loyon | (loyonmatri@gateway/shell/matrix.org/x-pemxxwellxfcduly) |
| 2021-03-25 19:18:57 +0000 | mith[m] | (mithmatrix@gateway/shell/matrix.org/x-atxdhjeqykoicgbz) |
| 2021-03-25 19:18:57 +0000 | M53K5HUN_8[m] | (m53k5hun8m@gateway/shell/matrix.org/x-vnkcdqtkiyhfknsf) |
| 2021-03-25 19:18:57 +0000 | dyniec[m] | (dyniecmatr@gateway/shell/matrix.org/x-eudkhjozkpdvxlqx) |
| 2021-03-25 19:18:57 +0000 | JaakkoLuttinen[m | (jluttinema@gateway/shell/matrix.org/x-xcqleabphvzqobuf) |
| 2021-03-25 19:18:57 +0000 | michaelpj | (michaelpjm@gateway/shell/matrix.org/x-ekdcxwihxhpivako) |
| 2021-03-25 19:18:58 +0000 | shieru[m] | (shierualet@gateway/shell/matrix.org/x-xqebitkoctqsqrrq) |
| 2021-03-25 19:19:01 +0000 | alar[m] | (alarmxalat@gateway/shell/matrix.org/x-xyufcijrhgobwhht) |
| 2021-03-25 19:19:02 +0000 | Cesionaut[m] | (cesionautm@gateway/shell/matrix.org/x-thzaqisfhjtnjxiv) |
| 2021-03-25 19:19:02 +0000 | viktorstrate[m] | (viktorstra@gateway/shell/matrix.org/x-jzjyxmvrxfrstvkg) |
| 2021-03-25 19:19:02 +0000 | rust-rocks[m] | (rust-rocks@gateway/shell/matrix.org/x-ztvyhrreyiyrdiaw) |
| 2021-03-25 19:19:03 +0000 | invent[m] | (inventmatr@gateway/shell/matrix.org/x-szzijrqsdjgoiqjh) |
| 2021-03-25 19:19:03 +0000 | <remedan> | Hello, I'm new to haskell and I'm trying to run a simple script. It runs unless I import anything. Then it hangs. Example: https://paste.tomsmeding.com/QdOpCG9G I've tried removing ~/.stack |
| 2021-03-25 19:19:03 +0000 | ManofLetters[m] | (manoflette@gateway/shell/matrix.org/x-lhhtyyzwgyplirka) |
| 2021-03-25 19:19:04 +0000 | Lurkki[m]1 | (lurkkipriv@gateway/shell/matrix.org/x-tllccbvhmdwuvhei) |
| 2021-03-25 19:19:05 +0000 | Haskman[m] | (haskmanmat@gateway/shell/matrix.org/x-aabmdmieqqpjkbyp) |
| 2021-03-25 19:19:28 +0000 | Firedancer_ | (sid336191@gateway/web/irccloud.com/x-oqnhfavzetzfosjq) () |
| 2021-03-25 19:19:33 +0000 | Pressyware[m] | (pressyware@gateway/shell/matrix.org/x-aixuldvihabgyxzq) |
| 2021-03-25 19:19:34 +0000 | MahmoudMAZOUZ[m] | (mazouzmaen@gateway/shell/matrix.org/x-tdhzypoavtepgyci) |
| 2021-03-25 19:19:48 +0000 | Firedancer_ | (sid336191@gateway/web/irccloud.com/x-mtbaiflqonfwpdpt) |
| 2021-03-25 19:19:51 +0000 | <remedan> | Google got me nowhere |
| 2021-03-25 19:20:11 +0000 | mniip | (mniip@freenode/staff/mniip) (Quit: This page is intentionally left blank.) |
| 2021-03-25 19:20:48 +0000 | <maerwald> | sclv: tar needs a rewrite, utilizing something like streamly |
| 2021-03-25 19:20:55 +0000 | aarvar | (~foewfoiew@2601:602:a080:fa0:8d5e:8b07:4f7a:6938) |
| 2021-03-25 19:21:04 +0000 | <tomsmeding> | remedan: how long did you wait? that step might take a while |
| 2021-03-25 19:21:12 +0000 | <maerwald> | afair the streaming in current tar is realized via laziness (ugh) |
| 2021-03-25 19:21:15 +0000 | <sclv> | conceptually, yes. for the purposes of cabal, i think not :-) |
| 2021-03-25 19:21:27 +0000 | <maerwald> | and so in some weird rare cases, it isn't lazy |
| 2021-03-25 19:21:29 +0000 | mniip | (mniip@freenode/staff/mniip) |
| 2021-03-25 19:21:34 +0000 | <remedan> | tomsmeding: about a minute, does it take longer? |
| 2021-03-25 19:21:38 +0000 | <maerwald> | because laziness generally isn't something easy to reason about |
| 2021-03-25 19:21:57 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 19:22:26 +0000 | <tomsmeding> | remedan: does it use CPU in the mean time? What cpu do you have? |
| 2021-03-25 19:23:08 +0000 | <maerwald> | sclv: yeah, the problem with libarchive was that it's an external library, but I added static build to it |
| 2021-03-25 19:23:25 +0000 | <maerwald> | cabal is very peculiar with it's dep footprint, for good reason |
| 2021-03-25 19:23:30 +0000 | conal | (~conal@192.145.118.103) (Quit: Computer has gone to sleep.) |
| 2021-03-25 19:23:31 +0000 | <tapas> | tar does indeed need a rewrite. |
| 2021-03-25 19:23:39 +0000 | <sclv> | created a ticket to track this discussion: https://github.com/haskell/cabal/issues/7343 |
| 2021-03-25 19:23:40 +0000 | <remedan> | tomsmeding: it's using ~3% of a core, my CPU is AMD Ryzen 7 3700X |
| 2021-03-25 19:23:50 +0000 | <tapas> | i agree with maerwald here, and I"m happy to take on the discussion with anyone who wants to |
| 2021-03-25 19:23:56 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 19:24:18 +0000 | <tomsmeding> | remedan: ok 3% of a core looks like it's hanging indeed, then I don't know unfortunately |
| 2021-03-25 19:24:27 +0000 | <tomsmeding> | remedan: linux or windows? |
| 2021-03-25 19:24:57 +0000 | <sclv> | (basically when the hackage builder used to get stuck it was Almost Certainly busting on packages with module names so long the file names broke tar. The current solution is now failure in such cases is handled less horribly) |
| 2021-03-25 19:25:10 +0000 | <remedan> | tomsmeding: linux |
| 2021-03-25 19:25:31 +0000 | <tomsmeding> | remedan: % strace -o log.txt stack --resolver lts-17.7 script -- fails.hs |
| 2021-03-25 19:25:39 +0000 | <tomsmeding> | kill that after a while and send me log.txt |
| 2021-03-25 19:25:42 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) (Ping timeout: 240 seconds) |
| 2021-03-25 19:26:16 +0000 | <tomsmeding> | (that logs all the system calls stack does) |
| 2021-03-25 19:26:37 +0000 | thillux | (~thillux@p200300d1ef42cb00c107b90fceadaf04.dip0.t-ipconnect.de) |
| 2021-03-25 19:27:22 +0000 | m1dnight_ | (~m1dnight@78-22-9-5.access.telenet.be) (Quit: WeeChat 2.4) |
| 2021-03-25 19:28:32 +0000 | <maerwald> | tapas: libarchive just needs work to build on windows and 32bit, then I think there's no reason to have a native tar implementation |
| 2021-03-25 19:28:42 +0000 | <maerwald> | except for bragging purposes (which is also important) |
| 2021-03-25 19:29:13 +0000 | EPic | APic |
| 2021-03-25 19:30:17 +0000 | <monochrom> | Bragging is cool, but perhaps the long-name issue should be fixed before there is something to brag about. :) |
| 2021-03-25 19:30:32 +0000 | Firedancer | (~Firedance@178.62.203.79) (Remote host closed the connection) |
| 2021-03-25 19:30:40 +0000 | <tapas> | well, perhaps we can look at that in the future. But right now, i'd like to fix up what we can, and then focus on finding a sustainable way to maintain these packages that isn't "foist them on me" |
| 2021-03-25 19:30:52 +0000 | m1dnight_ | (~m1dnight@188.ip-51-91-158.eu) |
| 2021-03-25 19:31:01 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Remote host closed the connection) |
| 2021-03-25 19:31:13 +0000 | jneira | (501e65b6@gateway/web/cgi-irc/kiwiirc.com/ip.80.30.101.182) |
| 2021-03-25 19:31:14 +0000 | Firedancer_ | Firedancer |
| 2021-03-25 19:31:21 +0000 | <monochrom> | But I believe that the original intention was not wanting to bother with C libraries rather than bragging. |
| 2021-03-25 19:31:49 +0000 | <maerwald> | tapas: well, tar as it is now needs a major patch to even fix the utf8 thing |
| 2021-03-25 19:31:59 +0000 | <tapas> | yep |
| 2021-03-25 19:32:03 +0000 | <tapas> | i think davean has one |
| 2021-03-25 19:32:17 +0000 | <maerwald> | tapas: that's what my fork is for :p |
| 2021-03-25 19:32:38 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 19:32:41 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 240 seconds) |
| 2021-03-25 19:33:10 +0000 | <maerwald> | https://github.com/haskell/tar/commit/fad816a4bb8309b505ae8541659e348dd4a4a82d |
| 2021-03-25 19:33:24 +0000 | <maerwald> | but I also dropped windows support (bc I couldn't test the code there) |
| 2021-03-25 19:35:13 +0000 | Neuromancer | (~Neuromanc@unaffiliated/neuromancer) |
| 2021-03-25 19:35:40 +0000 | <sclv> | yeah lmao dropping windows support is a nonstarter |
| 2021-03-25 19:35:41 +0000 | <remedan> | tomsmeding: head of log.txt: https://pastebin.com/K4Fr7hmY tail: https://pastebin.com/vf3Aun2U |
| 2021-03-25 19:35:54 +0000 | <sclv> | (dropping c libs is also tied to making windows and other xplat support easier) |
| 2021-03-25 19:36:18 +0000 | <maerwald> | sclv: it should be straight forward to adjust the patch for windows support |
| 2021-03-25 19:36:28 +0000 | <maerwald> | but I don't upload code for platforms I cannot test |
| 2021-03-25 19:36:32 +0000 | <sclv> | fair nuff |
| 2021-03-25 19:36:49 +0000 | <sclv> | but in any case the Big Advantage of pure haskell is, in general, portability |
| 2021-03-25 19:37:00 +0000 | Lord_of_Life_ | (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-25 19:37:06 +0000 | <sclv> | (interacting with a quirky filesystem of course cuts against that but...) |
| 2021-03-25 19:37:20 +0000 | <maerwald> | yes... libarchive codebase has much more knowledge about these things |
| 2021-03-25 19:37:54 +0000 | Lord_of_Life_ | (~Lord@unaffiliated/lord-of-life/x-0885362) (Remote host closed the connection) |
| 2021-03-25 19:38:11 +0000 | <maerwald> | so portability is higher when not using pure haskell imo |
| 2021-03-25 19:38:21 +0000 | <maerwald> | it's just the building part that's more annoying |
| 2021-03-25 19:38:57 +0000 | conal | (~conal@192.145.118.251) |
| 2021-03-25 19:39:11 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 260 seconds) |
| 2021-03-25 19:40:48 +0000 | <tomsmeding> | remedan: obscure, it doesn't look like being blocked on anything |
| 2021-03-25 19:41:18 +0000 | Firedancer_ | (~Firedance@178.62.203.79) |
| 2021-03-25 19:42:29 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-25 19:43:03 +0000 | motersen | (~user@2a0a-a540-7dde-0-2d1c-e683-f179-e2a.ipv6dyn.netcologne.de) (Quit: rcirc on GNU Emacs 27.1) |
| 2021-03-25 19:43:44 +0000 | <remedan> | tomsmeding: there is a lot of (No such file or directory) in the strace, does that indicate my system is broken? |
| 2021-03-25 19:43:55 +0000 | <remedan> | when I compile with stack ghc -- fails.hs there is no issue |
| 2021-03-25 19:45:46 +0000 | Guest16912 | stilgart |
| 2021-03-25 19:45:53 +0000 | Firedancer_ | (~Firedance@178.62.203.79) (Ping timeout: 260 seconds) |
| 2021-03-25 19:45:56 +0000 | <tomsmeding> | remedan: I don't think so, not necessarily; I'm running it myself now too and it's also taking a while |
| 2021-03-25 19:46:00 +0000 | coot | (~coot@37.30.55.131.nat.umts.dynamic.t-mobile.pl) |
| 2021-03-25 19:47:24 +0000 | <tomsmeding> | remedan: those ENOENT errors are for pantry.sqlite3-journal, right? |
| 2021-03-25 19:48:07 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 19:48:37 +0000 | m1dnight_ | (~m1dnight@188.ip-51-91-158.eu) (Remote host closed the connection) |
| 2021-03-25 19:49:10 +0000 | <remedan> | tomsmeding: at the end yes |
| 2021-03-25 19:49:20 +0000 | <remedan> | tomsmeding: at the beginning there's a bunch of stuff not found in /usr/lib/ghc-8.10.4/ |
| 2021-03-25 19:50:34 +0000 | <tomsmeding> | remedan: it finds libHSstack-* on line 524 |
| 2021-03-25 19:50:46 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 245 seconds) |
| 2021-03-25 19:50:57 +0000 | <tomsmeding> | looking for libraries in lots of places and finding them only after a while is not necessarily a sign that something is wrong |
| 2021-03-25 19:51:24 +0000 | <remedan> | oh, right |
| 2021-03-25 19:51:39 +0000 | Guest50224 | zzz |
| 2021-03-25 19:53:06 +0000 | <tomsmeding> | it looks like it's making lots of network requests and setting up a new tcp connection for each one |
| 2021-03-25 19:53:40 +0000 | <tomsmeding> | ah and the IP is the one of haskellstack.com |
| 2021-03-25 19:54:08 +0000 | Chousuke_ | Chousuke |
| 2021-03-25 19:54:39 +0000 | Guest69019 | mozzarella |
| 2021-03-25 19:55:08 +0000 | mozzarella | Guest98327 |
| 2021-03-25 19:55:21 +0000 | nff | (~IceChat95@62-11-94-44.dialup.tiscali.it) (Quit: If at first you don't succeed, skydiving is not for you.) |
| 2021-03-25 19:57:50 +0000 | m1dnight_ | (~m1dnight@188.ip-51-91-158.eu) |
| 2021-03-25 19:58:30 +0000 | conal | (~conal@192.145.118.251) (Quit: Computer has gone to sleep.) |
| 2021-03-25 19:58:53 +0000 | myShoggoth | (~myShoggot@75.164.81.55) |
| 2021-03-25 19:59:12 +0000 | <myShoggoth> | About to continue reading the garbage collector code: https://www.twitch.tv/myshoggoth |
| 2021-03-25 19:59:31 +0000 | <remedan> | tomsmeding: according to nethogs stack is continually receiving some small KB/s of data |
| 2021-03-25 19:59:33 +0000 | conal | (~conal@192.145.118.251) |
| 2021-03-25 20:00:09 +0000 | ukari | (~ukari@unaffiliated/ukari) (Remote host closed the connection) |
| 2021-03-25 20:00:31 +0000 | ukari | (~ukari@unaffiliated/ukari) |
| 2021-03-25 20:00:32 +0000 | <remedan> | could it be a network issue? |
| 2021-03-25 20:01:29 +0000 | <remedan> | is stack supposed to download something during this step? |
| 2021-03-25 20:01:32 +0000 | <tomsmeding> | remedan: I think it's just inefficient code :p |
| 2021-03-25 20:01:37 +0000 | <remedan> | :D |
| 2021-03-25 20:01:59 +0000 | <tomsmeding> | I suspect it's downloading metadata for each package, separately -- though that's a guess |
| 2021-03-25 20:02:32 +0000 | tomsmeding | is spitting through stack's source code but I'm not seeing it doing network requests yet (the log is here https://github.com/commercialhaskell/pantry/blob/master/src/Pantry.hs#L1825 ) |
| 2021-03-25 20:03:38 +0000 | conal | (~conal@192.145.118.251) (Ping timeout: 240 seconds) |
| 2021-03-25 20:03:47 +0000 | <remedan> | iotop also shows some tiny writes to hdd |
| 2021-03-25 20:04:11 +0000 | <tomsmeding> | yeah it's writing to pantry.sqlite3 after each network request |
| 2021-03-25 20:04:15 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 20:05:47 +0000 | Chai-T-Rex | (~ChaiTRex@gateway/tor-sasl/chaitrex) (Remote host closed the connection) |
| 2021-03-25 20:06:06 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 240 seconds) |
| 2021-03-25 20:06:07 +0000 | spoonm | (~spoonm@tokyo.spoonm.org) (Quit: Don't look behind you!) |
| 2021-03-25 20:06:24 +0000 | Chai-T-Rex | (~ChaiTRex@gateway/tor-sasl/chaitrex) |
| 2021-03-25 20:06:51 +0000 | spoonm | (~spoonm@tokyo.spoonm.org) |
| 2021-03-25 20:06:52 +0000 | electricityZZZZ | (~electrici@135-180-3-82.static.sonic.net) |
| 2021-03-25 20:07:13 +0000 | <remedan> | i just ran stack with -v and it's actually doing stuff |
| 2021-03-25 20:07:33 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 20:07:33 +0000 | <remedan> | lots of Parsing cabal file for... and Parsing cabal file for... |
| 2021-03-25 20:07:58 +0000 | <remedan> | Going through packages |
| 2021-03-25 20:08:02 +0000 | <remedan> | but very slowly |
| 2021-03-25 20:08:06 +0000 | petersen | (~petersen@redhat/juhp) |
| 2021-03-25 20:09:30 +0000 | <remedan> | * and Pulled blob from Casa for... |
| 2021-03-25 20:10:35 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) (Remote host closed the connection) |
| 2021-03-25 20:10:55 +0000 | <tomsmeding> | remedan: you're smarter than me for doing -v; yeah that apparently |
| 2021-03-25 20:11:11 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
| 2021-03-25 20:11:19 +0000 | <tomsmeding> | the things it stores in the database are indeed cabal files btw |
| 2021-03-25 20:12:51 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 20:13:14 +0000 | <remedan> | and cabal files are just metadata? |
| 2021-03-25 20:13:24 +0000 | <tomsmeding> | remedan: they're package descriptions |
| 2021-03-25 20:13:56 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) |
| 2021-03-25 20:13:59 +0000 | aarvar | (~foewfoiew@2601:602:a080:fa0:8d5e:8b07:4f7a:6938) (Ping timeout: 258 seconds) |
| 2021-03-25 20:14:14 +0000 | <tomsmeding> | which contain exposed module names, apparently to automatically determine which dependencies your script has based on its imports |
| 2021-03-25 20:14:23 +0000 | <tomsmeding> | or at least I think so |
| 2021-03-25 20:15:56 +0000 | <remedan> | it seems to be downloading hundreds of items at a rate of about 1 every 2 seconds |
| 2021-03-25 20:16:08 +0000 | <remedan> | my connection is otherwise fine |
| 2021-03-25 20:16:34 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) (Remote host closed the connection) |
| 2021-03-25 20:16:43 +0000 | <tomsmeding> | setting up an https connections takes a while (on the order of a second), and doing that again and again for each package instead of reusing the existing connection is I guess what's the problem here :p |
| 2021-03-25 20:17:11 +0000 | <remedan> | so is this like... the expected behavior? :D |
| 2021-03-25 20:17:36 +0000 | <tomsmeding> | seems so? |
| 2021-03-25 20:17:59 +0000 | <tomsmeding> | is there a person around in the channel with knowledge of stack's internals, by any chance? |
| 2021-03-25 20:18:13 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) |
| 2021-03-25 20:20:10 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) (Remote host closed the connection) |
| 2021-03-25 20:20:37 +0000 | star_cloud | (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-03-25 20:21:47 +0000 | conal | (~conal@64.71.133.70) |
| 2021-03-25 20:22:20 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-25 20:22:22 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
| 2021-03-25 20:22:52 +0000 | LiaoTao | (~LiaoTao@gateway/tor-sasl/liaotao) |
| 2021-03-25 20:23:32 +0000 | conal | (~conal@64.71.133.70) (Client Quit) |
| 2021-03-25 20:24:45 +0000 | <tomsmeding> | remedan: it terminated for me! |
| 2021-03-25 20:25:48 +0000 | <remedan> | tomsmeding: still going here but I didn't have it running the entire time |
| 2021-03-25 20:26:54 +0000 | <remedan> | what's the difference between stack script and stack runghc? |
| 2021-03-25 20:27:29 +0000 | <geekosaur> | stack script parses comments at the top of the file for things like extra package deps, iirc |
| 2021-03-25 20:28:30 +0000 | aarvar | (~foewfoiew@2601:602:a080:fa0:e589:d5cd:80fb:258d) |
| 2021-03-25 20:29:13 +0000 | <remedan> | ah, all right |
| 2021-03-25 20:29:43 +0000 | raichoo | (~raichoo@dslb-092-073-222-210.092.073.pools.vodafone-ip.de) (Quit: Lost terminal) |
| 2021-03-25 20:29:46 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) |
| 2021-03-25 20:29:49 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 20:30:41 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) (Remote host closed the connection) |
| 2021-03-25 20:31:44 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 20:33:05 +0000 | o1lo01ol1o | (~o1lo01ol1@bl7-88-181.dsl.telepac.pt) |
| 2021-03-25 20:34:38 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
| 2021-03-25 20:36:13 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Ping timeout: 258 seconds) |
| 2021-03-25 20:36:38 +0000 | elred_ | (~elred_@82.102.19.142) (Ping timeout: 240 seconds) |
| 2021-03-25 20:37:01 +0000 | conal | (~conal@64.71.133.70) |
| 2021-03-25 20:37:16 +0000 | conal | (~conal@64.71.133.70) (Client Quit) |
| 2021-03-25 20:37:43 +0000 | <remedan> | seems kind of annoying that i can play with stack script just fine but the first time I import a built-in module I need to take a 30 minute break :D |
| 2021-03-25 20:37:54 +0000 | <remedan> | or at least execute the program differently |
| 2021-03-25 20:38:31 +0000 | <geekosaur> | especially since the imports are from base which shouldn't require any downloading at all |
| 2021-03-25 20:38:33 +0000 | <geekosaur> | IDEK |
| 2021-03-25 20:38:40 +0000 | conal | (~conal@64.71.133.70) |
| 2021-03-25 20:38:41 +0000 | conal | (~conal@64.71.133.70) (Client Quit) |
| 2021-03-25 20:38:50 +0000 | <tomsmeding> | it downloads the entire stackage LTS it seems |
| 2021-03-25 20:39:02 +0000 | <tomsmeding> | still digging for where exactly it performs the downloads |
| 2021-03-25 20:39:19 +0000 | <tomsmeding> | _everything_ performs IO in stack |
| 2021-03-25 20:39:55 +0000 | bollu | (~bollu@139.59.46.74) |
| 2021-03-25 20:39:55 +0000 | <sm[m]> | remedan, stack runghc uses the current stack environment (your project or user package db) |
| 2021-03-25 20:40:48 +0000 | <sm[m]> | while stack script requires you to specify a resolver. Choose a resolver you already have mostly installed, to minimise the downloading it will do (and add --verbosity info to see more progress info) |
| 2021-03-25 20:41:39 +0000 | geekosaur | (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-03-25 20:42:54 +0000 | <tomsmeding> | sm[m]: it's the individual downloading of cabal descriptions for auto-detecting package dependencies from imports that takes so long |
| 2021-03-25 20:43:28 +0000 | conal | (~conal@64.71.133.70) |
| 2021-03-25 20:43:35 +0000 | <sm[m]> | oh ? interesting |
| 2021-03-25 20:43:38 +0000 | Lord_of_Life | (~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 252 seconds) |
| 2021-03-25 20:43:50 +0000 | <remedan> | sm[m]: stack script does more setting-up beforehand and then calls runghc? |
| 2021-03-25 20:44:11 +0000 | hexfive | (~hexfive@50.35.83.177) |
| 2021-03-25 20:44:33 +0000 | <sm[m]> | remedan: not sure about that. If you look at the user guide you'll see.. script is designed to lock down deps exactly for maximum reproducibility |
| 2021-03-25 20:44:57 +0000 | <sm[m]> | while runghc is sometimes more convenient when you know you want it to use your project's deps |
| 2021-03-25 20:48:40 +0000 | <tomsmeding> | okay I give up spitting through stack's source |
| 2021-03-25 20:49:03 +0000 | havenwood1 | (~havenwood@139.28.218.148) |
| 2021-03-25 20:49:15 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 20:49:40 +0000 | <remedan> | hey, it finished downloading |
| 2021-03-25 20:49:46 +0000 | <remedan> | shame i didn't time it :p |
| 2021-03-25 20:50:10 +0000 | <remedan> | thaks a lot for your help, tomsmeding |
| 2021-03-25 20:50:21 +0000 | <tomsmeding> | remedan: cheers :) |
| 2021-03-25 20:51:33 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 20:51:46 +0000 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) (Quit: Well this is unexpected.) |
| 2021-03-25 20:52:30 +0000 | winny | (~winny@fsf/member/winstonw) (Quit: restarting weechat relay for openssl upgrade) |
| 2021-03-25 20:52:43 +0000 | winny | (~winny@fsf/member/winstonw) |
| 2021-03-25 20:53:17 +0000 | atk | (~Arch-TK@ircpuzzles/staff/Arch-TK) |
| 2021-03-25 20:54:51 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 20:56:03 +0000 | idhugo__ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-25 20:56:31 +0000 | lyxia | (~lyxia@poisson.chat) (Quit: WeeChat 2.9) |
| 2021-03-25 20:58:39 +0000 | _ht | (~quassel@82.169.194.8) (Remote host closed the connection) |
| 2021-03-25 20:59:21 +0000 | unyu | (~pyon@unaffiliated/pyon) |
| 2021-03-25 21:00:34 +0000 | <monochrom> | sm[m]: Basically it was https://paste.tomsmeding.com/QdOpCG9G (with the amendment that we now know the <hang> can finish but it's a long time and a lot of downloading) |
| 2021-03-25 21:02:06 +0000 | sord937 | (~sord937@gateway/tor-sasl/sord937) (Quit: sord937) |
| 2021-03-25 21:03:04 +0000 | zebrag | (~inkbottle@aaubervilliers-654-1-109-157.w86-212.abo.wanadoo.fr) |
| 2021-03-25 21:04:39 +0000 | Guest98327 | mozzarella |
| 2021-03-25 21:05:08 +0000 | mozzarella | Guest37282 |
| 2021-03-25 21:06:50 +0000 | idhugo__ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 265 seconds) |
| 2021-03-25 21:08:02 +0000 | styledash | (~styledash@157.230.173.136) |
| 2021-03-25 21:08:47 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 246 seconds) |
| 2021-03-25 21:09:45 +0000 | <sm[m]> | monochrom, thanks, interesting. That import sniffing is obscure, needs a bit of refinement. I never know when it will work |
| 2021-03-25 21:10:20 +0000 | <sm[m]> | or rather, which imports/packages it knows about |
| 2021-03-25 21:10:58 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-03-25 21:11:15 +0000 | wonko7 | (~wonko7@62.115.229.50) (Ping timeout: 248 seconds) |
| 2021-03-25 21:11:39 +0000 | flibbleribs | (5c17283b@host-92-23-40-59.as13285.net) |
| 2021-03-25 21:14:44 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 21:14:52 +0000 | Guest16651 | notmzv |
| 2021-03-25 21:14:55 +0000 | notmzv | notzmv |
| 2021-03-25 21:16:36 +0000 | forgottenone | (~forgotten@176.42.23.95) (Quit: Konversation terminated!) |
| 2021-03-25 21:17:19 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) (Quit: gone to sleep. ZZZzzz…) |
| 2021-03-25 21:18:06 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2021-03-25 21:18:34 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 21:19:03 +0000 | codygman__ | (~user@47.186.207.161) |
| 2021-03-25 21:19:17 +0000 | jakalx | (~jakalx@base.jakalx.net) ("Error from remote client") |
| 2021-03-25 21:21:22 +0000 | Katarushisu | (~Katarushi@cpc152083-finc20-2-0-cust170.4-2.cable.virginm.net) |
| 2021-03-25 21:23:44 +0000 | flibbleribs | (5c17283b@host-92-23-40-59.as13285.net) () |
| 2021-03-25 21:25:24 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) (Remote host closed the connection) |
| 2021-03-25 21:28:35 +0000 | nbloomf | (~nbloomf@2600:1700:ad14:3020:dd08:3633:7b3f:d0eb) |
| 2021-03-25 21:30:01 +0000 | justsomeguy | (~justsomeg@unaffiliated/--/x-3805311) (Quit: WeeChat 3.0.1) |
| 2021-03-25 21:30:34 +0000 | NieDzejkob_ | (~quassel@195.149.98.3) (Remote host closed the connection) |
| 2021-03-25 21:30:59 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 21:31:44 +0000 | NieDzejkob | (~quassel@195.149.98.3) |
| 2021-03-25 21:32:14 +0000 | lyxia | (~lyxia@poisson.chat) |
| 2021-03-25 21:33:25 +0000 | Guest37282 | (~sam@unaffiliated/sam113101) (Remote host closed the connection) |
| 2021-03-25 21:34:03 +0000 | mrkajetanp | (mrkajetanp@gateway/shell/matrix.org/x-flalpdgygeelgdkg) |
| 2021-03-25 21:34:34 +0000 | Guest37282 | (~sam@unaffiliated/sam113101) |
| 2021-03-25 21:34:45 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 21:35:46 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-03-25 21:38:11 +0000 | __minoru__shirae | (~shiraeesh@109.166.56.243) |
| 2021-03-25 21:38:52 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 21:39:01 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 21:43:17 +0000 | molehillish | (~molehilli@ip98-165-87-166.ph.ph.cox.net) (Remote host closed the connection) |
| 2021-03-25 21:44:06 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) |
| 2021-03-25 21:44:22 +0000 | usr25 | (~usr25@unaffiliated/usr25) |
| 2021-03-25 21:45:42 +0000 | heatsink | (~heatsink@2600:1700:bef1:5e10:10c4:3f41:be04:1f78) |
| 2021-03-25 21:50:46 +0000 | michalz | (~user@185.246.204.47) (Remote host closed the connection) |
| 2021-03-25 21:54:14 +0000 | dandart | (~Thunderbi@home.dandart.co.uk) (Ping timeout: 258 seconds) |
| 2021-03-25 21:55:49 +0000 | idhugo__ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-25 22:02:25 +0000 | takuan_dozo | (~takuan@178-116-218-225.access.telenet.be) (Ping timeout: 252 seconds) |
| 2021-03-25 22:02:27 +0000 | Franciman | falsobatman |
| 2021-03-25 22:03:20 +0000 | falsobatman | Franciman |
| 2021-03-25 22:05:33 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 22:05:50 +0000 | geowiesnot | (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 246 seconds) |
| 2021-03-25 22:12:22 +0000 | stree | (~stree@68.36.8.116) (Ping timeout: 252 seconds) |
| 2021-03-25 22:12:34 +0000 | dhouthoo | (~dhouthoo@ptr-eitgbj2w0uu6delkbrh.18120a2.ip6.access.telenet.be) (Quit: WeeChat 3.0) |
| 2021-03-25 22:14:37 +0000 | usr25 | (~usr25@unaffiliated/usr25) (Quit: Leaving) |
| 2021-03-25 22:14:39 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) |
| 2021-03-25 22:14:39 +0000 | electricityZZZZ | (~electrici@135-180-3-82.static.sonic.net) (Remote host closed the connection) |
| 2021-03-25 22:14:39 +0000 | Guest37282 | mozzarella |
| 2021-03-25 22:14:39 +0000 | pfurla | (~pfurla@ool-182ed2e2.dyn.optonline.net) |
| 2021-03-25 22:14:58 +0000 | electricityZZZZ | (~electrici@135-180-3-82.static.sonic.net) |
| 2021-03-25 22:17:33 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 22:18:36 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 22:18:38 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) (Ping timeout: 240 seconds) |
| 2021-03-25 22:20:40 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 22:23:22 +0000 | cr3 | (~cr3@192.222.143.195) (Quit: leaving) |
| 2021-03-25 22:24:50 +0000 | stree | (~stree@68.36.8.116) |
| 2021-03-25 22:26:31 +0000 | DTZUZU | (~DTZUZO@205.ip-149-56-132.net) |
| 2021-03-25 22:27:34 +0000 | perrier-jouet | (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (Quit: WeeChat 3.1) |
| 2021-03-25 22:28:41 +0000 | notzmv | (~zmv@unaffiliated/zmv) (Ping timeout: 245 seconds) |
| 2021-03-25 22:29:17 +0000 | kilolympus | (~kilolympu@5.151.5.180) (Quit: Quitting IRC :() |
| 2021-03-25 22:29:48 +0000 | kilolympus | (~kilolympu@5.151.5.177) |
| 2021-03-25 22:30:53 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection) |
| 2021-03-25 22:31:54 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-03-25 22:32:33 +0000 | Franciman | (~francesco@host-79-53-62-46.retail.telecomitalia.it) (Quit: Leaving) |
| 2021-03-25 22:32:53 +0000 | <kilolympus> | Heya! Is there a less... indented way of writing nested case statements? It happens often with consecutive back to forth with network requests or IO. https://paste.tomsmeding.com/rWcd5mBY The example uses Either but I've encountered Maybe too |
| 2021-03-25 22:32:54 +0000 | nbloomf | (~nbloomf@2600:1700:ad14:3020:dd08:3633:7b3f:d0eb) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-03-25 22:33:32 +0000 | <kilolympus> | With 4 spaces as indents, it quickly reaches very indented lines |
| 2021-03-25 22:34:20 +0000 | apache8080 | (~rishi@wsip-70-168-153-252.oc.oc.cox.net) |
| 2021-03-25 22:34:33 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) |
| 2021-03-25 22:35:42 +0000 | <LiaoTao> | kilolympus, Try splitting the cases into different functions |
| 2021-03-25 22:35:58 +0000 | ddellaco_ | (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2021-03-25 22:37:45 +0000 | malumore | (~malumore@151.62.125.69) (Ping timeout: 240 seconds) |
| 2021-03-25 22:38:41 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
| 2021-03-25 22:38:52 +0000 | <kilolympus> | LiaoTao, ahh, such a simple but an effective solution! Thanks. |
| 2021-03-25 22:38:58 +0000 | v01d4lph4 | (~v01d4lph4@106.212.133.35) (Ping timeout: 240 seconds) |
| 2021-03-25 22:39:45 +0000 | danvet_ | (~danvet@212-51-149-181.fiber7.init7.net) |
| 2021-03-25 22:39:55 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) (Remote host closed the connection) |
| 2021-03-25 22:40:29 +0000 | fendor_ | (~fendor@178.115.129.125.wireless.dyn.drei.com) (Remote host closed the connection) |
| 2021-03-25 22:41:54 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) |
| 2021-03-25 22:42:04 +0000 | xourt | (d4c620ea@212-198-32-234.rev.numericable.fr) (Client Quit) |
| 2021-03-25 22:42:07 +0000 | todda7 | (~torstein@2a02:587:1b17:de00:b1fa:5a99:4acf:bd72) (Ping timeout: 250 seconds) |
| 2021-03-25 22:43:50 +0000 | fresheyeball | (~isaac@c-71-237-105-37.hsd1.co.comcast.net) |
| 2021-03-25 22:44:45 +0000 | Axman6 | (~Axman6@pdpc/supporter/student/Axman6) |
| 2021-03-25 22:51:47 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2021-03-25 22:52:10 +0000 | Synthetica | (uid199651@gateway/web/irccloud.com/x-utikdipltugnjnli) (Quit: Connection closed for inactivity) |
| 2021-03-25 22:52:24 +0000 | notzmv | (~zmv@unaffiliated/zmv) |
| 2021-03-25 22:54:58 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 22:57:17 +0000 | mrchampion | (~mrchampio@38.18.109.23) (Ping timeout: 246 seconds) |
| 2021-03-25 22:59:18 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-03-25 22:59:40 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 252 seconds) |
| 2021-03-25 23:01:17 +0000 | <monochrom> | Since it is always "Left err -> sendError "whoops"", perhaps you can capture that in a reusable function. |
| 2021-03-25 23:02:13 +0000 | <monochrom> | doOrDie cmd = cmd >>= \lr -> case lr of Left err -> sendError "whoops"; Right y -> return y |
| 2021-03-25 23:02:21 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 23:04:58 +0000 | coot | (~coot@37.30.55.131.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
| 2021-03-25 23:04:58 +0000 | notzmv | (~zmv@unaffiliated/zmv) (Ping timeout: 240 seconds) |
| 2021-03-25 23:04:58 +0000 | <monochrom> | Then you are looking at: do { _ <- doOrDie foo; result <- doOrDie bar; _ <- doOrDie (bazUseResult result); sendSuccess "hooray!" } |
| 2021-03-25 23:04:58 +0000 | borne | (~fritjof@200116b86490f90082e68925938a8928.dip.versatel-1u1.de) |
| 2021-03-25 23:04:58 +0000 | idhugo__ | (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 252 seconds) |
| 2021-03-25 23:05:02 +0000 | <monochrom> | Also take a look at https://philipnilsson.github.io/Badness10k/escaping-hell-with-monads/ |
| 2021-03-25 23:05:04 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) |
| 2021-03-25 23:06:05 +0000 | quintasan_ | (~quassel@quintasan.pl) (Quit: No Ping reply in 180 seconds.) |
| 2021-03-25 23:06:43 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 23:07:11 +0000 | quintasan | (~quassel@ubuntu/member/quintasan) |
| 2021-03-25 23:07:22 +0000 | conal | (~conal@64.71.133.70) (Ping timeout: 252 seconds) |
| 2021-03-25 23:08:08 +0000 | conal | (~conal@66.115.157.135) |
| 2021-03-25 23:09:07 +0000 | elfets | (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-03-25 23:09:48 +0000 | Sorny | (~Sornaensi@79.142.232.102.static.router4.bolignet.dk) |
| 2021-03-25 23:10:12 +0000 | LKoen | (~LKoen@194.250.88.92.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-03-25 23:10:22 +0000 | mrchampion | (~mrchampio@38.18.109.23) |
| 2021-03-25 23:10:53 +0000 | wroathe | (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-25 23:12:26 +0000 | Sorna | (~Sornaensi@077213203030.dynamic.telenor.dk) (Ping timeout: 240 seconds) |
| 2021-03-25 23:12:53 +0000 | borne | (~fritjof@200116b86490f90082e68925938a8928.dip.versatel-1u1.de) (Ping timeout: 250 seconds) |
| 2021-03-25 23:15:01 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) |
| 2021-03-25 23:15:41 +0000 | aarvar | (~foewfoiew@2601:602:a080:fa0:e589:d5cd:80fb:258d) (Ping timeout: 258 seconds) |
| 2021-03-25 23:15:58 +0000 | Varis | (~Tadas@unaffiliated/varis) (Remote host closed the connection) |
| 2021-03-25 23:18:15 +0000 | deu | (de@uio.re) (Ping timeout: 245 seconds) |
| 2021-03-25 23:18:32 +0000 | Tario | (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
| 2021-03-25 23:19:04 +0000 | Tario | (~Tario@201.192.165.173) |
| 2021-03-25 23:19:11 +0000 | Vadrigar_ | (~Vadrigar@ip5b417208.dynamic.kabel-deutschland.de) (Ping timeout: 240 seconds) |
| 2021-03-25 23:19:22 +0000 | bobweb | (6bb893db@cpe-107-184-147-219.socal.res.rr.com) |
| 2021-03-25 23:20:21 +0000 | deu | (de@uio.re) |
| 2021-03-25 23:23:18 +0000 | conal | (~conal@66.115.157.135) (Ping timeout: 240 seconds) |
| 2021-03-25 23:23:31 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-03-25 23:23:51 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 23:25:31 +0000 | conal | (~conal@64.71.133.70) |
| 2021-03-25 23:28:11 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds) |
| 2021-03-25 23:29:58 +0000 | olligobber | (olligobber@gateway/vpn/privateinternetaccess/olligobber) |
| 2021-03-25 23:31:51 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-25 23:36:41 +0000 | merijn | (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-03-25 23:37:38 +0000 | carlomagno | (~cararell@148.87.23.12) (Quit: Leaving.) |
| 2021-03-25 23:38:24 +0000 | molehillish | (~molehilli@2600:8800:8d06:1800:f8ba:265:7129:d312) (Remote host closed the connection) |
| 2021-03-25 23:38:46 +0000 | solidus-river | (~mike@174.127.249.180) (Remote host closed the connection) |
| 2021-03-25 23:39:46 +0000 | myShoggoth | (~myShoggot@75.164.81.55) (Ping timeout: 240 seconds) |
| 2021-03-25 23:40:43 +0000 | danvet_ | (~danvet@212-51-149-181.fiber7.init7.net) (Quit: Leaving) |
| 2021-03-25 23:40:58 +0000 | apache8080 | (~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Ping timeout: 240 seconds) |
| 2021-03-25 23:41:01 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 265 seconds) |
| 2021-03-25 23:45:56 +0000 | Gurkenglas | (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 246 seconds) |
| 2021-03-25 23:46:21 +0000 | rj | (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-03-25 23:50:09 +0000 | AkechiShiro | (~AkechiShi@2a01:e0a:5f9:9681:4437:674c:6409:2223) |
| 2021-03-25 23:50:11 +0000 | rj | (~x@gateway/tor-sasl/rj) |
| 2021-03-25 23:57:06 +0000 | royal_screwup21 | (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-25 23:59:33 +0000 | mp___ | (mp@hell.cx) |