Logs: liberachat/#haskell
| 2021-06-21 02:15:45 | <_73> | Axman6: Experimental mostly |
| 2021-06-21 02:16:06 | × | bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 244 seconds) |
| 2021-06-21 02:18:03 | → | vicfred_ joins (~vicfred@fixed-187-191-48-110.totalplay.net) |
| 2021-06-21 02:20:15 | × | vicfred_ quits (~vicfred@fixed-187-191-48-110.totalplay.net) (Client Quit) |
| 2021-06-21 02:21:02 | × | vicfred quits (~vicfred@user/vicfred) (Ping timeout: 265 seconds) |
| 2021-06-21 02:23:14 | <Axman6> | jasonu: writing web servers in haskell is pretty fun, I personally really like using Servant as it lets me move a lot of the definition of the interface into types, which brings a lot of advantages (thinkg like automatic swagger docs, JS api generation etc.) |
| 2021-06-21 02:29:33 | <Axman6> | things* |
| 2021-06-21 02:32:11 | <jasonu> | Axman6: I've looked into Servant and it seems quite powerful, but I think I'm not at that level I have a weak grasp of Monads. I still need to learn about State, Monad Transformers and half a dozen other things. |
| 2021-06-21 02:34:03 | × | mpt quits (~tom@2a02:908:1862:49e0::3) (Ping timeout: 265 seconds) |
| 2021-06-21 02:36:33 | → | finn_elija joins (~finn_elij@user/finn-elija/x-0085643) |
| 2021-06-21 02:36:33 | × | FinnElija quits (~finn_elij@user/finn-elija/x-0085643) (Killed (zinc.libera.chat (Nickname regained by services))) |
| 2021-06-21 02:36:33 | finn_elija | is now known as FinnElija |
| 2021-06-21 02:37:49 | → | jmcarthur joins (~jmcarthur@c-73-29-224-10.hsd1.nj.comcast.net) |
| 2021-06-21 02:44:33 | → | falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) |
| 2021-06-21 02:46:47 | × | pretty_dumm_guy quits (trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.3-dev) |
| 2021-06-21 02:47:08 | × | slack1256 quits (~slack1256@181.203.98.105) (Ping timeout: 265 seconds) |
| 2021-06-21 02:48:26 | × | jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Read error: Connection reset by peer) |
| 2021-06-21 02:50:07 | <Cajun> | janonu: i read that book too! its very good; i moved onto Parallel and Concurrent Programming in Haskell and i recommend it |
| 2021-06-21 02:50:17 | <Cajun> | jasonu * typo |
| 2021-06-21 02:51:28 | <Cajun> | but you cant really approach it without firmly understanding the language, so make sure you understand the second part of Programming in Haskell as thats crucial |
| 2021-06-21 02:52:16 | <Cajun> | sadly the textbook lacks as many examples as Hutton's, but its still a great introduction to parallelization |
| 2021-06-21 02:53:59 | <jasonu> | Thanks Cajun. I do plan to read that one as well...sometime. |
| 2021-06-21 02:54:03 | <_73> | jasonu: I wrote a website in haskell as a intermediate haskell noob. I did not understand monads or transformers. That project helped me a lot to learn these concepts though. I used Yesod because it comes with a book. |
| 2021-06-21 02:54:51 | → | v01d4lph4 joins (~v01d4lph4@user/v01d4lph4) |
| 2021-06-21 02:56:45 | → | trent1 joins (~trent@2001:8003:340d:d00:b2de:b98:7a93:b0ea) |
| 2021-06-21 02:57:17 | × | td_ quits (~td@94.134.91.60) (Ping timeout: 265 seconds) |
| 2021-06-21 02:57:54 | × | lavaman quits (~lavaman@98.38.249.169) (Remote host closed the connection) |
| 2021-06-21 02:58:07 | × | Jonno_FTW quits (~come@api.carswap.me) (Changing host) |
| 2021-06-21 02:58:07 | → | Jonno_FTW joins (~come@user/jonno-ftw/x-0835346) |
| 2021-06-21 02:59:05 | → | td_ joins (~td@94.134.91.150) |
| 2021-06-21 03:01:10 | × | jmcarthur quits (~jmcarthur@c-73-29-224-10.hsd1.nj.comcast.net) (Quit: My MacBook Air has gone to sleep. ZZZzzz…) |
| 2021-06-21 03:02:54 | <sm[m]> | jasonu: time to work on some projects! |
| 2021-06-21 03:04:45 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-06-21 03:05:57 | × | altern quits (~altern@altern.corbina.com.ua) (Ping timeout: 265 seconds) |
| 2021-06-21 03:06:03 | <jasonu> | _73: I kinda want something to help fill in gaps in my knowledge while doing project work. The Yesod book looks like it could lead to a good project rather quickly. |
| 2021-06-21 03:07:19 | <jasonu> | sm[m]: Yeah, writing code is the only way to learn, and at some point you just have to dive in. |
| 2021-06-21 03:08:13 | → | lavaman joins (~lavaman@98.38.249.169) |
| 2021-06-21 03:08:24 | → | yd502 joins (~yd502@180.168.212.6) |
| 2021-06-21 03:13:58 | × | fef quits (~thedawn@user/thedawn) (Ping timeout: 244 seconds) |
| 2021-06-21 03:18:09 | → | bitdex joins (~bitdex@gateway/tor-sasl/bitdex) |
| 2021-06-21 03:22:17 | <sm[m]> | Yesod is great. I've got a foss yesod app if you'd like to try and contribute to an existing code base |
| 2021-06-21 03:22:17 | × | MQ-17J quits (~MQ-17J@d14-69-206-129.try.wideopenwest.com) (Read error: Connection reset by peer) |
| 2021-06-21 03:22:46 | → | Feuermagier joins (~Feuermagi@user/feuermagier) |
| 2021-06-21 03:23:48 | × | ukari quits (~ukari@user/ukari) (Remote host closed the connection) |
| 2021-06-21 03:24:42 | → | ukari joins (~ukari@user/ukari) |
| 2021-06-21 03:24:59 | <sm[m]> | yesod apps aren't the easiest place to start, but tweaking a working app can be rewarding |
| 2021-06-21 03:26:00 | → | wanagnuj joins (~wanagnuj@101.95.97.158) |
| 2021-06-21 03:26:01 | × | wanagnuj quits (~wanagnuj@101.95.97.158) (Client Quit) |
| 2021-06-21 03:26:40 | → | MQ-17J joins (~MQ-17J@8.6.144.186) |
| 2021-06-21 03:27:16 | → | wanagnuj joins (~wanagnuj@101.95.97.158) |
| 2021-06-21 03:27:18 | × | v01d4lph4 quits (~v01d4lph4@user/v01d4lph4) (Remote host closed the connection) |
| 2021-06-21 03:28:10 | × | wanagnuj quits (~wanagnuj@101.95.97.158) (Client Quit) |
| 2021-06-21 03:28:43 | → | wanagnuj joins (~wanagnuj@101.95.97.158) |
| 2021-06-21 03:29:08 | × | wanagnuj quits (~wanagnuj@101.95.97.158) (Client Quit) |
| 2021-06-21 03:30:41 | × | machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 258 seconds) |
| 2021-06-21 03:34:56 | → | jmcarthur joins (~jmcarthur@c-73-29-224-10.hsd1.nj.comcast.net) |
| 2021-06-21 03:35:36 | → | Lord_of_Life_ joins (~Lord@user/lord-of-life/x-2819915) |
| 2021-06-21 03:36:49 | × | Lord_of_Life quits (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 258 seconds) |
| 2021-06-21 03:36:50 | Lord_of_Life_ | is now known as Lord_of_Life |
| 2021-06-21 03:39:26 | × | zebrag quits (~chris@user/zebrag) (Quit: Konversation terminated!) |
| 2021-06-21 03:39:49 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds) |
| 2021-06-21 03:47:02 | × | raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 265 seconds) |
| 2021-06-21 03:47:12 | × | alx741 quits (~alx741@181.196.68.152) (Quit: alx741) |
| 2021-06-21 03:47:54 | → | econo joins (uid147250@user/econo) |
| 2021-06-21 03:59:49 | × | falafel quits (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 258 seconds) |
| 2021-06-21 04:00:02 | → | Sgeo_ joins (~Sgeo@ool-18b9875e.dyn.optonline.net) |
| 2021-06-21 04:00:02 | → | jasonu` joins (~user@166.70.242.157) |
| 2021-06-21 04:00:12 | → | phma_ joins (phma@2001:5b0:210d:d028:dead:9920:575e:b71e) |
| 2021-06-21 04:00:23 | → | wroathe_ joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-06-21 04:00:28 | → | yd502_ joins (~yd502@180.168.212.6) |
| 2021-06-21 04:00:51 | → | jao joins (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2021-06-21 04:00:55 | → | tzh_ joins (~tzh@c-24-21-73-154.hsd1.or.comcast.net) |
| 2021-06-21 04:01:30 | → | eggplant_ joins (~Eggplanta@2600:1700:bef1:5e10:945c:cf17:8af9:9d4a) |
| 2021-06-21 04:02:05 | → | bontaq` joins (~user@ool-18e47f8d.dyn.optonline.net) |
| 2021-06-21 04:02:28 | → | ikex1 joins (ash@user/ikex) |
| 2021-06-21 04:02:33 | → | fiddlerwoaroof_ joins (~fiddlerwo@user/fiddlerwoaroof) |
| 2021-06-21 04:02:36 | → | betelgeuse7 joins (~john2gb@94-225-47-8.access.telenet.be) |
| 2021-06-21 04:02:49 | → | Feuermagier_ joins (~Feuermagi@2a02:2488:4211:3400:5def:8486:9e4:b49a) |
| 2021-06-21 04:02:54 | → | nurupo_ joins (~nurupo.ga@user/nurupo) |
| 2021-06-21 04:03:05 | × | motherfsck quits (~motherfsc@user/motherfsck) (Ping timeout: 244 seconds) |
| 2021-06-21 04:03:08 | → | tomsmeding_ joins (~tomsmedin@2a03:b0c0:0:1010::767:3001) |
| 2021-06-21 04:03:08 | → | econo_ joins (uid147250@user/econo) |
| 2021-06-21 04:03:19 | → | hnOsmium0001_ joins (uid453710@id-453710.stonehaven.irccloud.com) |
| 2021-06-21 04:03:26 | → | falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) |
| 2021-06-21 04:03:58 | → | howdy` joins (~user@2001:8003:2432:d501:1ea:381d:5464:1a19) |
| 2021-06-21 04:04:28 | × | moet quits (~moet@172.58.27.142) (Ping timeout: 265 seconds) |
| 2021-06-21 04:04:29 | → | Ferdiran1 joins (~somebody@2001:4c78:2012:5000::2) |
| 2021-06-21 04:04:44 | → | np joins (~nerdypepp@user/nerdypepper) |
| 2021-06-21 04:04:47 | → | finn_elija joins (~finn_elij@user/finn-elija/x-0085643) |
| 2021-06-21 04:04:47 | × | FinnElija quits (~finn_elij@user/finn-elija/x-0085643) (Killed (copper.libera.chat (Nickname regained by services))) |
| 2021-06-21 04:04:47 | finn_elija | is now known as FinnElija |
| 2021-06-21 04:04:57 | → | ezzieygu1wuf joins (~Unknown@user/ezzieyguywuf) |
| 2021-06-21 04:05:03 | → | trent2 joins (~trent@2001:8003:340d:d00:b2de:b98:7a93:b0ea) |
| 2021-06-21 04:05:05 | → | euandreh_ joins (~euandreh@2804:14c:33:9fe5:ee71:32ea:12e0:378c) |
| 2021-06-21 04:05:12 | → | jonatan_ joins (~nate@h77-53-70-163.cust.a3fiber.se) |
| 2021-06-21 04:05:18 | → | td__ joins (~td@94.134.91.150) |
| 2021-06-21 04:05:29 | → | amirouche` joins (~amirouche@user/amirouche) |
| 2021-06-21 04:05:31 | → | xff0x_ joins (~xff0x@2001:1a81:53cb:7800:33aa:1278:7cdb:992c) |
| 2021-06-21 04:06:05 | → | moet joins (~moet@172.58.27.142) |
| 2021-06-21 04:06:11 | → | derelict_ joins (~derelict@user/derelict) |
All times are in UTC.