Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-03-11 03:11:42 tomku joins (~tomku@unaffiliated/tomku)
2021-03-11 03:12:14 ezrakilty joins (~ezrakilty@97-113-55-149.tukw.qwest.net)
2021-03-11 03:12:54 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-03-11 03:12:57 × Deide quits (~Deide@217.155.19.23) (Quit: Seeee yaaaa)
2021-03-11 03:12:59 beka joins (~beka@gothdyke.mom)
2021-03-11 03:13:27 DataComputist joins (~lumeng@50.43.26.251)
2021-03-11 03:13:36 × bergey`` quits (~user@pool-74-108-99-127.nycmny.fios.verizon.net) (Ping timeout: 246 seconds)
2021-03-11 03:13:44 × Guest44129 quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 268 seconds)
2021-03-11 03:16:51 × alx741 quits (~alx741@186.178.108.206) (Quit: alx741)
2021-03-11 03:17:26 × cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving)
2021-03-11 03:18:52 myShoggoth joins (~myShoggot@75.164.81.55)
2021-03-11 03:19:41 × kini quits (~kini@unaffiliated/kini) (Remote host closed the connection)
2021-03-11 03:19:56 × tomku quits (~tomku@unaffiliated/tomku) (Quit: Lost terminal)
2021-03-11 03:21:00 kini joins (~kini@unaffiliated/kini)
2021-03-11 03:21:16 Jeanne-Kamikaze is now known as elusive
2021-03-11 03:21:58 <hololeap> i asked this in here before, but does anyone know of a package that has a version of the Endo monoid but for any Category?
2021-03-11 03:23:47 × elusive quits (~Jeanne-Ka@static-198-54-134-155.cust.tzulo.com) (Quit: Leaving)
2021-03-11 03:23:56 Jeanne-Kamikaze joins (~Jeanne-Ka@static-198-54-134-155.cust.tzulo.com)
2021-03-11 03:26:16 × carlomagno1 quits (~cararell@148.87.23.11) (Quit: Leaving.)
2021-03-11 03:26:26 raym joins (~ray@45.64.220.113)
2021-03-11 03:28:05 <slack1256> I have a long running program I would like to profile. All options on the RTS write the .prof files at the end of the execution. I would like it to keep runnning and only take snapshots when told. What are my options?
2021-03-11 03:28:14 tomku joins (~tomku@unaffiliated/tomku)
2021-03-11 03:28:46 × urodna quits (~urodna@unaffiliated/urodna) (Quit: urodna)
2021-03-11 03:31:21 × conal quits (~conal@66.115.157.138) (Quit: Computer has gone to sleep.)
2021-03-11 03:32:10 shailangsa joins (~shailangs@host86-162-150-241.range86-162.btcentralplus.com)
2021-03-11 03:33:05 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-03-11 03:34:09 × raehik1 quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 264 seconds)
2021-03-11 03:34:17 × slack1256 quits (~slack1256@dvc-186-186-101-190.movil.vtr.net) (Remote host closed the connection)
2021-03-11 03:35:31 slack1256 joins (~slack1256@dvc-186-186-101-190.movil.vtr.net)
2021-03-11 03:35:57 × theDon quits (~td@muedsl-82-207-238-252.citykom.de) (Ping timeout: 264 seconds)
2021-03-11 03:36:54 conal joins (~conal@192.145.118.125)
2021-03-11 03:37:47 theDon joins (~td@94.134.91.64)
2021-03-11 03:39:16 <qih> What is the best method of installing Haskell_Latest & Stack on Debian 10? Package manager or via 'Get Haskell Stack'?
2021-03-11 03:39:17 × tomku quits (~tomku@unaffiliated/tomku) (Quit: Lost terminal)
2021-03-11 03:40:26 <koz_> Debian anything is crufty and antique. Definitely get it from _outside_ the package manager if you wanna develop.
2021-03-11 03:40:34 <koz_> (for like, system executables it depends)
2021-03-11 03:41:42 × lewky quits (816b5083@129.107.80.131) (Ping timeout: 240 seconds)
2021-03-11 03:41:45 <qih> koz_: fair call, thank you.
2021-03-11 03:42:06 <qih> Option B it is.
2021-03-11 03:42:12 graingert is now known as graingert[m]
2021-03-11 03:42:46 dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com)
2021-03-11 03:43:10 graingert[m] is now known as graingert
2021-03-11 03:47:14 <qih> koz_: The Haskell Stack install said to append the /home/$user/.local/bin to the front of the $PATH, is this critical?
2021-03-11 03:47:33 × dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 246 seconds)
2021-03-11 03:47:51 <koz_> qih: If you do 'which stack' do you get a path to an executable?
2021-03-11 03:47:56 <koz_> If no, then yes; if yes, the no.
2021-03-11 03:48:01 <koz_> s/the /then /
2021-03-11 03:48:11 <qih> /usr/local/bin/stack <= yes
2021-03-11 03:48:25 <qih> Hahaha, got it, ty
2021-03-11 03:49:01 <koz_> This is where stack puts executables via 'stack install' I think.
2021-03-11 03:49:10 <koz_> But if you don't plan to use 'stack install', it doesn't matter.
2021-03-11 03:49:18 tessier joins (~treed@98.171.210.130)
2021-03-11 03:49:18 × tessier quits (~treed@98.171.210.130) (Changing host)
2021-03-11 03:49:18 tessier joins (~treed@kernel-panic/copilotco)
2021-03-11 03:49:45 × deviantfero quits (~deviantfe@190.150.27.58) (Ping timeout: 264 seconds)
2021-03-11 03:50:02 <qih> Well I do plan to use 'stack install', so then I am sorted.
2021-03-11 03:50:41 <koz_> Yeah, if you wanna use 'stack install', you want /home/$user/.local/bin on your path.
2021-03-11 03:50:50 <qih> Right, got it.
2021-03-11 03:51:07 × machined1od quits (~machinedg@135-23-192-217.cpe.pppoe.ca) (Ping timeout: 276 seconds)
2021-03-11 03:52:05 tomku joins (~tomku@unaffiliated/tomku)
2021-03-11 03:52:57 × tomku quits (~tomku@unaffiliated/tomku) (Client Quit)
2021-03-11 03:55:12 dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com)
2021-03-11 03:55:46 × slack1256 quits (~slack1256@dvc-186-186-101-190.movil.vtr.net) (Remote host closed the connection)
2021-03-11 03:55:58 tomku joins (~tomku@unaffiliated/tomku)
2021-03-11 03:56:22 slack1256 joins (~slack1256@dvc-186-186-101-190.movil.vtr.net)
2021-03-11 03:58:08 <qih> Interesting, fixed the path, sourced it, ran 'stack repl', and it pulled in the latest GHCI package.
2021-03-11 04:00:03 × dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 245 seconds)
2021-03-11 04:01:12 × ezrakilty quits (~ezrakilty@97-113-55-149.tukw.qwest.net) (Remote host closed the connection)
2021-03-11 04:01:14 × aarvar quits (~foewfoiew@2601:602:a080:fa0:f5c0:50eb:5dcd:a8d4) (Ping timeout: 264 seconds)
2021-03-11 04:04:03 redmp_ joins (~redmp@172.58.75.1)
2021-03-11 04:04:12 Lycurgus joins (~niemand@98.4.114.199)
2021-03-11 04:05:22 × ep1ctetus quits (~epictetus@ip72-194-215-136.sb.sd.cox.net) (Read error: Connection reset by peer)
2021-03-11 04:06:23 marinell1 joins (~marinelli@gateway/tor-sasl/marinelli)
2021-03-11 04:07:09 × redmp quits (~redmp@172.58.35.235) (Ping timeout: 264 seconds)
2021-03-11 04:07:24 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 256 seconds)
2021-03-11 04:07:53 × zebrag quits (~inkbottle@aaubervilliers-654-1-1-238.w83-200.abo.wanadoo.fr) (Quit: Konversation terminated!)
2021-03-11 04:08:14 zebrag joins (~inkbottle@aaubervilliers-654-1-1-238.w83-200.abo.wanadoo.fr)
2021-03-11 04:08:37 × marinelli quits (~marinelli@gateway/tor-sasl/marinelli) (Ping timeout: 268 seconds)
2021-03-11 04:13:42 forgottenone joins (~forgotten@176.42.29.216)
2021-03-11 04:15:45 hollisb joins (~hollisb@185.163.110.108)
2021-03-11 04:21:18 × elfets_ quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 245 seconds)
2021-03-11 04:21:37 crestfallen joins (~John@135-180-46-152.fiber.dynamic.sonic.net)
2021-03-11 04:25:21 × Benzi-Junior quits (~BenziJuni@88-149-64-40.du.xdsl.is) (Ping timeout: 246 seconds)
2021-03-11 04:25:47 Jd007 joins (~Jd007@162.156.11.151)
2021-03-11 04:29:22 Maxed joins (~maxed@pool-108-46-41-239.nycmny.fios.verizon.net)
2021-03-11 04:31:27 Benzi-Junior joins (~BenziJuni@88-149-64-40.du.xdsl.is)
2021-03-11 04:34:24 bitmagie joins (~Thunderbi@200116b806741e00649f3f505ce69f1a.dip.versatel-1u1.de)
2021-03-11 04:35:51 × Benzi-Junior quits (~BenziJuni@88-149-64-40.du.xdsl.is) (Ping timeout: 246 seconds)
2021-03-11 04:36:00 B-J joins (~BenziJuni@88-149-64-40.du.xdsl.is)
2021-03-11 04:37:54 <zebrag> monochrom: The question you formulated related to Yoneda Lemma got me confused for a while. I think the wording "secret number" had too much of an air of mystery. And/or I thought you were meaning something else, I was confused. (you know, what about replacing "secret" by "magic", hum, just kidding.)
2021-03-11 04:38:20 × slack1256 quits (~slack1256@dvc-186-186-101-190.movil.vtr.net) (Remote host closed the connection)
2021-03-11 04:40:22 <zebrag> Beside that, yes, a good question, I mean, very enlightening.
2021-03-11 04:40:45 × B-J quits (~BenziJuni@88-149-64-40.du.xdsl.is) (Ping timeout: 264 seconds)
2021-03-11 04:40:58 <monochrom> I fully intended mystery.
2021-03-11 04:41:08 <zebrag> yes I understand that
2021-03-11 04:42:53 × conal quits (~conal@192.145.118.125) (Quit: Computer has gone to sleep.)
2021-03-11 04:43:50 × jrqc quits (~rofl@96.78.87.197) (Ping timeout: 264 seconds)
2021-03-11 04:46:31 × electricityZZZZ quits (~electrici@108-216-157-17.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 272 seconds)
2021-03-11 04:46:42 jrqc joins (~rofl@96.78.87.197)
2021-03-11 04:48:03 orion_ is now known as orion

All times are in UTC.