Logs: liberachat/#xmonad
| 2024-07-13 19:15:11 | <haskellbridge> | and is it enough for dealing with xmonad? |
| 2024-07-13 19:16:13 | <geekosaur> | it will be good enough for your `xmonad.hs`, possibly not good enough for reading internal source |
| 2024-07-13 19:17:49 | <geekosaur> | if you are using the wikibook I pointed you to earlier, the first two sections of the Beginner's Track should be enough |
| 2024-07-13 19:19:43 | <geekosaur> | if you want to understand what the various components are doing, you'll want to finish the beginner's track and the beginning of "Fun with Types" in the Advanced Track |
| 2024-07-13 19:20:11 | <haskellbridge> | <柱間 (@hashirama:hashi.sbs)> geekosaur: thank you, will do some notes on that |
| 2024-07-13 19:20:21 | <haskellbridge> | <柱間 (@hashirama:hashi.sbs)> geekosaur: that too |
| 2024-07-13 19:20:33 | <haskellbridge> | <柱間 (@hashirama:hashi.sbs)> i saw a bit of the "ducking type" of haskell |
| 2024-07-13 19:20:33 | <geekosaur> | but we deliberately try to keep what users need to configure their xmonad.hs simple |
| 2024-07-13 19:21:05 | <haskellbridge> | <柱間 (@hashirama:hashi.sbs)> geekosaur: yeah, i've noticed that xmonad indeed has a high-level of abstraction, i really appreciate that |
| 2024-07-13 19:21:45 | <geekosaur> | which means some complexity in the implementation in order to expose easy-to-use interfaces |
| 2024-07-13 19:22:52 | <haskellbridge> | <柱間 (@hashirama:hashi.sbs)> btw you've mentioned yesterday that some programs in haskell wont work after a few years, but most of the old extensions included in xmonad-contrib are quite old and still work |
| 2024-07-13 19:26:40 | <geekosaur> | we've patched them up as needed when the compiler changes enough to break them, plus we discard or replace things that break too much (cf. https://github.com/xmonad/xmonad-contrib/issues/793) |
| 2024-07-13 19:29:02 | <geekosaur> | _most_ of the compiler changes either don't affect us (e.g. changes to `Monad` and `Num`'s prerequisites) or are easily fixed (recently spacing was made more consistent, which required some tweaking but not much because the changes cvodified what was already considered a best practice) |
| 2024-07-13 19:31:17 | → | mekeor joins (~user@2001:a61:24fd:e001:35e:e281:1be5:12cd) |
| 2024-07-13 20:16:39 | × | ash3en quits (~ash3en@2a01:c23:8886:7700:a039:baee:74cf:6b33) (Ping timeout: 256 seconds) |
| 2024-07-13 21:17:16 | → | ash3en joins (~ash3en@193.32.248.188) |
| 2024-07-13 21:24:56 | × | Deadm0th quits (~mikoshi@user/Deadm0th) (Server closed connection) |
| 2024-07-13 21:25:19 | → | Deadm0th joins (~mikoshi@83.168.107.192) |
| 2024-07-13 21:25:20 | × | Deadm0th quits (~mikoshi@83.168.107.192) (Changing host) |
| 2024-07-13 21:25:20 | → | Deadm0th joins (~mikoshi@user/Deadm0th) |
| 2024-07-13 21:28:56 | × | ash3en quits (~ash3en@193.32.248.188) (Remote host closed the connection) |
| 2024-07-13 21:29:15 | → | ash3en joins (~ash3en@193.32.248.188) |
| 2024-07-13 21:33:11 | × | ash3en quits (~ash3en@193.32.248.188) (Remote host closed the connection) |
| 2024-07-13 21:54:12 | → | catman joins (~catman@user/catman) |
| 2024-07-13 23:06:21 | × | mekeor quits (~user@2001:a61:24fd:e001:35e:e281:1be5:12cd) (Quit: towards emacs as interface to cybernetic council communism) |
| 2024-07-13 23:53:38 | × | piele quits (~piele@tbonesteak.creativeserver.net) (Server closed connection) |
| 2024-07-13 23:53:53 | → | piele joins (~piele@tbonesteak.creativeserver.net) |
| 2024-07-14 00:53:09 | × | tremon quits (~tremon@83.80.159.219) (Quit: getting boxed in) |
| 2024-07-14 01:48:12 | → | MiraSkies joins (~user@user/-MiraSkies:33787) |
| 2024-07-14 01:48:28 | ← | MiraSkies parts (~user@user/-MiraSkies:33787) () |
| 2024-07-14 02:27:10 | × | td_ quits (~td@i5387091C.versanet.de) (Ping timeout: 268 seconds) |
| 2024-07-14 02:28:57 | → | td_ joins (~td@i53870911.versanet.de) |
| 2024-07-14 03:09:02 | × | dsal quits (sid13060@id-13060.lymington.irccloud.com) (Server closed connection) |
| 2024-07-14 03:09:15 | → | dsal joins (sid13060@id-13060.lymington.irccloud.com) |
| 2024-07-14 04:09:29 | × | mightybyte quits (~mightybyt@ec2-52-201-220-249.compute-1.amazonaws.com) (Server closed connection) |
| 2024-07-14 04:09:44 | → | mightybyte joins (~mightybyt@ec2-52-201-220-249.compute-1.amazonaws.com) |
| 2024-07-14 07:27:15 | → | ash3en joins (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) |
| 2024-07-14 07:51:08 | × | amir quits (sid22336@user/amir) (Server closed connection) |
| 2024-07-14 07:51:22 | → | amir joins (sid22336@user/amir) |
| 2024-07-14 08:18:56 | × | pl quits (sid98063@id-98063.helmsley.irccloud.com) (Server closed connection) |
| 2024-07-14 08:19:20 | → | pl joins (sid98063@id-98063.helmsley.irccloud.com) |
| 2024-07-14 08:19:55 | × | ash3en quits (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) (Remote host closed the connection) |
| 2024-07-14 08:20:31 | × | hiecaq quits (~hiecaq@user/hiecaq) (Read error: Connection reset by peer) |
| 2024-07-14 08:25:23 | → | hiecaq joins (~hiecaq@user/hiecaq) |
| 2024-07-14 10:10:38 | × | catern quits (sid604849@id-604849.lymington.irccloud.com) (Server closed connection) |
| 2024-07-14 10:10:54 | → | catern joins (sid604849@2a03:5180:f:2::9:3ab1) |
| 2024-07-14 11:06:37 | × | Deadm0th quits (~mikoshi@user/Deadm0th) (Quit: WeeChat 4.2.2) |
| 2024-07-14 12:42:31 | → | ash3en joins (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) |
| 2024-07-14 12:49:22 | × | ash3en quits (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) (Remote host closed the connection) |
| 2024-07-14 13:08:36 | × | hiecaq quits (~hiecaq@user/hiecaq) (Read error: Connection reset by peer) |
| 2024-07-14 13:12:02 | → | hiecaq joins (~hiecaq@user/hiecaq) |
| 2024-07-14 13:17:46 | × | hiecaq quits (~hiecaq@user/hiecaq) (Ping timeout: 265 seconds) |
| 2024-07-14 13:50:38 | × | jusa quits (~jusa@kraa.fi) (Server closed connection) |
| 2024-07-14 13:51:02 | → | jusa joins (~jusa@kraa.fi) |
| 2024-07-14 15:19:23 | <haskellbridge> | <柱間 (@hashirama:hashi.sbs)> geekosaur: wow, this is a lot of work |
| 2024-07-14 16:23:47 | → | ash3en joins (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) |
| 2024-07-14 16:41:47 | × | ash3en quits (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) (Ping timeout: 256 seconds) |
| 2024-07-14 16:54:29 | → | ash3en joins (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) |
| 2024-07-14 16:56:53 | × | ash3en quits (~ash3en@2a01:c22:8d06:c000:cf5e:32f:8633:1f5c) (Remote host closed the connection) |
| 2024-07-14 17:37:06 | → | yaslam joins (~user@user/yaslam) |
| 2024-07-14 17:37:12 | <yaslam> | hi |
| 2024-07-14 17:39:50 | × | yaslam quits (~user@user/yaslam) (Remote host closed the connection) |
| 2024-07-14 17:40:42 | <geekosaur> | …can't even wait long enough for me to get out of the bathroom |
| 2024-07-14 18:01:50 | × | eso quits (a0662dfd5e@2a03:6000:1812:100::1266) (Server closed connection) |
| 2024-07-14 18:01:57 | → | eso joins (a0662dfd5e@2a03:6000:1812:100::1266) |
| 2024-07-14 19:05:23 | × | alethkit quits (23bd17ddc6@sourcehut/user/alethkit) (Server closed connection) |
| 2024-07-14 19:05:33 | → | alethkit joins (23bd17ddc6@sourcehut/user/alethkit) |
| 2024-07-14 20:18:14 | × | Leary quits (~Leary@user/Leary/x-0910699) (Server closed connection) |
| 2024-07-14 20:27:56 | → | Leary joins (~Leary@user/Leary/x-0910699) |
| 2024-07-14 22:50:08 | × | raghavgururajan quits (ea769b8000@user/raghavgururajan) (Server closed connection) |
| 2024-07-14 22:50:16 | → | raghavgururajan joins (ea769b8000@user/raghavgururajan) |
| 2024-07-14 23:10:11 | × | dxld quits (a6d27c8ee6@2a03:6000:1812:100::52) (Server closed connection) |
| 2024-07-14 23:10:21 | → | dxld joins (a6d27c8ee6@2a03:6000:1812:100::52) |
| 2024-07-15 01:07:49 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.3.0-dev) |
| 2024-07-15 01:09:41 | → | catman joins (~catman@user/catman) |
| 2024-07-15 02:16:06 | → | dysthesis joins (~dysthesis@user/dysthesis) |
| 2024-07-15 02:25:48 | × | td_ quits (~td@i53870911.versanet.de) (Ping timeout: 245 seconds) |
| 2024-07-15 02:27:41 | → | td_ joins (~td@i53870911.versanet.de) |
| 2024-07-15 02:43:55 | × | terrorjack quits (~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat) |
| 2024-07-15 02:47:57 | → | terrorjack joins (~terrorjac@2a01:4f8:c17:87f8::) |
| 2024-07-15 04:51:26 | × | dysthesis quits (~dysthesis@user/dysthesis) (Ping timeout: 260 seconds) |
| 2024-07-15 05:27:01 | × | ft quits (~ft@p4fc2ab80.dip0.t-ipconnect.de) (Quit: leaving) |
| 2024-07-15 07:12:29 | → | Maeda joins (~Maeda@91-161-10-149.subs.proxad.net) |
| 2024-07-15 07:27:50 | × | wsx quits (055e6b628d@2a03:6000:1812:100::dd6) (Server closed connection) |
| 2024-07-15 07:27:59 | → | wsx joins (055e6b628d@2a03:6000:1812:100::dd6) |
| 2024-07-15 08:05:47 | → | ash3en joins (~ash3en@89.246.174.164) |
| 2024-07-15 08:11:36 | × | ash3en quits (~ash3en@89.246.174.164) (Remote host closed the connection) |
| 2024-07-15 08:11:46 | → | ash3en joins (~ash3en@89.246.174.164) |
| 2024-07-15 08:34:55 | × | ash3en quits (~ash3en@89.246.174.164) (Ping timeout: 256 seconds) |
| 2024-07-15 08:41:31 | → | ash3en joins (~ash3en@89.246.174.164) |
| 2024-07-15 09:10:08 | × | Miroboru quits (~myrvoll@178-164-114.82.3p.ntebredband.no) (Server closed connection) |
| 2024-07-15 09:10:24 | → | Miroboru joins (~myrvoll@178-164-114.82.3p.ntebredband.no) |
| 2024-07-15 09:45:40 | × | ash3en quits (~ash3en@89.246.174.164) (Remote host closed the connection) |
| 2024-07-15 09:46:00 | → | ash3en joins (~ash3en@89.246.174.164) |
| 2024-07-15 10:01:44 | × | ash3en quits (~ash3en@89.246.174.164) (Remote host closed the connection) |
| 2024-07-15 10:02:03 | → | ash3en joins (~ash3en@89.246.174.164) |
| 2024-07-15 10:46:14 | × | lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Server closed connection) |
| 2024-07-15 10:47:13 | → | lambdabot joins (~lambdabot@haskell/bot/lambdabot) |
| 2024-07-15 11:11:21 | → | hightower2 joins (~hightower@213.186.15.36) |
| 2024-07-15 11:23:55 | × | tv quits (~tv@user/tv) (Quit: derp) |
All times are in UTC.