Available formats: content-negotiated html turtle (see SIOC for the vocabulary)
Back to channel and daily index: content-negotiated html turtle
These logs are provided as an experiment in indexing discussions using IRCHub.py, Irc2RDF.hs, and SIOC.
| 19:44:26 | <dufflebunk> | Wish me luck, I'm going to try a second time to figure out how to make web sites in happs. |
| 19:58:14 | <dufflebunk> | To build happs, I need HList-any, but it's not listed in the tutorial and isn't in hackage |
| 19:58:33 | <sorear> | yeah it's in hackage |
| 19:59:31 | <sorear> | what the ... ok it isn't |
| 20:00:02 | <dufflebunk> | Yay! I'm not going blind. |
| 20:01:27 | <sorear> | http://darcs.haskell.org/HList |
| 20:01:33 | <sorear> | you want that |
| 20:02:06 | <dufflebunk> | I don't suppose there's a tarball around, so I don't have to install darcs? |
| 20:03:21 | <sorear> | You might as well give up now. Darcs is *everywhere* in the haskell community |
| 20:04:02 | <Saizan> | in the darcs version of happs you don't need hlist :) |
| 20:04:46 | <Saizan> | there's an hlist package for debian unstable though |
| 20:05:04 | <kaol> | uninstallable currently |
| 20:05:20 | <dufflebunk> | ACTION installs yet another text versioning system |
| 20:05:26 | <kaol> | oh, hlist? that's installable. happs isn't. |
| 20:12:57 | <dufflebunk> | Does the devel version deviate much from the tutorial and documentation? |
| 20:15:28 | <Saizan> | i think the api is just the same |
| 20:19:07 | <dufflebunk> | A question about the architecture, on the page it says events are accumulated in their entirety before being processed. Does this include file uploads? |
| 20:20:45 | <dufflebunk> | As in from a browser tot he server... it seems it might be problematic if the file a 1GB and the server doesn't do anything until the whole file has ben uploaded and is sitting in memory. |
| 20:21:18 | <Saizan> | yeah that's an open problem |
| 20:22:25 | <Saizan> | currently you can spacify a length limit in the startup conf (which uses a default with stdMain) |
| 20:23:12 | <Saizan> | if the content-lenght is greater than the limit the request is just ignored (or raises a server error i don't remember) |
| 20:25:08 | <Saizan> | | contentLength > bodyLimit conf = error "Too large body in HTTP request" |
Back to channel and daily index: content-negotiated html turtle