Logs: liberachat/#xmonad
| 2022-06-21 12:02:20 | <liskin> | spaceseller: for a), I use the laptop's keyboard so I just put the second monitor 10-20 cm further than the laptop and the resolution differences become less painful |
| 2022-06-21 12:02:37 | <kaizoku> | strange spaceseller , i don't have trouble with different resolutions across monitors. I use a 2k and a vertical 1080p (rotated) |
| 2022-06-21 12:02:39 | <liskin> | if you wish to have them side-by-side there isn't any good solution I'm afraid |
| 2022-06-21 12:02:52 | <kaizoku> | ah, you mean font/dpi sizing issues? |
| 2022-06-21 12:03:09 | <liskin> | that's how I understood it |
| 2022-06-21 12:03:52 | <kaizoku> | yeah, i just live with that. Since the vertical monitor is just a terminal 90% of the time it's not huge for me |
| 2022-06-21 12:06:51 | <Solid> | especially 1366x768 to 1920x1080 should really be no problem |
| 2022-06-21 12:06:59 | <Solid> | well, at normal font sizes, not sure how liskin does it :> |
| 2022-06-21 12:07:51 | <Solid> | oh, but --scale-from mirrors the screens, right? |
| 2022-06-21 12:08:36 | <Solid> | or rather same-as does |
| 2022-06-21 12:08:43 | <Solid> | never done that, but I can see how that may result in tiny fonts |
| 2022-06-21 12:12:31 | <MrElendig> | I just run different res on each |
| 2022-06-21 12:12:35 | <MrElendig> | (no scaling) |
| 2022-06-21 12:15:20 | <liskin> | geekosaur: can you please approve my zurihac expenses: https://opencollective.com/xmonad/expenses/83193 ? thx :-) |
| 2022-06-21 12:16:20 | <liskin> | it's fun how it really is transparent; without logging in, bank account and receipts and comments (if any) are hidden but the breakdown into travel/accomodation is visible to everyone :-) |
| 2022-06-21 12:23:27 | <geekosaur> | approved |
| 2022-06-21 12:31:09 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5) |
| 2022-06-21 12:32:24 | <spaceseller> | Solid: you get to the point |
| 2022-06-21 12:32:56 | <spaceseller> | kaizoku: yes |
| 2022-06-21 12:43:44 | <spaceseller> | wow, I see opencollective for the first time. You have donations as an income, everything transparent. Great. |
| 2022-06-21 12:45:01 | <geekosaur> | that's the idea |
| 2022-06-21 12:46:37 | <geekosaur> | OC charges for it but it's spread over a bunch of projects, so they can afford to operate and make a reasonable profit and we don't have to try to manage our own donations and expenses |
| 2022-06-21 12:46:40 | <spaceseller> | where sponsors see the link for donations? |
| 2022-06-21 12:47:10 | <spaceseller> | I see |
| 2022-06-21 12:47:11 | <geekosaur> | there's a link on github and another on our main page https://xmonad.org |
| 2022-06-21 12:47:35 | <spaceseller> | great |
| 2022-06-21 12:47:38 | <geekosaur> | (and github sponsors feeds into OC since they don't provide the expenses side) |
| 2022-06-21 12:56:56 | × | spaceseller quits (~mario@31.147.205.13) (Quit: WeeChat 3.5) |
| 2022-06-21 13:12:11 | → | chomwitt joins (~chomwitt@2a02:587:dc0d:e600:d03e:b48f:9497:fc81) |
| 2022-06-21 14:07:11 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-06-21 14:19:42 | → | neoatnebula joins (~neoatnebu@2409:4071:4e8a:6f9d:4507:b248:6603:16fb) |
| 2022-06-21 14:44:06 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-06-21 14:54:34 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5) |
| 2022-06-21 15:02:14 | × | neoatnebula quits (~neoatnebu@2409:4071:4e8a:6f9d:4507:b248:6603:16fb) (Ping timeout: 252 seconds) |
| 2022-06-21 15:46:15 | × | cfricke quits (~cfricke@user/cfricke) (Quit: WeeChat 3.5) |
| 2022-06-21 17:05:31 | geekosaur | gets a headache re the latest on that GC crash |
| 2022-06-21 17:36:50 | <geekosaur> | so for those not on the ticket: (a) it reproduces with `-threaded +RTS -N2` (b) at which point `XNextEvent` smashes the heap (c) in a way that looks like a supposedly fixed FFI bug, although ghc9.2 at least seems to be producing the correct code |
| 2022-06-21 17:37:49 | <geekosaur> | also, still not reproducible with ghc8.10.7 |
| 2022-06-21 17:38:30 | <geekosaur> | and I just verified that `nextEvent` is correct, as is `allocaXEvent` |
| 2022-06-21 17:39:04 | <geekosaur> | (and the X11 header file hsc2hs is using to build `allocaXEvent`) |
| 2022-06-21 17:40:17 | <geekosaur> | so this appears to be a ghc bug |
| 2022-06-21 17:42:21 | <Solid[m]> | funny, I definitely compiled (both xmonad and my config) without `-threaded` |
| 2022-06-21 17:42:29 | <Solid[m]> | this is so confusing |
| 2022-06-21 17:43:17 | <geekosaur> | interesting. but it may reproduce without -threaded under some circumstances, bgamari only found that it was very reliable with -threaded +RTS -N2 or higher |
| 2022-06-21 17:45:00 | <geekosaur> | which may explain why sonme people only see it occasionally but abastro was seeing it very reliably, etc. |
| 2022-06-21 17:46:06 | <geekosaur> | the weirdest part is that -N2 part, since we don't use threads so it shouldn't have any effect at all |
| 2022-06-21 17:47:14 | <geekosaur> | and if it were a difference between non-threaded and threaded runtime, it should reliably show with -N1 as well |
| 2022-06-21 17:47:43 | <Solid> | mh, now that you mention it, wasn't there an issue when running xmonad with -threaded a while ago? |
| 2022-06-21 17:47:47 | <Solid> | something about 100% CPU usage |
| 2022-06-21 17:48:03 | <Solid> | probably unrelated, but shows that -threaded can have an effect even for us |
| 2022-06-21 17:48:32 | <geekosaur> | vaguely recall something like that but can't recall details. it does change the runtime's behavior even with -N1 though |
| 2022-06-21 17:48:52 | <Solid> | https://github.com/xmonad/xmonad-contrib/issues/483 found it |
| 2022-06-21 17:51:15 | <geekosaur> | right, I see parallel gc was involved too |
| 2022-06-21 17:51:33 | <geekosaur> | which is why I asked someone to test with the non-copying gc this weekend |
| 2022-06-21 18:04:40 | × | ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.5) |
| 2022-06-21 18:14:28 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 2022-06-21 19:07:04 | × | logzet quits (~quassel@2001:9e8:e514:2900:dabb:c1ff:fed3:a1b9) (Ping timeout: 248 seconds) |
| 2022-06-21 20:04:49 | → | kayvank joins (~user@52-119-115-185.PUBLIC.monkeybrains.net) |
| 2022-06-21 20:05:42 | × | kayvank quits (~user@52-119-115-185.PUBLIC.monkeybrains.net) (Client Quit) |
| 2022-06-21 20:13:13 | → | kayvank joins (~user@52-119-115-185.PUBLIC.monkeybrains.net) |
| 2022-06-21 20:19:11 | × | kayvank quits (~user@52-119-115-185.PUBLIC.monkeybrains.net) (Remote host closed the connection) |
| 2022-06-21 21:20:17 | → | nomadxxxx3 joins (~lanomadx@208.91.68.225) |
| 2022-06-21 21:21:34 | × | nomadxx3 quits (~lanomadx@208.91.67.238) (Ping timeout: 258 seconds) |
| 2022-06-21 21:55:24 | → | logzet joins (~quassel@2001:9e8:e514:2900:dabb:c1ff:fed3:a1b9) |
| 2022-06-21 22:31:29 | × | alternateved quits (~alternate@82.180.151.234) (Remote host closed the connection) |
| 2022-06-21 23:06:40 | × | chomwitt quits (~chomwitt@2a02:587:dc0d:e600:d03e:b48f:9497:fc81) (Remote host closed the connection) |
| 2022-06-21 23:32:19 | → | stackdroid18 joins (14094@user/stackdroid) |
| 2022-06-21 23:40:18 | × | logzet quits (~quassel@2001:9e8:e514:2900:dabb:c1ff:fed3:a1b9) (Ping timeout: 240 seconds) |
| 2022-06-21 23:40:21 | × | tv quits (~tv@user/tv) (Ping timeout: 256 seconds) |
| 2022-06-21 23:52:33 | → | tv joins (~tv@user/tv) |
| 2022-06-22 00:27:27 | → | td_ joins (~td@muedsl-82-207-238-103.citykom.de) |
| 2022-06-22 00:40:29 | → | esrh joins (~user@res404s-128-61-105-50.res.gatech.edu) |
| 2022-06-22 01:28:42 | × | stackdroid18 quits (14094@user/stackdroid) (Quit: Lost terminal) |
| 2022-06-22 01:34:15 | × | esrh quits (~user@res404s-128-61-105-50.res.gatech.edu) (Remote host closed the connection) |
| 2022-06-22 02:04:10 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2022-06-22 02:24:54 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2022-06-22 02:37:48 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 276 seconds) |
| 2022-06-22 03:02:30 | × | td_ quits (~td@muedsl-82-207-238-103.citykom.de) (Ping timeout: 264 seconds) |
| 2022-06-22 03:04:09 | → | td_ joins (~td@muedsl-82-207-238-203.citykom.de) |
| 2022-06-22 03:52:30 | × | gauge quits (~gauge@user/gauge) (Ping timeout: 240 seconds) |
| 2022-06-22 03:56:53 | → | gauge joins (~gauge@user/gauge) |
| 2022-06-22 04:15:20 | → | vanvik4 joins (~vanvik@78.156.12.223) |
| 2022-06-22 04:15:47 | × | Natch quits (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (Ping timeout: 246 seconds) |
| 2022-06-22 04:15:47 | × | lambdabot quits (~lambdabot@haskell/bot/lambdabot) (Ping timeout: 246 seconds) |
| 2022-06-22 04:16:50 | × | tv quits (~tv@user/tv) (Ping timeout: 246 seconds) |
| 2022-06-22 04:17:11 | × | rieper quits (~riepernet@webmirror.geo.uni-leipzig.de) (Ping timeout: 246 seconds) |
| 2022-06-22 04:17:11 | × | vanvik quits (~vanvik@78.156.12.223) (Ping timeout: 246 seconds) |
| 2022-06-22 04:17:11 | vanvik4 | is now known as vanvik |
| 2022-06-22 04:17:24 | → | rieper joins (~riepernet@webmirror.geo.uni-leipzig.de) |
| 2022-06-22 04:18:34 | → | lambdabot joins (~lambdabot@haskell/bot/lambdabot) |
| 2022-06-22 04:20:45 | → | Natch joins (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
| 2022-06-22 04:31:10 | → | tv joins (~tv@user/tv) |
| 2022-06-22 05:18:49 | × | mvk quits (~mvk@2607:fea8:5ce3:8500::4588) (Ping timeout: 248 seconds) |
| 2022-06-22 07:08:10 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2022-06-22 07:20:49 | → | benin0 joins (~benin@183.82.26.120) |
| 2022-06-22 07:24:38 | → | mc47 joins (~mc47@xmonad/TheMC47) |
| 2022-06-22 07:34:06 | → | thunderrd joins (~thunderrd@183.182.115.44) |
| 2022-06-22 08:22:31 | → | cfricke joins (~cfricke@user/cfricke) |
| 2022-06-22 08:22:38 | → | chomwitt joins (~chomwitt@2a02:587:dc0d:e600:1174:892d:39e3:5e01) |
| 2022-06-22 08:25:00 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.5) |
All times are in UTC.