2021/09/10

2021-09-10 00:43:36 +0200seschwar(~seschwar@user/seschwar) (Quit: :wq)
2021-09-10 02:06:30 +0200electr0n(~electr0n@about/security/founder/electr0n) (Remote host closed the connection)
2021-09-10 02:16:32 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2021-09-10 02:26:20 +0200 <L29Ah> How can i ask xmonad to use the library that i just built instead of the system-wide installed one?
2021-09-10 02:54:36 +0200 <liskin> L29Ah: that very much depends on what you mean by "i just built" exactly
2021-09-10 02:55:25 +0200 <L29Ah> liskin: i hit `cabal build` and it produced an executable
2021-09-10 02:59:18 +0200geekosaur(~geekosaur@xmonad/geekosaur) (Ping timeout: 265 seconds)
2021-09-10 02:59:20 +0200 <liskin> L29Ah: then I'd probably try something like cabal install --package-env=~/.xmonad (or ~/.config/xmonad) --lib
2021-09-10 02:59:54 +0200 <liskin> although we're getting into the "don't do it unless you know what it's going to do" territory
2021-09-10 03:02:26 +0200 <L29Ah> liskin: it would be extremely awkward to bisect xmonad otherwise, no?
2021-09-10 03:04:55 +0200 <liskin> L29Ah: bisecting xmonad with cabal is going to be somewhat awkward either way, I'm afraid :-/
2021-09-10 03:05:22 +0200 <liskin> the recommended (https://xmonad.org/INSTALL.html#build-xmonad) stack setup is known to be easy to bisect
2021-09-10 03:05:35 +0200 <liskin> the cabal setup might need some manual cleaning between builds
2021-09-10 03:06:01 +0200 <L29Ah> > Installing things is as easy as typing stack install. This will install the correct version of GHC, as well as build all of the required packages (stack build) and then copy the relevant executables (xmonad, in our case) to ~/.local/bin.
2021-09-10 03:06:03 +0200 <lambdabot> <hint>:1:93: error: parse error on input ‘of’
2021-09-10 03:06:03 +0200 <L29Ah> sounds horrific
2021-09-10 03:06:06 +0200 <liskin> (just a guess as I've seen it break on version changes, but I'm not a regular cabal user)
2021-09-10 03:06:49 +0200 <liskin> oh well, the horrible tradeoffs of making a guide easy for people yet satisfying individual preferences…
2021-09-10 03:06:56 +0200liskindoesn't let stack install ghc either
2021-09-10 03:07:11 +0200 <liskin> anyway, it's 2am now and haskell.love is tomorrow
2021-09-10 03:07:22 +0200 <liskin> in a different time zone, to make things worse
2021-09-10 03:07:30 +0200 <liskin> so I'm going to bed now, sorry
2021-09-10 03:08:11 +0200 <L29Ah> 03:59:20]<liskin> L29Ah: then I'd probably try something like cabal install --package-env=~/.xmonad (or ~/.config/xmonad) --lib
2021-09-10 03:08:54 +0200 <L29Ah> hitting `xmonad --recompile; xmonad --restart` didn't yield segfaulting xmonad, and i have no clue how to check whether it's the right version that i'm running now
2021-09-10 03:09:09 +0200 <L29Ah> but seems like it didn't do anything
2021-09-10 03:09:11 +0200 <L29Ah> cu tomorrow
2021-09-10 03:26:18 +0200electr0n(~electr0n@about/security/founder/electr0n)
2021-09-10 04:05:02 +0200banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 265 seconds)
2021-09-10 04:14:34 +0200td_(~td@94.134.91.64) (Ping timeout: 260 seconds)
2021-09-10 04:16:02 +0200td_(~td@94.134.91.202)
2021-09-10 04:21:02 +0200banc(banc@gateway/vpn/airvpn/banc)
2021-09-10 05:39:26 +0200cjb(~cjbayliss@user/cjb)
2021-09-10 05:41:32 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-09-10 05:58:33 +0200iogrt(~iogrt@2001:818:e807:f400:dd0d:7913:ca2d:76db)
2021-09-10 05:58:40 +0200 <iogrt> hello
2021-09-10 05:59:42 +0200 <iogrt> ```myEventHook :: Event -> X All
2021-09-10 05:59:42 +0200 <iogrt> myEventHook event =
2021-09-10 05:59:43 +0200 <iogrt> if ev_event_type event == createNotify
2021-09-10 05:59:43 +0200 <iogrt> then do
2021-09-10 05:59:44 +0200 <iogrt> addTag "hi" (ev_window event)
2021-09-10 05:59:44 +0200 <iogrt> withFocused (addTag "hello")
2021-09-10 05:59:45 +0200 <iogrt> return (All True)
2021-09-10 05:59:45 +0200 <iogrt> else mempty
2021-09-10 05:59:46 +0200 <iogrt> ```
2021-09-10 06:00:48 +0200 <iogrt> I'm trying to add a tag automattically when a window pops up, this is what I have so far. But weirdly enough only the "hello" tag is being applied. ev_window seems to catch nothing
2021-09-10 06:03:30 +0200iogrt(~iogrt@2001:818:e807:f400:dd0d:7913:ca2d:76db) (Quit: Ping timeout (120 seconds))
2021-09-10 06:03:45 +0200iogrt(~iogrt@2001:818:e807:f400:dd0d:7913:ca2d:76db)
2021-09-10 06:22:14 +0200iogrt(~iogrt@2001:818:e807:f400:dd0d:7913:ca2d:76db) (Quit: Client closed)
2021-09-10 07:03:53 +0200spoonm(spoonm@inaba.spoonm.org) (Quit: I might be back. I might not.)
2021-09-10 07:05:25 +0200spoonm(spoonm@inaba.spoonm.org)
2021-09-10 07:26:21 +0200wonko(~wjc@62.115.229.50)
2021-09-10 07:29:24 +0200 <Solid> L29Ah: you can force stack to use the built in ghc, then it's hopefully less horrifying :)
2021-09-10 07:29:40 +0200 <Solid> (might have to adjust the resolver, but nothing more)
2021-09-10 07:37:04 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
2021-09-10 08:38:16 +0200cjb(~cjbayliss@user/cjb) ()
2021-09-10 08:48:47 +0200cfricke(~cfricke@user/cfricke)
2021-09-10 09:18:36 +0200hopeless_coder(~Shardul@2402:e280:3e2a:1cd:90d:fe98:dead:4ac2)
2021-09-10 09:22:04 +0200hopeless_coder(~Shardul@2402:e280:3e2a:1cd:90d:fe98:dead:4ac2) (Quit: Leaving)
2021-09-10 09:38:54 +0200electr0n(~electr0n@about/security/founder/electr0n) (Ping timeout: 260 seconds)
2021-09-10 09:48:00 +0200steve__(~steve@ool-182c2aa4.dyn.optonline.net)
2021-09-10 09:48:07 +0200 <steve__> hello
2021-09-10 09:54:20 +0200 <steve__> is there a channel for more general X questions?
2021-09-10 12:30:12 +0200 <liskin> steve__: not sure; there probably are some xorg-related channels somewhere but often generic X questions are most likely to be answered by minimalist WM nerds anyway
2021-09-10 12:30:29 +0200 <liskin> steve__: what I mean is feel free to ask here
2021-09-10 12:30:50 +0200 <liskin> mc47[m]: are you attending haskell.love like you said a week or so ago?
2021-09-10 12:31:27 +0200liskinhates these online conferences because the absence of having to actually go there and mentally prepare myself for not doing anything else that…
2021-09-10 12:31:38 +0200 <liskin> *that day
2021-09-10 12:47:53 +0200 <Solid> yeah that was my feeling last year as well
2021-09-10 12:48:13 +0200 <Solid> so I just won't attend this year and will watch interesting talks later
2021-09-10 12:51:23 +0200 <liskin> I'm kind of hoping the hallway track might be better than it was at zurihac
2021-09-10 12:51:34 +0200 <liskin> Never used spatial.chat before
2021-09-10 12:51:57 +0200 <liskin> But it'll probably be the same old "extroverted old white man talking" as everywhere
2021-09-10 12:52:57 +0200 <liskin> I'd really love to chat with some people from the community over a beer, but the pandemic combined with my lack of social skills just kills it.
2021-09-10 12:53:39 +0200 <liskin> I need a wingman, that's what I need :-)
2021-09-10 12:55:15 +0200 <Solid> :D
2021-09-10 15:16:17 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2021-09-10 16:30:37 +0200L29Ahinjects isopropyl alcohol in liskin
2021-09-10 16:31:21 +0200 <liskin> L29Ah: is that meant to help? :-)
2021-09-10 16:31:29 +0200 <L29Ah> yes
2021-09-10 16:31:59 +0200 <L29Ah> liskin: anyway so do i get it right that you don't know why the cabal setup doesn't work for me as you only use stack?
2021-09-10 16:33:07 +0200 <liskin> L29Ah: it's more of a "I'd need to be way more hands on to be able to help you" rather than "no idea"
2021-09-10 16:35:05 +0200 <L29Ah> ok i'll mess with gentoo for ad-hoc bisecting
2021-09-10 16:41:32 +0200slep(~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Ping timeout: 252 seconds)
2021-09-10 16:43:59 +0200 <L29Ah> damn i can no longer repro it
2021-09-10 16:44:25 +0200 <L29Ah> maybe it was some window with some annoying property, idk
2021-09-10 16:48:50 +0200 <liskin> hm, I learned something today: Isopropyl alcohol, via its metabolites, is somewhat more toxic than ethanol, but considerably less toxic than ethylene glycol or methanol. Death from ingestion or absorbtion of even relatively large quantities is rare. :-)
2021-09-10 16:49:13 +0200 <L29Ah> it's less toxic
2021-09-10 16:49:17 +0200 <liskin> I actually thought it's much more dangerous than booze
2021-09-10 16:49:25 +0200 <liskin> dunno why
2021-09-10 16:49:30 +0200 <L29Ah> ethanol metabolises into a carcinogen, IPA metabolises into food
2021-09-10 16:51:46 +0200 <liskin> oh
2021-09-10 16:51:58 +0200 <liskin> so where do I get IPA-based beer
2021-09-10 16:52:17 +0200 <liskin> iso-propyl-alcohol india-pale-ale
2021-09-10 16:52:20 +0200 <liskin> that's perfect!
2021-09-10 16:55:13 +0200 <geekosaur> it's less toxic but it makes your stomach fairly upset
2021-09-10 17:16:19 +0200slep(~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net)
2021-09-10 17:24:27 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.2)
2021-09-10 18:00:08 +0200TAydner[m](~taydinerm@2001:470:69fc:105::3e55) (Quit: You have been kicked for being idle)
2021-09-10 18:15:10 +0200 <L29Ah> ok downgraded way before the recent changes and it segfaults
2021-09-10 18:15:16 +0200 <L29Ah> #0 0x0000000000d99869 in xmonadzm0zi16zi99999zm1NVWfzz55W6QFvQzzDgdWm3D_XMonadziCore_zdfLayoutClassLayoutWord64zuzdchandleMessage_info ()
2021-09-10 18:15:19 +0200 <L29Ah> that's where
2021-09-10 18:15:27 +0200qbt(~edun@user/edun)
2021-09-10 18:15:29 +0200 <L29Ah> trying to trim down my config to a minimal repro
2021-09-10 18:15:52 +0200 <L29Ah> apparently the crash is depend on tkabber windows
2021-09-10 18:15:52 +0200seschwar(~seschwar@user/seschwar)
2021-09-10 18:16:32 +0200 <L29Ah> meanwhile i found a regression in xmonad-core that breaks tabbed from xmonad-contrib, will bisect later
2021-09-10 18:39:14 +0200 <L29Ah> ok reported all my findings in github
2021-09-10 18:54:25 +0200mc47(~mc47@xmonad/TheMC47)
2021-09-10 18:55:16 +0200 <mc47> liskin I completely forgot about the conference
2021-09-10 18:58:35 +0200 <liskin> mc47: were you celebrating the finishing of your thesis yesterday? :-)
2021-09-10 19:01:07 +0200mc47(~mc47@xmonad/TheMC47) (Ping timeout: 252 seconds)
2021-09-10 19:03:34 +0200 <mc47[m]> Jumped on a bus and I'm staying at a friend's house :D been too long since I traveled to a new place
2021-09-10 19:08:02 +0200 <L29Ah> 17:55:14]<geekosaur> it's less toxic but it makes your stomach fairly upset
2021-09-10 19:08:02 +0200 <L29Ah> didn't notice that at 310mL 10% IPA
2021-09-10 19:10:40 +0200 <geekosaur> isopropyl?
2021-09-10 19:10:59 +0200 <geekosaur> I'd be surprised if someone brewed an IPA with that
2021-09-10 19:16:36 +0200 <L29Ah> yes, isopropyl alcohol, spectroscopic-grade
2021-09-10 20:14:43 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-09-10 21:29:54 +0200Deenysz[m](~deenyszma@2001:470:69fc:105::defc) ()
2021-09-10 22:13:45 +0200Hash(~weechat@thestonedapes.com)
2021-09-10 23:35:06 +0200abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving)