Home liberachat/#xmonad: Logs Calendar

Logs on 2023-07-27 (liberachat/#xmonad)

00:00:07 <liskin> ChaoticMist[m]: the answer is probably "work" but it's difficult to avoid because bills and rent
00:00:46 <liskin> Yeah I know it's technically possible to avoid all that it's just quite a bit far off my comfort zone now :-)
00:01:12 <ChaoticMist[m]> Understandable
00:01:39 <ChaoticMist[m]> Have you tried setting up your own business or something?
00:01:43 <liskin> geekosaur: I'm sure it was later. I didn't get involved with xmonad until after I quit my job at the start of the pandemic, and that was 2020
00:03:09 <liskin> I think I tried something very vaguely resembling exploring whether freelance might be for me, ages ago, and concluded not.
00:03:48 <liskin> Anyway, I need to sleep otherwise another work day will be even worse than it could be
00:04:02 <ChaoticMist[m]> Goodnight!
00:04:25 <liskin> Thanks for caring and trying to come up with ideas!
00:04:52 <ChaoticMist[m]> liskin: Don't mention it, we are here for everyone!
00:05:17 <ChaoticMist[m]> Just remember that you are not alone in this world
00:09:09 <ChaoticMist[m]> <geekosaur> "and I'm fairly certain because I..." <- How are you doing now? Hope everything is better with the housing issue you used to have
00:10:07 <geekosaur[c]> I got housing little over 2 years ago I'm doing okay now
00:11:30 <ChaoticMist[m]> Good to hear that!
00:11:39 Guest667 joins (~lol@211.sub-174-215-144.myvzw.com)
00:11:41 × Guest667 quits (~lol@211.sub-174-215-144.myvzw.com) (Excess Flood)
00:13:38 Guest667 joins (~lol@211.sub-174-215-144.myvzw.com)
00:13:59 <geekosaur[c]> Hm, voice typing on my watch butchered that a bit
00:15:27 <ChaoticMist[m]> No worries ;)
00:21:41 <geekosaur[c]> Anyway we're all a little broken around here, even if only situationally (mc47 got sandbagged by life)
00:23:25 <ChaoticMist[m]> And that is just part of life I reckon, have yet to find someone who is completely happy in this world.. lol
00:23:41 <ChaoticMist[m]> @absta:matrix.org did you manage to get picom working?
00:23:41 <lambdabot> Unknown command, try @list
00:23:45 <absta[m]> So here's my picom.conf:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/b8b030e25a158e572eca6832e10910734cc4bba9>)
00:24:12 <absta[m]> Could be a bit messy, as I am auto-generating it
00:24:23 <ChaoticMist[m]> absta[m]: Nix?
00:24:48 <absta[m]> No, programming & using my own settings manager program
00:25:11 <ChaoticMist[m]> Nix does all that :P
00:26:10 <ChaoticMist[m]> Did you try ~shadow = false~ ?
00:26:21 <absta[m]> I am trying it now.
00:31:18 <absta[m]> Turns out, shadow was not the culprit..
00:32:27 <absta[m]> corner-radius wasn't, either.
00:32:29 <geekosaur> you verified it works without picom/pijulius?
00:33:33 <absta[m]> It worked when I fed picom the option -bcCGf, but let me check again.
00:33:35 <ChaoticMist[m]> geekosaur: did not notice that absta was using a picom fork.. mb
00:34:19 <absta[m]> I am using this one: <https://github.com/yshui/picom>
00:34:24 <ChaoticMist[m]> Why not just use https://github.com/dccsillag/picom ?
00:34:32 <ChaoticMist[m]> That picom fork is working fine for me
00:34:46 <ChaoticMist[m]> Can paste my config to for you to test if you want
00:35:11 <ChaoticMist[m]> absta[m]: That is not a fork, that is the official package
00:35:12 <geekosaur> mostly I was checking there in case you actually got stuck with an older xmonad that has a bug in the border color interpolation used by WindowNavigation that nukes the borders
00:35:40 <geekosaur> (0.17.0)
00:35:43 <absta[m]> Oh, because I just downloaded it from package manager.
00:36:35 <absta[m]> My freeze file says any.xmonad ==0.17.2, so it is likely up to date
00:38:44 <ChaoticMist[m]> That is indeed weird..
00:39:20 <ChaoticMist[m]> Going to test your config brb
00:39:52 <ChaoticMist[m]> It works fine??
00:40:19 <ChaoticMist[m]> Seems to me like your config is not the culprit of this..
00:41:14 <absta[m]> picom -bcf --detect-rounded-corners -D 4 -I 0.02 -O 0.02 -e 0.8 works fine, it shows the xmonad's border.
00:41:39 <absta[m]> But when I run picom with the previously specified configuration, it just doesn't.
00:41:48 <ChaoticMist[m]> I only launched it with ~picom --config picom.conf~
00:42:35 <absta[m]> Is -b option unnecessary?
00:42:55 <geekosaur> -b just puts it in the background. if you're using spawn then it's redundant
00:43:31 <absta[m]> ..So it is equivalent as `picom <options> &`? Hmmm
00:43:50 <geekosaur> the main difference is one you probably don't care about
00:44:21 <geekosaur> (shells track background processes with `&`, so you wouldn't be able to close a terminal you ran `picom … &` in)
00:44:53 <ChaoticMist[m]> I am running it as a systemd service
00:44:56 <absta[m]> Yea, but I spawn the bash script to run this soo
00:45:15 <geekosaur> it's not interactive so `-o monitor` won't be set
00:45:38 <absta[m]> Perhaps it is a fault of glx backend?
00:45:52 <ChaoticMist[m]> There is a new backend btw
00:45:53 <absta[m]> Actually let me try minimal example.
00:45:55 <geekosaur> I use glx backend here with no problems
00:46:01 <ChaoticMist[m]> And IIRC it was supposed to replace glx
00:46:26 <ChaoticMist[m]> egl backend iirc
00:46:34 <absta[m]> My VM does not seem to support egl, and I like testing my configuration in VM first.
00:47:14 <geekosaur> mrrr. have you tried this outside the VM? window borders rely on non-buggy display drivers…
00:47:40 <absta[m]> Ohh, actually
00:47:43 <absta[m]> Let me try that.
00:47:44 <ChaoticMist[m]> I don't even see a reason for using a VM for picom
00:48:06 <ChaoticMist[m]> You can easily kill the process without having xmonad die on you
00:48:16 <geekosaur> if anything I expect VM display drivers to meltdown with compositing
00:48:26 <geekosaur> and especially with compositing via opengl
00:49:04 <ChaoticMist[m]> Nix is wonderful for this tbh! If it goes south, revert to older generation
00:50:02 <absta[m]> I had to switch to xrender backend since picom leaks memory as hell on VM..
00:53:11 <absta[m]> RIP
00:53:15 <absta[m]> It works on real hardware..
00:54:02 <absta[m]> But I am experiencing a weird flickering issue.
00:54:59 <absta[m]> I suspect the borders
00:55:05 <ChaoticMist[m]> because?
00:55:19 <absta[m]> The flicker has the color of border.
00:55:41 <absta[m]> That is, white and red on the place with border
00:55:46 <absta[m]> Black on the place without.
00:56:32 <geekosaur> odd
00:56:36 <ChaoticMist[m]> What does picom tell you when you run it from the terminal?
00:57:11 <absta[m]> Well just running picom gives [ 07/27/2023 09:56:53.351 session_init FATAL ERROR ] Another composite manager is already running obviously.
00:57:25 <absta[m]> Or.. could you elaborate?
00:57:45 <absta[m]> Actually let me try enabling vsync
00:57:47 <ChaoticMist[m]> Kill the running picom and run a new one from terminal
00:58:46 <geekosaur> also note if the border flickering stops when you kill it…
00:59:01 <absta[m]> It stops, indeed
00:59:38 <geekosaur> weird
01:00:47 <geekosaur> do you have --use-ewmh-active-win ?
01:00:50 <absta[m]> Launched picom from terminal with just --backend glx. Flickering does not occur as well.
01:01:37 <absta[m]> Yes I have --use-ewmh-active-win in my config file.
01:02:10 <ChaoticMist[m]> hmmm
01:02:18 <ChaoticMist[m]> Does it complain about something?
01:02:34 <ChaoticMist[m]> If not, try enabling disabling stuff and see what triggers it
01:03:06 <absta[m]> It complains a lot, yep
01:03:22 <absta[m]> Things like [ 07/27/2023 10:03:06.610 glx_bind_pixmap ERROR ] Failed to query info of pixmap 0x012006d2.
01:03:34 <absta[m]> Or Xlib: ignoring invalid extension event 161
01:04:07 <ChaoticMist[m]> I wonder if picom itself is behind this..
01:04:35 <ChaoticMist[m]> Haven't used latest (master) since I switched to this fork. Because of this, I cannot tell for sure..
01:06:07 <absta[m]> Currently, I am using picom version 9.1
01:06:13 <absta[m]> So.. not the latest either.
01:07:25 absta[m] sent a code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/7d1ec4242d29675ec9d614d71af9f24f52b51452
01:07:34 <absta[m]> This part is the problem, it starts flickering when I added this.
01:08:03 <absta[m]> And without that part, it does not flicker
01:08:37 <ChaoticMist[m]> Try disabling the shadow
01:08:56 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/skkukuk/compton.conf#L27-L33 fwiw
01:09:10 <geekosaur> (using with picom as shipped with ubuntu 22.04)
01:09:21 <ChaoticMist[m]> woah
01:09:23 <absta[m]> Pinpointed the culprit:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/6ea56eada8fd3fda0759beb9beab1734e1bbf595>)
01:09:47 <absta[m]> Idk what is wrong with tooltip..
01:10:00 <absta[m]> Let me remove tooltip shadow.
01:11:09 <absta[m]> What is picom doing with tooltip shadow? It was the problem!
01:11:20 <ChaoticMist[m]> absta[m]: I KNEW IT!!
01:11:28 <ChaoticMist[m]> Don't know the reason though :P
01:12:24 <absta[m]> Yeah, it's weird
01:16:37 <absta[m]> What is "_NET_WM_STATE@:a *= '_NET_WM_STATE_FULLSCREEN'" for?
01:17:12 <geekosaur[c]> Matches EWMH fullscreen windows
01:18:22 <absta[m]> Ah, so removes shadowing effect when fullscreeen.
01:18:40 <absta[m]> Can I make the xmonad border thicker? It is not easily visible on the round corners
01:18:46 <geekosaur[c]> I don't want a fullscreen window to get dimmed when it loses focus
01:19:23 <geekosaur[c]> Set `borderWidth` in your config
01:19:56 <absta[m]> I see, thank you!
01:21:13 <geekosaur[c]> You can see mine on GitHub (same repo as the `compton.conf`) where I set it to 2
01:23:57 <absta[m]> Hmm, it seems to me that interaction between the xmonad borders and picom shadow is quite glitchy
01:24:48 <geekosaur[c]> I've never found it so
01:25:09 <geekosaur[c]> But I don't use rounded borders
01:26:10 <absta[m]> I do not want to use rounded borders on tiled windows.
01:26:15 <absta[m]> Is there a way for this?
01:28:30 <geekosaur[c]> https://www.irccloud.com/pastebin/NYOZwkrd
01:28:48 <geekosaur[c]> Damn what is this thing doing
01:29:21 <absta[m]> Snippet..?
01:29:38 <absta[m]> Sad that I cannot detect tiling
01:29:43 <geekosaur[c]> I don't know why it insisted on sending it that way
01:31:27 <absta[m]> So IRC bridge did that.. huh.
01:31:46 <geekosaur[c]> Might be possible to use a hack involving TagWindows since that sets a window property you can test the same way that FULLSCREEN thing does
01:32:40 <geekosaur[c]> Set a tag on non-floating windows in the `manageHook`
01:33:16 <geekosaur[c]> There's a matcher `willFloat`
01:34:04 <absta[m]> Thanks a lot!
01:34:14 <geekosaur[c]> `fmap not willFloat --> liftX …`
01:34:27 <geekosaur[c]> Will have to look up the rest
01:36:43 <geekosaur[c]> The bridge didn't, the client on my phone kept sending me to a "text snippet" screen
01:41:31 <geekosaur> `fmap not willFloat --> ask >>= liftX addTag >> idHook`
01:41:54 <geekosaur> `import XMonad.Actions.TagWindows`
01:41:58 <absta[m]> Ahh
01:42:01 <geekosaur> sorry, forgot the actual tag
01:42:13 <geekosaur> `fmap not willFloat --> ask >>= liftX (addTag "tiled") >> idHook`
01:43:06 absta[m] sent a hs code block: https://libera.ems.host/_matrix/media/v3/download/libera.chat/a864a402018a28a2dc5209000ac23613f5b5e60b
01:45:50 <geekosaur> then you can use `_XMONAD_TAGS@:s *= "tiled"` in `picom.conf`
01:46:52 <geekosaur> the second one won't be useful, if you need to update it after floating/tiling then you need code in `logHook` because `manageHook` won't be rerun
01:48:34 <absta[m]> Oh, I see. Hm let me check
01:49:09 <absta[m]> xprop is not showing the properties. Isn't ManageHook apply actions from front to back?
01:50:16 <geekosaur> if you only did mod-q then existing windows won't go through the manageHook, only new ones
01:51:24 <absta[m]> What is the order ManageHook apply the hooks? Front-to-back, or back-to-front?
01:51:32 <absta[m]> Moving it to front seem to make it work.
01:52:08 <geekosaur> back to front, since it's actually functions composed with (.) which is right associative
01:52:43 <absta[m]> Oh.
01:52:49 <absta[m]> I've been doing so many things wrong..
01:55:19 <absta[m]> Hmm this is a bit confusing though. The WindowSet modification will run back to front, while the actions would be run front-to-back.
01:55:41 <geekosaur> yes, it's rather confusing
01:55:57 <[Leary]> "welcome to xmonad"
01:56:03 <geekosaur> 🙂
01:56:25 <absta[m]> Should I be rid of of xmonad /j
01:57:16 <absta[m]> I am so confused. Should I put this tagging action in the front (first), or in the back (last)?
01:57:31 × ft quits (~ft@p3e9bcc0e.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
01:58:03 <absta[m]> Now floating windows are also reported as tiled..
01:58:55 ft joins (~ft@p3e9bc61e.dip0.t-ipconnect.de)
01:59:42 <geekosaur> how many windows to you explicitly float? `willFloat` only matches the windows that xmonad will automatically float, not ones you float in the manageHook
02:01:45 <absta[m]> Hmm, quite a bit.
02:02:30 <geekosaur> you may need to use composeOne from X.H.ManageHelpers to keep the willFloat rule from firing if another rule matches
02:02:31 <absta[m]> Does xmonad automatically float some windows?
02:02:41 <geekosaur> any window with a fixed size
02:03:36 <geekosaur> it's getting late for me…
02:05:19 <absta[m]> Good night!
02:18:35 × td_ quits (~td@i53870902.versanet.de) (Ping timeout: 264 seconds)
02:20:18 td_ joins (~td@i5387090B.versanet.de)
02:24:22 <absta[m]> This is quite complex, perhaps I would do it later. Thanks a lot, everyone!
02:26:04 × Guest667 quits (~lol@211.sub-174-215-144.myvzw.com) (Ping timeout: 244 seconds)
02:27:31 × redgloboli quits (~redglobol@user/redgloboli) (Ping timeout: 245 seconds)
02:28:43 redgloboli joins (~redglobol@user/redgloboli)
03:07:32 ribosomerocker[m joins (~ribosomer@2001:470:69fc:105::3:8ac7)
03:13:27 mvk joins (~mvk@2607:fea8:5c9a:a600::1c6d)
03:45:24 × mvk quits (~mvk@2607:fea8:5c9a:a600::1c6d) (Ping timeout: 260 seconds)
05:14:45 mncheckm joins (~mncheck@193.224.205.254)
05:47:48 terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::)
06:14:33 <Solid> why is github alerting me to CVEs from 6 years ago?
06:14:38 <Solid> 🙃
06:51:15 × redgloboli quits (~redglobol@user/redgloboli) (Quit: ...enter the matrix...)
06:52:23 redgloboli joins (~redglobol@user/redgloboli)
07:08:00 × zawaken quits (~zawaken@user/zawaken) (Quit: ZNC - https://znc.in)
07:11:44 × terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (*.net *.split)
07:11:44 × [Leary] quits (~Leary]@user/Leary/x-0910699) (*.net *.split)
07:11:44 × ChanServ quits (ChanServ@services.libera.chat) (*.net *.split)
07:11:44 × ft quits (~ft@p3e9bc61e.dip0.t-ipconnect.de) (*.net *.split)
07:11:44 × fizzie quits (irc@selene.zem.fi) (*.net *.split)
07:11:45 × defjam quits (~defjam@2a02:c7e:2807:b900:b0cb:18b5:60fb:5b71) (*.net *.split)
07:11:45 × guygastineau quits (~guygastin@137.184.131.156) (*.net *.split)
07:11:45 × berberman quits (~berberman@user/berberman) (*.net *.split)
07:11:45 × telser quits (~quassel@user/telser) (*.net *.split)
07:11:45 × tv quits (~tv@user/tv) (*.net *.split)
07:11:45 × jusa_ quits (~jusa@kraa.fi) (*.net *.split)
07:11:45 × zoglesby quits (f0f8ca1525@2604:bf00:561:2000::64) (*.net *.split)
07:11:45 × koluacik_ quits (~koluacik@165.227.171.188) (*.net *.split)
07:11:45 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (*.net *.split)
07:11:45 × fr1d4y[m] quits (~fr1d4yenv@2001:470:69fc:105::2:ea3c) (*.net *.split)
07:11:45 × avesheher[m] quits (~electron2@2001:470:69fc:105::3:86b6) (*.net *.split)
07:11:45 × vetu_ quits (~vetu@91-156-31-97.elisa-laajakaista.fi) (*.net *.split)
07:11:45 × Jazzah quits (~jazz@user/jazzah) (*.net *.split)
07:11:45 × piele_ quits (~piele@tbonesteak.creativeserver.net) (*.net *.split)
07:11:45 × noze` quits (~user@2001:41d0:a:21f1::1) (*.net *.split)
07:11:45 × jludwig quits (~justin@li657-110.members.linode.com) (*.net *.split)
07:11:45 × ribosomerocker[m quits (~ribosomer@2001:470:69fc:105::3:8ac7) (*.net *.split)
07:11:46 × galactic_starfis quits (~galactics@2001:470:69fc:105::1:2985) (*.net *.split)
07:11:46 × hellwolf[m] quits (~hellwolfm@2001:470:69fc:105::3:6a4) (*.net *.split)
07:11:46 × ElKowar quits (~ElKowar@srv-fin.xware-gmbh.de) (*.net *.split)
07:11:46 × Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
07:11:46 × deepy quits (deepy@user/deepy) (*.net *.split)
07:11:46 × jeeeun quits (~jeeeun@78.40.148.178) (*.net *.split)
07:11:46 × matijja quits (~matijja@193.77.181.201) (*.net *.split)
07:11:46 × fcser quits (~fcser@booty.farted.net) (*.net *.split)
07:11:46 × unclechu quits (~unclechu@2001:470:69fc:105::354) (*.net *.split)
07:11:46 × gar[m] quits (~randyorto@2001:470:69fc:105::3:85fa) (*.net *.split)
07:11:46 × beect[m] quits (~beectmatr@2001:470:69fc:105::3:82b6) (*.net *.split)
07:11:46 × beastwick[m] quits (~beastwick@2001:470:69fc:105::3:8087) (*.net *.split)
07:11:46 × sha_bam[m] quits (~shabammat@2001:470:69fc:105::3:7eea) (*.net *.split)
07:11:46 × ElKowar[m] quits (~elkowarma@2001:470:69fc:105::392) (*.net *.split)
07:11:46 × Buliarous quits (~gypsydang@46.232.210.139) (*.net *.split)
07:11:46 × absta[m] quits (~abstamatr@2001:470:69fc:105::3:7b8f) (*.net *.split)
07:11:47 × yousof[m] quits (~yousofmat@2001:470:69fc:105::3:7e1f) (*.net *.split)
07:11:47 × jchia[m] quits (~jchiamatr@2001:470:69fc:105::c50b) (*.net *.split)
07:11:47 × BakaOtaku[m] quits (~tanish200@2001:470:69fc:105::3:7c93) (*.net *.split)
07:11:47 × HAL[m] quits (~evadk8mat@2001:470:69fc:105::3ed0) (*.net *.split)
07:11:47 × emma-underscores quits (~emma-unde@2001:470:69fc:105::2:cdfc) (*.net *.split)
07:11:47 × Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (*.net *.split)
07:11:47 × Nexilva[m] quits (~nexilvama@2001:470:69fc:105::2:cf52) (*.net *.split)
07:11:47 × ndaniel[m] quits (~ndanielma@2001:470:69fc:105::3:78ff) (*.net *.split)
07:11:47 × HB|ANetSecECESIT quits (~hash@2001:470:69fc:105::1:19e2) (*.net *.split)
07:11:47 × justache quits (~justache@user/justache) (*.net *.split)
07:11:47 × amenonsen quits (~amenonsen@pitta.toroid.org) (*.net *.split)
07:11:47 × immibis quits (~quassel@2a01:4f9:4a:4caf::2) (*.net *.split)
07:11:47 × jmct quits (sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
07:11:47 × PotatoGim quits (sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
07:11:47 × geekosaur[c] quits (sid609282@xmonad/geekosaur) (*.net *.split)
07:11:47 × samhh quits (7569f027cf@2604:bf00:561:2000::e4) (*.net *.split)
07:11:47 × amir quits (sid22336@user/amir) (*.net *.split)
07:11:47 × alethkit quits (23bd17ddc6@sourcehut/user/alethkit) (*.net *.split)
07:11:47 × retropikzel quits (9d1a4f9f46@2604:bf00:561:2000::ce) (*.net *.split)
07:11:48 × m5zs7k quits (aquares@web10.mydevil.net) (*.net *.split)
07:11:48 × geekosaur quits (~geekosaur@xmonad/geekosaur) (*.net *.split)
07:11:48 × wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
07:11:48 × _qw quits (~eqw@31.134.178.99) (*.net *.split)
07:11:48 × coldpress_ quits (~coldpress@72.136.212.35.bc.googleusercontent.com) (*.net *.split)
07:11:48 × exordiri quits (~ex@user/exordiri) (*.net *.split)
07:11:48 × jabuxas quits (~jabuxas@user/jabuxas) (*.net *.split)
07:11:48 × deebo quits (~globe@stonebay32.com) (*.net *.split)
07:11:48 × incertia quits (~incertia@209.122.71.127) (*.net *.split)
07:11:48 × redgloboli quits (~redglobol@user/redgloboli) (*.net *.split)
07:11:48 × Solitary quits (~Solitary@user/solitary) (*.net *.split)
07:11:48 × smashgrab quits (~smashgrab@188.166.8.80) (*.net *.split)
07:11:48 × de-vri-es quits (~de-vri-es@2a01:7c8:aab4:33e::1) (*.net *.split)
07:11:49 × dsal quits (sid13060@id-13060.lymington.irccloud.com) (*.net *.split)
07:11:49 × mon_aaraj quits (~montchncs@2001:470:69fc:105::8e6b) (*.net *.split)
07:11:49 × johnabs[m] quits (~johnabsma@2001:470:69fc:105::2:95c4) (*.net *.split)
07:11:49 × ChaoticMist[m] quits (~gilganixm@2001:470:69fc:105::3d09) (*.net *.split)
07:11:49 × Twily[m] quits (~twilypony@2001:470:69fc:105::a106) (*.net *.split)
07:11:49 × VarikValefor[m] quits (~varikvale@2001:470:69fc:105::a5d) (*.net *.split)
07:11:49 × jsoo quits (~znc@irc.refl.club) (*.net *.split)
07:11:49 × mightybyte quits (~mightybyt@ec2-52-201-220-249.compute-1.amazonaws.com) (*.net *.split)
07:11:49 × hrberg quits (~quassel@171.79-160-161.customer.lyse.net) (Max SendQ exceeded)
07:12:26 × raghavgururajan quits (ea769b8000@user/raghavgururajan) (Read error: Connection reset by peer)
07:12:39 retropikzel joins (9d1a4f9f46@2604:bf00:561:2000::ce)
07:12:40 zoglesby joins (f0f8ca1525@2604:bf00:561:2000::64)
07:12:40 raghavgururajan joins (ea769b8000@2604:bf00:561:2000::242)
07:12:40 alethkit joins (23bd17ddc6@2604:bf00:561:2000::3ce)
07:12:41 samhh joins (7569f027cf@2604:bf00:561:2000::e4)
07:19:32 guygastineau joins (~guygastin@137.184.131.156)
07:19:32 defjam joins (~defjam@2a02:c7e:2807:b900:b0cb:18b5:60fb:5b71)
07:19:32 fizzie joins (irc@selene.zem.fi)
07:19:32 ft joins (~ft@p3e9bc61e.dip0.t-ipconnect.de)
07:19:32 jludwig joins (~justin@li657-110.members.linode.com)
07:19:32 noze` joins (~user@2001:41d0:a:21f1::1)
07:19:32 piele_ joins (~piele@tbonesteak.creativeserver.net)
07:19:32 Jazzah joins (~jazz@user/jazzah)
07:19:32 vetu_ joins (~vetu@91-156-31-97.elisa-laajakaista.fi)
07:19:32 Buliarous joins (~gypsydang@46.232.210.139)
07:19:32 koluacik_ joins (~koluacik@165.227.171.188)
07:19:32 jusa_ joins (~jusa@kraa.fi)
07:19:32 tv joins (~tv@user/tv)
07:19:32 telser joins (~quassel@user/telser)
07:19:32 berberman joins (~berberman@user/berberman)
07:19:32 fcser joins (~fcser@booty.farted.net)
07:19:32 matijja joins (~matijja@193.77.181.201)
07:19:32 jeeeun joins (~jeeeun@78.40.148.178)
07:19:32 Natch joins (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
07:19:32 incertia joins (~incertia@209.122.71.127)
07:19:32 deebo joins (~globe@stonebay32.com)
07:19:32 jabuxas joins (~jabuxas@user/jabuxas)
07:19:32 exordiri joins (~ex@user/exordiri)
07:19:32 coldpress_ joins (~coldpress@72.136.212.35.bc.googleusercontent.com)
07:19:32 _qw joins (~eqw@31.134.178.99)
07:19:32 wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de)
07:19:32 geekosaur joins (~geekosaur@xmonad/geekosaur)
07:19:32 m5zs7k joins (aquares@web10.mydevil.net)
07:19:32 mightybyte joins (~mightybyt@ec2-52-201-220-249.compute-1.amazonaws.com)
07:19:32 jsoo joins (~znc@irc.refl.club)
07:19:32 ElKowar joins (~ElKowar@srv-fin.xware-gmbh.de)
07:19:32 dsal joins (sid13060@id-13060.lymington.irccloud.com)
07:19:32 de-vri-es joins (~de-vri-es@2a01:7c8:aab4:33e::1)
07:19:32 smashgrab joins (~smashgrab@188.166.8.80)
07:19:32 Solitary joins (~Solitary@user/solitary)
07:19:32 redgloboli joins (~redglobol@user/redgloboli)
07:19:32 [Leary] joins (~Leary]@user/Leary/x-0910699)
07:19:32 terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::)
07:19:32 hrberg_ joins (~quassel@171.79-160-161.customer.lyse.net)
07:19:46 × terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Max SendQ exceeded)
07:19:46 × hrberg_ quits (~quassel@171.79-160-161.customer.lyse.net) (Max SendQ exceeded)
07:21:29 amir joins (sid22336@user/amir)
07:21:29 geekosaur[c] joins (sid609282@xmonad/geekosaur)
07:21:29 jmct joins (sid160793@id-160793.tinside.irccloud.com)
07:21:29 PotatoGim joins (sid99505@id-99505.lymington.irccloud.com)
07:21:29 immibis joins (~quassel@2a01:4f9:4a:4caf::2)
07:21:29 amenonsen joins (~amenonsen@pitta.toroid.org)
07:21:29 ChanServ joins (ChanServ@services.libera.chat)
07:21:29 sodium.libera.chat sets mode +o ChanServ
07:21:34 terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::)
07:21:44 × immibis quits (~quassel@2a01:4f9:4a:4caf::2) (Max SendQ exceeded)
07:21:45 deepy joins (deepy@user/deepy)
07:21:49 immibis joins (~quassel@2a01:4f9:4a:4caf::2)
07:21:50 justache joins (~justache@user/justache)
07:22:07 raghavgururajan is now known as Guest8948
07:22:45 HB|ANetSecECESIT joins (~hash@2001:470:69fc:105::1:19e2)
07:23:41 hrberg joins (~quassel@171.79-160-161.customer.lyse.net)
07:24:20 Twily[m] joins (~twilypony@2001:470:69fc:105::a106)
07:32:41 <Solid> ChaoticMist[m]: I might be able to look at that PR on the weekend (no promises though)
07:32:54 <Solid> it's true that it has been around for way too long at this point
08:18:52 × m5zs7k quits (aquares@web10.mydevil.net) (Ping timeout: 250 seconds)
08:21:04 m5zs7k joins (aquares@web10.mydevil.net)
08:23:29 habib joins (~habib@193.160.247.211)
08:25:09 × ft quits (~ft@p3e9bc61e.dip0.t-ipconnect.de) (Quit: leaving)
08:59:21 diep joins (~diep@172-104-137-130.ip.linodeusercontent.com)
08:59:43 × diep quits (~diep@172-104-137-130.ip.linodeusercontent.com) (Remote host closed the connection)
09:59:31 × mncheckm quits (~mncheck@193.224.205.254) (Remote host closed the connection)
10:33:36 thyriaen joins (~thyriaen@2a01:aea0:dd4:699d:6245:cbff:fe9f:48b1)
14:18:08 thunderrd joins (~thunderrd@183.182.110.68)
15:18:48 × habib quits (~habib@193.160.247.211) (Remote host closed the connection)
15:41:18 × coldpress_ quits (~coldpress@72.136.212.35.bc.googleusercontent.com) (Ping timeout: 250 seconds)
15:41:52 coldpress joins (~coldpress@72.136.212.35.bc.googleusercontent.com)
15:54:44 × _qw quits (~eqw@31.134.178.99) (Ping timeout: 250 seconds)
15:56:53 _qw joins (~eqw@31.134.178.99)
16:17:16 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 250 seconds)
16:17:27 × xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (Ping timeout: 258 seconds)
16:36:49 mvk joins (~mvk@2607:fea8:5c9a:a600::1c6d)
17:58:58 × mvk quits (~mvk@2607:fea8:5c9a:a600::1c6d) (Ping timeout: 246 seconds)
18:54:37 geekosaur joins (~geekosaur@xmonad/geekosaur)
19:00:20 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
19:00:20 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
19:00:20 xmonadtrack joins (~xmonadtra@user/geekosaur/bot/xmonadtrack)
19:00:55 <geekosaur> wheee, multihour power failure and the generator didn't come on so no backup power either
19:17:27 × xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (Ping timeout: 245 seconds)
19:17:39 <geekosaur[c]> Aaaaand the network has gone out now
19:19:15 × geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 245 seconds)
19:19:49 geekosaur joins (~geekosaur@xmonad/geekosaur)
19:28:34 ft joins (~ft@p3e9bc61e.dip0.t-ipconnect.de)
19:38:32 xmonadtrack joins (~xmonadtra@069-135-003-034.biz.spectrum.com)
19:38:32 × xmonadtrack quits (~xmonadtra@069-135-003-034.biz.spectrum.com) (Changing host)
19:38:32 xmonadtrack joins (~xmonadtra@user/geekosaur/bot/xmonadtrack)
20:00:08 × gauge quits (~gauge@user/gauge) (Read error: Connection reset by peer)
20:00:34 gauge joins (~gauge@user/gauge)
20:08:20 × thyriaen quits (~thyriaen@2a01:aea0:dd4:699d:6245:cbff:fe9f:48b1) (Quit: Leaving)
20:49:01 mvk joins (~mvk@2607:fea8:5c9a:a600::1c6d)
21:45:41 × mvk quits (~mvk@2607:fea8:5c9a:a600::1c6d) (Ping timeout: 246 seconds)
22:18:47 × MrElendig quits (~Urist@archlinux/op/MrElendig) (Quit: hiding away the aliens)
22:19:42 MrElendig joins (~Urist@archlinux/op/MrElendig)
22:34:42 × jabuxas quits (~jabuxas@user/jabuxas) (Ping timeout: 250 seconds)
22:36:38 jabuxas joins (~jabuxas@user/jabuxas)
23:44:59 mvk joins (~mvk@2607:fea8:5c9a:a600::1c6d)

All times are in UTC on 2023-07-27.