Logs: freenode/#haskell
| 2021-03-07 23:46:33 | × | Varis quits (~Tadas@unaffiliated/varis) (Remote host closed the connection) |
| 2021-03-07 23:53:43 | <zebrag> | > let sep = " ,." in "hello, bye, bye" & (groupBy (\x y -> (not $ elem x sep) && (not $ elem y sep))) & filter (\xs -> (\x -> not $ elem x sep) <$> xs & and) & sort & group & sortOn length & reverse & head |
| 2021-03-07 23:53:45 | <lambdabot> | ["bye","bye"] |
| 2021-03-07 23:54:34 | × | luke quits (~luke@bitnomial/staff/luke) (Quit: sleep) |
| 2021-03-07 23:54:46 | → | fissureman joins (~quassel@c-73-201-159-163.hsd1.dc.comcast.net) |
| 2021-03-07 23:58:41 | × | fissureman quits (~quassel@c-73-201-159-163.hsd1.dc.comcast.net) (Client Quit) |
| 2021-03-07 23:59:38 | <koz_> | Never mind, found another way. |
| 2021-03-07 23:59:43 | <koz_> | (still believe it's doable) |
| 2021-03-08 00:00:00 | <MarcelineVQ> | zebrag: what you up to there? |
| 2021-03-08 00:00:05 | × | atk quits (~Arch-TK@ircpuzzles/staff/Arch-TK) (Quit: Well this is unexpected.) |
| 2021-03-08 00:00:09 | <zebrag> | nothing |
| 2021-03-08 00:00:18 | <koz_> | Nothing :: Maybe Action |
| 2021-03-08 00:00:26 | → | atk joins (~Arch-TK@ircpuzzles/staff/Arch-TK) |
| 2021-03-08 00:01:01 | <zebrag> | word with higher frequency |
| 2021-03-08 00:01:03 | × | Tuplanolla quits (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (Ping timeout: 246 seconds) |
| 2021-03-08 00:02:18 | × | ambiso99 quits (~ambiso@209.182.239.205) (Quit: Ping timeout (120 seconds)) |
| 2021-03-08 00:02:41 | → | fissureman joins (~quassel@c-73-201-159-163.hsd1.dc.comcast.net) |
| 2021-03-08 00:03:27 | <infinisil> | koz_: I'd use the higher-kinded applicative instance for that |
| 2021-03-08 00:04:10 | <infinisil> | Libraries like barbies or rank2classes can derive those for you (barbies with Generics, rank2classes with TH) |
| 2021-03-08 00:04:33 | <qih> | koz_: o/ How did the w/e play out for you? |
| 2021-03-08 00:04:33 | × | Deide quits (~Deide@217.155.19.23) (Quit: Seeee yaaaa) |
| 2021-03-08 00:04:38 | <infinisil> | Then you could use https://hackage.haskell.org/package/barbies-2.0.2.0/docs/Data-Functor-Barbie.html#v:bzipWith |
| 2021-03-08 00:04:50 | <koz_> | qih: It was fun for the second day. |
| 2021-03-08 00:04:52 | qih | finally has a functional DEV machine now 8-) |
| 2021-03-08 00:04:57 | <qih> | koz_: ? |
| 2021-03-08 00:05:03 | <koz_> | infinisil: Thanks! I might look into that in case it's easier. |
| 2021-03-08 00:05:08 | → | ambiso99 joins (~ambiso@209.182.239.205) |
| 2021-03-08 00:05:23 | <koz_> | qih: You asked how the weekend played out for me. I claim it was fun for the second day. |
| 2021-03-08 00:06:17 | <qih> | Oh right, my bad. We had great weather on the S/I, got out and about. |
| 2021-03-08 00:07:21 | <glguy> | koz_, GHC.Generics isn't particularly suited to this |
| 2021-03-08 00:07:45 | <koz_> | glguy: I imagine it'd be awkward. It's moot now anyway because I found a different route to achieve what I want. |
| 2021-03-08 00:09:38 | × | conal quits (~conal@66.115.157.43) (Ping timeout: 264 seconds) |
| 2021-03-08 00:10:01 | → | ADG1089_ joins (~adg1089@122.163.167.99) |
| 2021-03-08 00:11:45 | → | slack1256 joins (~slack1256@dvc-186-186-101-190.movil.vtr.net) |
| 2021-03-08 00:12:54 | → | conal joins (~conal@192.145.118.159) |
| 2021-03-08 00:14:00 | × | mananamenos quits (~mananamen@193.red-88-11-66.dynamicip.rima-tde.net) (Ping timeout: 246 seconds) |
| 2021-03-08 00:14:03 | <infinisil> | koz_: Oh actually if you want to use generics for that, this blog post does something very similar: https://reasonablypolymorphic.com/blog/higher-kinded-data/ |
| 2021-03-08 00:14:14 | <koz_> | Figured Sandy might. :P |
| 2021-03-08 00:15:04 | × | ADG1089_ quits (~adg1089@122.163.167.99) (Ping timeout: 260 seconds) |
| 2021-03-08 00:15:52 | × | usr25 quits (~usr25@unaffiliated/usr25) (Read error: Connection reset by peer) |
| 2021-03-08 00:26:36 | × | todda7 quits (~torstein@athedsl-258913.home.otenet.gr) (Ping timeout: 246 seconds) |
| 2021-03-08 00:26:38 | → | notzmv joins (~zmv@unaffiliated/zmv) |
| 2021-03-08 00:26:53 | × | average quits (uid473595@gateway/web/irccloud.com/x-fdaougdbywaskcjc) (Quit: Connection closed for inactivity) |
| 2021-03-08 00:31:58 | → | bennofs__ joins (~quassel@dslb-188-106-250-212.188.106.pools.vodafone-ip.de) |
| 2021-03-08 00:34:15 | → | mananamenos joins (~mananamen@193.red-88-11-66.dynamicip.rima-tde.net) |
| 2021-03-08 00:35:10 | × | acidjnk_new quits (~acidjnk@p200300d0c72b9523190c92979cea572a.dip0.t-ipconnect.de) (Ping timeout: 258 seconds) |
| 2021-03-08 00:35:28 | × | bennofs_ quits (~quassel@dslb-188-106-254-021.188.106.pools.vodafone-ip.de) (Ping timeout: 245 seconds) |
| 2021-03-08 00:41:38 | → | cookielady joins (5f5ebd5c@a95-94-189-92.cpe.netcabo.pt) |
| 2021-03-08 00:42:10 | <cookielady> | hello, really new around. may i get some hints and tips |
| 2021-03-08 00:43:01 | → | refusenick joins (~user@2601:644:8502:d700::b8d1) |
| 2021-03-08 00:43:04 | × | m0rphism quits (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (Ping timeout: 260 seconds) |
| 2021-03-08 00:43:36 | <cookielady> | hey |
| 2021-03-08 00:43:46 | → | CMCDragonkai1 joins (~Thunderbi@60-242-118-130.tpgi.com.au) |
| 2021-03-08 00:43:52 | <cookielady> | anyone there? |
| 2021-03-08 00:45:05 | <__minoru__shirae> | cookielady: irc is not so instant as other messengers |
| 2021-03-08 00:45:37 | <__minoru__shirae> | you don't have to make sure that anyone is online to ask a question |
| 2021-03-08 00:45:38 | <cookielady> | thanks for a reponse. right , then how it works though |
| 2021-03-08 00:45:54 | → | pyuk joins (~vroom@217.138.252.212) |
| 2021-03-08 00:45:54 | × | pyuk quits (~vroom@217.138.252.212) (Client Quit) |
| 2021-03-08 00:46:34 | <qih> | cookielady: Greetings. Probably a better way to start being new, is put forward your specific question with a reasonable degree of system information, and what you are trying to do, alternately read this => |
| 2021-03-08 00:46:38 | <qih> | cookielady: http://jeff.jones.be/blog/2009/03/17/how-to-ask-for-help-on-irc/ |
| 2021-03-08 00:48:09 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-03-08 00:48:25 | <__minoru__shirae> | cookielady: just ask and then see if someone answers right away or maybe later |
| 2021-03-08 00:49:02 | <qih> | What __minoru__shirae said ... |
| 2021-03-08 00:49:52 | × | puke quits (~vroom@217.138.252.212) (Ping timeout: 276 seconds) |
| 2021-03-08 00:51:35 | <cookielady> | alright thank you. |
| 2021-03-08 00:53:29 | <cookielady> | well then for now i wanna get basic skills on the hacking system and system programs |
| 2021-03-08 00:54:02 | <cookielady> | i am trying to register on IRC aswell |
| 2021-03-08 00:54:06 | <SoF> | in haskell? |
| 2021-03-08 00:54:27 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-03-08 00:54:37 | <cookielady> | well i just found haskell as i was lookin on IRC |
| 2021-03-08 00:54:58 | <cookielady> | and tried to get in here to see if any luck on help |
| 2021-03-08 00:55:15 | → | hololeap joins (~hololeap@unaffiliated/hololeap) |
| 2021-03-08 00:55:29 | → | matryoshka joins (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) |
| 2021-03-08 01:00:12 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-03-08 01:02:32 | <qih> | Well tbh the people in this room are scattered all across the Planet, so for some it is still Sunday/Evening, others on a Monday are working etc ... IRC is not an instant messaging as __minoru__shirae however if you are prepared to ask & wait, some of the talented peeps here are likely to help you when/if they can. |
| 2021-03-08 01:02:55 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-03-08 01:03:27 | <qih> | Register #1 https://howchoo.com/internet/register-nickname-freenode |
| 2021-03-08 01:03:35 | <qih> | Register #2 https://freenode.net/kb/answer/registration |
| 2021-03-08 01:04:15 | qih | runs back to Kernel muppetry 8-) |
| 2021-03-08 01:05:49 | × | notzmv quits (~zmv@unaffiliated/zmv) (Ping timeout: 256 seconds) |
| 2021-03-08 01:06:25 | → | nighmi joins (~felix@port-92-196-73-189.dynamic.as20676.net) |
| 2021-03-08 01:06:41 | × | jumper149 quits (~jumper149@ip185225.wh.uni-hannover.de) (Quit: WeeChat 3.0.1) |
| 2021-03-08 01:06:49 | → | dfaiv-dev joins (44f9e9e4@68-249-233-228.lightspeed.okcbok.sbcglobal.net) |
| 2021-03-08 01:08:49 | × | shatriff quits (~vitaliish@protective.remission.volia.net) (Remote host closed the connection) |
| 2021-03-08 01:09:23 | → | shatriff joins (~vitaliish@protective.remission.volia.net) |
| 2021-03-08 01:14:22 | × | dfaiv-dev quits (44f9e9e4@68-249-233-228.lightspeed.okcbok.sbcglobal.net) (Quit: Connection closed) |
| 2021-03-08 01:14:28 | → | robweb joins (ac3a115f@172.58.17.95) |
| 2021-03-08 01:15:22 | × | Wuzzy quits (~Wuzzy@p5b0df7c2.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-03-08 01:16:19 | × | CMCDragonkai1 quits (~Thunderbi@60-242-118-130.tpgi.com.au) (Ping timeout: 245 seconds) |
| 2021-03-08 01:17:29 | × | Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 260 seconds) |
| 2021-03-08 01:21:04 | → | luke joins (~luke@bitnomial/staff/luke) |
| 2021-03-08 01:21:20 | <robweb> | Hi. I have this problem: https://paste.tomsmeding.com/2kKay44r Please help if you can. Thank you. |
| 2021-03-08 01:22:27 | × | zebrag quits (~inkbottle@aaubervilliers-654-1-112-176.w86-198.abo.wanadoo.fr) (Quit: Konversation terminated!) |
| 2021-03-08 01:22:47 | → | zebrag joins (~inkbottle@aaubervilliers-654-1-112-176.w86-198.abo.wanadoo.fr) |
| 2021-03-08 01:23:14 | <c_wraith> | why do you think it should have a Just? |
| 2021-03-08 01:23:48 | × | mananamenos quits (~mananamen@193.red-88-11-66.dynamicip.rima-tde.net) (Ping timeout: 245 seconds) |
| 2021-03-08 01:24:26 | <monochrom> | You need a case analysis on the outcome of the recursive call "flipMaybe xs". |
| 2021-03-08 01:24:44 | <xsperry> | > sequence [Just 1, Just 2, Just 3] |
| 2021-03-08 01:24:46 | <lambdabot> | Just [1,2,3] |
All times are in UTC.