Home liberachat/#xmonad: Logs Calendar

Logs on 2021-11-05 (liberachat/#xmonad)

00:51:50 × thunderrd quits (~thunderrd@183.182.110.1) (Ping timeout: 260 seconds)
00:57:01 stoned is now known as Hash
01:03:57 mestre joins (~mestre@191.177.175.57)
01:04:46 × Hash quits (~stoned@is.coding.when.stoned.io) (Quit: WeeChat 3.3)
01:09:46 stoned joins (~stoned@is.coding.when.stoned.io)
01:10:03 × SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 268 seconds)
02:07:34 SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net)
02:21:30 × werneta quits (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
02:21:42 werneta joins (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
02:42:34 × gruntsplatter quits (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 256 seconds)
03:04:09 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 268 seconds)
03:19:41 × stoned quits (~stoned@is.coding.when.stoned.io) (Quit: WeeChat 3.3)
03:20:48 banc joins (banc@gateway/vpn/airvpn/banc)
03:59:39 thunderrd joins (~thunderrd@183.182.110.1)
04:46:38 gruntsplatter joins (~sogens@gateway/vpn/pia/sogens)
04:48:22 × bsjd quits (~user@2a02:a020:0:8c95:4c3e:af6a:def6:7f38) (Ping timeout: 268 seconds)
05:03:43 qbt joins (~qbt@user/edun)
05:09:54 × SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
06:38:24 <Solid> huh, so wayland forces vsync? that will certainly upset the gamers
06:41:02 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
06:47:49 × qbt quits (~qbt@user/edun) (Quit: Leaving.)
06:48:04 qbt joins (~qbt@user/edun)
06:52:02 geekosaur joins (~geekosaur@xmonad/geekosaur)
07:25:06 SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net)
08:17:27 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
08:17:52 geekosaur joins (~geekosaur@xmonad/geekosaur)
08:46:09 mc47 joins (~mc47@xmonad/TheMC47)
08:55:32 mc47 is thinking about running xmobar as a library inside my xmonad config
08:56:04 <mc47> should I ? :D
09:11:32 <Solid> just for the novelty, I'd say yes :)
09:28:22 <mc47> I think it should be easy
09:28:28 <mc47> just add xmobar and call forkProcess
09:28:41 cfricke joins (~cfricke@user/cfricke)
09:28:43 bsjd joins (~user@2a02:a020:e1:7895:edd2:7daf:e169:6dcc)
09:30:53 <liskin> mc47: have you seen those PRs in xmobar for STM-based communication instead of X props?
09:31:26 <mc47> liskin no, I just checked out the hspace ones and I like where that is going
09:33:25 <mc47> what would be the benefit of that?
09:34:35 <liskin> Dunno really, but if you're going to run xmobar as a library it seems natural to bypass X entirely
09:34:50 <mc47> OH
09:34:52 <mc47> definitely
09:35:03 <liskin> No real benefit though, just more pain with the RTS and signals :-)
09:35:30 <liskin> Part of that is merged and then there's a follow up with fixes and docs
09:35:53 <liskin> Haven't had the capacity to review, much less try
09:36:46 <liskin> (and probably won't have)
09:37:32 <mc47> I'm not really familiar with the low level things, but I'll give it a try
09:41:30 × mestre quits (~mestre@191.177.175.57) (Quit: Lost terminal)
10:00:17 <mc47> btw, what happened regarding the GDPR discussions? I couldn't follow yesterday
10:19:46 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
10:24:25 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 256 seconds)
10:29:31 desantra joins (~skykanin@user/skykanin)
10:29:49 <desantra> Is there an option to set the max amount of windows allowed to be open at once?
10:48:46 <geekosaur> mc47, as far as anyone can tell it applies only to personal data given in presumed privacy, so not to a public chat service like IRC. but there is now a channel notice here pointing people to #xmonad-unlogged if they don't want to be logged. (I seem to be the only one there at present.)
10:49:19 <geekosaur> desantra, you can't really set that as a hard limit but there's a layout modifier that can change behavior based on number of windows
10:49:54 <geekosaur> a true max windows limit would need to be set in the server, not the window manager
10:50:08 <geekosaur> it would also probably have unforeseen effects
10:50:46 <geekosaur> https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-IfMax.html
10:52:04 <ElKowar> Is there some reasonable way to make CycleWS compatible with IndependentScreens?
10:54:27 <Solid> there is X.A.CycleWorkspaceByScreen, which sounds like it would play well with that
10:54:43 <Solid> mc47: ircbrowse now has a note "Note: logging is currently temporary disabled pending amateur GDPR discussions. :)"
10:57:13 <geekosaur> :(
10:58:01 <ElKowar> that just goes by history tho :/ I'll look if I can copy paste enough of CycleWS and make it compatible i guess 🤷
11:10:19 × gruntsplatter quits (~sogens@gateway/vpn/pia/sogens) (Ping timeout: 256 seconds)
11:19:52 <SenranKaguya> slightly related, i made my own version of workspacehistory that behaves like vim's CTRL-i CTRL-o jump list
11:20:11 <SenranKaguya> first time i've used extensible state, too
11:31:02 × SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 268 seconds)
11:36:17 <mc47> thanks geekosaur
11:36:24 <mc47> Oh, true, thanks Solid
11:45:21 × desantra quits (~skykanin@user/skykanin) (Quit: WeeChat 3.3)
12:10:47 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
12:32:43 × bsjd quits (~user@2a02:a020:e1:7895:edd2:7daf:e169:6dcc) (Ping timeout: 268 seconds)
13:02:28 kelnoky joins (~kelnoky@2a02:8108:50c0:5650::1916)
13:04:26 <kelnoky> my xmonad won't start/recompile with the following errors: https://0bin.net/paste/AOw8b-mE#+EnvoIlmoR-vDTiyWpZM/2XVkYitqNgSFPHJ1Dbp+td
13:04:35 <kelnoky> this is on archlinux
13:06:41 <geekosaur> arch :( are you using system packages, or something like stack or ghcup/cabal?
13:08:28 <kelnoky> system packages
13:08:53 <kelnoky> reinstalling xmonad and xmonad-contrib was fruitless - as it usually is with reinstalling
13:09:33 <geekosaur> you'd probably need to reinstall the packages that prevent those from being loaded instead
13:09:51 <geekosaur> X11 (the haskell bindings, not X11 itself), data-default, etc.
13:10:19 <geekosaur> but this kind of thing is why we don't recommend using system packages on arch, but instead using stack or ghcup
13:10:34 <geekosaur> they break stuff way too often, and make it too difficult to fix
13:10:49 <kelnoky> how do I go about using stack or ghcup?
13:12:21 <geekosaur> https://github.com/xmonad/xmonad/blob/master/TUTORIAL.md has instructions
13:24:08 rokoe joins (~roskoe@79-68-160-163.dynamic.dsl.as9105.com)
13:28:37 × kelnoky quits (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed)
13:31:18 × qbt quits (~qbt@user/edun) (Quit: Leaving.)
13:31:51 kelnoky joins (~kelnoky@2a02:8108:50c0:5650::1916)
13:32:33 <kelnoky> I am instaling everything via stack now (that wasn't even an option last time I looked into this, cabal didn't work for some reason years ago)
13:32:54 <kelnoky> should I -Rns xmonad xmonad-contrib or do something more to remove the system packages?
13:40:38 qbt joins (~qbt@user/edun)
13:40:38 × qbt quits (~qbt@user/edun) (Client Quit)
13:41:43 × kelnoky quits (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed)
13:43:30 kelnoky joins (~kelnoky@2a02:8108:50c0:5650::1916)
13:43:38 <kelnoky> I assume this isn't good:
13:43:40 <kelnoky> william% xmonad --recompile
13:43:40 <kelnoky> XMonad will use ghc to recompile, because neither "/home/kelnoky/.xmonad/build" nor "/home/kelnoky/.xmonad/stack.yaml" exists.
13:43:41 <kelnoky> XMonad recompiling (forced).
13:43:41 <kelnoky> xmonad: ghc: runProc: exec: does not exist (No such file or directory)
13:43:59 <kelnoky> after I installed everything via stack, I wanted to check if it compiles now
13:44:30 <kelnoky> I used to use ~/.xmonad, but with stack I installed everything in ~/.config/xmonad
13:45:02 <geekosaur> mm, did we not come up with a way to autodetect stack, liskin? or is this still running 0.15 from arch repos?
13:46:25 <Solid> kelnoky: it still seems to check in ~/.xmonad (afair it still prefers ~/.xmonad if there exists a file called ~/.xmonad/xmonad.hs)
13:46:44 <Solid> so perhaps [re]move that file or directory
13:46:45 <kelnoky> I uninstalled the big stuff, like ghc, xmonad, xmonad-contrib, but most haskell stuff is still installed via pacman, should I delete that
13:46:50 <kelnoky> ah, I'll rename it, ok
13:47:50 <kelnoky> ok, that's better
13:47:54 <kelnoky> next error: https://0bin.net/paste/-pDQb8sA#0SW-Owgm2YP0WwwKOfXCSGTMXwkA9N6Hu/vC6jYTtGq
13:48:48 <kelnoky> mind you, my xmonad.hs is cobbled together in long hours of work and help from this channel, I unfortunately can't code anything, let alone haskell, I just like the way xmonad feels and I've been using it for years without problems :D
13:49:36 <Solid> kelnoky: all of these `default....` Vars have been removed; you are supposed to just use `def` now and let GHC figure out the right thing to put into the hole
13:53:54 <kelnoky> https://0bin.net/paste/gJYWEgWg#o4EBeOV0NZr8mTfyqC9yJuhJn3b5TWsLTVlnnkpJHQR
13:53:56 <kelnoky> this is my xmonad.hs
13:54:29 <kelnoky> so I replace "defaultPP" in line 94 with "def"?
13:54:51 <Solid> yes, and also all occurences of "defaultConfig"
13:55:08 <kelnoky> even though the compiler didnt mind those?
13:55:09 <kelnoky> ok though
13:56:01 Solid quickly checks the code
13:56:10 <Solid> nono, that's definitely been removed as well
13:56:19 <Solid> I reckon you'd get the relevant errors after fixing the defaultPP thing
13:56:41 <kelnoky> others now, I I might figure those out from the message
13:59:49 <kelnoky> ok, I changed stuff, the compiler still doesn't like the config, here is the updated config: https://0bin.net/paste/f1aF3FVE#YmbLX86Z90GxljG-IC1NC3jvSlIUzYFOnkkWihxjDIj
14:00:37 <kelnoky> and the errors I can't handle: https://0bin.net/paste/KRnM7EhR#5iE-APTCHCl1Jvf6ZXIbhDbigaXPkqEebwo8D/F5kW1
14:00:56 <kelnoky> the errors are related to where it told me to change stuff to "docks", I only followed instructions :D
14:02:53 <Solid> the instructions are more like "use this function to get that functionality", not "do a replace-searh with these strings" ;)
14:03:39 <Solid> "docks" is a combinator that you put at the top, like "ewmh": "xmonad $ docks $ emwh ..."
14:03:49 <Solid> and "ewmhFullscreen" is the same
14:08:18 <kelnoky> so I could ignore the warning about "fullscreenEventHook" being deprecated and not replace it with "ewmhFullscreen"?
14:08:27 <kelnoky> or is it the wrong place to relpace it?
14:09:03 <Solid> it is just the wrong place
14:09:36 <Solid> write something like "xmonad $ ewmh $ emwhFullscreen $ docks ..." instead of what you have now
14:10:01 <kelnoky> "xmonad $ ewmh def" <- instead of this?
14:12:11 <Solid> yes, "xmonad $ ewmh $ emwhFullscreen $ docks $ def" should do it
14:12:39 <kelnoky> yeah, just did that
14:13:16 <kelnoky> the compiler is still not happy about the docks thing :D https://0bin.net/paste/pCfxCJja#D6TBsfDVBfwReVJ5LJ3UBnTG1je4E9qSY5pbQugftlm
14:15:41 <Solid> def has to come at the end
14:15:46 <kelnoky> ok, I put $ def at the end of that line like you did, now the errors are different
14:15:56 <Solid> since that's the default config you're modifying
14:18:35 <kelnoky> ok, we're back to the complaints about the deprecated terms in the config, but I can't just replace them? https://0bin.net/paste/OxMpHd26#m3CdBw2eiqonv6-+zY7R+jYbZcwi/+sm87U6+lVPXnr
14:19:28 <Solid> You can just delete them now
14:19:31 <kelnoky> ah
14:19:42 <Solid> since you _have_ replaced them, just not in their exact spot
14:21:08 <kelnoky> I see
14:21:13 <kelnoky> it compiles now
14:21:18 <kelnoky> thanks a whole bunch, man
14:21:29 <Solid> \o/
14:21:42 <kelnoky> now get me out of this horrendous openbox environment
14:22:17 × kelnoky quits (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed)
14:22:25 <geekosaur> heh
14:25:30 kelnoky joins (~kelnoky@2a02:8108:50c0:5650::1916)
14:26:44 <kelnoky> are tabs instead of spaces actually something that breaks functions? Because my dzen bar isn't spawning correctly
14:26:50 <kelnoky> or rather, not at all
14:27:02 <kelnoky> and that's the last complaint the compiler has
14:27:37 <geekosaur> tabs are complicated. the compiler expects them to go to the next multiple of 8, and indentation matters in Haskell
14:27:44 <geekosaur> but editors may disagree as to what they do
14:27:57 <geekosaur> which makes them difficult to be certain about
14:29:39 <geekosaur> that said, if it's just warning about tabs, you're probably okay. a real problem would manifest as a syntax error or type mismatch
14:31:28 <kelnoky> yeah, fixed everything, the issue with the dzen bar was just now outdated path
14:31:35 <kelnoky> to the old .xmonad dir
14:48:38 <kelnoky> so do I keep xmonad and haskell stuff updated via stack then?
14:50:16 <geekosaur> that's generally the idea. but one thing about stack is you don't generally have to do so, since resolvers are fixed
14:51:25 <geekosaur> so if you wanted to update you would update your resolver and then use stack to rebuild everything with the new resolver, then mod-q to rebuild your config against that. things don't silently get updated (possibly incompatibly) out form you, like apparently happened with arch
14:51:38 <geekosaur> \*from you
14:56:20 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.3)
15:17:15 <kelnoky> did something change about ToggleStruts? I used to be able to get fullscreen videos above my dzen/conky bar with a keybind sending ToggleStruts, but the effect doesn't work anymore, the video stays below the bars
15:28:34 × ElKowar quits (~ElKowar@srv-fin.xware-gmbh.de) (Quit: Ping timeout (120 seconds))
15:28:55 ElKowar joins (~ElKowar@srv-fin.xware-gmbh.de)
15:30:02 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
15:31:33 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 268 seconds)
15:31:43 geekosaur joins (~geekosaur@xmonad/geekosaur)
15:37:57 qbt joins (~qbt@user/edun)
15:38:40 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
15:38:53 <geekosaur> sounds like ToggleStruts is still doing its thing (not reserving space for the bar), but the bar is above instead of below the fullscreen video. there might be an option to get the bar to lower itself
15:39:16 <geekosaur> I think we have a hack to force xmobar to be lowered, but no equivalent for dzen
15:45:26 <liskin> I think a checkDock --> doLower managehook should do the trick for dzen2 -dock as well
16:07:30 × zawaken quits (~zawaken@user/zawaken) (Ping timeout: 260 seconds)
16:08:41 × rokoe quits (~roskoe@79-68-160-163.dynamic.dsl.as9105.com) (Quit: Konversation terminated!)
16:11:10 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 260 seconds)
16:27:29 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
16:44:35 × joshproehl quits (~quassel@user/joshproehl) (Remote host closed the connection)
16:44:50 × Forkk quits (~forkk@li926-228.members.linode.com) (Ping timeout: 260 seconds)
16:45:26 joshproehl joins (~quassel@user/joshproehl)
16:45:32 Forkk joins (~forkk@li926-228.members.linode.com)
16:55:58 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 260 seconds)
16:57:15 seschwar joins (~seschwar@user/seschwar)
17:28:30 SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net)
17:35:08 × kelnoky quits (~kelnoky@2a02:8108:50c0:5650::1916) (Ping timeout: 256 seconds)
17:35:30 kelnoky joins (~kelnoky@2a02:8108:50c0:5650::1916)
18:04:13 × kelnoky quits (~kelnoky@2a02:8108:50c0:5650::1916) (Quit: Client closed)
18:30:32 dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net)
18:49:25 gruntsplatter joins (~sogens@gateway/vpn/pia/sogens)
19:31:26 × dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Ping timeout: 268 seconds)
19:36:09 ebn joins (~user@h-46-59-90-141.A463.priv.bahnhof.se)
19:36:55 tremon joins (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl)
19:41:34 × ebn quits (~user@h-46-59-90-141.A463.priv.bahnhof.se) (Remote host closed the connection)
20:01:07 ebn joins (~user@h-46-59-90-141.A463.priv.bahnhof.se)
20:01:29 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:01:29 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:02:56 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:06:36 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:10:22 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:11:39 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:12:07 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:14:35 × ebn quits (~user@h-46-59-90-141.A463.priv.bahnhof.se) (Remote host closed the connection)
20:16:44 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:20:22 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:21:47 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:22:15 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:26:52 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:30:00 × haskl quits (~haskl@user/haskl) (Ping timeout: 268 seconds)
20:30:39 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:36:58 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Remote host closed the connection)
20:50:39 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:52:19 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
20:52:49 a6a45081-2b83 joins (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com)
20:57:24 × a6a45081-2b83 quits (~aditya@2603-6080-0800-8e4a-0000-0000-0000-01a8.res6.spectrum.com) (Read error: Connection reset by peer)
21:11:32 × qbt quits (~qbt@user/edun) (Quit: Leaving.)
21:17:13 × SenranKaguya quits (~weechat@c-73-15-19-170.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
21:24:27 haskl joins (~haskl@user/haskl)
21:25:19 thaumavorio_ joins (~thaumavor@thaumavor.io)
21:26:08 xacktm_ joins (xacktm@user/xacktm)
21:26:11 Xaerru[m]1 joins (~xaerrumat@2001:470:69fc:105::fe2d)
21:26:47 × diamondtoken[m] quits (~diamondto@2001:470:69fc:105::1:2594) (Ping timeout: 246 seconds)
21:26:47 × Xaerru[m] quits (~xaerrumat@2001:470:69fc:105::fe2d) (Ping timeout: 246 seconds)
21:26:48 × M-elo-[m] quits (~gilganixm@2001:470:69fc:105::3d09) (Ping timeout: 246 seconds)
21:26:48 × denbrahe[m] quits (~denbrahem@2001:470:69fc:105::19c0) (Ping timeout: 246 seconds)
21:27:07 × thaumavorio quits (~thaumavor@thaumavor.io) (Ping timeout: 268 seconds)
21:27:07 × xacktm quits (xacktm@user/xacktm) (Ping timeout: 268 seconds)
21:27:15 × KittyOwO[m] quits (~wrinklehu@2001:470:69fc:105::84e) (Ping timeout: 268 seconds)
21:27:16 × abhixec[m] quits (~abhixecma@2001:470:69fc:105::a2a) (Ping timeout: 268 seconds)
21:27:16 × VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (Ping timeout: 268 seconds)
21:28:22 M-elo-[m] joins (~gilganixm@2001:470:69fc:105::3d09)
21:28:23 × sibi quits (~sibi@2001:470:69fc:105::8ab) (Ping timeout: 264 seconds)
21:28:23 × unclechu quits (~unclechu@2001:470:69fc:105::354) (Ping timeout: 264 seconds)
21:28:23 × MatrixTravelerbo quits (~voyagert2@2001:470:69fc:105::22) (Ping timeout: 264 seconds)
21:28:23 × vojjvoda[m] quits (~vojjvodam@2001:470:69fc:105::cefe) (Ping timeout: 264 seconds)
21:28:23 × craige[m] quits (~craigemcw@2001:470:69fc:105::35f1) (Ping timeout: 264 seconds)
21:28:23 × sogens[m] quits (~sogensmat@2001:470:69fc:105::1:20a1) (Ping timeout: 264 seconds)
21:29:35 diamondtoken[m] joins (~diamondto@2001:470:69fc:105::1:2594)
21:30:40 sibi joins (~sibi@2001:470:69fc:105::8ab)
21:32:30 denbrahe[m] joins (~denbrahem@2001:470:69fc:105::19c0)
21:32:31 × haskl quits (~haskl@user/haskl) (Ping timeout: 256 seconds)
21:32:38 haskl[error] joins (~haskl@user/haskl)
21:35:30 VarikValefor[m] joins (~varikvale@2001:470:69fc:105::a5d)
21:35:47 abhixec[m] joins (~abhixecma@2001:470:69fc:105::a2a)
21:37:08 KittyOwO[m] joins (~wrinklehu@2001:470:69fc:105::84e)
21:40:37 unclechu joins (~unclechu@2001:470:69fc:105::354)
21:41:13 × ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.3)
21:42:53 craige[m] joins (~craigemcw@2001:470:69fc:105::35f1)
21:42:54 vojjvoda[m] joins (~vojjvodam@2001:470:69fc:105::cefe)
21:50:35 sogens[m] joins (~sogensmat@2001:470:69fc:105::1:20a1)
21:53:16 MatrixTravelerbo joins (~voyagert2@2001:470:69fc:105::22)
21:56:21 × haskl[error] quits (~haskl@user/haskl) (Ping timeout: 245 seconds)
22:04:23 ectospasm joins (~ectospasm@user/ectospasm)
22:05:36 × catman quits (~catman@user/catman) (Ping timeout: 268 seconds)
22:06:34 catman joins (~catman@user/catman)
22:16:16 haasn` joins (~nand@haasn.dev)
22:17:24 × haasn quits (~nand@haasn.dev) (Ping timeout: 268 seconds)
22:17:29 SenranKaguya joins (~weechat@c-73-15-19-170.hsd1.ca.comcast.net)
22:17:40 haasn` is now known as haasn
22:24:29 × seschwar quits (~seschwar@user/seschwar) (Quit: :wq)
22:41:02 haskl joins (~haskl@user/haskl)
22:46:58 × catman quits (~catman@user/catman) (Ping timeout: 260 seconds)
22:47:32 × eblip quits (~eb0t@90.202.252.138) (Ping timeout: 268 seconds)
22:48:22 × haskl quits (~haskl@user/haskl) (Ping timeout: 260 seconds)
22:49:00 eblip joins (~eb0t@90.202.254.138)
22:51:29 haskl joins (~haskl@user/haskl)
22:55:52 catman joins (~catman@user/catman)
23:14:57 × mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection)
23:22:15 × catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev)
23:30:17 zawaken joins (~zawaken@user/zawaken)

All times are in UTC on 2021-11-05.