00:10 askhader: I have a webpage on my racket-powered website that takes a username and password and authenticates against a db. This is fine for anything rendered 'on-this-page' but how may I maintain this authenticated state for other pages? What is the best way to do this? 01:01 (join) jonrafkind 02:07 (quit) jonrafkind: Ping timeout: 260 seconds 03:47 Joe__: Hi 03:48 Joe__: I am working with MySQL in Racket. 03:49 Joe__: But, an error occurs whenever I try 'prepared-statement': (define stmt (prepare #:connection con "insert into diary(title, content) values ('?', '?')")) (execute stmt ("3" "4")) 03:49 Joe__: What's wrong? 03:55 askhader: What's the error? 03:55 askhader: First of all, try taking quotes from around '?' and '?' 03:55 askhader: and you want 03:55 askhader: (execute stmt (list "3" "4")) 03:56 (quit) Joe__: Quit: Page closed 04:02 (join) Joe__ 04:16 (join) masm 05:52 (join) Glendaal 05:52 Glendaal: Hi 05:54 Joe__: Hi 05:54 (quit) Joe__: Quit: Page closed 06:53 (quit) jao: Remote host closed the connection 07:00 (quit) Glendaal: Ping timeout: 252 seconds 07:54 (join) jao 09:37 (join) adamvh 09:37 adamvh: Anyone know where I can find some screenshots of the gui module include with racket? 10:05 bremner: is src/racket/gc/libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h.orig in the 5.0 tarball just leftover cruft? It isn't in git, and I assuming is just created by patch at some point. 10:23 (join) anRch 10:55 (quit) anRch: Quit: anRch 10:56 (quit) sm: Quit: 12:11 (quit) adamvh: Quit: adamvh 12:25 (join) lambdad 12:26 lambdad: hi. anybody here? 12:29 askhader: Yes 12:29 lambdad: is there any good continuations tutorials? 12:29 askhader: You mean in terms of web development? 12:30 lambdad: I mean continuations at all. 12:30 lambdad: the reference has not so much examples 12:31 lambdad: and all this call/cc / call/ec / dynamic-wind is a bit hard to understand for me, I don't have any lisp background ) 12:33 lambdad: uhm.. maybe it's more about common usage patterns, not about just "understand it". I understand how call/cc works, but I don't know how to use it 13:20 askhader: I'm a bit confused about basic-authentication implemented with the racket webserver. I have a form that requests username and passowrds and sends a request if they match what is in a databse- how do I go about maintaining that authenticated state? issuing a cookie and checking for it everywhere? 13:30 (join) mije 13:30 mije: hi there 14:07 lambdad: hi 14:11 (join) sm 14:27 jao: lambdad: maybe you'll like http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.75.8868 14:36 (quit) jao: Remote host closed the connection 14:40 (quit) lambdad: Ping timeout: 252 seconds 14:40 (join) lambdad 14:41 lambdad: thnx, jao 14:48 (quit) lambdad: Ping timeout: 252 seconds 15:19 (join) sstrickl 16:12 (join) jonrafkind 18:59 (quit) mije: Ping timeout: 252 seconds 20:50 (quit) masm: Quit: Leaving.