2022/07/22

2022-07-22 01:21:37 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 268 seconds)
2022-07-22 02:04:18 +0000banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 264 seconds)
2022-07-22 02:06:38 +0000defjam(~eb0t@33ba5db9.skybroadband.com) (Ping timeout: 268 seconds)
2022-07-22 02:08:22 +0000defjam(~eb0t@33bb4bbf.skybroadband.com)
2022-07-22 02:21:34 +0000banc(banc@gateway/vpn/airvpn/banc)
2022-07-22 02:53:30 +0000td_(~td@muedsl-82-207-238-040.citykom.de) (Ping timeout: 268 seconds)
2022-07-22 02:55:06 +0000td_(~td@94.134.91.35)
2022-07-22 02:59:28 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a)
2022-07-22 03:48:42 +0000jao(~jao@92.233.85.247) (Ping timeout: 264 seconds)
2022-07-22 06:17:33 +0000aliosablack(~chomwitt@2a02:587:dc00:5a00:a30f:25f3:2147:e7c2)
2022-07-22 06:21:08 +0000 <chismoso[m]> cabal installed xmonad. After editing xmobar.hs recompiling does not make any changes. Only after a log out and in the changes come to effect.
2022-07-22 06:23:32 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-22 06:38:08 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Remote host closed the connection)
2022-07-22 07:18:22 +0000benin0(~benin@183.82.24.116)
2022-07-22 07:22:26 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 244 seconds)
2022-07-22 08:21:39 +0000cfricke(~cfricke@user/cfricke)
2022-07-22 08:36:00 +0000Digitmarks a note of success, for himself, and xmonad, that his old "tabularboonad" (i think not updated since 0.13), works (compiles) with 0.15. ~(and oh how crisp my system feels agaain, compared to openbox or herbstluftwm) :) :) :) <3 xmonad. good to be back. Digit issues xmonad --restart, and goes giddy happy, bouncing off walls.
2022-07-22 09:00:17 +0000mc47(~mc47@xmonad/TheMC47)
2022-07-22 09:01:13 +0000 <mc47> Digit happy for you!
2022-07-22 09:02:12 +0000 <mc47> geekosaur, liskin, Solid: https://munihac.de/2022
2022-07-22 09:02:38 +0000 <mc47> It's a haskell hackathon in Munich, so I'm definitely going
2022-07-22 09:03:05 +0000 <mc47> (if i'm in munich, my life isn't planned that far yet)
2022-07-22 09:03:43 +0000 <mc47> and: we can do workshops, so it might be a good idea to offer an xmonad configuration from the scratch workshop
2022-07-22 09:35:38 +0000MrElendig(~Urist@archlinux/op/MrElendig) (Quit: rebooting the world)
2022-07-22 09:36:58 +0000MrElendig(~Urist@archlinux/op/MrElendig)
2022-07-22 10:08:54 +0000aliosablack(~chomwitt@2a02:587:dc00:5a00:a30f:25f3:2147:e7c2) (Ping timeout: 276 seconds)
2022-07-22 10:19:17 +0000hexo_(~hexo@188-167-252-189.dynamic.chello.sk) (Ping timeout: 268 seconds)
2022-07-22 10:21:40 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-22 10:26:17 +0000thunderrd(~thunderrd@183.182.114.103) (Ping timeout: 272 seconds)
2022-07-22 10:27:51 +0000dschrempf(~dominik@2a01-036d-0118-b0ba-8d35-1e52-9576-78e6.pool6.digikabel.hu)
2022-07-22 10:29:41 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-07-22 11:03:48 +0000dschrempf(~dominik@2a01-036d-0118-b0ba-8d35-1e52-9576-78e6.pool6.digikabel.hu) (Quit: WeeChat 3.6)
2022-07-22 11:31:02 +0000 <geekosaur> chismoso[m], that will depend on how you have xmobar set up to start which to some extent will depend on your xmonad and possibly session startup
2022-07-22 11:31:08 +0000 <geekosaur> @where paste
2022-07-22 11:31:08 +0000 <lambdabot> Help us help you: please paste full code, input and/or output at e.g. https://paste.tomsmeding.com
2022-07-22 11:59:58 +0000cfricke(~cfricke@user/cfricke)
2022-07-22 13:23:31 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Read error: Connection reset by peer)
2022-07-22 13:25:38 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-22 13:26:11 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl)
2022-07-22 13:45:13 +0000 <chismoso[m]> <geekosaur> "chismoso, that will depend on..." <- Starting with deskstop entry pointing to .cabal/bin/xmonad. recompile also works with this path only. xmonad --recompile says command not found.
2022-07-22 13:46:24 +0000 <geekosaur> add ~/.cabal/bin to your $PATH, or change installdir in your ~/.cabal/config to point to a directory in your $PATH
2022-07-22 14:16:47 +0000 <chismoso[m]> geekosaur @geekosaur:libera.chat: Thanks. Need to learn $PATH. Will come back.Probably tomorrow.
2022-07-22 14:18:16 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.6)
2022-07-22 14:52:41 +0000benin0(~benin@183.82.24.116) (Quit: The Lounge - https://thelounge.chat)
2022-07-22 17:46:41 +0000 <liskin> mc47: I'll have some busy (travel) weeks before that so I might not be able to make it
2022-07-22 17:53:07 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a)
2022-07-22 17:53:35 +0000geekosaurwishes someone would hold something in this area, but it ain't happening
2022-07-22 18:13:44 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 255 seconds)
2022-07-22 18:40:09 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a)
2022-07-22 18:42:00 +0000alternateved(~user@staticline-31-183-144-54.toya.net.pl) (Remote host closed the connection)
2022-07-22 18:48:23 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-07-22 18:54:45 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-07-22 19:24:46 +0000MrElendiglb9di
2022-07-22 19:39:13 +0000aliosablack(~chomwitt@2a02:587:dc00:5a00:58b1:50a3:2bd1:cf5)
2022-07-22 21:06:42 +0000lb9dievilop
2022-07-22 21:35:52 +0000 <liskin> geekosaur: what area is that?
2022-07-22 21:36:26 +0000 <liskin> (I know I could look it up so I somewhere but am on my phone)
2022-07-22 21:36:36 +0000 <geekosaur[m]> Northeast Ohio USA
2022-07-22 21:37:00 +0000 <liskin> Speaking of phones, doe to being a bit careless, I currently have no internet except mobile data.
2022-07-22 21:37:02 +0000 <geekosaur[m]> Closest likely is Pittsburgh
2022-07-22 21:37:22 +0000 <geekosaur[m]> Or more likely Boston
2022-07-22 21:37:41 +0000 <liskin> Broadband at old home already canceled and new home not connected until 2nd August :-D
2022-07-22 21:38:17 +0000 <geekosaur[m]> Bummer
2022-07-22 21:40:34 +0000 <liskin> Oh
2022-07-22 21:40:57 +0000 <liskin> US of A is impractically large
2022-07-22 21:41:34 +0000 <geekosaur[m]> Meanwhile I have a list of blood tests longer than my arm and a couple of urine tests tomorrow morning
2022-07-22 21:42:09 +0000 <liskin> Saw a population density map yesterday and it's just weird how much innovation happens in such a sparsely populated area
2022-07-22 21:42:19 +0000 <liskin> (applies to Europe as well)
2022-07-22 22:13:43 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-07-22 22:17:02 +0000aliosablack(~chomwitt@2a02:587:dc00:5a00:58b1:50a3:2bd1:cf5) (Quit: Leaving)
2022-07-22 22:22:20 +0000chomwitt(~chomwitt@2a02:587:dc00:5a00:58b1:50a3:2bd1:cf5)
2022-07-22 22:41:36 +0000chomwitt(~chomwitt@2a02:587:dc00:5a00:58b1:50a3:2bd1:cf5) (Ping timeout: 276 seconds)
2022-07-22 23:09:50 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a) (Ping timeout: 240 seconds)
2022-07-22 23:20:14 +0000mvk(~mvk@2607:fea8:5ce3:8500::909a)