Logs: liberachat/#xmonad
| 2022-01-08 09:17:36 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-01-08 09:17:39 | allbery_b | is now known as geekosaur |
| 2022-01-08 10:00:14 | × | aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) |
| 2022-01-08 10:03:40 | → | aplainze1akind joins (~johndoe@captainludd.powered.by.lunarbnc.net) |
| 2022-01-08 10:04:20 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-01-08 10:05:47 | <geekosaur> | "good UGT" :þ |
| 2022-01-08 10:53:45 | <liskin> | geekosaur, Solid: I'm just wondering, are you guys getting the mails about scheduled action run failures or am I the only one receiving them? |
| 2022-01-08 10:54:58 | <liskin> | (don't worry, nothing serious, just that the links to LYAH are invalid now; but I just want to know who gets the notifications) |
| 2022-01-08 10:57:24 | <liskin> | Oh and it looks like I'll be attending those sessions about open-source maintenance from opencollective since Monday. |
| 2022-01-08 10:58:06 | <liskin> | Not the best timing but perhaps I'll learn something useful for the project |
| 2022-01-08 10:58:19 | → | seschwar joins (~seschwar@user/seschwar) |
| 2022-01-08 11:02:28 | <geekosaur> | I'm not |
| 2022-01-08 11:03:08 | <geekosaur> | I only get them for things I do (e.g. PRs) |
| 2022-01-08 11:03:46 | <geekosaur> | "links to LYAH" sounds like it might be xmonad-web? I don't think I ever "watched" that repo |
| 2022-01-08 11:03:56 | <geekosaur> | or may have un-watched it |
| 2022-01-08 11:07:30 | <liskin> | It's xmonad-web, yes |
| 2022-01-08 11:07:47 | <liskin> | But I'm also pretty sure actions failures aren't tied to watching |
| 2022-01-08 11:08:07 | <liskin> | Otherwise a lot of people would be getting a lot of emails :-) |
| 2022-01-08 11:22:35 | <mc47> | I think you can configure what you're watching exactly |
| 2022-01-08 11:25:26 | <liskin> | mc47: actions doesn't seem to be there |
| 2022-01-08 11:25:42 | <mc47> | oh right |
| 2022-01-08 11:27:43 | <geekosaur> | 17 forks of -web? half tempted to contact folks and ask why |
| 2022-01-08 11:31:46 | geekosaur | wonders if actions have owners but didn't see a simple way to check |
| 2022-01-08 11:35:18 | <liskin> | Old repos tend to have more forks |
| 2022-01-08 11:35:45 | <liskin> | Past PR, people clicking fork instead of star by mistake... |
| 2022-01-08 12:21:00 | <AIM[m]> | I added literall spaces to worskpace names and now it is nicely spaced |
| 2022-01-08 12:23:05 | <Solid> | liskin: I'm only getting mails about action failures on my forks or commits, not for our repos as a whole |
| 2022-01-08 12:29:37 | × | dirtcastle quits (~dirtcastl@2409:4072:6d9b:9982:c800:3fff:fe3a:da4f) (Ping timeout: 240 seconds) |
| 2022-01-08 12:34:05 | → | dirtcastle joins (~dirtcastl@103.43.203.226) |
| 2022-01-08 12:50:01 | <AIM[m]> | How do I get the colors.hs made by Pywal to be read by Xmobar? |
| 2022-01-08 12:51:27 | <geekosaur> | I think you'd need to switch to configuration in Haskell instead of that weird Config { ... } thing that only looks vaguely Haskell-like |
| 2022-01-08 12:55:11 | <AIM[m]> | Yeah... |
| 2022-01-08 12:55:41 | <AIM[m]> | Anyways to you know completely send all stuff for Xmobar as UnsafeXMonadLog |
| 2022-01-08 12:55:49 | <AIM[m]> | Or is that too stupid approach? |
| 2022-01-08 12:56:23 | <AIM[m]> | * all stuff like time, battery, etc for Xmobar |
| 2022-01-08 12:58:12 | <geekosaur> | generally a bad idea. you could do it, but xmonad really wants to only trigger on X11 events and most of those want time-based triggers |
| 2022-01-08 12:58:59 | <geekosaur> | there do exist loggers for much of it (X.U.Loggers) if you want to try it |
| 2022-01-08 13:02:16 | <AIM[m]> | Oh, I c |
| 2022-01-08 13:02:41 | <AIM[m]> | Also, You guys use Termonad? |
| 2022-01-08 13:02:43 | <AIM[m]> | Idk |
| 2022-01-08 13:02:58 | <AIM[m]> | It takes like a lotta time on initial launch |
| 2022-01-08 13:03:27 | <AIM[m]> | When I login to system and launch termonad it takes a long time to start up |
| 2022-01-08 13:03:42 | <AIM[m]> | But it doesn't take that much time afterwards tho |
| 2022-01-08 13:04:04 | <geekosaur> | makes me wonder if it's rebuilding config the first time |
| 2022-01-08 13:05:01 | <geekosaur> | I finally wrote an updater script that does everything but --restart on my xmonad, since I was updating everything Fridays and forgetting to rebuild and then when I next rebooted had to wait several minutes before it'd come up |
| 2022-01-08 13:05:06 | <AIM[m]> | That's also what I'm guessing |
| 2022-01-08 13:05:15 | <geekosaur> | worse if there was an update to, say, lens :) |
| 2022-01-08 13:05:27 | <geekosaur> | (I log via dbus which sucks in a bunch of extra deps) |
| 2022-01-08 13:05:46 | <AIM[m]> | Anyways like preventing Termonad from rebuilding config automatically on first launch? |
| 2022-01-08 13:05:58 | <AIM[m]> | s/Anyways/Anyway/, s/like/to/, s/preventing/prevent/ |
| 2022-01-08 13:06:00 | <geekosaur> | don't know, sorry |
| 2022-01-08 13:06:09 | <AIM[m]> | Oh |
| 2022-01-08 13:06:37 | <AIM[m]> | I'll check the repo or if it's something not available, I'll add an issue to their repo |
| 2022-01-08 13:08:19 | <geekosaur> | my first question would be why does it think it needs to rebuild every time? |
| 2022-01-08 13:10:34 | <geekosaur> | we had some rebuild bugs of that nature several years ago |
| 2022-01-08 13:11:10 | <geekosaur> | or it could happen because you updated a dependency and didn't realize it'd affect termonad, but that would require you to be running from git instead of a packaged version |
| 2022-01-08 13:11:25 | <geekosaur> | (I run xmonad from git, but then I'm a developer, so.) |
| 2022-01-08 13:23:28 | <AIM[m]> | Idk for sure |
| 2022-01-08 13:23:47 | <AIM[m]> | But it's the same case for me everytime for the first launch after login |
| 2022-01-08 13:32:55 | → | christian[m]12 joins (~christian@2001:470:69fc:105::1:63f0) |
| 2022-01-08 13:55:21 | ← | christian[m]12 parts (~christian@2001:470:69fc:105::1:63f0) () |
| 2022-01-08 13:59:13 | <Solid> | termonad always seemed a bit "meh" to me since the Haskell based config is just a shim around VTE anyways |
| 2022-01-08 13:59:35 | <Solid> | it's not a "true" terminal emulator in Haskell (for some definition of true) |
| 2022-01-08 14:00:18 | geekosaur | got over writing stuff like that in the early 90s :) |
| 2022-01-08 14:01:08 | <geekosaur> | wrote a terminal emulator and a screen-alike for a system I couldn't port screen to since it didn't have BSD-style sockets or ptys but its own things |
| 2022-01-08 14:01:57 | <geekosaur> | (terminal emulator was actually for something else though) |
| 2022-01-08 14:04:02 | geekosaur | can't recall now the name of the window system he ported to that machine later. everything was done with escape sequences |
| 2022-01-08 14:05:10 | <geekosaur> | thought it was from plan 9 but doesn't seem to be rio |
| 2022-01-08 14:07:29 | <geekosaur> | or 8½ |
| 2022-01-08 14:24:07 | <Solid> | :) |
| 2022-01-08 15:33:45 | × | Nahra quits (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection) |
| 2022-01-08 15:45:01 | × | dirtcastle quits (~dirtcastl@103.43.203.226) (Ping timeout: 256 seconds) |
| 2022-01-08 15:45:48 | → | dirtcastle joins (~dirtcastl@2409:4072:6d9b:9982:889f:f1ff:fe72:cb85) |
| 2022-01-08 16:01:42 | <AIM[m]> | <geekosaur> "can't recall now the name of the..." <- Y ya referring to yourself in third person? |
| 2022-01-08 16:02:03 | <geekosaur> | I used /me / /action IRC-side |
| 2022-01-08 16:02:25 | <geekosaur> | some people tink they still should use first person in that case but that just reads wrong to me |
| 2022-01-08 16:02:32 | <geekosaur> | call me pedantic :) |
| 2022-01-08 16:02:44 | <AIM[m]> | geekosaur: Ah |
| 2022-01-08 16:02:56 | AIM[m] | hello test test |
| 2022-01-08 16:02:59 | <geekosaur> | I can see from the quoting that matrix doesn't handle .action |
| 2022-01-08 16:03:04 | <AIM[m]> | Oh shizzz it works! |
| 2022-01-08 16:03:07 | <geekosaur> | that seemed right though |
| 2022-01-08 16:03:23 | <AIM[m]> | Matrix has that action |
| 2022-01-08 16:03:34 | <AIM[m]> | I didn't know |
| 2022-01-08 16:03:35 | <geekosaur> | but what you quoted didn't? |
| 2022-01-08 16:03:50 | <AIM[m]> | It just shows * AIM |
| 2022-01-08 16:04:19 | <AIM[m]> | Like: * AIM hello test test |
| 2022-01-08 16:04:30 | <AIM[m]> | How does it appear on your side? |
| 2022-01-08 16:06:16 | <geekosaur> | similar |
| 2022-01-08 16:06:35 | <geekosaur> | I should install screenshot software… |
| 2022-01-08 16:07:01 | <geekosaur> | what throws me is your quoting of me does *not* look any different from quoting normal IRC messages |
| 2022-01-08 16:07:16 | <geekosaur> | [08 16:01:42] <AIM[m]> <geekosaur> "can't recall now the name of the..." <- Y ya referring to yourself in third person? |
| 2022-01-08 16:20:24 | <liskin> | Solid: https://twitter.com/asjo/status/1479846555591008257 |
| 2022-01-08 16:25:15 | <liskin> | A voting thread on the mailing list might be useful |
| 2022-01-08 16:25:51 | <liskin> | I'm in Windows now but I'll reboot tomorrow and start one if nobody else does it by then |
| 2022-01-08 16:27:33 | <Solid> | liskin: oh indeed that sounds like a good idea |
| 2022-01-08 16:30:18 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-01-08 16:30:18 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2022-01-08 16:30:22 | allbery_b | is now known as geekosaur |
| 2022-01-08 16:44:43 | <Solid> | liskin: https://mail.haskell.org/pipermail/xmonad/2022-January/015494.html in case you want to link them to it |
All times are in UTC.