Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2020-11-04 16:35:50 patty1 joins (~patty@104.206.12.227)
2020-11-04 16:37:21 × conal quits (~conal@64.71.133.70) (Ping timeout: 260 seconds)
2020-11-04 16:39:41 × troydm quits (~troydm@unaffiliated/troydm) (Ping timeout: 260 seconds)
2020-11-04 16:40:06 conal joins (~conal@66.115.157.70)
2020-11-04 16:40:49 × zebrag quits (~inkbottle@aaubervilliers-654-1-104-94.w86-212.abo.wanadoo.fr) (Quit: Konversation terminated!)
2020-11-04 16:41:04 × concept2 quits (~concept2@unaffiliated/tubo) (Read error: Connection reset by peer)
2020-11-04 16:41:09 zebrag joins (~inkbottle@aaubervilliers-654-1-104-94.w86-212.abo.wanadoo.fr)
2020-11-04 16:41:27 concept2 joins (~concept2@unaffiliated/tubo)
2020-11-04 16:43:55 × patty1 quits (~patty@104.206.12.227) (Quit: WeeChat 1.9.1)
2020-11-04 16:44:09 fendor_ joins (~fendor@178.115.130.128.wireless.dyn.drei.com)
2020-11-04 16:46:27 × alp quits (~alp@2a01:e0a:58b:4920:1dd3:df8f:e85c:9a7d) (Ping timeout: 272 seconds)
2020-11-04 16:46:50 × fendor quits (~fendor@77.119.128.11.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
2020-11-04 16:47:12 troydm joins (~troydm@unaffiliated/troydm)
2020-11-04 16:48:47 <dsal> Dumb lens question. I'm working with aeson and want to modify two keys. I've got `v & deep values . _Object . at "k1" ?~ "XXX"` I also want to modify "k2" the same way. Is there a sensible way to do compose two of these `at`s so I can do them in the same place?
2020-11-04 16:49:18 × sord937 quits (~sord937@gateway/tor-sasl/sord937) (Remote host closed the connection)
2020-11-04 16:49:57 acidjnk_new2 joins (~acidjnk@p200300d0c718f665213d210801ac68e4.dip0.t-ipconnect.de)
2020-11-04 16:50:12 sord937 joins (~sord937@gateway/tor-sasl/sord937)
2020-11-04 16:50:42 × borne quits (~fritjof@200116b864d4e2005d0cb1433c5d4cbb.dip.versatel-1u1.de) (Ping timeout: 260 seconds)
2020-11-04 16:52:21 <Taneb> dsal: there's not a super great solution here, although there's a not-nice solution, Control.Lens.Unsound.adjoin does what you need
2020-11-04 16:53:03 <dsal> This doc makes me feel bad: Are you looking for failing?
2020-11-04 16:54:37 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-11-04 16:54:43 <Taneb> "failing" can do "if you don't find anything in the first place, try the second"
2020-11-04 16:54:50 <Taneb> But I see what you mean
2020-11-04 16:55:44 <dsal> Hmm... This seems newer than my lens.
2020-11-04 16:57:04 mdunnio joins (~mdunnio@208.59.170.5)
2020-11-04 16:57:22 <dsal> I guess I can just do something ugly in the short term. It feels like something that should be possible. It's really just "replace all occurrences of keys xs with these values" which feels like it's right there.
2020-11-04 16:58:36 × britva quits (~britva@31-10-157-156.cgn.dynamic.upc.ch) (Quit: This computer has gone to sleep)
2020-11-04 16:58:54 <dsal> A tiny helper function does the thing at least.
2020-11-04 16:59:07 <dsal> `v & deep values . _Object %~ fixit`
2020-11-04 16:59:27 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 265 seconds)
2020-11-04 17:00:31 britva joins (~britva@31-10-157-156.cgn.dynamic.upc.ch)
2020-11-04 17:01:37 × mdunnio quits (~mdunnio@208.59.170.5) (Ping timeout: 260 seconds)
2020-11-04 17:02:05 × justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Ping timeout: 240 seconds)
2020-11-04 17:02:08 hnOsmium0001 joins (uid453710@gateway/web/irccloud.com/x-hpmiowuimqysffdt)
2020-11-04 17:02:24 mdunnio joins (~mdunnio@208.59.170.5)
2020-11-04 17:06:05 × jespada quits (~jespada@90.254.245.49) (Ping timeout: 272 seconds)
2020-11-04 17:07:00 × britva quits (~britva@31-10-157-156.cgn.dynamic.upc.ch) (Quit: This computer has gone to sleep)
2020-11-04 17:07:13 × mdunnio quits (~mdunnio@208.59.170.5) (Ping timeout: 260 seconds)
2020-11-04 17:07:15 geekosaur joins (82659a09@host154-009.vpn.uakron.edu)
2020-11-04 17:07:36 bitmapper joins (uid464869@gateway/web/irccloud.com/x-yoxguegrcaybrryj)
2020-11-04 17:07:41 jespada joins (~jespada@90.254.245.49)
2020-11-04 17:08:23 britva joins (~britva@31-10-157-156.cgn.dynamic.upc.ch)
2020-11-04 17:08:32 × entel quits (uid256215@botters/entel) ()
2020-11-04 17:09:06 entel joins (uid256215@botters/entel)
2020-11-04 17:09:19 × sh9 quits (~sh9@softbank060116136158.bbtec.net) (Read error: Connection reset by peer)
2020-11-04 17:10:31 × conal quits (~conal@66.115.157.70) (Quit: Computer has gone to sleep.)
2020-11-04 17:12:10 aarvar joins (~foewfoiew@c.24.56.239.179.static.broadstripe.net)
2020-11-04 17:12:27 borne joins (~fritjof@200116b864d4e2005d0cb1433c5d4cbb.dip.versatel-1u1.de)
2020-11-04 17:12:30 × thir quits (~thir@p200300f27f0b7e00f4e9381c2bf90854.dip0.t-ipconnect.de) (Remote host closed the connection)
2020-11-04 17:13:06 ColdRush joins (~coldrush@4e69b241.skybroadband.com)
2020-11-04 17:16:23 × teardown quits (~user@gateway/tor-sasl/mrush) (Ping timeout: 240 seconds)
2020-11-04 17:16:36 conal joins (~conal@66.115.157.70)
2020-11-04 17:17:28 × chele quits (~chele@ip5b416ea2.dynamic.kabel-deutschland.de) (Remote host closed the connection)
2020-11-04 17:19:06 comerijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2020-11-04 17:19:56 sh9 joins (~sh9@softbank060116136158.bbtec.net)
2020-11-04 17:21:41 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2020-11-04 17:23:31 hackage Color 0.3.0 - Color spaces and conversions between them https://hackage.haskell.org/package/Color-0.3.0 (lehins)
2020-11-04 17:23:40 aarvar parts (~foewfoiew@c.24.56.239.179.static.broadstripe.net) ()
2020-11-04 17:24:34 × bitmagie quits (~Thunderbi@200116b80654c700253602a817d4606f.dip.versatel-1u1.de) (Quit: bitmagie)
2020-11-04 17:24:51 × Rudd0 quits (~Rudd0@185.189.115.103) (Ping timeout: 258 seconds)
2020-11-04 17:24:53 LKoen joins (~LKoen@53.253.88.92.rev.sfr.net)
2020-11-04 17:26:00 × conal quits (~conal@66.115.157.70) (Quit: Computer has gone to sleep.)
2020-11-04 17:26:35 howdoi joins (uid224@gateway/web/irccloud.com/x-vhoynudvnfkkavxn)
2020-11-04 17:26:45 × elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Ping timeout: 244 seconds)
2020-11-04 17:27:40 × jamm_ quits (~jamm@unaffiliated/jamm) (Remote host closed the connection)
2020-11-04 17:28:00 × Franciman quits (~francesco@host-79-36-167-172.retail.telecomitalia.it) (Quit: Leaving)
2020-11-04 17:28:31 × ubert quits (~Thunderbi@p200300ecdf1e5334e6b318fffe838f33.dip0.t-ipconnect.de) (Remote host closed the connection)
2020-11-04 17:28:55 ubert joins (~Thunderbi@p200300ecdf1e5334e6b318fffe838f33.dip0.t-ipconnect.de)
2020-11-04 17:29:25 × kish quits (~oracle@unaffiliated/oracle) (Ping timeout: 240 seconds)
2020-11-04 17:30:08 kish joins (~oracle@unaffiliated/oracle)
2020-11-04 17:31:09 × christo quits (~chris@81.96.113.213) (Remote host closed the connection)
2020-11-04 17:31:42 christo joins (~chris@81.96.113.213)
2020-11-04 17:32:01 heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net)
2020-11-04 17:32:47 <dsal> Actually, this is only working for setting string values. It won't even let me set array values, which is bizarre to me.
2020-11-04 17:32:52 × wroathe quits (~wroathe@c-73-24-27-54.hsd1.mn.comcast.net) (Ping timeout: 256 seconds)
2020-11-04 17:33:38 <dsal> I'll just do the maximum gross thing.
2020-11-04 17:33:48 <hc> switch to python? ;p
2020-11-04 17:34:47 elliott_ joins (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net)
2020-11-04 17:35:01 × ubert quits (~Thunderbi@p200300ecdf1e5334e6b318fffe838f33.dip0.t-ipconnect.de) (Ping timeout: 244 seconds)
2020-11-04 17:35:25 solonarv joins (~solonarv@astrasbourg-653-1-263-62.w92-161.abo.wanadoo.fr)
2020-11-04 17:35:41 ubert joins (~Thunderbi@p200300ecdf1e5367e6b318fffe838f33.dip0.t-ipconnect.de)
2020-11-04 17:36:05 <dsal> ha
2020-11-04 17:36:23 <bqv> can think of worse things to write in than python...
2020-11-04 17:37:21 <koz_> bqv: The fact that a worse option than X exists does not make X a good option, for any value of X.
2020-11-04 17:38:33 × christo quits (~chris@81.96.113.213) (Ping timeout: 260 seconds)
2020-11-04 17:38:52 <geekosaur> they did say "maximum"
2020-11-04 17:39:06 <koz_> geekosaur: So what, x86 asm? :P
2020-11-04 17:39:17 <pjb> koz_: since the demise of display postscript, only X knows to do remote.
2020-11-04 17:39:24 bookhead parts (~bookhead@cpe589630b81951-cm589630b8194f.cpe.net.cable.rogers.com) ("Good Bye")
2020-11-04 17:39:33 thir joins (~thir@p200300f27f0b7e00f4e9381c2bf90854.dip0.t-ipconnect.de)
2020-11-04 17:39:35 <geekosaur> 1802 asm, I think :p
2020-11-04 17:40:07 wroathe joins (~wroathe@c-73-24-27-54.hsd1.mn.comcast.net)
2020-11-04 17:40:41 × elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Read error: Connection reset by peer)
2020-11-04 17:41:02 elliott_ joins (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net)
2020-11-04 17:41:38 alp joins (~alp@2a01:e0a:58b:4920:25e2:af6d:9b8e:49b9)
2020-11-04 17:46:06 × elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Ping timeout: 272 seconds)
2020-11-04 17:46:14 × chaosmasttter quits (~chaosmast@p200300c4a7117c01215e340256877fbe.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2020-11-04 17:49:50 × jpds quits (~jpds@gateway/tor-sasl/jpds) (Quit: jpds)
2020-11-04 17:51:53 × macrover quits (~macrover@ip70-189-231-35.lv.lv.cox.net) (Remote host closed the connection)
2020-11-04 17:52:11 × thir quits (~thir@p200300f27f0b7e00f4e9381c2bf90854.dip0.t-ipconnect.de) (Remote host closed the connection)

All times are in UTC.