Logs: liberachat/#haskell
| 2021-05-27 23:46:01 | <monochrom> | A bot can afford to just care about a limited subset of the API. |
| 2021-05-27 23:46:16 | <Axman6> | yeah |
| 2021-05-27 23:46:31 | <sm[m]> | there is apparently no good TUI client yet, everybody wants one, and the rusties are uncharacteristically slow off the mark - we could get the jump on them |
| 2021-05-27 23:46:35 | <Axman6> | a chat client can probably get away with a reduced API too |
| 2021-05-27 23:46:44 | <Axman6> | ha, yeah |
| 2021-05-27 23:46:53 | <glguy> | I think it would probably be challenging to adapt my client to another protocol |
| 2021-05-27 23:47:12 | <glguy> | I went out of my way to expose all the protocol details so I would have access to everything |
| 2021-05-27 23:49:03 | × | caubert quits (~caubert@136.244.111.235) (Quit: WeeChat 3.1) |
| 2021-05-27 23:49:36 | × | lavaman quits (~lavaman@98.38.249.169) (Remote host closed the connection) |
| 2021-05-27 23:50:14 | → | caubert joins (~caubert@136.244.111.235) |
| 2021-05-27 23:51:17 | sm[m] | notes the matrix test bridge is dropping some IRC stuff, do not rely on it yet |
| 2021-05-27 23:51:22 | → | simmsb joins (~simmsb@2a02:c7f:343a:6d00:69bb:9905:870a:6538) |
| 2021-05-27 23:52:51 | → | ddellacosta joins (~ddellacos@86.106.121.34) |
| 2021-05-27 23:52:58 | <sm> | glguy: if someone didn't care about merging or multi protocols, just matrix, I guess yours would still be a useful starting point ? They could use the TUI and just rip out the irc stuff ? |
| 2021-05-27 23:53:43 | <glguy> | sm: perhaps. I don't know enough about matrix to know how hard it would be, tbh |
| 2021-05-27 23:53:55 | <glguy> | I just know I didn't try to abstract much of anything |
| 2021-05-27 23:54:11 | <sm> | 1. rip out irc stuff 2. ... 3. PROFIT |
| 2021-05-27 23:55:10 | → | dunham joins (~dunham@97-113-35-16.tukw.qwest.net) |
| 2021-05-27 23:55:48 | × | plateno quits (~plateno@safiro.ggpz.space) (Changing host) |
| 2021-05-27 23:55:48 | → | plateno joins (~plateno@user/plateno) |
| 2021-05-27 23:56:15 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-27 23:57:18 | × | ddellacosta quits (~ddellacos@86.106.121.34) (Ping timeout: 264 seconds) |
| 2021-05-27 23:57:23 | × | Deide quits (~Deide@user/deide) (Quit: Seeee yaaaa) |
| 2021-05-27 23:57:41 | × | Frosky8 quits (~Frosky@n220246094251.netvigator.com) (Quit: Client closed) |
| 2021-05-27 23:58:32 | <sm> | glguy: I have to report some user feedback. I installed glirc the other day and gave up when I could not figure out how to exit :) |
| 2021-05-27 23:59:11 | × | Gurkenglas quits (~Gurkengla@dslb-088-075-022-175.088.075.pools.vodafone-ip.de) (Ping timeout: 244 seconds) |
| 2021-05-27 23:59:49 | <Axman6> | sm: how hard is /exit? :P |
| 2021-05-27 23:59:53 | <Axman6> | or /help |
| 2021-05-28 00:00:20 | <sm> | too hard for me, obviously. / did not occur to me |
| 2021-05-28 00:00:33 | <geekosaur> | usual for irc clients |
| 2021-05-28 00:00:50 | × | dunham quits (~dunham@97-113-35-16.tukw.qwest.net) (Ping timeout: 264 seconds) |
| 2021-05-28 00:00:52 | <Clint> | /quit is missing, however |
| 2021-05-28 00:01:51 | × | prite quits (~pritam@user/pritambaral) (Ping timeout: 272 seconds) |
| 2021-05-28 00:01:58 | <sm> | why does the command aread show ^ and $ ? |
| 2021-05-28 00:02:02 | <sm> | area |
| 2021-05-28 00:02:15 | <Axman6> | beginning and end of line, obviously! |
| 2021-05-28 00:02:28 | <sm> | this was also upsetting. Threw me off my game. |
| 2021-05-28 00:02:32 | <Axman6> | so you can alrways remember which is which when using regexen |
| 2021-05-28 00:03:03 | <glguy> | Clint: it has /quit |
| 2021-05-28 00:03:09 | <Clint> | oh |
| 2021-05-28 00:03:18 | <glguy> | Clint: /quit is a network command |
| 2021-05-28 00:03:32 | <Clint> | i see |
| 2021-05-28 00:03:35 | <Clint> | not consistent with other clients though |
| 2021-05-28 00:03:57 | <glguy> | yeah, this was my chance to fix a lot of the "mistakes" of other clients |
| 2021-05-28 00:04:09 | Clint | grins. |
| 2021-05-28 00:04:26 | <Clint> | someone needs to fix my muscle memory |
| 2021-05-28 00:04:42 | × | eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:b043:8b77:c7da:42a0) (Remote host closed the connection) |
| 2021-05-28 00:04:56 | → | sm_ joins (~username@plaintextaccounting/sm) |
| 2021-05-28 00:04:59 | <glguy> | You can /disconnect, that just closes the socket |
| 2021-05-28 00:05:05 | <glguy> | and you can /quit, that tells the server you're quitting |
| 2021-05-28 00:05:13 | <glguy> | and then it disconnects you :3 |
| 2021-05-28 00:05:31 | ← | vonfry` parts (~user@240e:688:3:1010:d165:d0b6:b436:8121) (ERC (IRC client for Emacs 27.1.91)) |
| 2021-05-28 00:05:37 | <sm> | how do you scroll the main window ? |
| 2021-05-28 00:05:39 | <Clint> | right, but /quit is how i've exited clients since the '90s and i keep typing it |
| 2021-05-28 00:05:48 | <glguy> | sm: PgUp/PgDown |
| 2021-05-28 00:06:05 | <sm> | thanks |
| 2021-05-28 00:06:16 | <glguy> | sm: there is /keymap |
| 2021-05-28 00:06:31 | <glguy> | you can see all the meaningful keys, and anything there can be changed in config |
| 2021-05-28 00:07:14 | → | ku joins (~ku@2601:280:c780:7ea0:bdb5:230d:40c:e48e) |
| 2021-05-28 00:07:54 | × | sszark quits (~sszark@h-85-24-213-180.A392.priv.bahnhof.se) (Ping timeout: 252 seconds) |
| 2021-05-28 00:07:58 | <glguy> | sm: ^ and $ is so I can tell if there's whitespace at the beginning or end of a command, and so I can tell the text area is smaller than the input easily |
| 2021-05-28 00:08:59 | <glguy> | In recent versions F6 by default toggles allowing the text area to grow vertically |
| 2021-05-28 00:09:14 | <sm_> | ? |
| 2021-05-28 00:09:21 | → | ddellacosta joins (~ddellacos@86.106.121.100) |
| 2021-05-28 00:09:25 | <sm_> | . |
| 2021-05-28 00:09:38 | <sm_> | ack those went to channel.. ok |
| 2021-05-28 00:09:38 | <glguy> | If you write a bunch it wraps to another line, if you stage multiple lines you see each on a separate line |
| 2021-05-28 00:09:55 | <glguy> | alt-enter sends the newline to the textbox |
| 2021-05-28 00:10:03 | × | favonia quits (~favonia@user/favonia) (Ping timeout: 244 seconds) |
| 2021-05-28 00:10:12 | <sm_> | a |
| 2021-05-28 00:10:15 | <sm_> | b |
| 2021-05-28 00:10:23 | × | bfrk quits (~Thunderbi@200116b84508c2004c8614311807bd60.dip.versatel-1u1.de) (Ping timeout: 264 seconds) |
| 2021-05-28 00:10:33 | → | tA joins (~thorn@121.220.36.168) |
| 2021-05-28 00:10:50 | <glguy> | I can teach you all about stuff in #glirc if you want to experiment :3 |
| 2021-05-28 00:11:04 | → | favonia joins (~favonia@user/favonia) |
| 2021-05-28 00:11:13 | <Axman6> | I wondered where #haskell-irc went - time to update my glirc config |
| 2021-05-28 00:11:40 | <sm_> | thanks! I am dangerous now |
| 2021-05-28 00:12:31 | <sm_> | emacs:vim = erc:glirc I feel |
| 2021-05-28 00:12:42 | <sm_> | for me at least |
| 2021-05-28 00:12:48 | <glguy> | Well, I'm certainly a vim user |
| 2021-05-28 00:13:22 | × | juhp quits (~juhp@bb219-75-40-154.singnet.com.sg) (Ping timeout: 264 seconds) |
| 2021-05-28 00:13:49 | → | zzz joins (~yin@user/yin) |
| 2021-05-28 00:14:34 | × | dhil quits (~dhil@195.213.192.85) (Ping timeout: 264 seconds) |
| 2021-05-28 00:15:14 | × | ddellacosta quits (~ddellacos@86.106.121.100) (Ping timeout: 264 seconds) |
| 2021-05-28 00:16:59 | <zzz> | is the matrix link already up? |
| 2021-05-28 00:17:03 | → | fizbin joins (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) |
| 2021-05-28 00:17:23 | <sm_> | zzz not reliable yet |
| 2021-05-28 00:17:35 | → | eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:b043:8b77:c7da:42a0) |
| 2021-05-28 00:18:17 | → | yin[m] joins (~zwromatri@2001:470:69fc:105::1d4) |
| 2021-05-28 00:18:23 | × | fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Remote host closed the connection) |
| 2021-05-28 00:18:41 | <zzz> | ok thanks |
| 2021-05-28 00:19:09 | → | Lycurgus joins (~juan@cpe-45-46-140-49.buffalo.res.rr.com) |
| 2021-05-28 00:20:09 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-05-28 00:24:14 | × | favonia quits (~favonia@user/favonia) (Ping timeout: 248 seconds) |
| 2021-05-28 00:24:33 | → | favonia joins (~favonia@user/favonia) |
| 2021-05-28 00:24:46 | × | lavaman quits (~lavaman@98.38.249.169) (Ping timeout: 248 seconds) |
| 2021-05-28 00:25:16 | yin[m] | is now known as zzz[m] |
| 2021-05-28 00:25:29 | × | myShoggoth quits (~myShoggot@97-120-89-117.ptld.qwest.net) (Ping timeout: 252 seconds) |
| 2021-05-28 00:25:36 | × | slack1256 quits (~slack1256@181.203.105.152) (Remote host closed the connection) |
| 2021-05-28 00:26:34 | × | moet quits (~moet@172.58.38.218) (Ping timeout: 244 seconds) |
All times are in UTC.