2021-06-01 00:01:42 +0200 | jg | (~jrgiacone@47.149.222.98) |
2021-06-01 00:05:00 +0200 | <jg> | what shell are yall rocking? |
2021-06-01 00:09:36 +0200 | <liskin> | "good" old bash :-) |
2021-06-01 00:09:36 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
2021-06-01 00:14:44 +0200 | srk | (~sorki@user/srk) (Ping timeout: 252 seconds) |
2021-06-01 00:25:43 +0200 | Natch | (~natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (Read error: Connection reset by peer) |
2021-06-01 00:26:25 +0200 | jg | (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
2021-06-01 00:29:56 +0200 | jg | (~jrgiacone@47.149.222.98) |
2021-06-01 00:30:41 +0200 | srk | (~sorki@user/srk) |
2021-06-01 00:32:54 +0200 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
2021-06-01 01:03:07 +0200 | <ectospasm> | zsh here on my local systems and VPSes. bash on systems deployed at customer premises. |
2021-06-01 01:03:50 +0200 | <ectospasm> | I usually write shell scripts in bash, until I run into something that doesn't work in bash (like variable interpolation within brace expansions). |
2021-06-01 01:04:56 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
2021-06-01 01:08:48 +0200 | vanvik | (~vanvik@82.194.204.210) (Quit: Ping timeout (120 seconds)) |
2021-06-01 01:09:08 +0200 | vanvik | (~vanvik@82.194.204.210) |
2021-06-01 01:13:26 +0200 | <jg> | yea ive been itching to try zsh for the autocomplete |
2021-06-01 01:13:40 +0200 | <jg> | trying in a vm its kinda cool, but omzsh is kinda bloated no? |
2021-06-01 01:20:48 +0200 | cyr4x3 | (~cyr4x3@139.47.116.53) (Quit: WeeChat 2.3) |
2021-06-01 01:23:44 +0200 | <jg> | do yall know why sudo htop runs so much faster than htop? |
2021-06-01 01:30:27 +0200 | jg | (~jrgiacone@47.149.222.98) (Quit: leaving) |
2021-06-01 01:32:45 +0200 | jg | (~jrgiacone@47.149.222.98) |
2021-06-01 01:32:56 +0200 | <jg> | it was the showing of cpu frequencies that it struggles with |
2021-06-01 01:40:39 +0200 | jaunedir | (~jaunedir@2806:104e:13:7bdb:dfa:a974:fff9:6ea6) |
2021-06-01 01:46:58 +0200 | jg | (~jrgiacone@47.149.222.98) (Quit: leaving) |
2021-06-01 01:47:08 +0200 | <jaunedir> | Hello there, i'm trying to add the volume function keys to my xmonad config file, but I cannot find the keycode for the Function 'Fn' key |
2021-06-01 01:48:37 +0200 | <geekosaur> | it doesn't have opne, and is generally handled by the machine BIOS |
2021-06-01 01:50:10 +0200 | <geekosaur> | generally the Fn+key shows up as a base keysym to X11 (that is, no modifiers) |
2021-06-01 01:52:09 +0200 | <geekosaur> | and some Fn+key sequences are handled completely by the BIOS and don't show up to X11 at all, if they're passed through in any fashion it's as ACPI events (e.g. suspend key) |
2021-06-01 01:52:34 +0200 | <geekosaur> | use xev to see what's going on when you press it |
2021-06-01 01:52:35 +0200 | <jaunedir> | :geekosaur oh, thanks. so is there a way to tell this to xmonad? |
2021-06-01 01:52:52 +0200 | <geekosaur> | what exactly are you trying to do? |
2021-06-01 01:54:33 +0200 | <jaunedir> | I'm trying to map Fn + F2 to lower volume and Fn + F3 to increase it. Right now increasing and lowering it without the Function modifier works |
2021-06-01 01:55:40 +0200 | <geekosaur> | so use xev to find out the keysyms sent by Fn+F2 and Fn+F3, and bind those keysyms in xmonad. if xev only reports keycodes, you'd have to use Xkb or xmodmap to bind keysyms to those keys |
2021-06-01 01:56:06 +0200 | <jaunedir> | when I press Fn using `xev` I get a keycode 151, when pressing it with Fn + F2 it returns a keycode 122 |
2021-06-01 01:57:20 +0200 | <geekosaur> | 151 seems odd, I et XF86WakeUp as the keysym. (you bind keysyms in xmonad, not keycodes) |
2021-06-01 01:57:57 +0200 | <liskin> | XF86WakeUp is the Fn key |
2021-06-01 01:58:25 +0200 | <liskin> | it seems weird, but that's it actually is on a ThinkPad: it's the only key on the keyboard that wakes the laptop up from sleep |
2021-06-01 01:58:37 +0200 | <liskin> | *that's what … |
2021-06-01 01:58:37 +0200 | <geekosaur> | 122 is XF86AudioLowerVolume and should be bindable as such, althoguh they look like xK_XF86... in Haskell |
2021-06-01 01:58:45 +0200 | <jaunedir> | my keysysm when pressing Fn + F2 and Fn + F3 are `0x10008ff11` and `0x10008ff11`, respectively |
2021-06-01 01:59:30 +0200 | <geekosaur> | same keysym for both? |
2021-06-01 01:59:44 +0200 | <geekosaur> | liskin, not on my X220 fwiw |
2021-06-01 01:59:51 +0200 | <jaunedir> | sorry, |
2021-06-01 02:00:11 +0200 | <jaunedir> | i meant `0x10008ff11` and `0x10008ff13` |
2021-06-01 02:00:49 +0200 | <jaunedir> | concidentally, i algo get the XF86WakeUp, I'm using a Thinkpad too |
2021-06-01 02:01:56 +0200 | <jaunedir> | :geekosaur I will try adding the xK_XF86... |
2021-06-01 02:02:33 +0200 | <geekosaur> | I don't see either of those keysyms in the X11 include files, unfortunately, so you may have to rebind them. alternately just use those numbers directly |
2021-06-01 02:03:24 +0200 | <jaunedir> | F, how do I add the keysym directly into the haskell config? |
2021-06-01 02:05:38 +0200 | <geekosaur> | hm, if you're using additionalKeysP you probably can't and have to rebind the keys to something you can |
2021-06-01 02:06:00 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
2021-06-01 02:06:06 +0200 | <jaunedir> | ```xK_XF86AudioRaiseVolume``` and ```xK_XF86AudioLowerVolume``` gives me an error. ```Variable not in scope: ... :: KeySym``` |
2021-06-01 02:06:32 +0200 | <jaunedir> | :geekosaur what are additionalKeysP ? |
2021-06-01 02:06:34 +0200 | <geekosaur> | yes, there's an additional import you need for those |
2021-06-01 02:06:47 +0200 | <geekosaur> | don't worry about it |
2021-06-01 02:06:56 +0200 | <jaunedir> | oh, which is the name of the lib? |
2021-06-01 02:06:56 +0200 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
2021-06-01 02:07:01 +0200 | <geekosaur> | it's an alternative way to bind keys |
2021-06-01 02:08:17 +0200 | <geekosaur> | I'm sorry, I gave you the wrong names, turns out they're xF86XK_AudioLowerVolume etc. |
2021-06-01 02:08:35 +0200 | <jaunedir> | oh, no problem |
2021-06-01 02:08:35 +0200 | <geekosaur> | and they're in Graphics.X11.ExtraTypes.XF86 |
2021-06-01 02:10:23 +0200 | <jaunedir> | hmmm... I'm getting an error importing that library |
2021-06-01 02:10:48 +0200 | <jaunedir> | oh, I wrote it wrong. never mind |
2021-06-01 02:12:22 +0200 | <jaunedir> | wow, it works great now! Thanks (wo)man ! |
2021-06-01 02:12:32 +0200 | <liskin> | geekosaur: that's the last series with the proper 7-row keyboard, possibly they mapped the wakeup key after that |
2021-06-01 02:13:07 +0200 | <liskin> | the T25 does map Fn to wakeup, but that doesn't mean anything :-) |
2021-06-01 02:14:47 +0200 | jaunedir | (~jaunedir@2806:104e:13:7bdb:dfa:a974:fff9:6ea6) (Quit: Client closed) |
2021-06-01 02:17:37 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
2021-06-01 03:03:33 +0200 | wenzel | (~wenzel@user/wenzel) (Read error: Connection reset by peer) |
2021-06-01 03:03:57 +0200 | wenzel | (~wenzel@user/wenzel) |
2021-06-01 03:15:36 +0200 | hexo | (~hexo@2a02-ab04-2843-9500-a8a2-cddc-7632-85af.dynamic.v6.chello.sk) (Ping timeout: 268 seconds) |
2021-06-01 03:45:23 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 265 seconds) |
2021-06-01 04:21:46 +0200 | themainman | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
2021-06-01 04:31:29 +0200 | td_ | (~td@muedsl-82-207-238-238.citykom.de) (Ping timeout: 264 seconds) |
2021-06-01 04:33:18 +0200 | td_ | (~td@94.134.91.112) |
2021-06-01 05:27:14 +0200 | berberman_ | (~berberman@user/berberman) |
2021-06-01 05:27:41 +0200 | berberman | (~berberman@user/berberman) (Ping timeout: 252 seconds) |
2021-06-01 05:28:33 +0200 | jg | (~jrgiacone@47.149.222.98) |
2021-06-01 05:37:49 +0200 | jg | (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
2021-06-01 05:38:10 +0200 | jg | (~jrgiacone@47.149.222.98) |
2021-06-01 06:35:22 +0200 | wonko | (~wjc@62.115.229.50) |
2021-06-01 06:43:35 +0200 | milosz_ | (~milosz@user/milosz) (Read error: Connection reset by peer) |
2021-06-01 06:43:54 +0200 | milosz_ | (~milosz@user/milosz) |
2021-06-01 06:56:35 +0200 | jg | (~jrgiacone@47.149.222.98) (Ping timeout: 244 seconds) |
2021-06-01 08:24:10 +0200 | <Solid> | that's the last series with the proper 7-row keyboard >> the x230 (and T430 I believe) can actually have the nice keyboards hacked into them |
2021-06-01 08:24:26 +0200 | <Solid> | only requires very slight modification to both |
2021-06-01 08:24:38 +0200 | <Solid> | s/ion/ions/ |
2021-06-01 08:51:27 +0200 | mc47 | (~yecinem@89.246.239.190) |
2021-06-01 09:17:56 +0200 | <mc47> | liskin thanks for noticing the problem with the pipes |
2021-06-01 09:18:10 +0200 | <mc47> | I played with it yesterday, and it flat out didn't work |
2021-06-01 09:18:18 +0200 | <mc47> | was an easy fix though |
2021-06-01 09:18:53 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 264 seconds) |
2021-06-01 09:32:45 +0200 | <Solid> | oh nice the x11 release is coming closer |
2021-06-01 09:38:17 +0200 | <liskin> | it was almost done yesterday but then I realized hackage won't generate the docs so I need to deal with generating and uploading that as well |
2021-06-01 09:38:40 +0200 | <liskin> | I'm going to do this once I get my morning coffee |
2021-06-01 09:39:04 +0200 | <liskin> | and then we'll have one-click releases for all three packages \o/ |
2021-06-01 09:40:37 +0200 | <Solid> | nice! |
2021-06-01 09:40:53 +0200 | <mc47> | awesome! thanks a lot liskin |
2021-06-01 09:41:42 +0200 | <Solid> | I wonder how we'll manage with the release announcement |
2021-06-01 09:41:47 +0200 | <Solid> | even just the breaking changes are quite long |
2021-06-01 09:43:06 +0200 | <liskin> | the nice way to do that would be to have an announcement that select a couple high-impact changes and showcases them with screenshots/videos and then just a link to the long details |
2021-06-01 09:43:23 +0200 | <liskin> | we don't want to spend a month writing that though :-) |
2021-06-01 09:43:39 +0200 | <Solid> | :D |
2021-06-01 09:44:52 +0200 | <Solid> | we probably need a few lines on migration for some of the breaking changes at least |
2021-06-01 10:04:12 +0200 | <liskin> | might just link to the breaking changes of the long CHANGES.md |
2021-06-01 11:27:20 +0200 | Nahra | (~user@static.161.95.99.88.clients.your-server.de) |
2021-06-01 11:32:40 +0200 | qbt | (~edun@user/edun) |
2021-06-01 11:37:04 +0200 | themainman | (~themainma@user/themainman) |
2021-06-01 11:40:57 +0200 | mc47 | (~yecinem@89.246.239.190) (Remote host closed the connection) |
2021-06-01 12:06:55 +0200 | bghimis | (~bghimis@80.96.21.160) |
2021-06-01 12:14:39 +0200 | <liskin> | oh for fucks sake, it seems Hackage loses the uploaded docs when publishing a candidate package :-/ |
2021-06-01 12:17:17 +0200 | Nahra | (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection) |
2021-06-01 12:18:04 +0200 | Nahra | (~user@static.161.95.99.88.clients.your-server.de) |
2021-06-01 12:54:03 +0200 | <liskin> | that's a bit silly as that means the docs need to be uploaded manually later, or I can switch the workflow to publish the package directly, but I'd rather not do that, it's good to be able to check for mistakes before publishing |
2021-06-01 12:58:59 +0200 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) (Ping timeout: 268 seconds) |
2021-06-01 12:59:15 +0200 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) |
2021-06-01 13:02:42 +0200 | psibi | (~psibimatr@2001:470:69fc:105::8ab) (Ping timeout: 268 seconds) |
2021-06-01 13:03:42 +0200 | psibi | (~psibimatr@2001:470:69fc:105::8ab) |
2021-06-01 13:34:26 +0200 | slep | (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Ping timeout: 252 seconds) |
2021-06-01 13:36:41 +0200 | slep | (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) |
2021-06-01 13:39:04 +0200 | <Solid> | :/ |
2021-06-01 13:46:31 +0200 | mc47 | (~yecinem@89.246.239.190) |
2021-06-01 13:47:07 +0200 | <mc47> | liskin isn't it possible to have that stage of the pipeline manually triggered? |
2021-06-01 13:47:54 +0200 | <liskin> | mc47: it is, yeah |
2021-06-01 13:48:55 +0200 | <mc47> | so you could switch to the workflow that publishes the package directly, but make the publishing stage manual |
2021-06-01 13:49:02 +0200 | <liskin> | I'd still like it more if the process was: upload a candidate, check that candidate, if okay promote that candidate |
2021-06-01 13:49:40 +0200 | <liskin> | if I make it manual then it will be: release uploads a candidate, then we check the candidate, and then trigger a workfloat that uploads the published release |
2021-06-01 13:49:58 +0200 | <liskin> | it'll most likely be same, but there's some room for error :-/ |
2021-06-01 13:50:48 +0200 | <liskin> | and what I hate the most is that it's impossible to test this manual workflow without actually releasing a package |
2021-06-01 13:51:15 +0200 | <liskin> | so I have exactly two tries to get it right: xmonad 0.17 and xmonad-contrib 0.17 :-/ |
2021-06-01 13:53:20 +0200 | <Solid> | it's fiiiiiine |
2021-06-01 13:56:18 +0200 | <mc47> | it's really fine, it's not like nothing will immediately go irreversibly wrong if there's a mistake |
2021-06-01 14:02:11 +0200 | <liskin> | (or I can deploy a testing instance of Hackage somewhere, perhaps there is one already) |
2021-06-01 14:53:38 +0200 | berberman | (~berberman@user/berberman) |
2021-06-01 14:53:42 +0200 | berberman_ | (~berberman@user/berberman) (Ping timeout: 264 seconds) |
2021-06-01 15:04:05 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
2021-06-01 15:21:45 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
2021-06-01 15:24:10 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
2021-06-01 15:33:28 +0200 | <srk> | liskin: why it doesn't generate docs? |
2021-06-01 15:37:23 +0200 | wonko | (~wjc@62.115.229.50) (Quit: See You Space Cowboy..) |
2021-06-01 15:54:20 +0200 | <liskin> | srk: because hackage doesn't have X libraries in the environment where docs are built |
2021-06-01 15:55:07 +0200 | <liskin> | so configure for the X11 bindings fails |
2021-06-01 15:55:18 +0200 | <srk> | you could possibly ask hackage CI ppl to add that |
2021-06-01 15:56:14 +0200 | <liskin> | is that a good idea though? I thought this manual upload of docs was added precisely so they don't have to add random C dependencies to their build env |
2021-06-01 15:57:15 +0200 | <srk> | looks like you're not alone :) https://github.com/haskell/hackage-server/issues/925 |
2021-06-01 15:57:54 +0200 | <srk> | but that's probably not the right repo for this, can't find the issue |
2021-06-01 15:58:14 +0200 | <srk> | we did something like that due to some crypto lib iirc |
2021-06-01 15:58:38 +0200 | <srk> | yeah, due to libsodium |
2021-06-01 15:59:05 +0200 | <srk> | https://github.com/haskell/hackage-server/issues/882 |
2021-06-01 15:59:23 +0200 | <srk> | Nix to the rescue |
2021-06-01 15:59:29 +0200 | srk | runs :D |
2021-06-01 17:01:13 +0200 | seschwar | (~seschwar@user/seschwar) |
2021-06-01 17:33:27 +0200 | qbt | (~edun@user/edun) (Ping timeout: 272 seconds) |
2021-06-01 18:02:10 +0200 | milosz_ | milosz |
2021-06-01 19:04:09 +0200 | benin | (~benin@183.82.205.186) |
2021-06-01 19:04:51 +0200 | qbt | (~edun@user/edun) |
2021-06-01 19:24:17 +0200 | berberman | (~berberman@user/berberman) (*.net *.split) |
2021-06-01 19:24:17 +0200 | milosz | (~milosz@user/milosz) (*.net *.split) |
2021-06-01 19:24:17 +0200 | YehoshuaPesachWa | (~yehoshuap@2001:470:69fc:105::a5f) (*.net *.split) |
2021-06-01 19:24:17 +0200 | triumphofdeath[m | (~triumphof@2001:470:69fc:105::a5c) (*.net *.split) |
2021-06-01 19:24:17 +0200 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) (*.net *.split) |
2021-06-01 19:24:17 +0200 | therivercass[m] | (~theriverc@2001:470:69fc:105::a5a) (*.net *.split) |
2021-06-01 19:24:17 +0200 | samhh[m] | (~samhhmatr@2001:470:69fc:105::a58) (*.net *.split) |
2021-06-01 19:24:17 +0200 | Roos[m] | (~roosember@2001:470:69fc:105::a56) (*.net *.split) |
2021-06-01 19:24:17 +0200 | pnotequalnp[m] | (~pnotequal@2001:470:69fc:105::a54) (*.net *.split) |
2021-06-01 19:24:17 +0200 | ph_0x17[m] | (~ph0x17mat@2001:470:69fc:105::a53) (*.net *.split) |
2021-06-01 19:24:17 +0200 | moyamo[m] | (~moyamomat@2001:470:69fc:105::a51) (*.net *.split) |
2021-06-01 19:24:17 +0200 | maom[m] | (~lurpammat@2001:470:69fc:105::a4d) (*.net *.split) |
2021-06-01 19:24:17 +0200 | lukebarnard[m] | (~lukebarna@2001:470:69fc:105::a4c) (*.net *.split) |
2021-06-01 19:24:17 +0200 | kunrooted[m] | (~kunrooted@2001:470:69fc:105::a4a) (*.net *.split) |
2021-06-01 19:24:17 +0200 | Kidany[m] | (~kidanymat@2001:470:69fc:105::a48) (*.net *.split) |
2021-06-01 19:24:17 +0200 | justinrestivo[m] | (~justinres@2001:470:69fc:105::a47) (*.net *.split) |
2021-06-01 19:24:17 +0200 | josiah_sama[m] | (~josiahsam@2001:470:69fc:105::a46) (*.net *.split) |
2021-06-01 19:24:17 +0200 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) (*.net *.split) |
2021-06-01 19:24:17 +0200 | indium[m] | (~indiummat@2001:470:69fc:105::a3f) (*.net *.split) |
2021-06-01 19:24:17 +0200 | manju | (~jason@219.88.233.35) (*.net *.split) |
2021-06-01 19:24:17 +0200 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split) |
2021-06-01 19:24:17 +0200 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (*.net *.split) |
2021-06-01 19:24:17 +0200 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) (*.net *.split) |
2021-06-01 19:24:17 +0200 | liskin | (~liskin@ackle.nomi.cz) (*.net *.split) |
2021-06-01 19:24:17 +0200 | Bruners | (lasseb@colargol.tihlde.org) (*.net *.split) |
2021-06-01 19:24:17 +0200 | bsima | (~bsima@simatime.com) (*.net *.split) |
2021-06-01 19:24:17 +0200 | haasn | (~nand@haasn.dev) (*.net *.split) |
2021-06-01 19:24:25 +0200 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) |
2021-06-01 19:24:36 +0200 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) |
2021-06-01 19:24:37 +0200 | manju | (~jason@219.88.233.35) |
2021-06-01 19:24:47 +0200 | liskin | (~liskin@ackle.nomi.cz) |
2021-06-01 19:25:15 +0200 | Bruners | (lasseb@colargol.tihlde.org) |
2021-06-01 19:26:26 +0200 | milosz | (~milosz@user/milosz) |
2021-06-01 19:26:44 +0200 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
2021-06-01 19:26:45 +0200 | bsima | (~bsima@simatime.com) |
2021-06-01 19:27:11 +0200 | haasn | (~nand@haasn.dev) |
2021-06-01 19:27:23 +0200 | berberman | (~berberman@user/berberman) |
2021-06-01 19:28:47 +0200 | liskin | (~liskin@ackle.nomi.cz) (Client Quit) |
2021-06-01 19:28:56 +0200 | liskin | (~liskin@ackle.nomi.cz) |
2021-06-01 19:32:49 +0200 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) |
2021-06-01 19:33:40 +0200 | lukebarnard[m] | (~lukebarna@2001:470:69fc:105::a4c) |
2021-06-01 19:35:05 +0200 | ph_0x17[m] | (~ph0x17mat@2001:470:69fc:105::a53) |
2021-06-01 19:35:15 +0200 | Kidany[m] | (~kidanymat@2001:470:69fc:105::a48) |
2021-06-01 19:35:16 +0200 | <Solid> | ah I see arch already wants to update to 1.10 :> |
2021-06-01 19:35:37 +0200 | maom[m] | (~lurpammat@2001:470:69fc:105::a4d) |
2021-06-01 19:35:48 +0200 | pnotequalnp[m] | (~pnotequal@2001:470:69fc:105::a54) |
2021-06-01 19:36:00 +0200 | moyamo[m] | (~moyamomat@2001:470:69fc:105::a51) |
2021-06-01 19:36:27 +0200 | liskin | is working on it, don't merge anything pls |
2021-06-01 19:36:40 +0200 | Roos[m] | (~roosember@2001:470:69fc:105::a56) |
2021-06-01 19:36:50 +0200 | triumphofdeath[m | (~triumphof@2001:470:69fc:105::a5c) |
2021-06-01 19:37:02 +0200 | samhh[m] | (~samhhmatr@2001:470:69fc:105::a58) |
2021-06-01 19:37:12 +0200 | therivercass[m] | (~theriverc@2001:470:69fc:105::a5a) |
2021-06-01 19:37:35 +0200 | YehoshuaPesachWa | (~yehoshuap@2001:470:69fc:105::a5f) |
2021-06-01 19:38:42 +0200 | <Solid> | yeah I saw that you self-assigned |
2021-06-01 19:38:57 +0200 | <Solid> | dw, not gonna do anything stupid :D |
2021-06-01 19:39:00 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 265 seconds) |
2021-06-01 19:39:09 +0200 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) |
2021-06-01 19:39:21 +0200 | josiah_sama[m] | (~josiahsam@2001:470:69fc:105::a46) |
2021-06-01 19:41:29 +0200 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) |
2021-06-01 19:42:19 +0200 | justinrestivo[m] | (~justinres@2001:470:69fc:105::a47) |
2021-06-01 19:42:30 +0200 | kunrooted[m] | (~kunrooted@2001:470:69fc:105::a4a) |
2021-06-01 19:42:57 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
2021-06-01 19:48:36 +0200 | indium[m] | (~indiummat@2001:470:69fc:105::a3f) |
2021-06-01 19:50:54 +0200 | a6a45081-2b83 | (~aditya@106.212.79.20) |
2021-06-01 19:51:18 +0200 | a6a45081-2b83 | (~aditya@106.212.79.20) (Remote host closed the connection) |
2021-06-01 20:03:45 +0200 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Ping timeout: 272 seconds) |
2021-06-01 20:10:30 +0200 | qbt | (~edun@user/edun) (Quit: WeeChat 3.1) |
2021-06-01 20:24:46 +0200 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) |
2021-06-01 20:24:54 +0200 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 264 seconds) |
2021-06-01 20:43:12 +0200 | Guest7213 | (~Guest7213@78.32.70.245) |
2021-06-01 20:50:28 +0200 | benin | (~benin@183.82.205.186) (Quit: The Lounge - https://thelounge.chat) |
2021-06-01 21:13:14 +0200 | mc47 | (~yecinem@89.246.239.190) (Remote host closed the connection) |
2021-06-01 21:18:52 +0200 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
2021-06-01 21:37:41 +0200 | mc47 | (~yecinem@89.246.239.190) |
2021-06-01 21:38:51 +0200 | novasenco | (novasenco@user/nova) |
2021-06-01 21:38:56 +0200 | <novasenco> | Who uses ranger? |
2021-06-01 21:39:37 +0200 | <novasenco> | Well, better question: does anyone here use überzug? |
2021-06-01 22:46:21 +0200 | mc47 | (~yecinem@89.246.239.190) (Quit: Leaving) |
2021-06-01 23:24:24 +0200 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
2021-06-01 23:33:15 +0200 | wenzel_ | (~wenzel@user/wenzel) |
2021-06-01 23:33:36 +0200 | allbery_b | geekosaur |
2021-06-01 23:36:18 +0200 | wenzel | (~wenzel@user/wenzel) (Ping timeout: 264 seconds) |
2021-06-01 23:37:25 +0200 | wenzel_ | (~wenzel@user/wenzel) (Client Quit) |
2021-06-01 23:42:40 +0200 | themainman | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
2021-06-01 23:46:24 +0200 | themainman | (~themainma@user/themainman) |
2021-06-01 23:47:15 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Quit: Lost terminal) |
2021-06-01 23:56:56 +0200 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |