Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→ 1,804,342 events total
2021-08-23 04:48:50 × frobnicator quits (~frobnicat@185-227-75-147.dsl.cambrium.nl) (*.net *.split)
2021-08-23 04:48:50 × Eoco quits (~ian@x-160-94-179-157.acm.umn.edu) (*.net *.split)
2021-08-23 04:48:50 × Techcable_ quits (~Techcable@168.235.93.147) (*.net *.split)
2021-08-23 04:48:50 × polux quits (~polux@51.15.169.172) (*.net *.split)
2021-08-23 04:48:50 × mniip quits (mniip@libera/staff/mniip) (*.net *.split)
2021-08-23 04:48:50 × koala_man quits (~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2021-08-23 04:48:50 × ent quits (entgod@kapsi.fi) (*.net *.split)
2021-08-23 04:48:50 × megaTherion quits (~therion@unix.io) (*.net *.split)
2021-08-23 04:48:50 × Sqaure quits (~a@178.62.91.8) (*.net *.split)
2021-08-23 04:48:50 × arkeet quits (arkeet@moriya.ca) (*.net *.split)
2021-08-23 04:48:50 × laman quits (laman@2600:3c02::f03c:92ff:fe3e:c08d) (*.net *.split)
2021-08-23 04:48:50 × mrus quits (~mrus@2001:19f0:5:1535:5400:3ff:fe7d:10ae) (*.net *.split)
2021-08-23 04:48:50 × bastelfreak quits (~bastelfre@basteles-bastelknecht.bastelfreak.org) (*.net *.split)
2021-08-23 04:48:50 × mstruebing quits (~maex@2001:41d0:8:93c7::1) (*.net *.split)
2021-08-23 04:48:50 × meridion quits (~meridion@punt.hetgrotebos.org) (*.net *.split)
2021-08-23 04:48:50 × drewolson quits (~drewolson@user/drewolson) (*.net *.split)
2021-08-23 04:48:50 × meejah quits (~meejah@rutas.meejah.ca) (*.net *.split)
2021-08-23 04:48:50 × enikar quits (~enikar@user/enikar) (*.net *.split)
2021-08-23 04:48:50 × Dykam quits (Dykam@dykam.nl) (*.net *.split)
2021-08-23 04:48:54 panda_man joins (~vidar@157.146.251.23.bc.googleusercontent.com)
2021-08-23 04:48:54 meridion_ joins (~meridion@punt.hetgrotebos.org)
2021-08-23 04:48:55 ent- joins (entgod@kapsi.fi)
2021-08-23 04:48:58 arkeet` joins (arkeet@moriya.ca)
2021-08-23 04:49:00 meejah_ joins (~meejah@rutas.meejah.ca)
2021-08-23 04:49:02 mniip joins (mniip@libera/staff/mniip)
2021-08-23 04:49:03 drewolson1 joins (~drewolson@user/drewolson)
2021-08-23 04:49:04 mstruebing joins (~maex@2001:41d0:8:93c7::1)
2021-08-23 04:49:18 Eoco joins (~ian@x-160-94-179-157.acm.umn.edu)
2021-08-23 04:49:18 laman joins (laman@2600:3c02::f03c:92ff:fe3e:c08d)
2021-08-23 04:49:19 bastelfreak joins (~bastelfre@basteles-bastelknecht.bastelfreak.org)
2021-08-23 04:49:22 arkeet` is now known as arkeet
2021-08-23 04:49:23 frobnicator joins (~frobnicat@185-227-75-147.dsl.cambrium.nl)
2021-08-23 04:49:25 polux joins (~polux@51.15.169.172)
2021-08-23 04:49:25 lechner joins (~lechner@letbox-vps.us-core.com)
2021-08-23 04:49:36 Dykam joins (Dykam@dykam.nl)
2021-08-23 04:49:36 × lechner quits (~lechner@letbox-vps.us-core.com) (Changing host)
2021-08-23 04:49:36 lechner joins (~lechner@debian/lechner)
2021-08-23 04:49:43 mrus joins (~mrus@2001:19f0:5:1535:5400:3ff:fe7d:10ae)
2021-08-23 04:49:47 Techcable joins (~Techcable@168.235.93.147)
2021-08-23 04:50:07 awth13 joins (~awth13@user/awth13)
2021-08-23 04:50:17 enikar joins (~enikar@user/enikar)
2021-08-23 04:50:47 nshepper1 is now known as nshepperd
2021-08-23 04:50:59 <aegon> when using things like --dump-simpl or profiling with haskell stack, where should i be looking for the core files?
2021-08-23 04:51:04 dminuoso joins (~dminuoso@user/dminuoso)
2021-08-23 04:52:51 Square joins (~a@178.62.91.8)
2021-08-23 05:06:53 × xsperry quits (~as@user/xsperry) ()
2021-08-23 05:09:42 fresheyeball joins (~fresheyeb@c-71-237-105-37.hsd1.co.comcast.net)
2021-08-23 05:09:44 <fresheyeball> ok, so I have a quandry
2021-08-23 05:09:51 <fresheyeball> and it's going deeper than I would like
2021-08-23 05:09:59 <fresheyeball> but, what is the right way to code a login form?
2021-08-23 05:10:11 <fresheyeball> the server should set cookies I believe
2021-08-23 05:10:21 <fresheyeball> but that means a redirect on each form submission
2021-08-23 05:10:26 <fresheyeball> which is bad ux
2021-08-23 05:10:38 <fresheyeball> So far the best I can think of is to have 2 login endpoints
2021-08-23 05:10:53 <fresheyeball> one the checks creds and can give an error via AJAX
2021-08-23 05:11:08 <fresheyeball> and the other that actually sets cookies, via redirect after the first endpoint approves
2021-08-23 05:11:38 mei joins (~mei@user/mei)
2021-08-23 05:11:55 × fresheyeball quits (~fresheyeb@c-71-237-105-37.hsd1.co.comcast.net) (Client Quit)
2021-08-23 05:12:35 keutoi joins (~keutoi@157.48.197.78)
2021-08-23 05:15:06 × cjb quits (~cjb@user/cjb) (Quit: rcirc on GNU Emacs 28.0.50)
2021-08-23 05:22:26 ham joins (~ham4@user/ham)
2021-08-23 05:25:22 × stefan-_ quits (~cri@42dots.de) (Ping timeout: 250 seconds)
2021-08-23 05:30:10 stefan-_ joins (~cri@42dots.de)
2021-08-23 05:37:40 roboguy_ joins (~roboguy_@2605:a601:afe7:9f00:6dae:281c:ef98:c686)
2021-08-23 05:42:40 × roboguy_ quits (~roboguy_@2605:a601:afe7:9f00:6dae:281c:ef98:c686) (Ping timeout: 240 seconds)
2021-08-23 05:45:40 × xff0x quits (~xff0x@2001:1a81:52f9:3300:ba09:60b5:ba3:60da) (Ping timeout: 240 seconds)
2021-08-23 05:46:43 xff0x joins (~xff0x@2001:1a81:52f9:3300:b5f:b00c:7918:3d13)
2021-08-23 05:51:28 defanor_ is now known as defanor
2021-08-23 05:52:11 <edwardk> dumb q: as someone just now tuning into how icfp is running this year, uh, where are the chat rooms and the like that there have been in years past? did they do away with them entirely?
2021-08-23 05:57:06 PinealGlandOptic joins (~PinealGla@37.115.210.35)
2021-08-23 06:00:21 roboguy_ joins (~roboguy_@2605:a601:afe7:9f00:6dae:281c:ef98:c686)
2021-08-23 06:00:52 × roboguy_ quits (~roboguy_@2605:a601:afe7:9f00:6dae:281c:ef98:c686) (Client Quit)
2021-08-23 06:00:59 reumeth joins (~reumeth@user/reumeth)
2021-08-23 06:01:58 PinealGlandOptic parts (~PinealGla@37.115.210.35) ()
2021-08-23 06:05:28 × slowButPresent quits (~slowButPr@user/slowbutpresent) (Quit: leaving)
2021-08-23 06:05:38 dsrt^ joins (~dsrt@12.16.129.111)
2021-08-23 06:06:43 xsperry joins (~as@user/xsperry)
2021-08-23 06:09:44 mnrmnaugh joins (~mnrmnaugh@68.162.206.56)
2021-08-23 06:11:54 × mnrmnaugh quits (~mnrmnaugh@68.162.206.56) (Client Quit)
2021-08-23 06:15:38 × Vajb quits (~Vajb@2001:999:252:4e3c:27f9:d93:655e:583) (Read error: Connection reset by peer)
2021-08-23 06:15:57 Vajb joins (~Vajb@hag-jnsbng11-58c3ab-85.dhcp.inet.fi)
2021-08-23 06:16:40 × sim590 quits (~simon@modemcable090.207-203-24.mc.videotron.ca) (Ping timeout: 240 seconds)
2021-08-23 06:17:32 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-08-23 06:22:27 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
2021-08-23 06:24:13 × sagax quits (~sagax@213.138.71.146) (Remote host closed the connection)
2021-08-23 06:25:24 × timCF quits (~timCF@m91-129-108-244.cust.tele2.ee) (Quit: leaving)
2021-08-23 06:27:09 _ht joins (~quassel@82-169-194-8.biz.kpn.net)
2021-08-23 06:30:22 × dschrempf quits (~dominik@92-249-199-97.pool.digikabel.hu) (Ping timeout: 250 seconds)
2021-08-23 06:30:35 × favonia quits (~favonia@user/favonia) (Ping timeout: 258 seconds)
2021-08-23 06:35:23 <Axman6> sm: I thhink so, but I don't remember - pretty sure it prints versions along with the license
2021-08-23 06:35:49 fef joins (~thedawn@user/thedawn)
2021-08-23 06:45:44 × aegon quits (~mike@174.127.249.180) (Quit: leaving)
2021-08-23 06:50:44 × wroathe quits (~wroathe@user/wroathe) (Ping timeout: 250 seconds)
2021-08-23 06:51:10 Hecate_ is now known as Hecate
2021-08-23 06:51:12 × Hecate quits (~mariposa@163.172.211.189) (Changing host)
2021-08-23 06:51:12 Hecate joins (~mariposa@user/hecate)
2021-08-23 06:54:45 dschrempf joins (~dominik@92-249-199-97.pool.digikabel.hu)
2021-08-23 06:55:56 × Sgeo quits (~Sgeo@user/sgeo) (Ping timeout: 268 seconds)
2021-08-23 06:57:52 dhouthoo joins (~dhouthoo@178-117-36-167.access.telenet.be)
2021-08-23 07:02:12 raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)

All times are in UTC.