Home freenode/#xmonad: Logs Calendar

Logs on 2021-03-15 (freenode/#xmonad)

00:20:53 × notis quits (~notis@185.51.134.230) (Ping timeout: 260 seconds)
02:09:57 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
02:44:20 gazler_ joins (~gazler@195.107.2.81.in-addr.arpa)
02:46:43 × gazler quits (~gazler@195.107.2.81.in-addr.arpa) (Ping timeout: 260 seconds)
03:32:06 × theDon quits (~td@94.134.91.134) (Ping timeout: 246 seconds)
03:34:01 theDon joins (~td@94.134.91.151)
06:09:26 × rotaerk_ quits (rotaerk@2600:3c02::f03c:91ff:fe70:4a45) (Ping timeout: 240 seconds)
06:20:57 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
06:22:18 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
06:24:40 rotaerk joins (~rotaerk@ender.afternet.org)
06:56:19 palo1 joins (~weechat@c-base/crew/palo)
06:57:00 × rotaerk quits (~rotaerk@ender.afternet.org) (Ping timeout: 256 seconds)
06:59:16 × palo quits (~weechat@c-base/crew/palo) (Ping timeout: 256 seconds)
06:59:17 palo1 is now known as palo
07:04:59 idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
07:10:24 rotaerk joins (~rotaerk@ender.afternet.org)
07:22:30 × idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 256 seconds)
07:51:06 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 246 seconds)
07:52:03 idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
08:01:25 × evanjs quits (~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer)
08:03:04 evanjs joins (~evanjs@075-129-098-007.res.spectrum.com)
08:03:23 notis joins (~notis@185.51.134.229)
08:05:48 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
08:05:57 cfricke joins (~cfricke@unaffiliated/cfricke)
08:43:29 × rafadc_ quits (~rafadc@213.37.16.152.dyn.user.ono.com) (Ping timeout: 256 seconds)
08:44:44 rafadc joins (~rafadc@213.37.16.152.dyn.user.ono.com)
08:54:50 ChubaDuba joins (~ChubaDuba@46.147.119.222)
08:55:41 × ChubaDuba quits (~ChubaDuba@46.147.119.222) (Client Quit)
08:55:45 mc47 joins (~yecinem@89.246.239.190)
08:56:41 ChubaDuba joins (~ChubaDuba@46.147.119.222)
09:14:28 × thunderrd quits (~thunderrd@183.182.111.238) (Ping timeout: 272 seconds)
09:26:53 thunderrd joins (~thunderrd@183.182.111.116)
09:28:49 thaumavorio joins (~thaumavor@thaumavor.io)
09:35:39 idhugo_ joins (~idhugo@130.225.16.16)
09:37:51 × rotaerk quits (~rotaerk@ender.afternet.org) (Ping timeout: 246 seconds)
09:38:21 × idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 264 seconds)
09:43:47 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Read error: Connection reset by peer)
09:45:44 rotaerk joins (rotaerk@2600:3c02::f03c:91ff:fe70:4a45)
09:57:06 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
10:17:14 × idhugo_ quits (~idhugo@130.225.16.16) (Read error: Connection reset by peer)
10:19:03 idhugo_ joins (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net)
10:35:42 thc202 joins (~thc202@unaffiliated/thc202)
11:13:08 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
11:15:28 × idhugo_ quits (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net) (Ping timeout: 245 seconds)
11:29:18 jamik joins (~james@d75-155-42-59.abhsia.telus.net)
11:35:07 <jamik> Hey, I'm wondering how to set a ManageHook to center a spawned window on the currently active window. The spawned window will have to be floating of course, but adding `className =? "name" --> doFloat` handles that.
11:36:28 <mc47> try doFloatAt 0.5 0.5 instead of doFloat
11:37:44 <mc47> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-ManageHelpers.html#v:doFloatAt
11:38:29 <jamik> Ah, thanks mc47, let me see if this does the trick
11:38:43 <mc47> now that I think about it, that'll only place the top-left corner at the middle
11:39:05 <mc47> oh there is doCenterFloat
11:39:59 <jamik> Yes I'll still need add some logic here to center on on the active window (rather than centering it on the screen), but this is great
11:40:09 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 264 seconds)
11:40:20 <mc47> it's already taken care of in doCenterFloat ;)
11:40:46 <jamik> oh nice, I assumed "centered" meant centered on screen
11:41:05 <mc47> oh
11:41:14 <mc47> sorry I misread your question
11:43:43 gzj joins (~gzj@unaffiliated/gzj)
11:43:58 <jamik> No problem, I just tested doCenterFloat and found out again haha
11:44:24 <jamik> It's definitely better than spawning in the top corner though!
11:45:31 <mc47> not sure how to get the rectangle of the active window
11:46:16 <jamik> yeah neither am I. I'm a haskell noob and I'm not that familiar with xmonad despite spending hours trying to get it to do my bidding
11:47:20 <mc47> that's the fun part of it :)
11:47:36 <jamik> but at least it allows me to struggle. I've tried lots of minimal WMs and none of them are as flexible as xmonad so far
11:48:54 <jamik> I thought I might stick with bspwm before but I could not find a way to emulate dwm's window scheme and it started to bother me too much
11:49:21 <mc47> I haven't tried those tbh, I only tried i3 and xmonad
11:49:25 <mc47> and I'm sticking with xmonad
11:51:21 <jamik> Yeah I'd say it's a good bet. I've used i3, dwm, spectrewm, and some others scattered along the way. I find there's not much difference but each has their quirks. What I care about mostt is flexibility.
11:55:06 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
11:55:26 gzj joins (~gzj@unaffiliated/gzj)
11:59:32 <jamik> For now I'm settling for doSideFloat. I think it's actually kind of nice for my specific purpose. I started using https://github.com/mwh/dragon and having it tucked away on the side is neat
12:02:52 geekosaur joins (ac3a3c95@172.58.60.149)
12:10:47 × jamik quits (~james@d75-155-42-59.abhsia.telus.net) (Remote host closed the connection)
12:24:31 <mc47> that's awesome !
12:37:45 × ChubaDuba quits (~ChubaDuba@46.147.119.222) (Quit: WeeChat 1.6)
13:07:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:07:26 gzj joins (~gzj@unaffiliated/gzj)
13:07:32 ADG1089__ joins (~aditya@122.163.232.170)
13:08:06 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:08:27 gzj joins (~gzj@unaffiliated/gzj)
13:13:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:13:26 gzj joins (~gzj@unaffiliated/gzj)
13:18:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:18:27 gzj joins (~gzj@unaffiliated/gzj)
13:19:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:19:28 gzj joins (~gzj@unaffiliated/gzj)
13:20:03 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
13:20:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:20:28 gzj joins (~gzj@unaffiliated/gzj)
13:21:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:21:27 gzj joins (~gzj@unaffiliated/gzj)
13:22:05 × gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection)
13:22:27 gzj joins (~gzj@unaffiliated/gzj)
13:23:05 × gzj quits (~gzj@unaffiliated/gzj) (Read error: Connection reset by peer)
13:23:30 × ADG1089__ quits (~aditya@122.163.232.170) (Remote host closed the connection)
13:44:59 seschwar joins (~seschwar@unaffiliated/seschwar)
14:01:00 × geekosaur quits (ac3a3c95@172.58.60.149) (Quit: Connection closed)
14:22:44 dminuoso_ is now known as dminuoso
14:24:50 × dminuoso quits (~dminuoso@static.88-198-218-68.clients.your-server.de) (Changing host)
14:24:50 dminuoso joins (~dminuoso@unaffiliated/dminuoso)
14:35:28 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 260 seconds)
14:42:25 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
14:58:07 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 256 seconds)
15:06:45 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
15:09:36 growpotkin joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
15:22:18 <Liskni_si> someone should make a prompt with dragon :-)
15:23:05 <Liskni_si> I usually just launch krusader when I need such a thing, but that's so lame
15:43:08 geekosaur joins (ac3a56e4@172.58.86.228)
15:46:07 <Solid> probably pretty easy, X.P.Shell already has the completion figured out
15:46:49 <Solid> indeed, probably redundant as you could just use X.P.Shell instead :D
15:47:13 <Liskni_si> hm, maybe I should give that a try someday
15:48:40 <geekosaur> there's a browser prompt already, too
15:48:59 <Solid> oh but completion with whitespace is currently broken in master
15:49:14 <Solid> so if you want to give it a try you'd have to review #459 first :>
15:49:56 <geekosaur> oh, I was thinking konqueror for some reason. no convenient editor prompt at present although I think there's one that takes a string and appends it to a file
15:54:12 × xaltsc quits (~xaltsc@unaffiliated/xaltsc) (Ping timeout: 256 seconds)
16:04:22 <Liskni_si> Solid: I can also not enable alwaysHighlight :-)
16:04:34 <Solid> hahaha
16:04:35 <Solid> good point
16:05:11 <Liskni_si> would be a good point if I had figured it out without spending 15 minutes reviewing #459 :-)
16:05:51 <Liskni_si> X.Prompt seems like a ticking time bomb to me :-/
16:06:58 <geekosaur> it explodes somewhat regularly, so maybe a Wolf-Rayet?
16:07:27 <Liskni_si> but #459 looks like an improvement, although it'll probably break as soon as someone tries to complete "(e" in the shell prompt
16:08:09 <Liskni_si> or maybe not, I don't really know how the rest of it works
16:13:48 <Solid> Liskni_si: works fine for me
16:14:31 <Solid> but yes I wish I could just rewrite the prompt entirely tbh; it's such a mess
16:14:37 <Solid> but that's not happening
16:16:18 × idhugo__ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 256 seconds)
16:46:20 xaltsc joins (~xaltsc@unaffiliated/xaltsc)
16:55:51 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
17:05:27 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 258 seconds)
17:10:10 sperber_ joins (~sperber@frozen-zone.org)
17:10:18 × mc47 quits (~yecinem@89.246.239.190) (Read error: Connection reset by peer)
17:10:23 themc47 joins (~yecinem@89.246.239.190)
17:11:59 × themc47 quits (~yecinem@89.246.239.190) (Client Quit)
17:14:03 × sperber quits (~sperber@freebsd/developer/sperber) (Ping timeout: 265 seconds)
17:14:05 × rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-gnxotcamcepjeexd) (Ping timeout: 265 seconds)
17:16:23 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-jghiowexfiqyfpvv)
17:18:19 cfricke joins (cfricke@gateway/vpn/mullvad/cfricke)
17:23:15 mc47 joins (~yecinem@89.246.239.190)
17:25:02 × geekosaur quits (ac3a56e4@172.58.86.228) (Ping timeout: 240 seconds)
17:31:59 <Liskni_si> Solid: okay :-)
17:32:44 <Liskni_si> it seemed a bit weird to always delete whole space-separated words, but if that works well with the rest of the completion logic, then I guess it's fine
17:48:11 geekosaur joins (82650c7a@130.101.12.122)
18:02:58 × idhugo__ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection)
18:03:23 idhugo__ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net)
18:03:56 × rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-jghiowexfiqyfpvv) (*.net *.split)
18:03:56 × ericsagn1 quits (~ericsagne@2405:6580:0:5100:b44d:6014:67a8:1b64) (*.net *.split)
18:03:56 × Desu quits (~Urist@archlinux/op/pdpc.supporter.active.mrelendig) (*.net *.split)
18:05:09 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-jghiowexfiqyfpvv)
18:05:09 ericsagn1 joins (~ericsagne@2405:6580:0:5100:b44d:6014:67a8:1b64)
18:05:09 Desu joins (~Urist@archlinux/op/pdpc.supporter.active.mrelendig)
18:05:16 × Desu quits (~Urist@archlinux/op/pdpc.supporter.active.mrelendig) (Max SendQ exceeded)
18:05:21 idhugo_ joins (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net)
18:05:51 Desu joins (~Urist@archlinux/op/pdpc.supporter.active.mrelendig)
18:07:57 × psibi[m] quits (psibimatri@gateway/shell/matrix.org/x-golguortlgymjsjb) (Ping timeout: 240 seconds)
18:07:58 × heck-to-the-gnom quits (heck-to-th@gateway/shell/matrix.org/x-zxtltngejrmxkknu) (Ping timeout: 244 seconds)
18:07:59 × liskin[m] quits (liskinmatr@gateway/shell/matrix.org/x-ugymroejpomaokoi) (Ping timeout: 241 seconds)
18:08:03 × jeyj0[m] quits (jeyj0matri@gateway/shell/matrix.org/x-tdaaeldlgsaobvkj) (Ping timeout: 249 seconds)
18:08:04 × jerin quits (jerinmatri@gateway/shell/matrix.org/x-wykbrvrddoywvmzp) (Ping timeout: 249 seconds)
18:08:10 × PotatoHatsue quits (berbermanp@gateway/shell/matrix.org/x-yflvdgmqjmthorbh) (Ping timeout: 247 seconds)
18:08:10 × Half-Shot quits (half-shoth@gateway/shell/matrix.org/x-kwiscwwlycvusdeu) (Ping timeout: 247 seconds)
18:08:15 × idhugo__ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 265 seconds)
18:08:40 × molinus[m] quits (molinusmat@gateway/shell/matrix.org/x-dipfpvigfjppmcak) (Ping timeout: 268 seconds)
18:09:28 × Ikosit quits (vherrmanns@gateway/shell/matrix.org/x-fsqimetayqwnrkgg) (Ping timeout: 244 seconds)
18:11:21 × rednaZ[m] quits (r3dnazmatr@gateway/shell/matrix.org/x-jghiowexfiqyfpvv) (Ping timeout: 265 seconds)
18:22:02 × geekosaur quits (82650c7a@130.101.12.122) (Ping timeout: 240 seconds)
18:32:06 everythingTaken joins (~tux@gateway/tor-sasl/everythingtaken)
18:34:50 PotatoHatsue joins (berbermanp@gateway/shell/matrix.org/x-invzcgjtdukarzux)
18:35:43 × everythingTaken quits (~tux@gateway/tor-sasl/everythingtaken) (Client Quit)
18:38:40 geekosaur joins (82650c7a@130.101.12.122)
18:47:37 ADG1089__ joins (~aditya@122.163.232.170)
18:49:53 Half-Shot joins (half-shoth@gateway/shell/matrix.org/x-xchfkfbbumkoqpra)
18:49:53 psibi[m] joins (psibimatri@gateway/shell/matrix.org/x-kmnlyiztupefeslm)
18:49:53 rednaZ[m] joins (r3dnazmatr@gateway/shell/matrix.org/x-rdaonbrqeuwtjxsm)
18:49:53 Ikosit joins (vherrmanns@gateway/shell/matrix.org/x-eaoqnzgzhjzfqwvr)
18:49:53 jerin joins (jerinmatri@gateway/shell/matrix.org/x-fwxmmxrkuyeqajhb)
18:49:59 liskin[m] joins (liskinmatr@gateway/shell/matrix.org/x-mbxaduzfedtklneq)
18:50:00 jeyj0[m] joins (jeyj0matri@gateway/shell/matrix.org/x-tecfsusaubfeerri)
18:50:30 molinus[m] joins (molinusmat@gateway/shell/matrix.org/x-dectlzxaoqszxgkc)
18:50:30 heck-to-the-gnom joins (heck-to-th@gateway/shell/matrix.org/x-ghqiohudnnrsihmj)
18:51:11 everythingTaken joins (~tux@gateway/tor-sasl/everythingtaken)
18:51:47 × everythingTaken quits (~tux@gateway/tor-sasl/everythingtaken) (Client Quit)
18:59:17 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
18:59:35 geekosaur joins (82650c7a@130.101.12.122)
19:02:17 jjjjj joins (~brunefig@138.229.113.3)
19:09:46 valdyn_ joins (valdyn@c6a7cbb3.vpn.njalla.net)
19:10:27 dmwit_ joins (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net)
19:10:58 Brunera joins (lasseb@gateway/shell/tihlde/x-pxnmorgmcneanhzq)
19:11:02 avalan joins (~dweller@178.62.146.60)
19:11:23 × valdyn quits (valdyn@c6a7cbb4.vpn.njalla.net) (Ping timeout: 256 seconds)
19:11:23 × Bruners quits (lasseb@gateway/shell/tihlde/x-awjlovlduyswkcvy) (Ping timeout: 256 seconds)
19:11:23 × dmwit quits (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Ping timeout: 256 seconds)
19:11:23 × dweller quits (~dweller@178.62.146.60) (Ping timeout: 256 seconds)
19:11:23 valdyn_ is now known as valdyn
19:11:24 Brunera is now known as Bruners
19:11:43 growpotk- joins (~growpotki@130-45-30-154.dyn.grandenetworks.net)
19:11:55 × growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Ping timeout: 256 seconds)
19:18:06 <jjjjj> hello!
19:18:25 <jjjjj> does anyone know how to center align a specific part of stdin in xmobar?
19:18:51 × idhugo_ quits (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net) (Remote host closed the connection)
19:19:18 idhugo_ joins (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net)
19:22:08 <jjjjj> i've tried adding "}" to ppOrder but no dice. my hunch is that the alignsep doesnt work within an xmobar command and i'm at a loss as to what to try next
19:22:47 <geekosaur> things like that work only if you use unsafeStdinReader in xmobar
19:22:57 <jjjjj> thats what im using
19:23:07 <geekosaur> and even if you do, I think they only work over the whole bar, not over a segment
19:25:16 <jjjjj> hmm i see, thank you
19:27:27 <jjjjj> so is there a way to get workspace info externally somehow, to access it through a separate function
19:27:47 <jjjjj> or am i better off trying a different bar
19:28:13 <geekosaur> something could read EWMH properties to get most of it
19:28:30 <geekosaur> I couldn't tell you much about alternatives to xmobar, sorry
19:30:06 <jjjjj> no worries, you've been very helpful already. i'll get to work looking at emwh. thx a lot!
19:30:33 styledash7 joins (~styledash@157.230.173.136)
19:31:14 × jsoo quits (~jsoo@irc.refl.club) (Ping timeout: 264 seconds)
19:31:50 × palo quits (~weechat@c-base/crew/palo) (Ping timeout: 264 seconds)
19:32:27 × styledash quits (~styledash@157.230.173.136) (Ping timeout: 264 seconds)
19:32:27 styledash7 is now known as styledash
19:33:07 <Solid> jjjjj: this https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-DynamicLog.html#v:xmonadPropLog writes to properties
19:33:32 palo joins (~weechat@c-base/crew/palo)
19:33:47 jsoo joins (~jsoo@irc.refl.club)
19:33:48 <Solid> you can get what you're interested in from dynamicLogString
19:33:55 <Solid> (in the same module)
19:39:30 × idhugo_ quits (~idhugo@80-62-116-51-mobile.dk.customer.tdc.net) (Ping timeout: 246 seconds)
19:40:26 × thc202 quits (~thc202@unaffiliated/thc202) (Ping timeout: 240 seconds)
19:50:12 × ADG1089__ quits (~aditya@122.163.232.170) (Quit: Konversation terminated!)
20:04:03 <jjjjj> Solid: works perfectly :) tysm
20:04:21 × jjjjj quits (~brunefig@138.229.113.3) (Quit: WeeChat 3.0.1)
20:11:05 <Liskni_si> that looks like a sales pitch for property-based logging :-)
20:21:00 abhixec joins (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
20:39:20 qbit2821 joins (~qbit2821@94-255-133-216.cust.bredband2.com)
20:40:09 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
20:56:45 × styledash quits (~styledash@157.230.173.136) (*.net *.split)
20:56:45 × wz1000 quits (~wz1000@static.11.113.47.78.clients.your-server.de) (*.net *.split)
20:56:45 × dminuoso quits (~dminuoso@unaffiliated/dminuoso) (*.net *.split)
20:56:45 × averell quits (~averell@unaffiliated/averell) (*.net *.split)
20:56:45 × fizzie quits (fis@unaffiliated/fizzie) (*.net *.split)
20:56:45 × Ristovski quits (~364e20076@unaffiliated/ristovski) (*.net *.split)
20:56:45 × crmaurei_ quits (crmaurei@nat/qt/x-cevnpryauojgtcok) (*.net *.split)
20:56:45 × brettgilio_ quits (~brettgili@brettgilio.com) (*.net *.split)
20:56:45 × vrs quits (~vrs@unaffiliated/vrs) (*.net *.split)
20:56:45 × sdx23 quits (~sdx23@unaffiliated/sdx23) (*.net *.split)
20:56:45 × electrocat quits (~michiel@revan.derhaeg.be) (*.net *.split)
20:57:16 styledash joins (~styledash@157.230.173.136)
20:57:16 wz1000 joins (~wz1000@static.11.113.47.78.clients.your-server.de)
20:57:16 dminuoso joins (~dminuoso@unaffiliated/dminuoso)
20:57:16 fizzie joins (fis@unaffiliated/fizzie)
20:57:16 Ristovski joins (~364e20076@unaffiliated/ristovski)
20:57:16 crmaurei_ joins (crmaurei@nat/qt/x-cevnpryauojgtcok)
20:57:16 vrs joins (~vrs@unaffiliated/vrs)
20:57:16 sdx23 joins (~sdx23@unaffiliated/sdx23)
20:57:16 electrocat joins (~michiel@revan.derhaeg.be)
20:59:02 averell joins (~averell@unaffiliated/averell)
20:59:04 sdx32 joins (~sdx23@unaffiliated/sdx23)
20:59:43 × sdx23 quits (~sdx23@unaffiliated/sdx23) (Read error: Connection reset by peer)
21:00:23 brettgilio joins (~brettgili@brettgilio.com)
21:02:25 × electrocat quits (~michiel@revan.derhaeg.be) (Ping timeout: 256 seconds)
21:02:52 electrocat joins (~michiel@revan.derhaeg.be)
21:12:28 × Ristovski quits (~364e20076@unaffiliated/ristovski) (Quit: 0)
21:12:54 [Ristovski] joins (~364e20076@unaffiliated/ristovski)
21:13:46 [Ristovski] is now known as Ristovski
21:19:49 × mc47 quits (~yecinem@89.246.239.190) (Remote host closed the connection)
21:22:14 × qbit2821 quits (~qbit2821@94-255-133-216.cust.bredband2.com) (Ping timeout: 264 seconds)
21:35:18 × notis quits (~notis@185.51.134.229) (Remote host closed the connection)
21:35:48 notis joins (~notis@185.51.134.229)
21:40:45 × notis quits (~notis@185.51.134.229) (Ping timeout: 264 seconds)
21:42:08 notis joins (~notis@185.51.134.229)
21:48:38 × notis quits (~notis@185.51.134.229) (Ping timeout: 264 seconds)
21:50:38 notis joins (~notis@185.51.134.229)
22:03:38 × notis quits (~notis@185.51.134.229) (Ping timeout: 264 seconds)
22:05:04 notis joins (~notis@185.51.134.229)
22:19:29 × notis quits (~notis@185.51.134.229) (Ping timeout: 256 seconds)
22:22:18 notis joins (~notis@185.51.134.230)
22:28:33 × notis quits (~notis@185.51.134.230) (Ping timeout: 256 seconds)
22:30:33 × wagle quits (~wagle@quassel.wagle.io) (Ping timeout: 264 seconds)
22:31:00 notis joins (~notis@185.51.134.229)
22:34:49 × davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer)
22:36:14 davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
22:36:29 × notis quits (~notis@185.51.134.229) (Ping timeout: 256 seconds)
22:38:29 notis joins (~notis@130.43.124.71.dsl.dyn.forthnet.gr)
22:40:24 wagle joins (~wagle@quassel.wagle.io)
22:50:09 × seschwar quits (~seschwar@unaffiliated/seschwar) (Quit: :wq)
23:15:37 xsnyder joins (~xxsnyder@2601:2c4:4200:510::22e6)
23:15:59 × xsnyder quits (~xxsnyder@2601:2c4:4200:510::22e6) (Remote host closed the connection)
23:39:20 × notis quits (~notis@130.43.124.71.dsl.dyn.forthnet.gr) (Ping timeout: 265 seconds)
23:39:42 notis joins (~notis@85.203.44.249)
23:45:40 × cfricke quits (cfricke@gateway/vpn/mullvad/cfricke) (Ping timeout: 256 seconds)

All times are in UTC on 2021-03-15.