| 2021-12-31 00:03:57 +0000 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:28cc:9bff:febc:3942) (Ping timeout: 240 seconds) |
| 2021-12-31 00:04:27 +0000 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:7ca9:3ff:fef9:9dd2) |
| 2021-12-31 00:12:20 +0000 | altker128 | (~vr@192-063-181-006.res.spectrum.com) (Read error: Connection reset by peer) |
| 2021-12-31 00:15:38 +0000 | altker128 | (~vr@192-063-181-006.res.spectrum.com) |
| 2021-12-31 00:27:17 +0000 | dirtcastle | (~dirtcastl@2409:4072:8e91:999e:7ca9:3ff:fef9:9dd2) (Ping timeout: 240 seconds) |
| 2021-12-31 00:27:25 +0000 | dirtcastle | (~dirtcastl@103.43.203.229) |
| 2021-12-31 00:58:26 +0000 | confused | (~confused@71-212-29-101.tukw.qwest.net) |
| 2021-12-31 01:00:43 +0000 | <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 01:01:20 +0000 | <confused> | does not happen in KDE, I'm building my config with stack |
| 2021-12-31 01:05:20 +0000 | <geekosaur> | do you use xmobar? |
| 2021-12-31 01:07:53 +0000 | <geekosaur> | more to the point, do you use DynamicLog to feed xmonad state information to xmobar? |
| 2021-12-31 01:08:21 +0000 | <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 01:08:42 +0000 | <geekosaur> | (xmonad 0.17.0 has a new StatusBar interface that does not do this) |
| 2021-12-31 01:09:10 +0000 | <confused> | not sure, here's my config https://paste.ofcode.org/rKKQkRnUpcSSsvxcPyfgj |
| 2021-12-31 01:10:54 +0000 | <geekosaur> | line 39 |
| 2021-12-31 01:11:54 +0000 | <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 01:13:44 +0000 | <geekosaur> | you will also want to add something to start xmobar normally (i.e. not trying to send it status information) |
| 2021-12-31 01:14:19 +0000 | <geekosaur> | probably just add xmobar to the stuff in your autostart.sh |
| 2021-12-31 01:22:17 +0000 | <confused> | geekosaur: adding ", Run StdinReader" in xmobarrc fixed it, thanks! |
| 2021-12-31 01:45:54 +0000 | <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 01:46:19 +0000 | <geekosaur> | (note "freezes up after about three seconds") |
| 2021-12-31 01:47:18 +0000 | <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 01:48:03 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-12-31 01:48:11 +0000 | <geekosaur> | perhaps run it once at the start if/when we float the window initially, then once at the end |
| 2021-12-31 01:49:21 +0000 | confused | (~confused@71-212-29-101.tukw.qwest.net) (Quit: Client closed) |
| 2021-12-31 01:58:03 +0000 | <geekosaur> | made an issue for it, so it doesn't get lost |
| 2021-12-31 01:59:45 +0000 | steve__ | (~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 250 seconds) |
| 2021-12-31 03:02:57 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 240 seconds) |
| 2021-12-31 03:24:28 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2021-12-31 03:41:20 +0000 | altker128 | (~vr@192-063-181-006.res.spectrum.com) (Ping timeout: 252 seconds) |
| 2021-12-31 03:48:12 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat) |
| 2021-12-31 03:50:38 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2021-12-31 03:54:17 +0000 | td_ | (~td@94.134.91.217) (Ping timeout: 240 seconds) |
| 2021-12-31 03:56:13 +0000 | td_ | (~td@muedsl-82-207-238-106.citykom.de) |
| 2021-12-31 04:09:23 +0000 | rekahsoft | (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds) |
| 2021-12-31 04:33:50 +0000 | thunderrd | (~thunderrd@183.182.114.42) (Remote host closed the connection) |
| 2021-12-31 04:47:37 +0000 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 240 seconds) |
| 2021-12-31 04:50:57 +0000 | <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 05:17:18 +0000 | thunderrd | (~thunderrd@183.182.110.86) |
| 2021-12-31 05:24:43 +0000 | <noex> | same. i'm really happy with that feature. |
| 2021-12-31 05:31:47 +0000 | <AIM[m]> | How do I make Xmobar read from hs file instead of the rc file? |
| 2021-12-31 07:05:38 +0000 | <noex> | not sure, i'm still using the rc |
| 2021-12-31 07:06:14 +0000 | <AIM[m]> | Same |
| 2021-12-31 07:06:36 +0000 | <AIM[m]> | Iwanna use hs file sinceI think that'd allow more configs |
| 2021-12-31 07:06:43 +0000 | <AIM[m]> | And customization |
| 2021-12-31 07:43:30 +0000 | electr0n_ | (~electr0n@about/security/founder/electr0n) |
| 2021-12-31 07:46:38 +0000 | electr0n | (~electr0n@about/security/founder/electr0n) (Ping timeout: 252 seconds) |
| 2021-12-31 08:55:42 +0000 | <liskin> | geekosaur: I think it's there to fix a bug |
| 2021-12-31 08:56:01 +0000 | <liskin> | I vaguely remember seeing something like that in the git history |
| 2021-12-31 08:56:45 +0000 | <liskin> | I'll check again once I reboot into Linux again :-) |
| 2021-12-31 09:09:15 +0000 | <liskin> | Or I can just look it up from my phone |
| 2021-12-31 09:09:29 +0000 | <liskin> | https://github.com/xmonad/xmonad/commit/4565e2c90ef522d23d3afc2cf95b9f0b423d8de4 |
| 2021-12-31 09:10:45 +0000 | <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 09:12:41 +0000 | edun | (~e@user/edun) |
| 2021-12-31 09:14:07 +0000 | dirtcastle | (~dirtcastl@103.43.203.229) (Remote host closed the connection) |
| 2021-12-31 09:17:42 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2021-12-31 09:17:42 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-12-31 09:17:45 +0000 | allbery_b | geekosaur |
| 2021-12-31 10:23:34 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2021-12-31 10:25:24 +0000 | <geekosaur> | that's sad |
| 2021-12-31 11:31:22 +0000 | edun | (~e@user/edun) (Remote host closed the connection) |
| 2021-12-31 11:51:11 +0000 | mvk | (~mvk@2607:fea8:5cdd:f000::917a) (Ping timeout: 245 seconds) |
| 2021-12-31 12:04:30 +0000 | edun | (~e@user/edun) |
| 2021-12-31 12:11:28 +0000 | vesuzma | (~vesuzma@114.81.191.92.dynamic.jazztel.es) |
| 2021-12-31 12:13:38 +0000 | <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 12:20:57 +0000 | <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 12:21:24 +0000 | <geekosaur> | resulting in many people ignoring the arch and aur packages and using ghcup instead |
| 2021-12-31 12:22:17 +0000 | <Solid> | vesuzma: it explicitly tells you not to report bugs in case of outdated packages ;) |
| 2021-12-31 12:22:28 +0000 | <Solid> | perhaps try the mailing list or contact the maintainer for these packages directly |
| 2021-12-31 12:22:44 +0000 | <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 12:26:07 +0000 | liskin | just uses the pandoc binary from Github releases :-/ |
| 2021-12-31 12:26:26 +0000 | <liskin> | (because Haskell in Debian is just as dead) |
| 2021-12-31 12:27:14 +0000 | <geekosaur> | yeh, still thinking about offering to be a maintainer |
| 2021-12-31 12:27:39 +0000 | <geekosaur> | (I assume I'd have to take on a fair amount of stuff beyond xmonad anyway due to dependencies) |
| 2021-12-31 12:28:11 +0000 | <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 12:31:34 +0000 | <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 12:32:21 +0000 | <geekosaur> | that's how I would start |
| 2021-12-31 12:32:42 +0000 | <vesuzma> | cool, thanks! |
| 2021-12-31 12:32:57 +0000 | <geekosaur> | that said, I'mnot an Arch user so I don't really know anything about their conventions |
| 2021-12-31 12:33:26 +0000 | <Solid> | vesuzma: I don't think felixonmars is the maintainer, they just revbumped it recently |
| 2021-12-31 12:33:55 +0000 | <Solid> | The package description ( https://archlinux.org/packages/community/x86_64/xmonad/ ) gives a certain Levente Polyak as the current maintainer |
| 2021-12-31 12:34:25 +0000 | <geekosaur> | right, the way Arch does things, updating any dependency means revbumping all dependents |
| 2021-12-31 12:36:44 +0000 | <vesuzma> | oh, I missed that, I swear yesterday I read Felix as a maintainer, thank you! |
| 2021-12-31 12:40:18 +0000 | vesuzma1 | (~manuel@114.81.191.92.dynamic.jazztel.es) |
| 2021-12-31 12:40:52 +0000 | vesuzma | (~vesuzma@114.81.191.92.dynamic.jazztel.es) (Quit: Leaving) |
| 2021-12-31 12:41:27 +0000 | <AIM[m]> | They not yet reached 0.17 :') |
| 2021-12-31 12:43:02 +0000 | vesuzma1 | vesuzma |
| 2021-12-31 12:43:14 +0000 | vesuzma | vesuzma2 |
| 2021-12-31 12:43:16 +0000 | vesuzma2 | vesuzma |
| 2021-12-31 12:44:47 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 13:16:13 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-12-31 13:16:13 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2021-12-31 13:16:18 +0000 | allbery_b | geekosaur |
| 2021-12-31 13:19:08 +0000 | vesuzma | (~manuel@114.81.191.92.dynamic.jazztel.es) (Remote host closed the connection) |
| 2021-12-31 13:38:06 +0000 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) |
| 2021-12-31 13:38:56 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 13:39:05 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 13:40:00 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 13:40:09 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 13:47:26 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 260 seconds) |
| 2021-12-31 13:49:24 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 13:55:56 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 13:56:06 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 14:09:11 +0000 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 14:11:53 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
| 2021-12-31 14:12:27 +0000 | vesuzma | (~manuel@114.81.191.92.dynamic.jazztel.es) |
| 2021-12-31 14:27:54 +0000 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 14:28:03 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 14:44:37 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 14:44:50 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 14:49:10 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 14:50:23 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 14:51:16 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 14:51:25 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 14:59:46 +0000 | vesuzma | (~manuel@114.81.191.92.dynamic.jazztel.es) (Remote host closed the connection) |
| 2021-12-31 15:16:45 +0000 | <geekosaur> | weee, updates time |
| 2021-12-31 15:30:34 +0000 | curiousgay | (~curiousga@77-120-141-90.kha.volia.net) (Ping timeout: 260 seconds) |
| 2021-12-31 15:32:35 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Quit: Leaving) |
| 2021-12-31 15:33:41 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2021-12-31 15:47:39 +0000 | banc | (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2021-12-31 15:48:22 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 15:48:32 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 15:52:32 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 15:52:43 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:03:49 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 16:03:59 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:04:36 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:04:46 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:22:14 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 16:22:23 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:25:06 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:25:15 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:26:59 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:27:08 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:28:05 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:28:15 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:29:31 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:29:46 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:39:40 +0000 | sogens | (~gruntspla@pa49-182-6-52.pa.qld.optusnet.com.au) |
| 2021-12-31 16:39:57 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
| 2021-12-31 16:44:34 +0000 | sogens | (~gruntspla@pa49-182-6-52.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
| 2021-12-31 16:44:46 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:46:33 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:46:43 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:50:56 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:51:05 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 16:52:47 +0000 | edun | (~e@user/edun) (Quit: Leaving.) |
| 2021-12-31 16:52:59 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 16:53:08 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 17:02:06 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 17:02:33 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 17:17:11 +0000 | dirtcastle | (~dirtcastl@103.43.203.229) |
| 2021-12-31 18:05:10 +0000 | banc | (banc@gateway/vpn/airvpn/banc) |
| 2021-12-31 18:19:10 +0000 | <liskin> | geekosaur: yeah taking additional responsibilities seems to be a rather silly idea at this point :-) |
| 2021-12-31 18:20:35 +0000 | <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 18:22:51 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 245 seconds) |
| 2021-12-31 18:23:47 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 18:47:37 +0000 | dirtcastle | (~dirtcastl@103.43.203.229) (Ping timeout: 240 seconds) |
| 2021-12-31 18:47:46 +0000 | dirtcastle | (~dirtcastl@2409:4072:6d82:4760:e8ba:94ff:fe7a:70a1) |
| 2021-12-31 18:51:57 +0000 | dirtcastle | (~dirtcastl@2409:4072:6d82:4760:e8ba:94ff:fe7a:70a1) (Ping timeout: 240 seconds) |
| 2021-12-31 18:55:08 +0000 | <noex> | ended up getting the PR worked out https://github.com/gentoo/gentoo/pull/23597 nothing yet though |
| 2021-12-31 18:57:31 +0000 | <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 18:59:31 +0000 | <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 18:59:48 +0000 | <noex> | liskin: is there anything they can do for you? |
| 2021-12-31 19:14:07 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 19:14:18 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 19:15:54 +0000 | <liskin> | noex: oh shit :-/ |
| 2021-12-31 19:16:11 +0000 | <liskin> | No idea what's the next step here |
| 2021-12-31 19:16:44 +0000 | <liskin> | Hopefully they'll send me for an x-ray or CT or something |
| 2021-12-31 19:17:24 +0000 | <geekosaur> | I'm up for forensic psychiatry, whatever the * that is |
| 2021-12-31 19:17:27 +0000 | <liskin> | But no idea what then. It's tricky to heal even if caught early, internets tell me |
| 2021-12-31 19:17:56 +0000 | <geekosaur> | wrists are bad news :( |
| 2021-12-31 19:17:59 +0000 | <liskin> | My brother had his hand immobilized for 4 months |
| 2021-12-31 19:18:10 +0000 | <geekosaur> | no blood flow to speak of, so no healing to speak of |
| 2021-12-31 19:18:12 +0000 | <liskin> | But then it's fine. |
| 2021-12-31 19:18:43 +0000 | <liskin> | But I just ignored it for years, and only found out on an unrelated x-ray years after |
| 2021-12-31 19:18:53 +0000 | <liskin> | And then it was fine. Until it wasn't |
| 2021-12-31 19:20:07 +0000 | <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 19:20:19 +0000 | <liskin> | Hope it's not that :-D |
| 2021-12-31 19:20:41 +0000 | <geekosaur> | nope |
| 2021-12-31 19:21:12 +0000 | <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 19:21:25 +0000 | <geekosaur> | they want a second opinion from not-my-psych |
| 2021-12-31 19:22:03 +0000 | <geekosaur> | meanwhile I'm on a shitload of drugs that only sort-of help |
| 2021-12-31 19:22:54 +0000 | <geekosaur> | and the older I get the worse it gets :( |
| 2021-12-31 19:43:34 +0000 | electr0n | (~electr0n@about/security/founder/electr0n) |
| 2021-12-31 19:47:06 +0000 | electr0n_ | (~electr0n@about/security/founder/electr0n) (Ping timeout: 268 seconds) |
| 2021-12-31 20:00:42 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 20:00:51 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 20:32:26 +0000 | ml| | (~ml|@user/ml/x-5298235) (Ping timeout: 245 seconds) |
| 2021-12-31 20:35:01 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 20:35:11 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 20:46:30 +0000 | ml| | (~ml|@user/ml/x-5298235) |
| 2021-12-31 20:47:29 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 250 seconds) |
| 2021-12-31 20:49:34 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 20:51:58 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Client Quit) |
| 2021-12-31 20:52:07 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 21:18:48 +0000 | jludwig | (~justin@user/jludwig) (Quit: ZNC - https://znc.in) |
| 2021-12-31 21:24:04 +0000 | jludwig | (~justin@user/jludwig) |
| 2021-12-31 21:33:05 +0000 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 21:34:17 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 240 seconds) |
| 2021-12-31 21:51:23 +0000 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 21:51:32 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 21:51:51 +0000 | mvk | (~mvk@2607:fea8:5cdd:f000::917a) |
| 2021-12-31 21:54:40 +0000 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) |
| 2021-12-31 21:57:07 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
| 2021-12-31 22:00:18 +0000 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) (Ping timeout: 268 seconds) |
| 2021-12-31 22:01:31 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 22:16:11 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Quit: WeeChat 3.4) |
| 2021-12-31 22:16:53 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 22:43:17 +0000 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) |
| 2021-12-31 22:46:59 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) (Ping timeout: 256 seconds) |
| 2021-12-31 22:48:46 +0000 | sogens | (~gruntspla@pa49-197-144-93.pa.qld.optusnet.com.au) (Ping timeout: 260 seconds) |
| 2021-12-31 22:50:32 +0000 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 22:55:43 +0000 | twiclo1 | (~twiclo@mail.twil.cx) |
| 2021-12-31 22:56:25 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2021-12-31 22:56:25 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-12-31 22:56:30 +0000 | allbery_b | geekosaur |
| 2021-12-31 23:08:57 +0000 | vanvik6 | (~vanvik@82.194.204.210) |
| 2021-12-31 23:09:55 +0000 | coldpress_ | (~coldpress@128.9.105.34.bc.googleusercontent.com) |
| 2021-12-31 23:12:00 +0000 | jsoo_ | (~znc@irc.refl.club) |
| 2021-12-31 23:12:05 +0000 | werneta_ | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-12-31 23:12:44 +0000 | seschwar | (~seschwar@user/seschwar) (Killed (NickServ (GHOST command used by seschwar1))) |
| 2021-12-31 23:12:47 +0000 | gruntsplatter | (~gruntspla@gateway/vpn/pia/gruntsplatter) |
| 2021-12-31 23:12:49 +0000 | seschwar1 | (~seschwar@user/seschwar) |
| 2021-12-31 23:16:44 +0000 | Solitary_ | (~Solitary@user/solitary) |
| 2021-12-31 23:17:27 +0000 | sogens | (~gruntspla@gateway/vpn/pia/gruntsplatter) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | thunderrd | (~thunderrd@183.182.110.86) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | Forkk | (~forkk@li926-228.members.linode.com) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | vanvik | (~vanvik@82.194.204.210) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | x88x88x | (~x88x88x@149.28.53.172) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | coldpress | (~coldpress@128.9.105.34.bc.googleusercontent.com) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | Solitary | (~Solitary@user/solitary) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | Buliarous | (~gypsydang@46.232.210.139) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | exordiri | (~ex@user/exordiri) (*.net *.split) |
| 2021-12-31 23:17:28 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2021-12-31 23:17:29 +0000 | jsoo | (~znc@irc.refl.club) (*.net *.split) |
| 2021-12-31 23:17:29 +0000 | nomadxx3 | (~lanomadx@69.167.42.149) (*.net *.split) |
| 2021-12-31 23:17:29 +0000 | joshproehl | (~quassel@user/joshproehl) (*.net *.split) |
| 2021-12-31 23:17:29 +0000 | vanvik6 | vanvik |
| 2021-12-31 23:19:40 +0000 | Solitary_ | Solitary |
| 2021-12-31 23:20:25 +0000 | Buliarous | (~gypsydang@46.232.210.139) |
| 2021-12-31 23:20:25 +0000 | Forkk | (~forkk@li926-228.members.linode.com) |
| 2021-12-31 23:20:25 +0000 | x88x88x | (~x88x88x@149.28.53.172) |
| 2021-12-31 23:20:25 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2021-12-31 23:20:25 +0000 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2021-12-31 23:20:25 +0000 | exordiri | (~ex@user/exordiri) |
| 2021-12-31 23:20:25 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2021-12-31 23:20:25 +0000 | nomadxx3 | (~lanomadx@69.167.42.149) |
| 2021-12-31 23:20:25 +0000 | joshproehl | (~quassel@user/joshproehl) |
| 2021-12-31 23:24:16 +0000 | thunderrd | (~thunderrd@183.182.110.86) |
| 2021-12-31 23:27:57 +0000 | twiclo1 | (~twiclo@mail.twil.cx) (Ping timeout: 240 seconds) |
| 2021-12-31 23:28:21 +0000 | twiclo1 | (~twiclo@vpn.utahbroadband.com) |