Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-03-06 16:13:29 × bigbosskor quits (~Android@49.230.142.110) (Read error: Connection reset by peer)
2021-03-06 16:14:26 <DrowsySaturn> i see
2021-03-06 16:14:39 bigbosskor joins (~Android@49.230.142.110)
2021-03-06 16:14:43 Jack_Frost parts (~textual@wikipedia/Jack-Frost) ()
2021-03-06 16:15:35 bigboss93 joins (~Android@mx-ll-223.204.246-6.dynamic.3bb.co.th)
2021-03-06 16:15:38 raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2021-03-06 16:15:42 nckx is now known as jorts
2021-03-06 16:15:45 <[exa]> anyway the gtk programming style might be a bit oldish, but I find the approach much less annoying by ugly surprises than Qt
2021-03-06 16:16:15 <[exa]> YMMV though, I guess many people here would disagree too. :]
2021-03-06 16:16:28 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 16:16:34 mouseghost joins (~draco@87-206-9-185.dynamic.chello.pl)
2021-03-06 16:16:34 × mouseghost quits (~draco@87-206-9-185.dynamic.chello.pl) (Changing host)
2021-03-06 16:16:34 mouseghost joins (~draco@wikipedia/desperek)
2021-03-06 16:18:02 × tinhatcat quits (~tsranso@108-91-101-161.lightspeed.gnvlsc.sbcglobal.net) (Quit: Leaving)
2021-03-06 16:18:45 × bigboss93 quits (~Android@mx-ll-223.204.246-6.dynamic.3bb.co.th) (Read error: Connection reset by peer)
2021-03-06 16:18:48 × bigbosskor quits (~Android@49.230.142.110) (Ping timeout: 246 seconds)
2021-03-06 16:19:02 × gehmehgeh quits (~ircuser1@gateway/tor-sasl/gehmehgeh) (Remote host closed the connection)
2021-03-06 16:20:21 × ADG1089__ quits (~aditya@171.79.107.148) (Quit: Konversation terminated!)
2021-03-06 16:20:22 gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh)
2021-03-06 16:22:25 × zebrag quits (~inkbottle@aaubervilliers-654-1-112-176.w86-198.abo.wanadoo.fr) (Quit: Konversation terminated!)
2021-03-06 16:22:44 zebrag joins (~inkbottle@aaubervilliers-654-1-112-176.w86-198.abo.wanadoo.fr)
2021-03-06 16:25:04 machinedgod joins (~machinedg@24.105.81.50)
2021-03-06 16:25:05 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Remote host closed the connection)
2021-03-06 16:25:33 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 16:27:24 × caubert quits (~caubert@136.244.111.235) (Ping timeout: 256 seconds)
2021-03-06 16:27:26 bigbosskor joins (~Android@mx-ll-223.204.246-6.dynamic.3bb.co.th)
2021-03-06 16:27:49 jakalx parts (~jakalx@base.jakalx.net) ("Error from remote client")
2021-03-06 16:27:55 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
2021-03-06 16:28:23 caubert joins (~caubert@136.244.111.235)
2021-03-06 16:28:54 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Remote host closed the connection)
2021-03-06 16:28:55 × mirrorbird quits (~dwsjeid91@2a00:801:3f2:fa8e:16b2:2b3e:c801:a519) (Ping timeout: 258 seconds)
2021-03-06 16:29:16 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 16:29:18 × Franciman quits (~francesco@host-82-49-79-189.retail.telecomitalia.it) (Quit: Leaving)
2021-03-06 16:34:02 × fendor quits (~fendor@77.119.128.153.wireless.dyn.drei.com) (Remote host closed the connection)
2021-03-06 16:34:53 fendor joins (~fendor@77.119.128.153.wireless.dyn.drei.com)
2021-03-06 16:36:28 Jd007 joins (~Jd007@162.156.11.151)
2021-03-06 16:37:40 × bigbosskor quits (~Android@mx-ll-223.204.246-6.dynamic.3bb.co.th) (Read error: Connection reset by peer)
2021-03-06 16:40:01 <hpc> ADG1089_: a bit late, but the metaphor for stack isn't pip, it's venv
2021-03-06 16:40:24 <Athas> Is there a function for moving files? I can't imagine this is missing, but I can't immediately find it in System.Directory...
2021-03-06 16:40:24 × ADG1089_ quits (~adg1089@171.79.107.148) (Ping timeout: 260 seconds)
2021-03-06 16:41:25 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Remote host closed the connection)
2021-03-06 16:41:32 <hpc> Athas: the functions you want start with "rename"
2021-03-06 16:41:55 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 16:44:03 × conal quits (~conal@64.71.133.70) (Ping timeout: 265 seconds)
2021-03-06 16:44:25 × gitgood quits (~gitgood@82-132-218-49.dab.02.net) (Read error: Connection reset by peer)
2021-03-06 16:44:59 <Athas> hpc: they don't work across physical devices.
2021-03-06 16:45:21 nineonine joins (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556)
2021-03-06 16:45:44 <Athas> A good function would check whether renaming works, and fall back to copying otherwise. But I'm too lazy to write a good function, so I will just use copying instead.
2021-03-06 16:46:07 bigbosskor joins (~Android@223.204.246.6)
2021-03-06 16:46:49 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-03-06 16:47:08 × nineonine quits (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556) (Remote host closed the connection)
2021-03-06 16:47:43 nineonine joins (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556)
2021-03-06 16:49:55 × bigbosskor quits (~Android@223.204.246.6) (Read error: Connection reset by peer)
2021-03-06 16:50:03 × cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
2021-03-06 16:50:17 <Guest78> how can I output theRoot (I guess root window attributes) from Xmonad.core?
2021-03-06 16:52:14 × nineonine quits (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556) (Ping timeout: 264 seconds)
2021-03-06 16:54:26 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Remote host closed the connection)
2021-03-06 16:55:03 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 16:55:20 bigbosskor joins (~Android@223.204.246.6)
2021-03-06 16:55:22 × bigbosskor quits (~Android@223.204.246.6) (Read error: Connection reset by peer)
2021-03-06 16:57:29 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Remote host closed the connection)
2021-03-06 16:57:57 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 17:01:01 Sgeo joins (~Sgeo@ool-18b98aa4.dyn.optonline.net)
2021-03-06 17:01:29 × Tesseraction quits (~Tesseract@unaffiliated/tesseraction) (Read error: Connection reset by peer)
2021-03-06 17:03:34 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Ping timeout: 268 seconds)
2021-03-06 17:04:09 bigbosskor joins (~Android@mx-ll-223.204.246-6.dynamic.3bb.co.th)
2021-03-06 17:05:19 × fendor quits (~fendor@77.119.128.153.wireless.dyn.drei.com) (Ping timeout: 265 seconds)
2021-03-06 17:05:42 bitmagie joins (~Thunderbi@200116b8064bb1008d8d865989000c82.dip.versatel-1u1.de)
2021-03-06 17:07:41 geekosaur joins (82650c7a@130.101.12.122)
2021-03-06 17:08:28 fendor joins (~fendor@77.119.128.153.wireless.dyn.drei.com)
2021-03-06 17:09:12 <geekosaur> Guest78, output in what sense?
2021-03-06 17:09:48 <geekosaur> `asks theRoot >>= print` would output it to your session log without formatting
2021-03-06 17:10:29 jakalx joins (~jakalx@base.jakalx.net)
2021-03-06 17:10:39 sand_dul1 joins (~theuser@c-73-149-95-105.hsd1.ct.comcast.net)
2021-03-06 17:12:20 × Jd007 quits (~Jd007@162.156.11.151) (Quit: Jd007)
2021-03-06 17:12:42 × sand_dul1 quits (~theuser@c-73-149-95-105.hsd1.ct.comcast.net) (Client Quit)
2021-03-06 17:13:57 jamm_ joins (~jamm@unaffiliated/jamm)
2021-03-06 17:14:28 × elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 276 seconds)
2021-03-06 17:16:14 sand_dul1 joins (~theuser@c-73-149-95-105.hsd1.ct.comcast.net)
2021-03-06 17:16:33 × ubert quits (~Thunderbi@p200300ecdf25d9ffe6b318fffe838f33.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2021-03-06 17:17:00 <geekosaur> actually that;d be `asks theRoot >>= io print`, sorry. but I suspect you want to do something else with it
2021-03-06 17:17:04 sand_dul1 parts (~theuser@c-73-149-95-105.hsd1.ct.comcast.net) ()
2021-03-06 17:18:29 × bitmagie quits (~Thunderbi@200116b8064bb1008d8d865989000c82.dip.versatel-1u1.de) (Quit: bitmagie)
2021-03-06 17:20:12 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-03-06 17:20:54 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2021-03-06 17:21:31 × bigbosskor quits (~Android@mx-ll-223.204.246-6.dynamic.3bb.co.th) (Read error: Connection reset by peer)
2021-03-06 17:22:23 × zebrag quits (~inkbottle@aaubervilliers-654-1-112-176.w86-198.abo.wanadoo.fr) (Quit: Konversation terminated!)
2021-03-06 17:22:44 zebrag joins (~inkbottle@aaubervilliers-654-1-112-176.w86-198.abo.wanadoo.fr)
2021-03-06 17:24:07 × coot quits (~coot@37.30.55.141.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
2021-03-06 17:24:29 <Guest78> thanks, I just wanted to output in GHCI
2021-03-06 17:24:47 waleee-cl joins (uid373333@gateway/web/irccloud.com/x-syqdljbssvqrztqf)
2021-03-06 17:25:22 pincel joins (~pyon@unaffiliated/pyon)
2021-03-06 17:25:29 jorts is now known as nckx
2021-03-06 17:25:46 × mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Ping timeout: 268 seconds)
2021-03-06 17:27:41 <Guest78> geekosaur, thanks, I just wanted to output in GHCI
2021-03-06 17:27:59 <geekosaur> hm, that may not work so well since ghci will run it in IO
2021-03-06 17:28:12 nineonine joins (~nineonine@2604:3d08:7785:9600:ad8c:89aa:bf10:9556)
2021-03-06 17:28:13 <geekosaur> xmonad isn't very ghci-friendly
2021-03-06 17:28:46 <Guest78> I am experiencing that
2021-03-06 17:29:29 <Guest78> I would like to be able to send a signal to mate panel

All times are in UTC.