2021-12-31 00:57:32 +0100 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:28cc:9bff:febc:3942) |
2021-12-31 01:03:57 +0100 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:28cc:9bff:febc:3942) (Ping timeout: 240 seconds) |
2021-12-31 01:04:27 +0100 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:7ca9:3ff:fef9:9dd2) |
2021-12-31 01:12:20 +0100 | altker128 | (~vr@192-063-181-006.res.spectrum.com) (Read error: Connection reset by peer) |
2021-12-31 01:15:38 +0100 | altker128 | (~vr@192-063-181-006.res.spectrum.com) |
2021-12-31 01:27:17 +0100 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:7ca9:3ff:fef9:9dd2) (Ping timeout: 240 seconds) |
2021-12-31 01:27:25 +0100 | dirtcastle | (~dirtcastl@103.43.203.229) |
2021-12-31 01:58:26 +0100 | confused | (~confused@71-212-29-101.tukw.qwest.net) |
2021-12-31 02:00:43 +0100 | <confused> | my xmonad freezes up after a while of window movement. If I resize a window it freezes up after about three seconds. By freeze I mean I cannot focus a new window or move them around, and all apps become uninteractive but still operational (videos will still play). Idk how to check the errors. Nvidia driver on archlinux |
2021-12-31 02:01:20 +0100 | <confused> | does not happen in KDE, I'm building my config with stack |
2021-12-31 02:05:20 +0100 | <geekosaur> | do you use xmobar? |
2021-12-31 02:07:53 +0100 | <geekosaur> | more to the point, do you use DynamicLog to feed xmonad state information to xmobar? |
2021-12-31 02:08:21 +0100 | <geekosaur> | if so, make sure you have StdinReader configured in xmobar or xmonad will hang sending state information that isn't being read |
2021-12-31 02:08:42 +0100 | <geekosaur> | (xmonad 0.17.0 has a new StatusBar interface that does not do this) |
2021-12-31 02:09:10 +0100 | <confused> | not sure, here's my config https://paste.ofcode.org/rKKQkRnUpcSSsvxcPyfgj |
2021-12-31 02:10:54 +0100 | <geekosaur> | line 39 |
2021-12-31 02:11:54 +0100 | <geekosaur> | make sure your xmobar is configured with StdinReader (it won't be by default), or change line 39 to `main = xmonad def` if you don't want what you're not currently seeing anyway |
2021-12-31 02:13:44 +0100 | <geekosaur> | you will also want to add something to start xmobar normally (i.e. not trying to send it status information) |
2021-12-31 02:14:19 +0100 | <geekosaur> | probably just add xmobar to the stuff in your autostart.sh |
2021-12-31 02:22:17 +0100 | <confused> | geekosaur: adding ", Run StdinReader" in xmobarrc fixed it, thanks! |
2021-12-31 02:45:54 +0100 | <geekosaur> | liskin, the above suggests to me something a bit worrying. are we running the logHook (and presumably X.O.windows) more or less continuously during a window move/resize? |
2021-12-31 02:46:19 +0100 | <geekosaur> | (note "freezes up after about three seconds") |
2021-12-31 02:47:18 +0100 | <geekosaur> | there's a flag for a move or resize active in XState, perhaps we should avoid unnecessary calls to X.O.windows while it's set. or is that unsound for some reason? |
2021-12-31 02:48:03 +0100 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2021-12-31 02:48:11 +0100 | <geekosaur> | perhaps run it once at the start if/when we float the window initially, then once at the end |
2021-12-31 02:49:21 +0100 | confused | (~confused@71-212-29-101.tukw.qwest.net) (Quit: Client closed) |
2021-12-31 02:58:03 +0100 | <geekosaur> | made an issue for it, so it doesn't get lost |
2021-12-31 02:59:45 +0100 | steve__ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 250 seconds) |
2021-12-31 04:02:57 +0100 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
2021-12-31 04:24:28 +0100 | banc | (banc@gateway/vpn/airvpn/banc) |
2021-12-31 04:41:20 +0100 | altker128 | (~vr@192-063-181-006.res.spectrum.com) (Ping timeout: 252 seconds) |
2021-12-31 04:48:12 +0100 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
2021-12-31 04:50:38 +0100 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) |
2021-12-31 04:54:17 +0100 | td_ | (~td@94.134.91.217) (Ping timeout: 240 seconds) |
2021-12-31 04:56:13 +0100 | td_ | (~td@muedsl-82-207-238-106.citykom.de) |
2021-12-31 05:09:23 +0100 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds) |
2021-12-31 05:33:50 +0100 | thunderrd | (~thunderrd@183.182.114.42) (Remote host closed the connection) |
2021-12-31 05:47:37 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 240 seconds) |
2021-12-31 05:50:57 +0100 | <AIM[m]> | <geekosaur> "(xmonad 0.17.0 has a new..." <- I use the status bar feature of Xmonad 0.17 makes it better |
2021-12-31 06:17:18 +0100 | thunderrd | (~thunderrd@183.182.110.86) |
2021-12-31 06:24:43 +0100 | <noex> | same. i'm really happy with that feature. |
2021-12-31 06:31:47 +0100 | <AIM[m]> | How do I make Xmobar read from hs file instead of the rc file? |
2021-12-31 08:05:38 +0100 | <noex> | not sure, i'm still using the rc |
2021-12-31 08:06:14 +0100 | <AIM[m]> | Same |
2021-12-31 08:06:36 +0100 | <AIM[m]> | Iwanna use hs file sinceI think that'd allow more configs |
2021-12-31 08:06:43 +0100 | <AIM[m]> | And customization |
2021-12-31 08:43:30 +0100 | electr0n_ | (~electr0n@about/security/founder/electr0n) |
2021-12-31 08:46:38 +0100 | electr0n | (~electr0n@about/security/founder/electr0n) (Ping timeout: 252 seconds) |
2021-12-31 09:55:42 +0100 | <liskin> | geekosaur: I think it's there to fix a bug |
2021-12-31 09:56:01 +0100 | <liskin> | I vaguely remember seeing something like that in the git history |
2021-12-31 09:56:45 +0100 | <liskin> | I'll check again once I reboot into Linux again :-) |
2021-12-31 10:09:15 +0100 | <liskin> | Or I can just look it up from my phone |
2021-12-31 10:09:29 +0100 | <liskin> | https://github.com/xmonad/xmonad/commit/4565e2c90ef522d23d3afc2cf95b9f0b423d8de4 |
2021-12-31 10:10:45 +0100 | <liskin> | We could update the StackSet without refreshing, possibly, this would avoid the extra windows/logHook invocations. A bit of a hack though |
2021-12-31 10:12:41 +0100 | edun | (~e@user/edun) |
2021-12-31 10:14:07 +0100 | dirtcastle | (~dirtcastl@103.43.203.229) (Remote host closed the connection) |
2021-12-31 10:17:42 +0100 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2021-12-31 10:17:42 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2021-12-31 10:17:45 +0100 | allbery_b | geekosaur |
2021-12-31 11:23:34 +0100 | seschwar | (~seschwar@user/seschwar) |
2021-12-31 11:25:24 +0100 | <geekosaur> | that's sad |
2021-12-31 12:31:22 +0100 | edun | (~e@user/edun) (Remote host closed the connection) |
2021-12-31 12:51:11 +0100 | mvk | (~mvk@2607:fea8:5cdd:f000::917a) (Ping timeout: 245 seconds) |
2021-12-31 13:04:30 +0100 | edun | (~e@user/edun) |
2021-12-31 13:11:28 +0100 | vesuzma | (~vesuzma@114.81.191.92.dynamic.jazztel.es) |
2021-12-31 13:13:38 +0100 | <vesuzma> | Hello! I created two ArchLinux bug trackers to upgrade xmonad to 0.17.0. I provided the patch to PKGBUILD. https://bugs.archlinux.org/task/73189 and https://bugs.archlinux.org/task/73190. Who should I contact to make this happen? |
2021-12-31 13:20:57 +0100 | <geekosaur> | couldn't tell you. but you should be aware that arch seems to be desupporting much of the haskell ecosystem because they made such a mess of it |
2021-12-31 13:21:24 +0100 | <geekosaur> | resulting in many people ignoring the arch and aur packages and using ghcup instead |
2021-12-31 13:22:17 +0100 | <Solid> | vesuzma: it explicitly tells you not to report bugs in case of outdated packages ;) |
2021-12-31 13:22:28 +0100 | <Solid> | perhaps try the mailing list or contact the maintainer for these packages directly |
2021-12-31 13:22:44 +0100 | <geekosaur> | this is somewhat less than ideal because of packages like hledger and pandoc (and to a lesser extent xmonad) because users don't want to have to deal with building them themselves, but at this point arch would have to jettison their packages and start over anyway |
2021-12-31 13:26:07 +0100 | liskin | just uses the pandoc binary from Github releases :-/ |
2021-12-31 13:26:26 +0100 | <liskin> | (because Haskell in Debian is just as dead) |
2021-12-31 13:27:14 +0100 | <geekosaur> | yeh, still thinking about offering to be a maintainer |
2021-12-31 13:27:39 +0100 | <geekosaur> | (I assume I'd have to take on a fair amount of stuff beyond xmonad anyway due to dependencies) |
2021-12-31 13:28:11 +0100 | <geekosaur> | sadly I kinda need to get a better handle on my sensory overload issues before I can offer to take on that kind of responsibility |
2021-12-31 13:31:34 +0100 | <vesuzma> | I'm a noob here. I successfully subscribed to arch-dev-public@lists.archlinux.org. I tried to send an email but it got rejected because of "This list is for ArchLinux Development and is not open for public comment". Not sure how I can proceed :). Should I contact the maintainer (felixonmars) directly? |
2021-12-31 13:32:21 +0100 | <geekosaur> | that's how I would start |
2021-12-31 13:32:42 +0100 | <vesuzma> | cool, thanks! |
2021-12-31 13:32:57 +0100 | <geekosaur> | that said, I'mnot an Arch user so I don't really know anything about their conventions |
2021-12-31 13:33:26 +0100 | <Solid> | vesuzma: I don't think felixonmars is the maintainer, they just revbumped it recently |
2021-12-31 13:33:55 +0100 | <Solid> | The package description ( https://archlinux.org/packages/community/x86_64/xmonad/ ) gives a certain Levente Polyak as the current maintainer |
2021-12-31 13:34:25 +0100 | <geekosaur> | right, the way Arch does things, updating any dependency means revbumping all dependents |
2021-12-31 13:36:44 +0100 | <vesuzma> | oh, I missed that, I swear yesterday I read Felix as a maintainer, thank you! |
2021-12-31 13:40:18 +0100 | vesuzma1 | (~manuel@114.81.191.92.dynamic.jazztel.es) |
2021-12-31 13:40:52 +0100 | vesuzma | (~vesuzma@114.81.191.92.dynamic.jazztel.es) (Quit: Leaving) |
2021-12-31 13:41:27 +0100 | <AIM[m]> | They not yet reached 0.17 :') |
2021-12-31 13:43:02 +0100 | vesuzma1 | vesuzma |
2021-12-31 13:43:14 +0100 | vesuzma | vesuzma2 |
2021-12-31 13:43:16 +0100 | vesuzma2 | vesuzma |
2021-12-31 13:44:47 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 14:16:13 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2021-12-31 14:16:13 +0100 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2021-12-31 14:16:18 +0100 | allbery_b | geekosaur |
2021-12-31 14:19:08 +0100 | vesuzma | (~manuel@114.81.191.92.dynamic.jazztel.es) (Remote host closed the connection) |
2021-12-31 14:38:06 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) |
2021-12-31 14:38:56 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 14:39:05 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 14:40:00 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 14:40:09 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 14:47:26 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 260 seconds) |
2021-12-31 14:49:24 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 14:55:56 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 14:56:06 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 15:09:11 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 15:11:53 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2021-12-31 15:12:27 +0100 | vesuzma | (~manuel@114.81.191.92.dynamic.jazztel.es) |
2021-12-31 15:27:54 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 15:28:03 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 15:44:37 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 15:44:50 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 15:49:10 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 15:50:23 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 15:51:16 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 15:51:25 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 15:59:46 +0100 | vesuzma | (~manuel@114.81.191.92.dynamic.jazztel.es) (Remote host closed the connection) |
2021-12-31 16:16:45 +0100 | <geekosaur> | weee, updates time |
2021-12-31 16:30:34 +0100 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 260 seconds) |
2021-12-31 16:32:35 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
2021-12-31 16:33:41 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) |
2021-12-31 16:47:39 +0100 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
2021-12-31 16:48:22 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 16:48:32 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 16:52:32 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 16:52:43 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:03:49 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 17:03:59 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:04:36 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:04:46 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:22:14 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 17:22:23 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:25:06 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:25:15 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:26:59 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:27:08 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:28:05 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:28:15 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:29:31 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:29:46 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:39:40 +0100 | sogens | (~gruntspla@pa49-182-6-52.pa.qld.optusnet.com.au) |
2021-12-31 17:39:57 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2021-12-31 17:44:34 +0100 | sogens | (~gruntspla@pa49-182-6-52.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
2021-12-31 17:44:46 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:46:33 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:46:43 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:50:56 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:51:05 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 17:52:47 +0100 | edun | (~e@user/edun) (Quit: Leaving.) |
2021-12-31 17:52:59 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 17:53:08 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 18:02:06 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 18:02:33 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 18:17:11 +0100 | dirtcastle | (~dirtcastl@103.43.203.229) |
2021-12-31 19:05:10 +0100 | banc | (banc@gateway/vpn/airvpn/banc) |
2021-12-31 19:19:10 +0100 | <liskin> | geekosaur: yeah taking additional responsibilities seems to be a rather silly idea at this point :-) |
2021-12-31 19:20:35 +0100 | <liskin> | As I continue with my exercise plan, it becomes clearer and clearer that the problem is the old scaphoid non-union. I wonder if the bone is even salvageable now |
2021-12-31 19:22:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 245 seconds) |
2021-12-31 19:23:47 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 19:47:37 +0100 | dirtcastle | (~dirtcastl@103.43.203.229) (Ping timeout: 240 seconds) |
2021-12-31 19:47:46 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d82:4760:e8ba:94ff:fe7a:70a1) |
2021-12-31 19:51:57 +0100 | dirtcastle | (~dirtcastl@2409:4072:6d82:4760:e8ba:94ff:fe7a:70a1) (Ping timeout: 240 seconds) |
2021-12-31 19:55:08 +0100 | <noex> | ended up getting the PR worked out https://github.com/gentoo/gentoo/pull/23597 nothing yet though |
2021-12-31 19:57:31 +0100 | <noex> | liskin: well, if it makes you feel any better, you are not alone. i'm in my 30's and decided to improve my health by running. i got a mystery injury and just had hip surgery. sometimes I feel like i'm 34 going on 65. |
2021-12-31 19:59:31 +0100 | <noex> | what they thought was the problem wasn't the problem, so after I recover from this, I may still not be able to run. it sucks. |
2021-12-31 19:59:48 +0100 | <noex> | liskin: is there anything they can do for you? |
2021-12-31 20:14:07 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 20:14:18 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 20:15:54 +0100 | <liskin> | noex: oh shit :-/ |
2021-12-31 20:16:11 +0100 | <liskin> | No idea what's the next step here |
2021-12-31 20:16:44 +0100 | <liskin> | Hopefully they'll send me for an x-ray or CT or something |
2021-12-31 20:17:24 +0100 | <geekosaur> | I'm up for forensic psychiatry, whatever the * that is |
2021-12-31 20:17:27 +0100 | <liskin> | But no idea what then. It's tricky to heal even if caught early, internets tell me |
2021-12-31 20:17:56 +0100 | <geekosaur> | wrists are bad news :( |
2021-12-31 20:17:59 +0100 | <liskin> | My brother had his hand immobilized for 4 months |
2021-12-31 20:18:10 +0100 | <geekosaur> | no blood flow to speak of, so no healing to speak of |
2021-12-31 20:18:12 +0100 | <liskin> | But then it's fine. |
2021-12-31 20:18:43 +0100 | <liskin> | But I just ignored it for years, and only found out on an unrelated x-ray years after |
2021-12-31 20:18:53 +0100 | <liskin> | And then it was fine. Until it wasn't |
2021-12-31 20:20:07 +0100 | <liskin> | Forensic psychiatry sounds like you killed someone and now they need to decide whether you go to jail or to a mental institution |
2021-12-31 20:20:19 +0100 | <liskin> | Hope it's not that :-D |
2021-12-31 20:20:41 +0100 | <geekosaur> | nope |
2021-12-31 20:21:12 +0100 | <geekosaur> | actually it's because I applied for disability, since my brain keeps shutting down due to sensory overload so I can't work any more |
2021-12-31 20:21:25 +0100 | <geekosaur> | they want a second opinion from not-my-psych |
2021-12-31 20:22:03 +0100 | <geekosaur> | meanwhile I'm on a shitload of drugs that only sort-of help |
2021-12-31 20:22:54 +0100 | <geekosaur> | and the older I get the worse it gets :( |
2021-12-31 20:43:34 +0100 | electr0n | (~electr0n@about/security/founder/electr0n) |
2021-12-31 20:47:06 +0100 | electr0n_ | (~electr0n@about/security/founder/electr0n) (Ping timeout: 268 seconds) |
2021-12-31 21:00:42 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 21:00:51 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 21:32:26 +0100 | ml| | (~ml|@user/ml/x-5298235) (Ping timeout: 245 seconds) |
2021-12-31 21:35:01 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 21:35:11 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 21:46:30 +0100 | ml| | (~ml|@user/ml/x-5298235) |
2021-12-31 21:47:29 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 250 seconds) |
2021-12-31 21:49:34 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 21:51:58 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
2021-12-31 21:52:07 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 22:18:48 +0100 | jludwig | (~justin@user/jludwig) (Quit: ZNC - https://znc.in) |
2021-12-31 22:24:04 +0100 | jludwig | (~justin@user/jludwig) |
2021-12-31 22:33:05 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 22:34:17 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
2021-12-31 22:51:23 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 22:51:32 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 22:51:51 +0100 | mvk | (~mvk@2607:fea8:5cdd:f000::917a) |
2021-12-31 22:54:40 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) |
2021-12-31 22:57:07 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2021-12-31 23:00:18 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
2021-12-31 23:01:31 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 23:16:11 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
2021-12-31 23:16:53 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 23:43:17 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) |
2021-12-31 23:46:59 +0100 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
2021-12-31 23:48:46 +0100 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) (Ping timeout: 260 seconds) |
2021-12-31 23:50:32 +0100 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
2021-12-31 23:55:43 +0100 | twiclo1 | (~twiclo@mail.twil.cx) |
2021-12-31 23:56:25 +0100 | allbery_b | (~geekosaur@xmonad/geekosaur) |
2021-12-31 23:56:25 +0100 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
2021-12-31 23:56:30 +0100 | allbery_b | geekosaur |