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

1 line
12 KiB
JSON

[{"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354354.375258, "message": "Nope, this is *very* standard. Django + PostgreSQL for the most part.", "group_id": 81, "id": 37967}, {"user_id": 7, "stars": [], "topic_id": 1456, "date_created": 1296354354.6267021, "message": "Not AFAIK", "group_id": 81, "id": 37968}, {"user_id": 177, "stars": [], "topic_id": 1456, "date_created": 1296354427.129987, "message": "Are you using Django's templating at all or is most of this JS templates?", "group_id": 81, "id": 37974}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354470.5706091, "message": "@bryan Actually almost all is Django templating. We haven't done any JS templating yet, but there's a few spots where we have minimal inline html in our javascript (sucks, I know, but it's minimal)", "group_id": 81, "id": 37980}, {"user_id": 216, "stars": [], "topic_id": 1456, "date_created": 1296354539.7014689, "message": "Sorry, was introducing my wife to Convore. Really, Django and Postgres? Awesome", "group_id": 81, "id": 37986}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354387.2067599, "message": "And we use some Celery to do some lightweight offline tasks.", "group_id": 81, "id": 37973}, {"user_id": 7, "stars": [], "topic_id": 1456, "date_created": 1296354552.7509799, "message": "but rails is for ajax!", "group_id": 81, "id": 37987}, {"user_id": 177, "stars": [], "topic_id": 1456, "date_created": 1296354825.7124121, "message": "Ooo. I see some LocalStorage goings on.", "group_id": 81, "id": 38021}, {"user_id": 216, "stars": [], "topic_id": 1456, "date_created": 1296354333.2817221, "message": "Are you guys using Riak to back all of this?", "group_id": 81, "id": 37965}, {"user_id": 7, "stars": [], "topic_id": 1456, "date_created": 1296354361.4378049, "message": "redis too right?", "group_id": 81, "id": 37970}, {"user_id": 1, "stars": [{"date_created": 1296362602.6972711, "user_id": 211}], "topic_id": 1456, "date_created": 1296354604.3356171, "message": "Yep, just super standard stuff. We figure we need flexibility and the ability to change stuff easily if it doesn't work, and once we hit the right featureset, then we can focus on scalability.", "group_id": 81, "id": 37995}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296354673.8695841, "message": "what? no node.js? no sproutcore? How will this ever be new hotness?", "group_id": 81, "id": 38004}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354366.6792121, "message": "Redis is used as a queue and for the live endpoint.", "group_id": 81, "id": 37971}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354378.322356, "message": "The live endpoint is a pure-wsgi app powered by Eventlet", "group_id": 81, "id": 37972}, {"user_id": 216, "stars": [], "topic_id": 1456, "date_created": 1296354668.6110289, "message": "@ericflo excellent. though I would've thought a little node.js would've been sprinkled. (JOKING!) lol", "group_id": 81, "id": 38003}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354709.185905, "message": "@asenchi Actually we thought about that, for socket.io, but the way all the node.js Redis clients all work didn't work the way we needed it to.", "group_id": 81, "id": 38006}, {"user_id": 216, "stars": [], "topic_id": 1456, "date_created": 1296354711.2953811, "message": "@justinlilly that's twice tonight we've had nearly the same thought. /scared", "group_id": 81, "id": 38007}, {"user_id": 206, "stars": [], "topic_id": 1456, "date_created": 1296354711.4118271, "message": "@ericflow what are you using JS library wise?", "group_id": 81, "id": 38008}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296354711.940944, "message": "guess you'll have to settle for being merely \"stable and popular\"", "group_id": 81, "id": 38009}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354747.1586211, "message": "@mintchaos https://convore.com/media/js/", "group_id": 81, "id": 38011}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354764.3439441, "message": "It's jQuery, a few plugins, and then our custom javascript", "group_id": 81, "id": 38012}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296354785.1655011, "message": "The bulk of it is in convore.stream.js", "group_id": 81, "id": 38013}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296355147.081496, "message": "@bryan Yeah, actually, we only really needed a cookie, but for whatever reason the cookie wasn't working", "group_id": 81, "id": 38052}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296355175.3751869, "message": "It's just to handle a race condition where a message comes in after the page has loaded but before the javascript has executed and started listening for live events", "group_id": 81, "id": 38053}, {"user_id": 38, "stars": [], "topic_id": 1456, "date_created": 1296534741.82724, "message": "@ericflo no cassandra?", "group_id": 81, "id": 40569}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296534761.1473131, "message": "@neil hah, nope", "group_id": 81, "id": 40571}, {"user_id": 38, "stars": [], "topic_id": 1456, "date_created": 1296535429.3182261, "message": "@ericflo gunicorn or flup?", "group_id": 81, "id": 40595}, {"user_id": 221, "stars": [{"date_created": 1296534843.200429, "user_id": 1}], "topic_id": 1456, "date_created": 1296534798.8286381, "message": "https://convore.com/admin/", "group_id": 81, "id": 40573}, {"user_id": 2, "stars": [], "topic_id": 1456, "date_created": 1296534805.919214, "message": "nooooo", "group_id": 81, "id": 40574}, {"user_id": 221, "stars": [], "topic_id": 1456, "date_created": 1296535018.2575459, "message": "what all 3rd party apps are you guys using?", "group_id": 81, "id": 40578}, {"user_id": 1, "stars": [{"date_created": 1296535303.570044, "user_id": 38}], "topic_id": 1456, "date_created": 1296535061.577316, "message": "South, gravatar, pagination, compressor, djcelery, haystack", "group_id": 81, "id": 40580}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296535070.5811529, "message": "oh, and cuddlybuddly.storage.s3", "group_id": 81, "id": 40581}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296535471.3932691, "message": "@neil http://dpaste.de/SibS/", "group_id": 81, "id": 40598}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296536500.144706, "message": "@neil At one point we were using Eventlet coroutines to do messaging, now it's redis but at one point it wasn't. Also for background tasks we used to just spawn a coroutine too", "group_id": 81, "id": 40698}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296535442.8524439, "message": "@neil eventlet.wsgi", "group_id": 81, "id": 40596}, {"user_id": 38, "stars": [], "topic_id": 1456, "date_created": 1296536338.224447, "message": "@ericflo looks pretty simple. any reason you're using straight eventlet over gunicorn with eventlet workers?", "group_id": 81, "id": 40681}, {"user_id": 177, "stars": [], "topic_id": 1456, "date_created": 1296618502.836297, "message": "I am @ericflo's sheep. I swear that every time he mentions a technology I haven't taken a look at, I can expect to drain 5 hours researching it. EC2 had to have been the latest shot.", "group_id": 81, "id": 41684}, {"user_id": 177, "stars": [], "topic_id": 1456, "date_created": 1296618518.6374259, "message": "With that said, I'm looking at eventlet now. >_>;", "group_id": 81, "id": 41685}, {"user_id": 177, "stars": [], "topic_id": 1456, "date_created": 1296619033.2101719, "message": "@ericflo Yeah, I noticed the footer. I gave up anyway, and the prices just seemed too steep for my lowly and underfunded ventures. :P", "group_id": 81, "id": 41708}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296619733.0780959, "message": "I'm considering switching to ec2 micro instances if/when they support BSD", "group_id": 81, "id": 41765}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296618741.0028901, "message": "Haha, sorry @bryan!", "group_id": 81, "id": 41701}, {"user_id": 1, "stars": [], "topic_id": 1456, "date_created": 1296618778.9199879, "message": "BTW @bryan I should mention we didn't end up moving to EC2, for some non-technical reasons.", "group_id": 81, "id": 41703}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296685361.088752, "message": "9.10 specifically", "group_id": 81, "id": 43082}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685445.8795819, "message": "also want to start using postgres exclusively, but mahalo will keep me in mysql land for a time to come.", "group_id": 81, "id": 43085}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685501.5492129, "message": "i have to keep a php cluster up for a vbulletin install i run", "group_id": 81, "id": 43087}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296685556.181757, "message": "I didn't even bother. I wanted the simplest thing evar.", "group_id": 81, "id": 43089}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296683672.349684, "message": "@justinlilly i think you mentioned earlier, but where are you now?", "group_id": 81, "id": 43007}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685174.6482489, "message": "@justinlilly d'oh. was referring to where you were moving from onto ec2 when they get bsd support =)", "group_id": 81, "id": 43070}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296685352.8673351, "message": "Ubuntu.", "group_id": 81, "id": 43080}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685354.3912301, "message": "i'm using linode for a couple of UbunAMphp stacks, but want to move some of my other stuff of of slice", "group_id": 81, "id": 43081}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296685401.9507279, "message": "relevant software on mine.. ubuntu, nginx, gunicorn, mysql, php (via fast_cgi), postgres, django, flask, er.. oh, and a git server", "group_id": 81, "id": 43083}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685424.4568541, "message": "sounds similar to my slice+linodes, though i use uWSGI instead of gunicorn", "group_id": 81, "id": 43084}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296684416.399807, "message": "@jacob I'm in NYC at the moment, but moving to Seattle in ~2.5 weeks.", "group_id": 81, "id": 43044}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296685219.2725639, "message": "@jacob Rackspace Cloud. See the VPS thread on FreeBSD for my reasoning.", "group_id": 81, "id": 43074}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685313.329051, "message": "what os are you using on RSC?", "group_id": 81, "id": 43078}, {"user_id": 218, "stars": [], "topic_id": 1456, "date_created": 1296685474.0315299, "message": "mine is so my gf can have a wordpress blog that she never uses.", "group_id": 81, "id": 43086}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685518.832207, "message": "i moved it off of a shared host just last month. that was fun, relearning php deployment best practices", "group_id": 81, "id": 43088}, {"user_id": 228, "stars": [], "topic_id": 1456, "date_created": 1296685564.3035121, "message": "we get a decent amount of trarffic", "group_id": 81, "id": 43090}, {"user_id": 228, "stars": [{"date_created": 1296686055.1984029, "user_id": 224}], "topic_id": 1456, "date_created": 1296685572.4152839, "message": "number one simpsons fan website! i think!", "group_id": 81, "id": 43091}]