2021/05/19

2021-05-19 00:07:02 +0000materiyolo(~materiyol@112.205.57.255)
2021-05-19 00:16:23 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
2021-05-19 00:25:02 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2021-05-19 00:27:54 +0000jusa(~jusa@2a04:3540:1000:310:2462:fcff:febb:ba8) (Ping timeout: 245 seconds)
2021-05-19 00:28:46 +0000jusa(~jusa@2a04:3540:1000:310:2462:fcff:febb:ba8)
2021-05-19 00:51:51 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Remote host closed the connection)
2021-05-19 00:52:11 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 240 seconds)
2021-05-19 01:00:43 +0000mohab(~mohab@156.223.213.178)
2021-05-19 01:11:56 +0000kajzer(~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1)
2021-05-19 01:26:59 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 265 seconds)
2021-05-19 01:28:03 +0000mohab(~mohab@156.223.213.178)
2021-05-19 01:47:17 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 265 seconds)
2021-05-19 02:32:22 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Ping timeout: 240 seconds)
2021-05-19 02:45:04 +0000theDon(~td@muedsl-82-207-238-185.citykom.de) (Ping timeout: 268 seconds)
2021-05-19 02:46:30 +0000theDon(~td@muedsl-82-207-238-018.citykom.de)
2021-05-19 03:00:43 +0000materiyolo(~materiyol@112.205.57.255) (Quit: WeeChat 3.0.1)
2021-05-19 03:28:33 +0000growpotkin(~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in)
2021-05-19 04:20:11 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-05-19 04:30:17 +0000 <abhixec> How to do people setup their layouts and workspaces? I am wondering on how to improve my workflow on XMonad. I seem to open all apps and manually move them around workspaces
2021-05-19 04:35:05 +0000mohab(~mohab@156.223.213.178)
2021-05-19 05:21:49 +0000thc202(~thc202@unaffiliated/thc202)
2021-05-19 05:59:06 +0000cfricke(~cfricke@unaffiliated/cfricke)
2021-05-19 06:00:24 +0000cfricke(~cfricke@unaffiliated/cfricke) (Client Quit)
2021-05-19 06:00:37 +0000cfricke(~cfricke@unaffiliated/cfricke)
2021-05-19 06:17:26 +0000 <dminuoso> abhixec: Out of habit, I have designated workspaces for stuff. 1 runs emacs (sometimes along with terminals for work stuff), 2 runs my browser, 3 runs 4x terminals for work stuff, and 4 has chat stuff like weechat. This gets done manually every time I reboot my computer, so its not so often.
2021-05-19 06:17:28 +0000 <xacktm> abhixec: I have a mastered (i.e. side panel) layout for browser and its tabs manager window, and a simpleTabbedBottom for multiple full screen windows. For PDFs, I was/am still trialing multiCol... I mainly use the default Tall with Resizable layout though, haven't explored much.
2021-05-19 06:18:08 +0000 <dminuoso> Because I like uniformity, I use Tall for all of those (with the option to switch to Full)
2021-05-19 06:18:09 +0000 <xacktm> lol we read the message at practically the same time x)
2021-05-19 06:18:13 +0000 <dminuoso> heh
2021-05-19 06:18:30 +0000 <Solid> both at 08:17:28 for me, as if you planned it :P
2021-05-19 06:18:51 +0000 <dminuoso> xacktm is my alter ego, in secret.
2021-05-19 06:19:02 +0000 <xacktm> shh :p
2021-05-19 06:20:32 +0000 <Solid> abhixec: I use X.A.TopicSpace to really go overboard with the "have one workspace (group) per project" concept :> Layouts are mostly simple composite layouts of Tall/ThreeCol with some extras like magnification for stack windows if there are too many
2021-05-19 06:21:05 +0000 <dminuoso> Solid: Oh by the way, I found just the *real* ghc proposal for type applications.
2021-05-19 06:21:20 +0000 <dminuoso> https://github.com/int-index/ghc-proposals/blob/visible-forall/proposals/0000-visible-forall.rst
2021-05-19 06:27:33 +0000 <Solid> dminuoso: this would be the optimal solution yes
2021-05-19 06:27:58 +0000 <Solid> but in lieu of that I'd still rather write TypeApplications than proxies
2021-05-19 06:28:00 +0000 <Solid> call me weird
2021-05-19 06:42:39 +0000 <dminuoso> Solid: Visibility is just my main annoyance with that, and communicatability of type variable order as an API
2021-05-19 06:42:49 +0000 <dminuoso> i.e. haddock cant even document this properly
2021-05-19 06:43:27 +0000 <dminuoso> (by visibility I mean the aforementioned inability to apply a type variable to an invisible argument)
2021-05-19 07:07:31 +0000 <abhixec> thanks dminuoso xacktm Solid
2021-05-19 07:07:55 +0000 <abhixec> got to read up on TopicSpace!
2021-05-19 07:13:48 +0000 <Solid> its docs in 0.16 are pretty horrible, but we cleaned them up a great deal (imo) on master
2021-05-19 07:20:43 +0000notis(~notis@85.203.44.98)
2021-05-19 07:40:53 +0000a6a45081-2b83(~aditya@122.163.149.247) (Quit: Konversation terminated!)
2021-05-19 07:53:09 +0000eblip(~eblip@unaffiliated/eblip)
2021-05-19 07:54:20 +0000mniip(mniip@freenode/staff/mniip) (Killed (grumble (My fellow staff so-called 'friends' are about to hand over account data to a non-staff member. If you care about your data, drop your NickServ account NOW before that happens.)))
2021-05-19 07:54:35 +0000mniip(mniip@freenode/staff/mniip)
2021-05-19 07:54:46 +0000eb0t(~eblip@unaffiliated/eblip) (Ping timeout: 240 seconds)
2021-05-19 08:01:54 +0000evanjs(~evanjs@075-129-098-007.res.spectrum.com) (Read error: Connection reset by peer)
2021-05-19 08:04:48 +0000evanjs(~evanjs@075-129-098-007.res.spectrum.com)
2021-05-19 08:50:40 +0000HashEnchanterTim
2021-05-19 08:53:04 +0000mohab(~mohab@156.223.213.178) (Remote host closed the connection)
2021-05-19 09:00:30 +0000mohab(~mohab@156.223.213.178)
2021-05-19 09:08:29 +0000EnchanterTimHash
2021-05-19 09:21:43 +0000[Neurotic]__(sid10123@gateway/web/irccloud.com/x-bvfachcfnvyoshte) (Ping timeout: 276 seconds)
2021-05-19 09:36:41 +0000[Neurotic]__(sid10123@gateway/web/irccloud.com/x-jkbgtvoqcnssesvu)
2021-05-19 09:54:58 +0000kajzer(~kajzer@unaffiliated/kajzer)
2021-05-19 10:23:32 +0000benin6(~benin@183.82.177.199)
2021-05-19 10:24:46 +0000benin(~benin@183.82.177.199) (Ping timeout: 240 seconds)
2021-05-19 10:24:46 +0000benin6benin
2021-05-19 10:29:00 +0000wighawag(~wighawag@cpc139592-dund15-2-0-cust88.16-4.cable.virginm.net)
2021-05-19 10:29:07 +0000 <wighawag> Hi
2021-05-19 10:29:22 +0000 <wighawag> I just getting started with xmonad
2021-05-19 10:29:27 +0000 <wighawag> I got a question
2021-05-19 10:30:31 +0000 <wighawag> I have a command line tool that itself spawn xterm console. currently xmonad make these xterm console the main one. is there a way to ensure the parent shell remain in its postion as the main window ?
2021-05-19 10:32:08 +0000 <dminuoso> well you could write a manage hook for it
2021-05-19 10:32:23 +0000 <dminuoso> assuming you can identify the window through an x property
2021-05-19 10:34:21 +0000 <wighawag> Could the manage hook work on the spawned xterm window ? Like for every xterm window do not take main position
2021-05-19 10:34:48 +0000 <dminuoso> As long as you can identify it, yes.
2021-05-19 10:35:19 +0000 <dminuoso> manage hooks are essentially just callbacks inside xmonad when windows get created
2021-05-19 10:35:38 +0000 <dminuoso> type ManageHook = Query (Endo WindowSet)
2021-05-19 10:36:21 +0000 <dminuoso> This type reads a bit strange, but behind the newtypes this is just `Window -> X (WindowSet -> WindowSet)`
2021-05-19 10:36:32 +0000 <wighawag> yes I use them with `doFLoat`
2021-05-19 10:36:41 +0000 <dminuoso> Which says "given this new window, how do we manipulate the window set"
2021-05-19 10:36:41 +0000 <wighawag> what command would ensure the main window is not moved
2021-05-19 10:44:49 +0000 <wighawag> how can I log the window properties that Monad matches with the query. would like to debug
2021-05-19 10:44:52 +0000sagax(~sagax_nb@213.138.71.146) (Ping timeout: 252 seconds)
2021-05-19 10:45:31 +0000 <Liskni_si> wighawag: https://github.com/xmonad/xmonad-contrib/blob/master/scripts/window-properties.sh
2021-05-19 10:49:42 +0000 <wighawag> thanks
2021-05-19 10:50:02 +0000 <wighawag> title ?= do not work for some reason
2021-05-19 10:50:29 +0000 <wighawag> anyway using appName will work for what I am trying to do, but wonder why title do not match
2021-05-19 10:58:11 +0000 <wighawag> A bit lost with the API. how I could create a manageHook that ensure for certain window, they do not disturb the current main window
2021-05-19 10:58:48 +0000 <wighawag> like I have a terminal that execute a cli tool that itself spawn multiple terminal. I want the original terminal to remain the main window in focus
2021-05-19 10:59:10 +0000 <Liskni_si> you'll definitely need something like https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-InsertPosition.html
2021-05-19 11:00:22 +0000 <dminuoso> Its been ages since I used manageHook, but presumably the input WindowSet already contains the new window ontop of the current stackset with focus on it?
2021-05-19 11:01:31 +0000 <wighawag> thanks for the info
2021-05-19 11:01:47 +0000 <wighawag> ANy easy way to debug like log the window set to see what is going on ?
2021-05-19 11:02:12 +0000 <dminuoso> wighawag: inside the hook? you have X.
2021-05-19 11:02:25 +0000 <dminuoso> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Hooks-DebugStack.html
2021-05-19 11:02:27 +0000 <dminuoso> Use this
2021-05-19 11:08:13 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 260 seconds)
2021-05-19 11:14:01 +0000mohab(~mohab@156.223.213.178)
2021-05-19 11:16:27 +0000_0dI(~user@193-154-38-161.adsl.highway.telekom.at)
2021-05-19 11:26:44 +0000 <wighawag> thanks!
2021-05-19 11:29:15 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
2021-05-19 11:29:37 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Remote host closed the connection)
2021-05-19 11:33:11 +0000 <wighawag> Ok, lot to understand to make doF function that would ensure the master position is not changed. I guess I could simply swap the top most with the seoncd top most and be done, but I am not sure how I ca do that,
2021-05-19 11:38:09 +0000kajzer(~kajzer@unaffiliated/kajzer) (Quit: WeeChat 3.1)
2021-05-19 11:43:39 +0000kajzer(~kajzer@unaffiliated/kajzer)
2021-05-19 11:52:43 +0000 <wighawag> I guess I could use W.swapDown
2021-05-19 11:56:25 +0000 <Liskni_si> wighawag: is X.H.InsertPosition not enough for that?
2021-05-19 11:56:55 +0000 <wighawag> I got that working: keepMaster = doF W.swapDown
2021-05-19 11:57:03 +0000 <wighawag> but I now need to also keep focus
2021-05-19 11:57:07 +0000 <wighawag> how do I combine 2 action
2021-05-19 11:57:24 +0000 <wighawag> W.swapDown and W.focusMaster
2021-05-19 12:01:27 +0000mniip(mniip@freenode/staff/mniip) (Quit: Changing host)
2021-05-19 12:15:28 +0000 <wighawag> got it working with
2021-05-19 12:15:28 +0000 <wighawag> keepMaster = doF W.focusMaster <+> doF W.swapDown
2021-05-19 12:15:47 +0000 <wighawag> thanks for the help
2021-05-19 12:20:23 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 246 seconds)
2021-05-19 12:21:43 +0000belphegor666(~satan@2a02:8071:429b:600:6c4a:bff:fede:7c09)
2021-05-19 12:22:27 +0000Liskni_sistill doesn't understand why X.H.InsertPosition isn't the answer
2021-05-19 12:23:52 +0000mohab(~mohab@156.223.213.178)
2021-05-19 12:25:48 +0000 <dminuoso> Are you folks considering moving away from freenode?
2021-05-19 12:28:26 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 260 seconds)
2021-05-19 12:31:02 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358) (Quit: Bridge terminating on SIGTERM)
2021-05-19 12:31:26 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358)
2021-05-19 12:31:53 +0000 <wighawag> @Liskni_si did not really tried, how would that work ?
2021-05-19 12:31:53 +0000 <lambdabot> Unknown command, try @list
2021-05-19 12:32:04 +0000mohab(~mohab@156.223.213.178)
2021-05-19 12:32:21 +0000 <wighawag> Liskni_si did not really tried, how would that work ?
2021-05-19 12:32:51 +0000 <wighawag> , appName =? "xterm" --> keepMaster
2021-05-19 12:33:04 +0000 <wighawag> keepMaster = doF W.focusMaster <+> doF W.swapDown
2021-05-19 12:33:08 +0000 <wighawag> this is what I have
2021-05-19 12:35:12 +0000kelnoky(~shao@ip1f128ba7.dynamic.kabel-deutschland.de)
2021-05-19 12:37:30 +0000davemq(~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net)
2021-05-19 12:38:15 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358) (Quit: Bridge terminating on SIGTERM)
2021-05-19 12:38:36 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358)
2021-05-19 12:39:45 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358) (Client Quit)
2021-05-19 12:40:05 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358)
2021-05-19 12:47:32 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com)
2021-05-19 12:58:59 +0000 <eyenx> anyone talking about the freenode chat drama here?
2021-05-19 12:59:04 +0000 <eyenx> http://kline.sh
2021-05-19 13:00:41 +0000sperber(~sperber@freebsd/developer/sperber)
2021-05-19 13:02:11 +0000 <Liskni_si> dminuoso: I noticed the drama but I'd prefer a calmer response
2021-05-19 13:02:40 +0000 <Liskni_si> people tend to suggest moving to Matrix but the UX is like a million times worse
2021-05-19 13:02:52 +0000 <dminuoso> Liskni_si: well, libera.chat is the obvious alternative.
2021-05-19 13:03:02 +0000 <Liskni_si> dminuoso: that doesn't even work yet
2021-05-19 13:03:05 +0000 <dminuoso> it does.
2021-05-19 13:03:11 +0000 <Liskni_si> it didn't two hours ago
2021-05-19 13:03:14 +0000 <dminuoso> It does not :)
2021-05-19 13:03:15 +0000 <Liskni_si> it really is _too_ early
2021-05-19 13:03:16 +0000 <dminuoso> *now
2021-05-19 13:03:24 +0000 <dminuoso> Well, Im very confident libera.chat is there to stay
2021-05-19 13:10:29 +0000benin(~benin@183.82.177.199) (Quit: The Lounge - https://thelounge.chat)
2021-05-19 13:12:14 +0000 <Liskni_si> wighawag: something like appName =? "xterm" --> insertPosition Below Older, I guess
2021-05-19 13:12:33 +0000 <Liskni_si> dminuoso: oh well, better grab my nick early then :-/
2021-05-19 13:13:08 +0000 <dminuoso> Liskni_si: If I catch it first, how much will you pay me?
2021-05-19 13:13:14 +0000 <dminuoso> a double choc chip cookie?
2021-05-19 13:13:18 +0000 <dminuoso> Two of them?
2021-05-19 13:13:43 +0000 <dminuoso> Or maybe a lava cake. Yes, that sounds like a fair price
2021-05-19 13:15:33 +0000 <Solid> doesn't work for me yet
2021-05-19 13:16:05 +0000 <dminuoso> Solid: The servers are under heavy pressure, currently. :p
2021-05-19 13:16:14 +0000 <Solid> :)
2021-05-19 13:16:33 +0000 <Solid> so the first stress test was a failure? :>
2021-05-19 13:17:36 +0000 <Liskni_si> oh fuck it wouldn't let me register with a non-gmail email
2021-05-19 13:17:39 +0000 <Solid> oh there we go
2021-05-19 13:17:40 +0000 <Liskni_si> what a fucking load of crap
2021-05-19 13:17:43 +0000 <Solid> wat
2021-05-19 13:17:49 +0000 <Solid> is there a nickserv yet?
2021-05-19 13:19:03 +0000 <dminuoso> yes
2021-05-19 13:19:18 +0000 <dminuoso> 15:17:36 Liskni_si | oh fuck it wouldn't let me register with a non-gmail email
2021-05-19 13:19:21 +0000 <dminuoso> what error do you get?
2021-05-19 13:19:33 +0000 <Liskni_si> 15:16:12 -- NickServ: Sending email failed, sorry! Registration aborted.
2021-05-19 13:19:53 +0000 <dminuoso> Yeah, try again in a while
2021-05-19 13:20:01 +0000 <dminuoso> The mail server is completely overloaded
2021-05-19 13:20:40 +0000 <Solid> mh yeah nickserv doesn't want to answer me either
2021-05-19 13:20:42 +0000 <srk> but it does work, I've received mine instantly couple minutes ago
2021-05-19 13:20:48 +0000 <dminuoso> It took me a few attempts
2021-05-19 13:21:15 +0000 <geekosaur> remember that most of their infrastructure here is provided by the folks doingthe hostile takeover, so they;re trying to get othr folks to step forward and it'lltake a while to build up the infrastructure we're used to
2021-05-19 13:23:14 +0000 <Liskni_si> as if I didn't hate people enough this fine morning, this crap comes and disrupts my day :-/
2021-05-19 13:27:16 +0000 <Solid> :(
2021-05-19 13:43:13 +0000wighawag(~wighawag@cpc139592-dund15-2-0-cust88.16-4.cable.virginm.net) (Quit: Leaving)
2021-05-19 13:44:51 +0000 <Solid> Liskni_si: for what its worth, I just managed to register an account with a non-gmail email
2021-05-19 13:45:18 +0000 <Liskni_si> Solid: I haven't been able to even connect for the last half an hour :-/
2021-05-19 13:45:32 +0000 <Solid> yeah I just got through
2021-05-19 13:45:39 +0000 <Solid> well, I say registered, I still haven't received the email :D
2021-05-19 13:46:27 +0000ircbrowse_tom(~ircbrowse@64.225.78.177)
2021-05-19 13:46:27 +0000Server+cnt
2021-05-19 13:53:21 +0000 <Solid> yup, registration worked
2021-05-19 13:56:16 +0000ElKowar(~ElKowar@srv-fin.xware-gmbh.de) (Quit: The Lounge - https://thelounge.chat)
2021-05-19 13:56:37 +0000ElKowar(~ElKowar@srv-fin.xware-gmbh.de)
2021-05-19 13:57:16 +0000mohab(~mohab@156.223.213.178) (Read error: Connection reset by peer)
2021-05-19 14:02:37 +0000mohab(~mohab@156.223.213.178)
2021-05-19 14:20:01 +0000seschwar(~seschwar@unaffiliated/seschwar)
2021-05-19 14:20:58 +0000growpotkin(~growpotki@130-45-30-154.dyn.grandenetworks.net)
2021-05-19 14:21:22 +0000Solid(~blyat@unaffiliated/solid-) (Remote host closed the connection)
2021-05-19 14:22:08 +0000Solid(~blyat@unaffiliated/solid-)
2021-05-19 14:39:01 +0000mohab(~mohab@156.223.213.178) (Ping timeout: 252 seconds)
2021-05-19 14:41:24 +0000byorgey(~byorgey@155.138.238.211) (Quit: leaving)
2021-05-19 14:41:32 +0000byorgey(~byorgey@155.138.238.211)
2021-05-19 14:43:32 +0000byorgey(~byorgey@155.138.238.211) (Client Quit)
2021-05-19 14:44:07 +0000byorgey(~byorgey@155.138.238.211)
2021-05-19 14:48:28 +0000thc202(~thc202@unaffiliated/thc202) (Ping timeout: 258 seconds)
2021-05-19 14:50:56 +0000thc202(~thc202@unaffiliated/thc202)
2021-05-19 15:09:39 +0000mohab(~mohab@156.223.213.178)
2021-05-19 15:13:20 +0000sagax(~sagax_nb@213.138.71.146)
2021-05-19 15:43:09 +0000mohab(~mohab@156.223.213.178) (Remote host closed the connection)
2021-05-19 16:21:03 +0000 <vrs> matrix is really bad, it doesn't even deliver messages reliably
2021-05-19 16:36:35 +0000davemq(~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) ("ERC (IRC client for Emacs 27.2)")
2021-05-19 16:47:24 +0000 <Liskni_si> I'm glad to not be the only one having had terrible experience with Matrix
2021-05-19 16:47:37 +0000 <Liskni_si> on the other hand a _lot_ of people keep pushing for it
2021-05-19 16:47:53 +0000 <Liskni_si> makes me really genuinely sad that I don't understand this
2021-05-19 16:47:57 +0000 <geekosaur> yeh, I'm seeing that
2021-05-19 16:49:39 +0000 <Solid> #haskell seems to consider moving to it
2021-05-19 16:49:54 +0000 <geekosaur> that's because it's already halfway there
2021-05-19 17:03:33 +0000 <Liskni_si> Solid: yeah, but why
2021-05-19 17:03:38 +0000 <Liskni_si> that's the bit I don't understand
2021-05-19 17:10:40 +0000notis(~notis@85.203.44.98) (Quit: WeeChat 3.1)
2021-05-19 17:13:23 +0000notis(~notis@85.203.44.98)
2021-05-19 17:14:57 +0000 <Solid> Liskni_si: I haven't really used matrix much, so I don't know the specifics
2021-05-19 17:15:10 +0000 <Solid> but a lot of people think it's more "21st century" or something
2021-05-19 17:15:45 +0000 <geekosaur> "unreliable" also seems to be a 21st century thing; see the web >.>
2021-05-19 17:18:00 +0000 <Liskni_si> if by "21st century" people mean "shiny things that don't work" then yeah :-/
2021-05-19 17:27:11 +0000Solitary(~Solitary@ip-78-45-155-137.net.upcbroadband.cz) (Quit: All work and no play makes Jack a dull boy.)
2021-05-19 17:27:52 +0000Solitary(~Solitary@ip-78-45-155-137.net.upcbroadband.cz)
2021-05-19 17:28:06 +0000dminuoso(~dminuoso@unaffiliated/dminuoso) ("WeeChat 2.9")
2021-05-19 17:33:25 +0000theDon(~td@muedsl-82-207-238-018.citykom.de) (Quit: waking up from the american dream ...)
2021-05-19 17:38:08 +0000 <ElKowar[m]> while it's not perfect, from my (limited) experience it does work pretty well - and having niceties such as proper responses, reactions, codeblocks etc is really nice, especially in a community like this where one does show code etc quite a lot
2021-05-19 17:40:11 +0000Solitary(~Solitary@ip-78-45-155-137.net.upcbroadband.cz) (Quit: All work and no play makes Jack a dull boy.)
2021-05-19 17:40:13 +0000Liskni_siliskin
2021-05-19 17:40:53 +0000Solitary(~Solitary@ip-78-45-155-137.net.upcbroadband.cz)
2021-05-19 17:50:53 +0000 <vrs> specifically, at one point a matrix-irc bridge ate several messages by a girl that had a crush on me - and became unstuck nine months later and relayed them all at once
2021-05-19 17:51:04 +0000 <vrs> I'm going to keep that grudge for a while
2021-05-19 17:51:50 +0000 <ElKowar[m]> lmao
2021-05-19 17:57:58 +0000 <styledash> so are we all going to libera?
2021-05-19 17:58:03 +0000 <styledash> or is the dream dead
2021-05-19 17:58:17 +0000 <geekosaur> we have a channel registration in progress
2021-05-19 17:58:32 +0000ChanServ+o geekosaur
2021-05-19 17:59:20 +0000 Want to help? http://bit.ly/2nYjqpQ | xmonad: the tiling window manager with formally proven extensions | http://xmonad.org | http://xmonad.org/faq | cheatsheet: https://wiki.haskell.org/File:Xmbindings.png | https://ircbrowse.tomsmeding.com/browse/xmonad | Move to Libera.chat in progress
2021-05-19 17:59:24 +0000 <styledash> nice
2021-05-19 18:02:10 +0000 <liskin> can we place bets on how long will both channels co-exist?
2021-05-19 18:05:42 +0000 <geekosaur> probably take a while for everyone to move. or everyone who actively cares (I always wonder how many folks simply forget they're in a channel)
2021-05-19 18:06:37 +0000geekosaur-o geekosaur
2021-05-19 18:08:23 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358) (Quit: Bridge terminating on SIGTERM)
2021-05-19 18:08:38 +0000notis(~notis@85.203.44.98) (Ping timeout: 246 seconds)
2021-05-19 18:08:51 +0000eyenx(~eyenxeyen@unaffiliated/eye/x-1653358)
2021-05-19 18:13:27 +0000styledash(~styledash@157.230.173.136) ("The Lounge - https://thelounge.chat")
2021-05-19 18:28:38 +0000srk(~sorki@unaffiliated/srk) (Quit: ZNC 1.8.1 - https://znc.in)
2021-05-19 18:31:27 +0000 <vrs> why not oftc?
2021-05-19 18:35:14 +0000 <geekosaur> because nobody thought of it, what with the freenode opers moving en masse to libera.chat
2021-05-19 18:35:57 +0000 <geekosaur> and #haskell ops have made it clear that they'd like to keep their relationships with freenode^Wlibera opers
2021-05-19 18:39:43 +0000 <vrs> ah fair
2021-05-19 18:40:11 +0000 <vrs> I'm gonna miss doing /join #projectname and often finding a non-dead channel
2021-05-19 18:43:25 +0000 <Solid> well, the hope is that this'll just happen on libera now :)
2021-05-19 18:48:10 +0000belphegor666(~satan@2a02:8071:429b:600:6c4a:bff:fede:7c09) (Quit: WeeChat 3.1)
2021-05-19 19:38:55 +0000jmct(sid160793@gateway/web/irccloud.com/x-yugwsqrpegsssyin) ()
2021-05-19 19:47:54 +0000_0dI(~user@193-154-38-161.adsl.highway.telekom.at) (Ping timeout: 252 seconds)
2021-05-19 19:51:03 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Ping timeout: 240 seconds)
2021-05-19 19:56:55 +0000geekosaur(930099da@rrcs-147-0-153-218.central.biz.rr.com)
2021-05-19 20:02:31 +0000kelnoky(~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1)
2021-05-19 20:11:10 +0000notis(~notis@85.203.44.98)
2021-05-19 20:20:33 +0000ircbrowse_tom(~ircbrowse@64.225.78.177) (ZNC 1.7.5+deb4 - https://znc.in)
2021-05-19 20:20:52 +0000ircbrowse_tom_(~ircbrowse@64.225.78.177)
2021-05-19 20:20:53 +0000Server+cnt
2021-05-19 20:21:14 +0000seschwar(~seschwar@unaffiliated/seschwar) (Ping timeout: 260 seconds)
2021-05-19 20:21:16 +0000tv(~tv@unaffiliated/tv) (Ping timeout: 260 seconds)
2021-05-19 20:21:17 +0000Dr_Jazz(~jazz@stolen.plutonium.dk) (Ping timeout: 260 seconds)
2021-05-19 20:21:43 +0000ircbrowse_tom(~ircbrowse@64.225.78.177) (Ping timeout: 260 seconds)
2021-05-19 20:21:46 +0000sundbry(~quassel@99-42-143-129.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
2021-05-19 20:21:47 +0000brettgilio(~brettgili@brettgilio.com) (Ping timeout: 260 seconds)
2021-05-19 20:21:47 +0000Ristovski(~364e20076@unaffiliated/ristovski) (Ping timeout: 260 seconds)
2021-05-19 20:21:51 +0000jsoo(~jsoo@irc.refl.club)
2021-05-19 20:22:11 +0000ectospasm(~ectospasm@unaffiliated/ectospasm) (Ping timeout: 260 seconds)
2021-05-19 20:23:17 +0000seschwar(~seschwar@unaffiliated/seschwar)
2021-05-19 20:23:38 +0000sundbry(~quassel@99-42-143-129.lightspeed.sntcca.sbcglobal.net)
2021-05-19 20:25:54 +0000lambdabot(~lambdabot@haskell/bot/lambdabot)
2021-05-19 20:25:54 +0000ChanServ+v lambdabot
2021-05-19 20:26:41 +0000jtcs(~jtcs@vmi359854.contaboserver.net)
2021-05-19 20:30:14 +0000[Ristovski](~364e20076@unaffiliated/ristovski)
2021-05-19 20:30:53 +0000Dr_Jazz(~jazz@stolen.plutonium.dk)
2021-05-19 20:33:40 +0000tv(~tv@unaffiliated/tv)
2021-05-19 20:37:05 +0000ectospasm(~ectospasm@unaffiliated/ectospasm)
2021-05-19 21:03:22 +0000kelnoky(~shao@ip1f128ba7.dynamic.kabel-deutschland.de)
2021-05-19 21:06:56 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1)
2021-05-19 21:45:44 +0000[Ristovski]Ristovski
2021-05-19 22:03:50 +0000seschwar(~seschwar@unaffiliated/seschwar) (Quit: :wq)
2021-05-19 22:28:20 +0000 <liskin> Where's dminuoso? I have a cookie for them. https://x0.at/OTa.jpg
2021-05-19 22:55:07 +0000geekosaur(930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Connection closed)
2021-05-19 23:19:35 +0000geekosaur(930099da@rrcs-147-0-153-218.central.biz.rr.com)
2021-05-19 23:21:21 +0000 <abhixec> TIL libera is the new freenode :D
2021-05-19 23:22:38 +0000 <kajzer> I just tried PR #297 and it works now, great job!
2021-05-19 23:24:54 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: Changing server)
2021-05-19 23:25:19 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Remote host closed the connection)
2021-05-19 23:37:24 +0000a6a45081-2b83(~aditya@122.163.149.247)
2021-05-19 23:37:41 +0000notis(~notis@85.203.44.98) (Ping timeout: 240 seconds)
2021-05-19 23:42:41 +0000kelnoky(~shao@ip1f128ba7.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.1)
2021-05-19 23:46:35 +0000 <liskin> kajzer: #297 of xmonad not -contrib, right?
2021-05-19 23:47:03 +0000 <kajzer> liskin: yeah Xmonad one
2021-05-19 23:47:22 +0000 <kajzer> https://github.com/xmonad/xmonad/pull/297
2021-05-19 23:48:06 +0000 <liskin> kajzer: good, thanks for the feedback, I'll merge it tomorrow then :-)
2021-05-19 23:48:18 +0000 <kajzer> cool :)