Home liberachat/#xmonad: Logs Calendar

Logs: liberachat/#xmonad

←Prev  Next→ 184,652 events total
2024-09-27 18:10:32 × berberman_ quits (~berberman@user/berberman) (*.net *.split)
2024-09-27 18:10:33 × PotatoGim quits (sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2024-09-27 18:10:35 wsx_ is now known as wsx
2024-09-27 18:11:08 todi joins (~todi@p57803331.dip0.t-ipconnect.de)
2024-09-27 18:11:08 _qw joins (~eqw@user/eqw)
2024-09-27 18:11:51 × todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Max SendQ exceeded)
2024-09-27 18:12:35 todi joins (~todi@p57803331.dip0.t-ipconnect.de)
2024-09-27 18:36:38 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 265 seconds)
2024-09-27 19:05:11 foobarz joins (~user@73.red-83-53-186.dynamicip.rima-tde.net)
2024-09-27 19:05:18 × foobarz quits (~user@73.red-83-53-186.dynamicip.rima-tde.net) (Client Quit)
2024-09-27 19:05:49 wisconsin joins (~user@73.red-83-53-186.dynamicip.rima-tde.net)
2024-09-27 19:13:44 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-27 19:31:42 × yaslam quits (~yaslam@user/yaslam) (Read error: Connection reset by peer)
2024-09-27 19:42:30 × ChubaDuba quits (~ChubaDuba@176.213.33.0) (Quit: WeeChat 4.3.3)
2024-09-27 19:42:53 ChubaDuba joins (~ChubaDuba@176.213.33.0)
2024-09-27 19:51:35 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 252 seconds)
2024-09-27 20:07:26 <wisconsin> hi, is there a walkthrough somewhere explaining how to build and test xmonad and xmonad-contrib using nix?
2024-09-27 20:08:54 <wisconsin> i have some minor improvements i'd like to submit to xmonad-contrib, but im unfamiliar with haskell's + nix tooling, and no longer have access to a simpler arch setup.
2024-09-27 20:17:07 <Lears> wisconsin: Not that I'm aware of, but you can pretty much just `nix develop .` in your xmonad-contrib clone then use cabal like normal.
2024-09-27 20:24:27 yaslam joins (~yaslam@user/yaslam)
2024-09-27 21:26:22 <wisconsin> Lears: Thanks, I had gotten that far, but then had some trouble with cabal. what's the cabal workflow?
2024-09-27 21:28:37 <geekosaur> mine is `cabal build` until it seems to be ready, then build my config against it to test, but I have a fully cabalized config (https://github.com/geekosaur/xmonad.hs)
2024-09-27 21:29:36 <geekosaur> I suspect it won't help much with a Nix setup since it's all very cabal + git
2024-09-27 21:31:33 <Lears> There isn't really one workflow. I mostly just let `ghcid -a` rebuild with cabal when I write changes. When I'm ready to test, I point the flake's NixOS module at the local branch and rebuild my system.
2024-09-27 21:32:45 <Lears> Rather, I point my system flake at the local branch's.
2024-09-27 21:33:31 <wisconsin> Lears: yes, i had done that with other WMs, pointing to locally patched branches, i'll see if can do that too.
2024-09-27 21:34:40 <Lears> wisconsin: If you're on NixOS, see https://github.com/xmonad/xmonad-contrib/blob/master/NIX.md for an intro to using the the flake.
2024-09-27 21:43:11 × ChubaDuba quits (~ChubaDuba@176.213.33.0) (Quit: WeeChat 4.3.3)
2024-09-27 22:03:12 × ft quits (~ft@p4fc2acce.dip0.t-ipconnect.de) (Quit: Lost terminal)
2024-09-27 22:06:03 ft joins (~ft@p4fc2acce.dip0.t-ipconnect.de)
2024-09-27 22:28:03 <wisconsin> Lears: thanks, and how do i test my xmonad-contrib in nixos once its building?
2024-09-27 22:36:12 <Lears> wisconsin: By using it with the xmonad-contrib flake, as the link above details, with the system flake input like: `xmonad-contrib = { type = "git"; url = "file:///path/to/xmonad-contrib"; ref = "your-pr-branch" };`
2024-09-27 22:41:08 geekosaur is recording this discussion in a documentation request issue
2024-09-27 22:45:04 <wisconsin> Lears: thanks, im a bit confused about the last part as my system is not yet in flake form, just traditional. I only use flakes for dev envs. i'll try to see if i can figure it out.
2024-09-27 22:48:39 <geekosaur> https://github.com/xmonad/xmonad-contrib/issues/906
2024-09-27 22:50:47 <wisconsin> geekosaur: thanks, very kind to fill in that issue to enhance docs.
2024-09-27 23:22:51 × alp_ quits (~alp@2001:861:e3d6:8f80:995f:117d:7c12:db9c) (Remote host closed the connection)
2024-09-28 02:13:29 × td_ quits (~td@i5387092C.versanet.de) (Ping timeout: 260 seconds)
2024-09-28 02:15:00 td_ joins (~td@i53870909.versanet.de)
2024-09-28 02:24:32 × wisconsin quits (~user@73.red-83-53-186.dynamicip.rima-tde.net) (Remote host closed the connection)
2024-09-28 04:06:29 × td_ quits (~td@i53870909.versanet.de) (Ping timeout: 265 seconds)
2024-09-28 04:07:59 td_ joins (~td@83.135.9.0)
2024-09-28 08:44:32 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-28 08:46:36 Digitteknohippie joins (~user@user/digit)
2024-09-28 08:47:18 × Digit quits (~user@user/digit) (Ping timeout: 265 seconds)
2024-09-28 09:20:30 Digitteknohippie is now known as Digit
2024-09-28 14:34:29 hightower3 joins (~hightower@213.186.15.36)
2024-09-28 14:35:43 wsx_ joins (055e6b628d@2a03:6000:1812:100::dd6)
2024-09-28 14:36:17 PotatoGim__ joins (sid99505@id-99505.lymington.irccloud.com)
2024-09-28 14:36:17 catern_ joins (sid604849@id-604849.lymington.irccloud.com)
2024-09-28 14:37:30 rieper|net joins (~riepernet@2a03:4000:6:f1d6:6885:6fff:fe5a:8933)
2024-09-28 14:38:50 avalan joins (~dweller@178.62.146.60)
2024-09-28 14:39:02 catman_ joins (~catman@user/catman)
2024-09-28 14:41:16 × PotatoGim_ quits (sid99505@id-99505.lymington.irccloud.com) (Ping timeout: 265 seconds)
2024-09-28 14:41:17 × wsx quits (055e6b628d@2a03:6000:1812:100::dd6) (Ping timeout: 265 seconds)
2024-09-28 14:41:17 × catern quits (sid604849@2a03:5180:f:2::9:3ab1) (Ping timeout: 265 seconds)
2024-09-28 14:41:18 × catman quits (~catman@user/catman) (Ping timeout: 265 seconds)
2024-09-28 14:41:18 × rieper quits (~riepernet@2a03:4000:6:f1d6:6885:6fff:fe5a:8933) (Ping timeout: 265 seconds)
2024-09-28 14:41:19 × hightower2 quits (~hightower@213.186.15.36) (Ping timeout: 265 seconds)
2024-09-28 14:41:19 × wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (Ping timeout: 265 seconds)
2024-09-28 14:41:19 × dweller quits (~dweller@178.62.146.60) (Ping timeout: 265 seconds)
2024-09-28 14:41:21 catern_ is now known as catern
2024-09-28 14:41:21 wsx_ is now known as wsx
2024-09-28 14:42:46 × PotatoGim__ quits (sid99505@id-99505.lymington.irccloud.com) ()
2024-09-28 14:43:22 PotatoGim joins (sid99505@id-99505.lymington.irccloud.com)
2024-09-28 14:46:22 Digitteknohippie joins (~user@user/digit)
2024-09-28 14:46:41 × Digit quits (~user@user/digit) (Ping timeout: 248 seconds)
2024-09-28 14:51:17 wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de)
2024-09-28 14:52:47 Digitteknohippie is now known as Digit
2024-09-28 15:04:03 × haskellbridge quits (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection)
2024-09-28 15:07:12 haskellbridge joins (~hackager@syn-024-093-192-219.res.spectrum.com)
2024-09-28 15:08:38 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 244 seconds)
2024-09-28 15:23:41 ash3en joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-28 15:58:12 ChubaDuba joins (~ChubaDuba@176.212.47.251)
2024-09-28 18:15:42 × todi quits (~todi@p57803331.dip0.t-ipconnect.de) (Remote host closed the connection)
2024-09-28 19:11:21 ash3en1 joins (~Thunderbi@146.70.124.222)
2024-09-28 19:13:14 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 265 seconds)
2024-09-28 19:13:15 ash3en1 is now known as ash3en
2024-09-28 20:40:34 × ash3en quits (~Thunderbi@146.70.124.222) (Quit: ash3en)
2024-09-28 21:06:10 × ChubaDuba quits (~ChubaDuba@176.212.47.251) (Quit: WeeChat 4.3.3)
2024-09-28 22:06:18 alp joins (~alp@2001:861:e3d6:8f80:b4d:aea6:7f4e:74f8)
2024-09-28 22:06:32 × alp quits (~alp@2001:861:e3d6:8f80:b4d:aea6:7f4e:74f8) (Changing host)
2024-09-28 22:06:32 alp joins (~alp@user/alp)
2024-09-28 22:41:38 × L29Ah quits (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-09-28 22:43:37 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2024-09-29 00:46:06 × alp quits (~alp@user/alp) (Remote host closed the connection)
2024-09-29 02:36:29 × td_ quits (~td@83.135.9.0) (Ping timeout: 260 seconds)
2024-09-29 02:38:14 td_ joins (~td@i53870906.versanet.de)
2024-09-29 06:20:01 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
2024-09-29 08:20:32 ChubaDuba joins (~ChubaDuba@79.136.180.253)
2024-09-29 08:31:09 × mzg quits (mzg@abusers.hu) (Quit: brb)
2024-09-29 08:40:07 ash3en joins (~Thunderbi@146.70.124.222)
2024-09-29 09:08:04 × ChubaDuba quits (~ChubaDuba@79.136.180.253) (Ping timeout: 260 seconds)
2024-09-29 09:28:14 ChubaDuba joins (~ChubaDuba@79.136.180.253)
2024-09-29 11:05:01 ash3en1 joins (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207)
2024-09-29 11:06:22 × ash3en quits (~Thunderbi@146.70.124.222) (Ping timeout: 265 seconds)
2024-09-29 11:06:23 ash3en1 is now known as ash3en
2024-09-29 11:22:48 × ash3en quits (~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Ping timeout: 265 seconds)
2024-09-29 11:23:07 ash3en joins (~Thunderbi@146.70.124.222)
2024-09-29 11:55:07 Digitteknohippie joins (~user@user/digit)

All times are in UTC.