Logs: freenode/#haskell
| 2021-03-07 20:32:46 | → | Tario joins (~Tario@201.192.165.173) |
| 2021-03-07 20:33:03 | <monochrom> | Lately, I started writing in markdown and running pandoc for the html. |
| 2021-03-07 20:33:12 | → | jonathanx joins (~jonathan@h-176-109.A357.priv.bahnhof.se) |
| 2021-03-07 20:33:57 | <minoru_shiraeesh> | mikoto-chan: you can build haskell backend with Scotty and Servant, or with IHP if you want to generate markup |
| 2021-03-07 20:34:31 | <minoru_shiraeesh> | it's interesting how those work under the hood |
| 2021-03-07 20:34:49 | <minoru_shiraeesh> | do they use something like sockets? |
| 2021-03-07 20:35:04 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 245 seconds) |
| 2021-03-07 20:35:45 | → | machinedgod joins (~machinedg@135-23-192-217.cpe.pppoe.ca) |
| 2021-03-07 20:36:00 | <minoru_shiraeesh> | or maybe they or built on top of some http library |
| 2021-03-07 20:36:02 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 264 seconds) |
| 2021-03-07 20:36:08 | <minoru_shiraeesh> | s/or/are/ |
| 2021-03-07 20:36:36 | → | leungbk joins (~user@2603-8000-f144-2028-2d69-b241-ddac-c09d.res6.spectrum.com) |
| 2021-03-07 20:38:33 | × | leungbk quits (~user@2603-8000-f144-2028-2d69-b241-ddac-c09d.res6.spectrum.com) (Client Quit) |
| 2021-03-07 20:40:48 | × | frozenErebus quits (~frozenEre@94.128.82.20) (Remote host closed the connection) |
| 2021-03-07 20:42:51 | → | aarvar joins (~foewfoiew@2601:602:a080:fa0:2097:5e27:e1ef:c7cb) |
| 2021-03-07 20:43:49 | × | NllPtr quits (~NllPtr@dvc-157-183-156-186.movil.vtr.net) (Ping timeout: 245 seconds) |
| 2021-03-07 20:44:06 | → | NllPtr joins (~NllPtr@dvc-157-183-156-186.movil.vtr.net) |
| 2021-03-07 20:46:14 | × | conal quits (~conal@64.71.133.70) (Ping timeout: 264 seconds) |
| 2021-03-07 20:46:46 | <mikoto-chan> | minoru_shiraeesh: I heard of Scotty, might ever use it for some webshop or something |
| 2021-03-07 20:47:45 | → | Jd007 joins (~Jd007@162.156.11.151) |
| 2021-03-07 20:48:21 | <mikoto-chan> | Who is Tom Smeding and why do we use his site as a paste? |
| 2021-03-07 20:48:27 | <mikoto-chan> | pastebin* |
| 2021-03-07 20:48:42 | → | Cerato joins (~Cerberus@185.207.164.90) |
| 2021-03-07 20:49:11 | × | Kaiepi quits (~Kaiepi@47.54.252.148) (Remote host closed the connection) |
| 2021-03-07 20:50:22 | → | hololeap joins (~hololeap@unaffiliated/hololeap) |
| 2021-03-07 20:51:22 | × | cheater quits (~user@unaffiliated/cheater) (Ping timeout: 265 seconds) |
| 2021-03-07 20:51:23 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-03-07 20:51:33 | × | slack1256 quits (~slack1256@dvc-186-186-101-190.movil.vtr.net) (Ping timeout: 264 seconds) |
| 2021-03-07 20:52:09 | → | Kaeipi joins (~Kaiepi@47.54.252.148) |
| 2021-03-07 20:52:25 | → | Kaiepi joins (~Kaiepi@47.54.252.148) |
| 2021-03-07 20:55:38 | <minoru_shiraeesh> | mikoto-chan: he is a person |
| 2021-03-07 20:56:01 | <minoru_shiraeesh> | he frequents this channel |
| 2021-03-07 20:56:33 | <minoru_shiraeesh> | (not sure if the word "frequent" can be used like that) |
| 2021-03-07 20:56:57 | × | Kaiepi quits (~Kaiepi@47.54.252.148) (Ping timeout: 264 seconds) |
| 2021-03-07 20:57:01 | <minoru_shiraeesh> | he visits this channel |
| 2021-03-07 20:58:58 | × | stree quits (~stree@68.36.8.116) (Ping timeout: 260 seconds) |
| 2021-03-07 21:00:28 | × | kini quits (~kini@unaffiliated/kini) (Remote host closed the connection) |
| 2021-03-07 21:00:50 | → | acidjnk_new joins (~acidjnk@p200300d0c72b9523190c92979cea572a.dip0.t-ipconnect.de) |
| 2021-03-07 21:01:05 | → | SoF joins (~SoF@unaffiliated/skillyonfire) |
| 2021-03-07 21:01:49 | → | kini joins (~kini@unaffiliated/kini) |
| 2021-03-07 21:02:04 | <SoF> | is there a way to define point-free functions in a way like "f = _ + _ (5 * _)" and then haskell automatically figures out the first argument goes into the first _, second arg into the second _, etc? |
| 2021-03-07 21:02:26 | <SoF> | (as opposed to "f a b c = a + b (5 * c)" |
| 2021-03-07 21:02:59 | <geekosaur> | minoru_shiraeesh, it can |
| 2021-03-07 21:03:44 | <geekosaur> | SoF, no |
| 2021-03-07 21:03:54 | <SoF> | ok ty |
| 2021-03-07 21:03:55 | × | _ht quits (~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection) |
| 2021-03-07 21:06:38 | <mikoto-chan> | minoru_shiraeesh: But not a member of Freenode? |
| 2021-03-07 21:09:02 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:11c5:786:f774:d85e) |
| 2021-03-07 21:09:46 | <geekosaur> | who, tomsmeding? he's just not here today |
| 2021-03-07 21:10:04 | <geekosaur> | it is the weekend, after all |
| 2021-03-07 21:11:24 | → | stree joins (~stree@68.36.8.116) |
| 2021-03-07 21:12:17 | <geekosaur> | (well, present in channel but busy/away) |
| 2021-03-07 21:14:26 | <gentauro> | I seem to not get why this project is prefixed with `safe` -> https://github.com/NorfairKing/safe-coloured-text |
| 2021-03-07 21:14:30 | <gentauro> | how is it safe? |
| 2021-03-07 21:15:05 | <minoru_shiraeesh> | mikoto-chan: what do you mean "not a member of Freenode"? like, someone who is only reading logs and doesn't participate? |
| 2021-03-07 21:15:06 | × | gxt quits (~gxt@gateway/tor-sasl/gxt) (Ping timeout: 268 seconds) |
| 2021-03-07 21:15:17 | × | mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Remote host closed the connection) |
| 2021-03-07 21:15:44 | → | gxt joins (~gxt@gateway/tor-sasl/gxt) |
| 2021-03-07 21:15:44 | × | bobiusbillius quits (~bobiusbil@2a02:c7d:51c4:7000:1167:87c5:c3c8:7dfb) (Read error: Connection reset by peer) |
| 2021-03-07 21:15:59 | → | cheater joins (~user@unaffiliated/cheater) |
| 2021-03-07 21:16:04 | → | bobiusbillius joins (~bobiusbil@2a02:c7d:51c4:7000:1167:87c5:c3c8:7dfb) |
| 2021-03-07 21:17:52 | <minoru_shiraeesh> | "intentionally misinterpreting is fun sometimes" - and in post-modern world there are only misinterpretations, even author's interpretation is a misinterpretation |
| 2021-03-07 21:18:37 | <minoru_shiraeesh> | or is that meta-modern? |
| 2021-03-07 21:19:00 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds) |
| 2021-03-07 21:20:13 | × | geekosaur quits (ae68c070@cpe-174-104-192-112.neo.res.rr.com) (Quit: Connection closed) |
| 2021-03-07 21:21:45 | → | Guest78 joins (b986aa8d@gateway/web/cgi-irc/kiwiirc.com/ip.185.134.170.141) |
| 2021-03-07 21:25:54 | × | bobiusbillius quits (~bobiusbil@2a02:c7d:51c4:7000:1167:87c5:c3c8:7dfb) (Ping timeout: 265 seconds) |
| 2021-03-07 21:30:06 | × | Chai-T-Rex quits (~ChaiTRex@gateway/tor-sasl/chaitrex) (Remote host closed the connection) |
| 2021-03-07 21:30:37 | × | heatsink quits (~heatsink@2600:1700:bef1:5e10:9814:d93f:56c2:c87) (Remote host closed the connection) |
| 2021-03-07 21:30:48 | → | Chai-T-Rex joins (~ChaiTRex@gateway/tor-sasl/chaitrex) |
| 2021-03-07 21:31:24 | <monochrom> | gentauro: Probably just "no partial functions". |
| 2021-03-07 21:31:54 | <monochrom> | Yes, this community has pretty bent ideas of what safety and unsafety mean. |
| 2021-03-07 21:34:43 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-07 21:36:21 | → | nineonine joins (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556) |
| 2021-03-07 21:40:04 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 276 seconds) |
| 2021-03-07 21:43:14 | × | nineonine quits (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556) (Ping timeout: 264 seconds) |
| 2021-03-07 21:43:40 | <heck-to-the-gnom> | mikoto-chan: If you don't want to use his paste, then don't! I like p.bsd-unix.net and 0bin.net |
| 2021-03-07 21:44:21 | <monochrom> | Are you people, like, reading way too much subtext into a simple question where there is no subtext? |
| 2021-03-07 21:46:08 | × | rond_ quits (594020c5@89-64-32-197.dynamic.chello.pl) (Quit: Connection closed) |
| 2021-03-07 21:47:06 | × | Guest78 quits (b986aa8d@gateway/web/cgi-irc/kiwiirc.com/ip.185.134.170.141) (Quit: Connection closed) |
| 2021-03-07 21:48:24 | → | jamm_ joins (~jamm@unaffiliated/jamm) |
| 2021-03-07 21:49:47 | <minoru_shiraeesh> | monochrom: lol, idk why but it's funny that you asked that question. Sometimes people act weird, right? |
| 2021-03-07 21:50:05 | → | carlomagno joins (~cararell@148.87.23.4) |
| 2021-03-07 21:50:21 | <minoru_shiraeesh> | regarding subtext: in post-modern you can create your own subtext |
| 2021-03-07 21:51:55 | × | xff0x quits (~xff0x@2001:1a81:52eb:4100:4f42:fd5d:8725:87c7) (Ping timeout: 240 seconds) |
| 2021-03-07 21:52:32 | <monochrom> | OK, I will ask the blunt and rude question. |
| 2021-03-07 21:52:50 | × | jamm_ quits (~jamm@unaffiliated/jamm) (Ping timeout: 264 seconds) |
| 2021-03-07 21:52:50 | <monochrom> | What the f**king hell is postmodernism doing in #haskell? |
| 2021-03-07 21:54:26 | → | xff0x joins (xff0x@gateway/vpn/mullvad/xff0x) |
| 2021-03-07 21:56:17 | <minoru_shiraeesh> | it's just an off-topic conversation in the channel |
| 2021-03-07 21:57:14 | → | heatsink joins (~heatsink@2600:1700:bef1:5e10:9814:d93f:56c2:c87) |
| 2021-03-07 21:57:34 | → | mananamenos joins (~mananamen@193.red-88-11-66.dynamicip.rima-tde.net) |
| 2021-03-07 21:57:48 | × | mananamenos_ quits (~mananamen@193.red-88-11-66.dynamicip.rima-tde.net) (Ping timeout: 265 seconds) |
| 2021-03-07 21:57:54 | <DigitalKiwi> | it's ok no ops are on |
| 2021-03-07 21:59:22 | × | loli quits (~loli@024-171-017-003.res.spectrum.com) (Quit: WeeChat 3.0) |
| 2021-03-07 22:00:13 | × | Natch quits (~natch@c-b471e255.014-297-73746f25.bbcust.telenor.se) (Ping timeout: 276 seconds) |
| 2021-03-07 22:00:44 | → | Rudd0 joins (~Rudd0@185.189.115.108) |
| 2021-03-07 22:01:09 | × | forgottenone quits (~forgotten@176.42.24.161) (Quit: Konversation terminated!) |
| 2021-03-07 22:01:31 | → | loli joins (~loli@024-171-017-003.res.spectrum.com) |
| 2021-03-07 22:01:56 | × | xff0x quits (xff0x@gateway/vpn/mullvad/xff0x) (Ping timeout: 265 seconds) |
All times are in UTC.