Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-04-16 21:45:19 <monochrom> :)
2021-04-16 21:45:20 <jlode21> Would have never found NoStarIsType on my own
2021-04-16 21:45:31 <jlode21> Thanks a lot*
2021-04-16 21:46:38 <zzz> does anyone have a suggestion of a vector graphics library for animating basic geometric shapes with antialiasing and whatnot?
2021-04-16 21:47:46 × elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 260 seconds)
2021-04-16 21:48:13 spacebase joins (~spacebase@97-118-136-127.hlrn.qwest.net)
2021-04-16 21:48:34 × machinedgod quits (~machinedg@135-23-192-217.cpe.pppoe.ca) (Ping timeout: 252 seconds)
2021-04-16 21:48:34 × mrchampion quits (~mrchampio@38.18.109.23) (Ping timeout: 252 seconds)
2021-04-16 21:51:14 mrchampion joins (~mrchampio@38.18.109.23)
2021-04-16 21:51:26 × xelxebar quits (~xelxebar@gateway/tor-sasl/xelxebar) (Remote host closed the connection)
2021-04-16 21:51:43 xelxebar joins (~xelxebar@gateway/tor-sasl/xelxebar)
2021-04-16 21:51:52 <monochrom> I haven't done vector graphics but http://hackage.haskell.org/package/diagrams
2021-04-16 21:53:57 × __monty__ quits (~toonn@unaffiliated/toonn) (Quit: leaving)
2021-04-16 21:54:06 × myShoggoth quits (~myShoggot@75.164.11.109) (Ping timeout: 240 seconds)
2021-04-16 21:54:40 myShoggoth joins (~myShoggot@75.164.11.109)
2021-04-16 21:55:47 <edwardk> diagrams can spit out svg and you can use the quality of the svg renderer you use to get fancy antialiasing
2021-04-16 21:55:47 syntactic_sugar joins (~syntactic@c-67-169-78-228.hsd1.ca.comcast.net)
2021-04-16 21:56:06 × syntactic_sugar quits (~syntactic@c-67-169-78-228.hsd1.ca.comcast.net) (Client Quit)
2021-04-16 21:56:30 × lambdaman quits (~lambdaman@s66-183-152-156.bc.hsia.telus.net) (Remote host closed the connection)
2021-04-16 22:00:33 Rudd0 joins (~Rudd0@185.189.115.103)
2021-04-16 22:00:33 lambdaman joins (~lambdaman@s66-183-152-156.bc.hsia.telus.net)
2021-04-16 22:06:12 × nut quits (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 240 seconds)
2021-04-16 22:06:46 <xerox_> gloss is pretty decent too
2021-04-16 22:07:20 × star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Read error: Connection reset by peer)
2021-04-16 22:07:36 star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com)
2021-04-16 22:09:06 <zzz> i am looking at both. thanks
2021-04-16 22:14:29 × edge563 quits (~edge563@gateway/tor-sasl/edge563) (Quit: edge563)
2021-04-16 22:17:13 × nvmd quits (~nvmd@177.30.111.232) (Quit: Later nerds.)
2021-04-16 22:17:34 × star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Excess Flood)
2021-04-16 22:18:02 × Jesin quits (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net) (Quit: Leaving)
2021-04-16 22:18:52 star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com)
2021-04-16 22:20:18 × conal_ quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.)
2021-04-16 22:25:21 × knupfer quits (~Thunderbi@200116b82be894008dbdccb75603bf46.dip.versatel-1u1.de) (Ping timeout: 250 seconds)
2021-04-16 22:26:52 × ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Remote host closed the connection)
2021-04-16 22:27:34 <infinisil> zzz: I've done this previously with gloss too, worked pretty well
2021-04-16 22:27:50 <infinisil> Though it is rather on the basic side, I don't think I've seen an option for antialiasing, and font rendering is super primitive
2021-04-16 22:27:51 ddellaco_ joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
2021-04-16 22:29:35 geowiesnot joins (~user@87-89-181-157.abo.bbox.fr)
2021-04-16 22:30:56 × malumore quits (~malumore@151.62.123.125) (Ping timeout: 260 seconds)
2021-04-16 22:32:09 × ddellaco_ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 260 seconds)
2021-04-16 22:32:50 × mouseghost quits (~draco@wikipedia/desperek) (Quit: mew wew)
2021-04-16 22:32:56 × carlomagno1 quits (~cararell@148.87.23.8) (Quit: Leaving.)
2021-04-16 22:34:53 michalz parts (~user@185.246.204.56) ("Changed major mode")
2021-04-16 22:35:15 × Lowl3v3l quits (~Lowl3v3l@dslb-002-207-103-026.002.207.pools.vodafone-ip.de) (Remote host closed the connection)
2021-04-16 22:35:25 conal joins (~conal@64.71.133.70)
2021-04-16 22:36:29 <zzz> cabal is giving me a fdLock error and I found this; https://github.com/haskell/cabal/issues/7313 but I have no idea what I'm supposed to do.
2021-04-16 22:38:02 × raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds)
2021-04-16 22:38:08 × jao quits (~jao@pdpc/supporter/professional/jao) (Remote host closed the connection)
2021-04-16 22:38:31 Jesin joins (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net)
2021-04-16 22:39:36 <monochrom> If you don't mind using cabal-install 3.2.0.0 for the moment, perhaps it doesn't have this issue.
2021-04-16 22:40:44 × wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 246 seconds)
2021-04-16 22:42:18 <zzz> seems to be working, thanks
2021-04-16 22:42:37 usr25 joins (~usr25@unaffiliated/usr25)
2021-04-16 22:42:40 × HannaM quits (~quassel@p54849510.dip0.t-ipconnect.de) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2021-04-16 22:42:52 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-04-16 22:43:06 × jlode21 quits (54d781ab@84.215.129.171) (Quit: jlode21)
2021-04-16 22:44:03 × Ariakenom quits (~Ariakenom@2001:9b1:efb:fc00:7969:a01b:88d1:8650) (Quit: Leaving)
2021-04-16 22:47:06 × jijimofo quits (~cmo@S010610561191f5d6.lb.shawcable.net) (Remote host closed the connection)
2021-04-16 22:47:30 jijimofo joins (~cmo@S010610561191f5d6.lb.shawcable.net)
2021-04-16 22:48:29 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 260 seconds)
2021-04-16 22:48:40 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-04-16 22:50:31 × cr3 quits (~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving)
2021-04-16 22:52:40 Mrbuck joins (~Mrbuck@gateway/tor-sasl/mrbuck)
2021-04-16 22:54:08 gzj joins (~gzj@unaffiliated/gzj)
2021-04-16 22:55:40 × Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 252 seconds)
2021-04-16 22:57:31 × Cale quits (~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com) (Remote host closed the connection)
2021-04-16 22:58:27 ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net)
2021-04-16 23:00:13 × Aquazi quits (uid312403@gateway/web/irccloud.com/x-qepxyqcskivgrzsl) (Quit: Connection closed for inactivity)
2021-04-16 23:02:27 bitdex joins (~bitdex@gateway/tor-sasl/bitdex)
2021-04-16 23:02:38 × hiredman quits (~hiredman@volyova.ec2.thelastcitadel.com) (Quit: leaving)
2021-04-16 23:02:47 × Sornaensis quits (~Sornaensi@077213199124.dynamic.telenor.dk) (Ping timeout: 246 seconds)
2021-04-16 23:02:52 hiredman joins (~hiredman@138.68.1.198)
2021-04-16 23:04:28 × ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 252 seconds)
2021-04-16 23:04:32 × Rudd0 quits (~Rudd0@185.189.115.103) (Ping timeout: 240 seconds)
2021-04-16 23:04:43 nbloomf joins (~nbloomf@2600:1700:ad14:3020:65a5:9c8e:1bdd:dea9)
2021-04-16 23:05:41 usr25 parts (~usr25@unaffiliated/usr25) ("Leaving")
2021-04-16 23:07:28 × Varis quits (~Tadas@unaffiliated/varis) (Remote host closed the connection)
2021-04-16 23:10:12 jao- joins (~jao@pdpc/supporter/professional/jao)
2021-04-16 23:10:51 × flow quits (~none@salem.informatik.uni-erlangen.de) (Ping timeout: 260 seconds)
2021-04-16 23:11:26 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 240 seconds)
2021-04-16 23:12:11 flow joins (~none@salem.informatik.uni-erlangen.de)
2021-04-16 23:12:59 cafce25 parts (~cafce25@ipbcc3009d.dynamic.kabel-deutschland.de) ()
2021-04-16 23:13:15 cafce25 joins (~cafce25@ipbcc3009d.dynamic.kabel-deutschland.de)
2021-04-16 23:14:26 × Tuplanolla quits (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (Quit: Leaving.)
2021-04-16 23:16:39 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
2021-04-16 23:17:08 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 246 seconds)
2021-04-16 23:17:52 × vicfred_ quits (~vicfred@unaffiliated/vicfred) (Quit: Leaving)
2021-04-16 23:22:52 × kristijonas_ quits (~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection)
2021-04-16 23:24:24 dsrt^ joins (dsrt@ip98-184-89-2.mc.at.cox.net)
2021-04-16 23:25:57 kristijonas joins (~kristijon@78-56-32-39.static.zebra.lt)
2021-04-16 23:31:19 × Jesin quits (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net) (Quit: Leaving)
2021-04-16 23:31:29 × son0p quits (~ff@181.136.122.143) (Quit: Using Circe, the loveliest of all IRC clients)
2021-04-16 23:32:03 × Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Read error: Connection reset by peer)
2021-04-16 23:32:52 × kristijonas quits (~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection)
2021-04-16 23:35:11 × cyphase quits (~cyphase@unaffiliated/cyphase) (Ping timeout: 240 seconds)
2021-04-16 23:37:11 × tmciver quits (~tmciver@cpe-172-101-40-226.maine.res.rr.com) (Ping timeout: 268 seconds)
2021-04-16 23:38:38 tmciver joins (~tmciver@cpe-172-101-40-226.maine.res.rr.com)
2021-04-16 23:40:02 Jesin joins (~Jesin@pool-72-66-101-18.washdc.fios.verizon.net)
2021-04-16 23:40:52 kristijonas joins (~kristijon@78-56-32-39.static.zebra.lt)
2021-04-16 23:40:57 × kiweun quits (~kiweun@2607:fea8:2a62:9600:cd10:8f6:88a1:a322) (Remote host closed the connection)

All times are in UTC.