Home liberachat/#xmonad: Logs Calendar

Logs on 2022-08-18 (liberachat/#xmonad)

00:03:36 × haskl quits (~haskl@user/haskl) (Ping timeout: 268 seconds)
00:31:31 × chomwitt quits (~chomwitt@2a02:587:dc16:4100:1289:3f0b:2a03:948d) (Ping timeout: 248 seconds)
00:38:27 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 248 seconds)
01:16:48 × defjam quits (~eb0t@33b77162.skybroadband.com) (Read error: Connection reset by peer)
01:18:04 × berberman quits (~berberman@user/berberman) (Quit: ZNC 1.8.2 - https://znc.in)
01:18:24 berberman joins (~berberman@user/berberman)
01:22:43 defjam joins (~eb0t@33bed8fc.skybroadband.com)
01:44:49 × jabuxas quits (~jabuxas@2804:14d:ba4c:831e:2ed4:c29b:22c4:6309) (Remote host closed the connection)
01:46:17 haskl joins (~haskl@user/haskl)
01:52:31 noex joins (~null@user/noex)
02:23:37 × td_ quits (~td@94.134.91.250) (Ping timeout: 252 seconds)
02:25:31 td_ joins (~td@muedsl-82-207-238-008.citykom.de)
02:31:40 × noex quits (~null@user/noex) (Quit: :q!)
02:32:56 noex joins (~null@user/noex)
02:49:41 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
02:52:09 terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1)
03:52:23 <scotabroad[m]> <scotabroad[m]> "I'm on NixOS and have tried both..." <- I normally run trayer with `trayer --edge bottom --align center --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent false --tint 0x2e3440 --height 30` in my startup hook
04:00:39 scotabroad[m] uploaded an image: (3KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/CxSqkYXMXMRQISCBZCHzVKsK/2022-08-17_20-53.png >
04:01:10 <scotabroad[m]> An example of my problem
04:34:12 <Solid> :pl doAppend s = mkAbsolutePath fn >>= \f -> (io . withFile f AppendMode . flip hPutStrLn . trans) s
04:34:18 <Solid> @pl doAppend s = mkAbsolutePath fn >>= \f -> (io . withFile f AppendMode . flip hPutStrLn . trans) s
04:34:18 <lambdabot> doAppend = (mkAbsolutePath fn >>=) . flip ((io .) . (. (flip hPutStrLn . trans)) . flip withFile AppendMode)
04:34:23 <Solid> eh, probably not :)
04:40:37 zim0369 joins (~zim0369@42.108.231.154)
04:53:10 × zim0369 quits (~zim0369@42.108.231.154) (Quit: Client closed)
04:55:59 qbt joins (~qbt@user/edun)
05:43:31 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 248 seconds)
06:21:13 × Jazzah quits (~jazz@user/jazzah) (Ping timeout: 252 seconds)
06:21:32 Jazzah joins (~jazz@irradiated.plutonium.dk)
06:21:33 × Jazzah quits (~jazz@irradiated.plutonium.dk) (Changing host)
06:21:33 Jazzah joins (~jazz@user/jazzah)
06:22:11 × terrorjack quits (~terrorjac@2a01:4f8:1c1e:509a::1) (Ping timeout: 256 seconds)
06:24:50 terrorjack joins (~terrorjac@2a01:4f8:1c1e:509a::1)
06:29:56 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
06:46:34 banc joins (banc@gateway/vpn/airvpn/banc)
06:46:42 × alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
06:49:11 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
07:16:31 cfricke joins (~cfricke@user/cfricke)
07:35:50 banc- joins (banc@gateway/vpn/airvpn/banc)
07:37:07 × banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds)
08:09:15 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6)
08:49:37 benin0 joins (~benin@183.82.27.55)
09:00:32 × Solid[m] quits (~slot-matr@2001:470:69fc:105::1:a84) (Quit: You have been kicked for being idle)
09:18:38 cfricke joins (~cfricke@user/cfricke)
09:21:10 logzet joins (~quassel@2001:9e8:e51b:b800:dabb:c1ff:fed3:a1b9)
10:01:25 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
10:24:08 × mvk quits (~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 256 seconds)
10:54:27 banc joins (banc@gateway/vpn/airvpn/banc)
10:57:01 × banc- quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
12:21:37 <geekosaur> yeh, I did that in pm and decided against 🙂
13:04:23 jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
13:24:56 × colln quits (~colln@2600:4040:15c3:9400:b831:f60b:65e9:a32f) (Remote host closed the connection)
13:46:57 <geekosaur> @pl doAppend trans fn s = mkAbsolutePath fn >>= \f -> io (withFile f AppendMode (hPutStrLn (trans s)))
13:46:57 <lambdabot> doAppend = flip ((.) . (>>=) . mkAbsolutePath) . (((io .) . flip (flip withFile AppendMode) . hPutStrLn) .)
13:47:12 <geekosaur> not sure if that's better or worse 🙂
14:45:36 × alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
15:06:59 × cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.6)
15:10:19 × T_X quits (~T_X@diktynna.open-mesh.org) (Read error: Connection reset by peer)
15:43:27 × lazycat quits (~lazycat@user/lazycat) (Quit: ZNC - https://znc.in)
15:44:18 lazycat joins (~lazycat@user/lazycat)
16:01:16 × liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (Quit: You have been kicked for being idle)
16:57:47 × benin0 quits (~benin@183.82.27.55) (Quit: The Lounge - https://thelounge.chat)
17:01:34 × twiclo1 quits (~twiclo@mail.twil.cx) (Ping timeout: 268 seconds)
17:01:57 twiclo1 joins (~twiclo@vpn.utahbroadband.com)
17:58:46 <Solid> x)
17:59:01 liskin[m] joins (~liskinmat@2001:470:69fc:105::768)
18:08:16 × qbt quits (~qbt@user/edun) (Quit: WeeChat 3.5)
19:58:00 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
20:01:49 × alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
20:32:35 × MrElendig quits (~Urist@archlinux/op/MrElendig) (Quit: setting you up the bomb)
20:34:41 MrElendig joins (~Urist@archlinux/op/MrElendig)
20:51:14 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
20:59:47 × alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
21:01:46 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
21:04:02 × alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
22:17:22 alternateved joins (~user@staticline-31-183-146-203.toya.net.pl)
22:20:57 <geekosaur> @pl doAppend trans s fn = mkAbsolutePath fn >>= \f -> io (withFile f AppendMode (hPutStrLn (trans s)))
22:20:57 <lambdabot> doAppend = ((flip ((>>=) . mkAbsolutePath) . (io .) . flip (flip withFile AppendMode) . hPutStrLn) .)
22:21:13 <geekosaur> that one's almost reasonable
22:22:15 × sogens quits (~sogens@211.30.156.66) (Ping timeout: 252 seconds)
22:23:09 <geekosaur> @pl doAppend s trans fn = mkAbsolutePath fn >>= \f -> io (withFile f AppendMode (hPutStrLn (trans s)))
22:23:10 <lambdabot> doAppend = ((flip ((>>=) . mkAbsolutePath) . (io .) . flip (flip withFile AppendMode) . hPutStrLn) .) . flip id
22:23:17 <geekosaur> newp
22:23:34 × alternateved quits (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
22:24:23 sogens joins (~sogens@211.30.151.199)
23:47:00 mvk joins (~mvk@2607:fea8:5ce3:8500::a1ec)
23:53:12 × catman quits (~catman@user/catman) (Quit: WeeChat 3.6)
23:55:21 catman joins (~catman@user/catman)

All times are in UTC on 2022-08-18.