Files
2012-02-21 01:15:00 -05:00

1 line
11 KiB
JSON

[{"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696323.3589361, "message": "@rboulton Yes, it's important we can separate stuff. Redis is lightweight enough we can run one instance per app", "group_id": 2873, "id": 100495}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696372.530226, "message": "@rboulton Sure, but fs-based search engines are going to fail hard since there's no writable, lockable storage", "group_id": 2873, "id": 100513}, {"user_id": 7, "stars": [], "topic_id": 5495, "date_created": 1297696479.1190159, "message": "is that a britishism? \"charging a bomb\"", "group_id": 2873, "id": 100543}, {"user_id": 8740, "stars": [{"date_created": 1297695891.9545529, "user_id": 1081}], "topic_id": 5495, "date_created": 1297695746.5156081, "message": "I felt like there should be somewhere where people could discuss proposed, existing, or potential features. So.", "group_id": 2873, "id": 100331}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696515.43613, "message": "s/bomb/lots/", "group_id": 2873, "id": 100551}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696190.6984119, "message": "@rboulton Unless you want to use the fulltext in PostgreSQL, wait until we get a search server service working. I'd like it to be ElasticSearch, but I'm not sure if that much works with it yet", "group_id": 2873, "id": 100442}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696278.5231681, "message": "and I'm not sure how you'd separate things off with elasticsearch - it'd be a lot of overhead to run a how ES cluster for each user (or even each user who just wants to search a small amount of content).", "group_id": 2873, "id": 100479}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696353.726001, "message": "@rasiel Right, things like us remembering your git repo should help with that", "group_id": 2873, "id": 100507}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696774.344903, "message": "To host spacelog on ep.io, if you supported Xapian, I'd upload a pre-built index as a static file.", "group_id": 2873, "id": 100582}, {"user_id": 1081, "stars": [], "topic_id": 5495, "date_created": 1297696294.4928491, "message": "@andrewgodwin right, in some cases, i'm on a slow connection cable 128kbs ... so its ok, but not as fast as i'd like ... especially as my app grows", "group_id": 2873, "id": 100484}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696232.65747, "message": "but they still need a lot of work, really.", "group_id": 2873, "id": 100457}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696223.0477569, "message": "@rasiel Not in the near future - it's a lot harder to do upgrades cleanly. We do intend to make upload faster, however, which I imagine is the problem you actually want solving?", "group_id": 2873, "id": 100452}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696313.5244999, "message": "for content which is pretty static, ES is a bit heavyweight, too.", "group_id": 2873, "id": 100491}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696420.94311, "message": "On the other hand, Solr per-app isn't going to work either", "group_id": 2873, "id": 100525}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696084.718941, "message": "So, um... how do I do search in ep.io? ;-)", "group_id": 2873, "id": 100406}, {"user_id": 1081, "stars": [], "topic_id": 5495, "date_created": 1297696113.885184, "message": "@andrewgodwin one question i have is epio upload seems to rebundle everything and re-uploads, re-creates my virtualenv etc ... anyway this will get smarter and only sync what needs to be synced? i imagine you're using something like fabric for deployment?", "group_id": 2873, "id": 100415}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696507.5633619, "message": "@alex probably.", "group_id": 2873, "id": 100550}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696538.9470279, "message": "and yes, we will charge a lots", "group_id": 2873, "id": 100557}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696829.304956, "message": "(or upload some diffs, to reduce bandwidth, and create a new file from them, then swap over)", "group_id": 2873, "id": 100593}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696223.2044251, "message": "I've been working on the pyes bindings to elasticsearch a lot lately...", "group_id": 2873, "id": 100453}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696329.6906581, "message": "eg, for something like spacelog, it'd be rather a waste of resources compared to, say, Xapian.", "group_id": 2873, "id": 100498}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696347.6900971, "message": "(or plain lucene, to be slightly less biased)", "group_id": 2873, "id": 100504}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696426.604141, "message": "unless we charge a bomb for it", "group_id": 2873, "id": 100529}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696807.408891, "message": "no need for writing; just upload a new index after an update.", "group_id": 2873, "id": 100588}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696878.5496459, "message": "xapian searches over unlocked NFS work fine; though there's some performance overhead at first as the commonly-used blocks get into the system disk cache.", "group_id": 2873, "id": 100600}, {"user_id": 1174, "stars": [], "topic_id": 5495, "date_created": 1297696912.7496669, "message": "spacelog-type static data is unusual these days, though, so it's not clear to me it'd be worth your time supporting it.", "group_id": 2873, "id": 100610}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297696968.7695689, "message": "well, that would work, and work now", "group_id": 2873, "id": 100617}, {"user_id": 4219, "stars": [], "topic_id": 5495, "date_created": 1297699203.5914421, "message": "love the web design (colors), who did it?", "group_id": 2873, "id": 100952}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1297699352.6554351, "message": "@convy It was me, and a few days of experimenting", "group_id": 2873, "id": 100973}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298233570.0120649, "message": "but if you want an invite, we can get you one - eager people are generally useful for beta testing", "group_id": 2873, "id": 154699}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298232569.708889, "message": "I want to give ep.io a try but beta is closed AFAIK, right?", "group_id": 2873, "id": 154659}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298234360.2525411, "message": "aguilera", "group_id": 2873, "id": 154713}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298233541.6262469, "message": "@jdaguilera It's \"closed\" in the sense that we need to rate-limit, yes", "group_id": 2873, "id": 154696}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298234444.7539201, "message": "that's probably quickest", "group_id": 2873, "id": 154719}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298234547.161736, "message": "done", "group_id": 2873, "id": 154724}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298234682.616765, "message": "@jdaguilera sent.", "group_id": 2873, "id": 154727}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298234345.4367089, "message": "tell me a reasonably unique substring of it?", "group_id": 2873, "id": 154712}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298234405.2930739, "message": "can't find you in the list", "group_id": 2873, "id": 154716}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298234332.6334131, "message": "I sent my email via the home page some days ago. Any way to send you again without typing here?", "group_id": 2873, "id": 154711}, {"user_id": 8740, "stars": [{"date_created": 1298234741.2565379, "user_id": 5582}, {"date_created": 1298259239.665571, "user_id": 1081}], "topic_id": 5495, "date_created": 1298234394.150497, "message": "hmm, thankfully we don't have christina.that", "group_id": 2873, "id": 154715}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298234408.3451121, "message": ":)", "group_id": 2873, "id": 154717}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298234438.361001, "message": "just send an email to team@ep.io", "group_id": 2873, "id": 154718}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298234451.6280119, "message": "ok, right now, tks", "group_id": 2873, "id": 154720}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298234693.931782, "message": "tks a lot", "group_id": 2873, "id": 154728}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298300521.308995, "message": "I got some flask apps that just are web hooks to launch command like convert, ffmpeg or openssl. Is going to be this possible in ep.io some day?", "group_id": 2873, "id": 159173}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1298309051.9975491, "message": "@jdaguilera I don't see why not; we'd just have to make sure the relevant programs were installed on the server. Our system tracks all forks/execs, so we'd be able to track what you were using easily enough.", "group_id": 2873, "id": 160128}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1298309199.8255191, "message": "awesome", "group_id": 2873, "id": 160148}, {"user_id": 14232, "stars": [], "topic_id": 5495, "date_created": 1300316567.016825, "message": "Hi, I am using flask and was lookig for a good place to host may app. I\u00b4ve listened great things about ep.io. Is there a way I can try it?", "group_id": 2873, "id": 369919}, {"user_id": 14232, "stars": [], "topic_id": 5495, "date_created": 1300319669.265228, "message": "email sent. Thanks a lot", "group_id": 2873, "id": 370166}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1300318873.040488, "message": "@norbux Sure - email us at team@ep.io and we'll sling an invite your way", "group_id": 2873, "id": 370086}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1300332280.787235, "message": "Is there a way to setup basic auth to serve static content ?", "group_id": 2873, "id": 371232}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1300362018.4001939, "message": "@jdaguilera http://www.ep.io/docs/epioini/#basic-auth-section ?", "group_id": 2873, "id": 373011}, {"user_id": 3748, "stars": [], "topic_id": 5495, "date_created": 1300370009.5961649, "message": "oops, you're right, tks a lot.", "group_id": 2873, "id": 373959}, {"user_id": 8740, "stars": [], "topic_id": 5495, "date_created": 1300386009.422148, "message": "No problem; it's a good sign for us when you start being able to link to docs for questions as opposed to answering them off-the-cuff.", "group_id": 2873, "id": 376260}]