Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2020-11-17 16:08:16 × pavonia quits (~user@unaffiliated/siracusa) (Quit: Bye!)
2020-11-17 16:08:49 sord937 joins (~sord937@gateway/tor-sasl/sord937)
2020-11-17 16:09:16 × Stanley00 quits (~stanley00@unaffiliated/stanley00) (Ping timeout: 240 seconds)
2020-11-17 16:10:13 × raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 260 seconds)
2020-11-17 16:10:21 × christo_ quits (~chris@81.96.113.213) (Remote host closed the connection)
2020-11-17 16:10:47 × acidjnk_new quits (~acidjnk@p200300d0c719ff874cf537f47d61e6af.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2020-11-17 16:11:07 raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2020-11-17 16:11:41 hseg joins (~gesh@185.120.126.113)
2020-11-17 16:13:16 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-11-17 16:13:35 × nut quits (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 272 seconds)
2020-11-17 16:13:39 Tario joins (~Tario@201.192.165.173)
2020-11-17 16:14:25 × conal quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.)
2020-11-17 16:15:13 nineonine joins (~textual@S01061cabc0b095f3.vf.shawcable.net)
2020-11-17 16:16:14 conal joins (~conal@64.71.133.70)
2020-11-17 16:16:39 × nineonine quits (~textual@S01061cabc0b095f3.vf.shawcable.net) (Client Quit)
2020-11-17 16:17:23 royal_screwup219 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2020-11-17 16:26:09 bitmagie joins (~Thunderbi@200116b80683a800c96883fdde0ec4cc.dip.versatel-1u1.de)
2020-11-17 16:28:10 hseg parts (~gesh@185.120.126.113) ("WeeChat 2.9")
2020-11-17 16:28:31 × vicfred quits (~vicfred@unaffiliated/vicfred) (Quit: Leaving)
2020-11-17 16:29:48 vicfred joins (~vicfred@unaffiliated/vicfred)
2020-11-17 16:32:47 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2020-11-17 16:33:51 × cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Remote host closed the connection)
2020-11-17 16:34:14 cosimone joins (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd)
2020-11-17 16:34:41 × bitmagie quits (~Thunderbi@200116b80683a800c96883fdde0ec4cc.dip.versatel-1u1.de) (Quit: bitmagie)
2020-11-17 16:35:40 Sose__ joins (sid429738@gateway/web/irccloud.com/x-vdewfreqbfmetfxe)
2020-11-17 16:36:45 Sose__ is now known as Sose
2020-11-17 16:39:30 × cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Remote host closed the connection)
2020-11-17 16:39:52 cosimone joins (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd)
2020-11-17 16:40:55 <tomjaguarpaw> Yes, but I want to benchmark the algorithm more than the code.
2020-11-17 16:41:46 <sshine> CI/GitHub Actions question: I have a bunch of individual Haskell projects in the same repo. I'd like if they shared cache since they all use the same stack resolver. right now actions/cache@v2 uses key: ${{ matrix.resolver }}-${{ hashFiles('projects/*/package.yaml') }}, which means that if any one project file changes, the cache is invalidated for all exercises.
2020-11-17 16:43:22 <sshine> wait, never mind. :)
2020-11-17 16:43:29 p-core joins (~Thunderbi@2001:718:1e03:5128:2ab7:7f35:48a1:8515)
2020-11-17 16:43:58 × Lycurgus quits (~niemand@cpe-45-46-134-163.buffalo.res.rr.com) (Quit: Exeunt)
2020-11-17 16:43:59 × incertia quits (~incertia@d60-65-215-180.col.wideopenwest.com) (Ping timeout: 272 seconds)
2020-11-17 16:46:29 × p-core quits (~Thunderbi@2001:718:1e03:5128:2ab7:7f35:48a1:8515) (Remote host closed the connection)
2020-11-17 16:47:54 incertia joins (~incertia@d60-65-215-180.col.wideopenwest.com)
2020-11-17 16:50:07 × kritzefitz quits (~kritzefit@fw-front.credativ.com) (Remote host closed the connection)
2020-11-17 16:51:02 nineonine joins (~textual@S01061cabc0b095f3.vf.shawcable.net)
2020-11-17 16:52:20 × idhugo quits (~idhugo@80-62-116-101-mobile.dk.customer.tdc.net) (Remote host closed the connection)
2020-11-17 16:52:24 <davean> tomjaguarpaw: The amount of data produced is a core part of the alhorithm, but you can try to seperate your code's inefficiency out.
2020-11-17 16:52:37 <davean> tomjaguarpaw: the limiting factor on many, if not most, algs though is their memory usage.
2020-11-17 16:52:46 idhugo joins (~idhugo@80-62-116-101-mobile.dk.customer.tdc.net)
2020-11-17 16:53:33 invaser joins (~Thunderbi@31.148.23.125)
2020-11-17 16:55:23 codeAlways joins (uid272474@gateway/web/irccloud.com/x-twiappljqzzzwfyb)
2020-11-17 16:55:23 v_m_v_ joins (~vm_v@2a02:aa12:3200:6480:fc4f:fb56:796a:9a4a)
2020-11-17 16:56:00 j12866 joins (~j12866@cpe-45-47-128-180.nycap.res.rr.com)
2020-11-17 16:56:14 × conal quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.)
2020-11-17 16:56:16 × nineonine quits (~textual@S01061cabc0b095f3.vf.shawcable.net) (Ping timeout: 240 seconds)
2020-11-17 16:58:20 Chi1thangoo joins (~Chi1thang@87.112.60.168)
2020-11-17 16:59:23 × chele quits (~chele@ip5b416ea2.dynamic.kabel-deutschland.de) (Remote host closed the connection)
2020-11-17 17:01:08 conal joins (~conal@64.71.133.70)
2020-11-17 17:02:19 × borne quits (~fritjof@200116b8641c82003b6e7a122d52ed4c.dip.versatel-1u1.de) (Quit: WeeChat 2.9)
2020-11-17 17:05:41 sszark joins (~sszark@h-213-180.A392.priv.bahnhof.se)
2020-11-17 17:05:55 lucasb joins (uid333435@gateway/web/irccloud.com/x-gwvbkmucegxpihno)
2020-11-17 17:06:07 hnOsmium0001 joins (uid453710@gateway/web/irccloud.com/x-eaonyjbsdauymoqz)
2020-11-17 17:06:12 × valdyn quits (~valdyn@host-88-217-143-53.customer.m-online.net) (Ping timeout: 265 seconds)
2020-11-17 17:06:22 × raichoo quits (~raichoo@213.240.178.58) (Quit: Lost terminal)
2020-11-17 17:11:22 geekosaur joins (82659a09@host154-009.vpn.uakron.edu)
2020-11-17 17:12:25 × ubert quits (~Thunderbi@2a02:8109:9880:303c:ca5b:76ff:fe29:f233) (Remote host closed the connection)
2020-11-17 17:16:29 crdrost joins (~crdrost@2601:646:8280:85f0:7445:34ce:4342:d2eb)
2020-11-17 17:18:37 <sszark> how do i install a package with cabal from github?
2020-11-17 17:19:04 ddellacosta joins (dd@gateway/vpn/mullvad/ddellacosta)
2020-11-17 17:19:47 <merijn> sszark: "It Depends", are we talking "I wanna install an executable", "I want to develop against an unreleased dependency", or "I wanna install it to make accessible everywhere on my system"?
2020-11-17 17:19:49 Hanma[m] joins (hanmamatri@gateway/shell/matrix.org/x-okkoowimutlrlfkb)
2020-11-17 17:20:01 hackage microlens-th 0.4.3.8 - Automatic generation of record lenses for microlens https://hackage.haskell.org/package/microlens-th-0.4.3.8 (Artyom)
2020-11-17 17:21:55 <sszark> merijn: i'm trying to install the git version of this. and yes, i would like it to be accessible globally. https://github.com/xmonad/xmonad-contrib
2020-11-17 17:22:17 <merijn> And you have cabal-install >3.0?
2020-11-17 17:23:36 <sszark> I have 3.2 merijn
2020-11-17 17:24:36 <merijn> sszark: Then the answer is "there's no real easy way to do that". But according to that repo's readme you need to use git version of xmonad too, in which case you can go into your git clone of xmonad and create a cabal.project file using: https://cabal.readthedocs.io/en/latest/cabal-project.html#specifying-packages-from-remote-version-control-locations
2020-11-17 17:26:48 <sszark> Ah, i'll have a look. thanks merijn
2020-11-17 17:28:56 <geekosaur> the ideal way to do it is to set up a project which uses an environment, and use a build script that references the environment so you don't have to install globally. I think there's an example in the xmonad-testing repo
2020-11-17 17:29:35 × cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Ping timeout: 272 seconds)
2020-11-17 17:31:36 × conal quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.)
2020-11-17 17:32:49 × j12866 quits (~j12866@cpe-45-47-128-180.nycap.res.rr.com) (Quit: WeeChat 2.8)
2020-11-17 17:33:20 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-11-17 17:36:10 × incertia quits (~incertia@d60-65-215-180.col.wideopenwest.com) (Ping timeout: 265 seconds)
2020-11-17 17:37:53 × enoq quits (~textual@194-208-146-143.lampert.tv) (Quit: Textual IRC Client: www.textualapp.com)
2020-11-17 17:38:18 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 256 seconds)
2020-11-17 17:39:15 × cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 2.9)
2020-11-17 17:40:24 × ggole quits (~ggole@2001:8003:8119:7200:c9ed:f9f6:bc08:34bd) (Quit: Leaving)
2020-11-17 17:41:30 hackage ngx-export-tools-extra 0.5.8.0 - More extra tools for Nginx haskell module https://hackage.haskell.org/package/ngx-export-tools-extra-0.5.8.0 (lyokha)
2020-11-17 17:42:55 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2020-11-17 17:44:03 × FreeBirdLjj quits (~freebirdl@101.228.42.108) (Remote host closed the connection)
2020-11-17 17:44:22 FreeBirdLjj joins (~freebirdl@101.228.42.108)
2020-11-17 17:44:24 × FreeBirdLjj quits (~freebirdl@101.228.42.108) (Read error: Connection reset by peer)
2020-11-17 17:44:26 × royal_screwup219 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2020-11-17 17:44:34 cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net)
2020-11-17 17:44:42 FreeBirdLjj joins (~freebirdl@101.228.42.108)
2020-11-17 17:44:44 × FreeBirdLjj quits (~freebirdl@101.228.42.108) (Read error: Connection reset by peer)
2020-11-17 17:45:04 FreeBirdLjj joins (~freebirdl@101.228.42.108)
2020-11-17 17:45:05 × FreeBirdLjj quits (~freebirdl@101.228.42.108) (Read error: Connection reset by peer)
2020-11-17 17:45:23 FreeBirdLjj joins (~freebirdl@101.228.42.108)
2020-11-17 17:45:25 × Yumasi quits (~guillaume@2a01cb09b06b29ead46a3aeadfb0149b.ipv6.abo.wanadoo.fr) (Ping timeout: 272 seconds)
2020-11-17 17:45:26 × FreeBirdLjj quits (~freebirdl@101.228.42.108) (Remote host closed the connection)
2020-11-17 17:45:46 stackdimes joins (~stackdime@85.203.46.103)
2020-11-17 17:46:26 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2020-11-17 17:47:21 juuandyy joins (~juuandyy@90.166.144.65)
2020-11-17 17:48:16 × dusty_pacer quits (~pi@2600:6c50:80:2f4a:e9d0:6569:1cea:d1d4) (Remote host closed the connection)
2020-11-17 17:48:16 × dustypacer quits (~pi@137-025-112-171.res.spectrum.com) (Remote host closed the connection)
2020-11-17 17:48:43 × juuandyy quits (~juuandyy@90.166.144.65) (Client Quit)

All times are in UTC.