*** tpb has joined #melange | 00:00 | |
*** ajaksu is now known as ajaksu_away | 00:20 | |
*** dbentley-laptop has quit IRC | 00:42 | |
*** dbentley-laptop has joined #melange | 00:51 | |
*** dmitrig01|afk has joined #melange | 00:54 | |
*** ChanServ sets mode: +v dmitrig01|afk | 00:54 | |
*** dmitrig01 has quit IRC | 00:56 | |
*** dmitrig01|afk has quit IRC | 01:22 | |
*** wsfulton has quit IRC | 01:45 | |
dbentley-laptop | I think I had an idea for the 1000-items issue; but I'm not sure at all, and wanted to chat. | 01:54 |
---|---|---|
lh | dbentley-laptop: i suspect sverre is recovering from concert, lennie is in class, and pawel may not be awake yet. | 02:00 |
lh | dbentley-laptop: have you added pawel to your gtalk yet? if he's not here he's usually available there | 02:00 |
*** tansell has joined #melange | 02:08 | |
*** tansell has quit IRC | 02:38 | |
*** SRabbelier has joined #melange | 03:49 | |
*** ChanServ sets mode: +o SRabbelier | 03:49 | |
*** lh has quit IRC | 03:52 | |
*** lh has joined #melange | 03:52 | |
*** penyaskito has joined #melange | 04:15 | |
*** bhy has joined #melange | 04:17 | |
*** haoyu has quit IRC | 04:37 | |
*** penyaskito has quit IRC | 05:07 | |
*** penyaskito has joined #melange | 05:07 | |
*** haoyu has joined #melange | 05:16 | |
*** krnl_ has quit IRC | 05:20 | |
*** solydzajs has joined #melange | 05:20 | |
*** ChanServ sets mode: +o solydzajs | 05:20 | |
*** haoyu has quit IRC | 05:22 | |
*** haoyu has joined #melange | 05:22 | |
*** serphen`` has joined #melange | 05:22 | |
*** bhy has quit IRC | 05:24 | |
*** penyaskito_ has joined #melange | 05:33 | |
*** penyaskito has quit IRC | 05:33 | |
*** BarryCarlyon has quit IRC | 05:41 | |
*** penyaskito_ has quit IRC | 05:53 | |
*** penyaskito_ has joined #melange | 05:53 | |
*** serphen`` has quit IRC | 06:28 | |
*** mithro has quit IRC | 06:35 | |
*** mithro has joined #melange | 06:41 | |
*** ChanServ sets mode: +v mithro | 06:41 | |
*** bhy has joined #melange | 07:10 | |
*** haoyu has quit IRC | 07:16 | |
*** solydzajs has quit IRC | 07:51 | |
*** bcarlyon|laptop has joined #melange | 07:59 | |
*** bcarlyon|laptop is now known as BarryCarlyon | 08:02 | |
*** ajaksu_away is now known as ajaksu | 08:24 | |
dbentley-laptop | 1) Is there a script now to do things like upload tons of data? | 08:26 |
SRabbelier | dbentley-laptop: you mean like bulkupload from appengine? | 08:26 |
dbentley-laptop | So that I can have a melange instance with data. | 08:26 |
dbentley-laptop | And play around with it? | 08:26 |
SRabbelier | dbentley-laptop: seed_db :) | 08:26 |
dbentley-laptop | Is that in the checkout? | 08:26 |
SRabbelier | dbentley-laptop: if you're running locally, or set the app version to 'devvin' | 08:27 |
dbentley-laptop | (sorry, I'm in a hotel room, and about to leave) | 08:27 |
SRabbelier | dbentley-laptop: you can go to /seed_db | 08:27 |
dbentley-laptop | OK; does the checkout come with data to seed with? | 08:27 |
SRabbelier | dbentley-laptop: (that is, http://localhost:8080/seed_db or http://your-instance.appspot.com/seed_db) | 08:27 |
SRabbelier | dbentley-laptop: it's hard-coded in the seed_db script | 08:27 |
dbentley-laptop | Oh, okay. Interesting. | 08:27 |
dbentley-laptop | 2) The problem is that app engine can't fetch more than 1000 results for a query, right? | 08:28 |
SRabbelier | dbentley-laptop: http://code.google.com/p/soc/source/browse/trunk/app/soc/models/seed_db.py | 08:28 |
tpb | <http://ln-s.net/3194> (at code.google.com) | 08:28 |
SRabbelier | dbentley-laptop: yup, it is | 08:28 |
dbentley-laptop | And so to do pagination, we do a query like "selection * from table starting at 1001" fails. | 08:28 |
SRabbelier | dbentley-laptop: correct | 08:28 |
dbentley-laptop | But if these are all queries in order, can't we do: | 08:28 |
SRabbelier | dbentley-laptop: easily simulated by creating >1000 users with http://localhost:8080/seed_db?user_start=30&user_end=45&user_goal=1500 | 08:28 |
dbentley-laptop | "select * from table sorted by name where name > $1" | 08:29 |
SRabbelier | dbentley-laptop: yes, we can | 08:29 |
dbentley-laptop | Where $1 is the last name we're currently showing? | 08:29 |
dbentley-laptop | OK, so, we already thought of this. Cool. | 08:29 |
SRabbelier | dbentley-laptop: but how do we do previous? | 08:29 |
dbentley-laptop | Hey, that's not a bad question... | 08:29 |
SRabbelier | dbentley-laptop: atm we generate previous/next links atm by just adding/substracting offset | 08:29 |
dbentley-laptop | Can't we have two indexes? | 08:30 |
SRabbelier | dbentley-laptop: but I have no clue how to do that :P | 08:30 |
dbentley-laptop | Yeah. | 08:30 |
dbentley-laptop | OK. | 08:30 |
dbentley-laptop | I'll see when I can play around. | 08:30 |
SRabbelier | dbentley-laptop: cool :) | 08:30 |
dbentley-laptop | I'm on travel until Thursday. | 08:30 |
dbentley-laptop | But just had that thought on the train. | 08:30 |
* SRabbelier nods | 08:30 | |
dbentley-laptop | OK, off to work. | 08:30 |
SRabbelier | dbentley-laptop: ok! :) | 08:30 |
SRabbelier | dbentley-laptop: ttys | 08:30 |
*** ajaksu is now known as ajaksu_away | 08:49 | |
*** madrazr has joined #melange | 08:57 | |
*** dbentley-laptop has quit IRC | 09:03 | |
*** dbentley-laptop has joined #melange | 09:15 | |
*** solydzajs has joined #melange | 10:22 | |
*** ChanServ sets mode: +o solydzajs | 10:22 | |
*** dbentley-lapto1 has joined #melange | 10:58 | |
*** dbentley-laptop has quit IRC | 11:11 | |
*** mithro has quit IRC | 11:19 | |
*** solydzajs has quit IRC | 11:56 | |
*** ajaksu_away is now known as ajaksu | 12:09 | |
*** Lennie has joined #melange | 12:27 | |
*** ChanServ sets mode: +o Lennie | 12:27 | |
Lennie | hi | 12:28 |
*** madrazr has left #melange | 12:30 | |
*** ajaksu is now known as ajaksu_away | 13:06 | |
*** solydzajs has joined #melange | 13:17 | |
*** ChanServ sets mode: +o solydzajs | 13:17 | |
Lennie | hi Pawel | 13:18 |
durin42 | solydzajs: can you do http://code.google.com/p/soc/issues/detail?id=48 and then let me know when it's ready to verify it'll work on buildbot? | 13:26 |
tpb | <http://ln-s.net/31Aq> (at code.google.com) | 13:26 |
solydzajs | durin42: we already have pylint in place I just need to add proper pylintrc so it's not so verbose | 13:28 |
durin42 | solydzajs: how would I run pylint? | 13:29 |
durin42 | I'm willing to say I need to install things in the melange PYTHONPATH but I'm not sure what those are going to be offhand | 13:29 |
durin42 | Once I get that set up I think I'm going to get emails working | 13:29 |
solydzajs | durin42: right now what I'm using is in /scripts/pylint | 13:30 |
solydzajs | durin42: have a look there | 13:31 |
solydzajs | durin42: there is this little do_pylint script | 13:31 |
*** MatthewWilkes has joined #melange | 13:46 | |
solydzajs | durin42: are the post commit hooks working already ? | 13:52 |
durin42 | solydzajs: no, I wasn't even going to look at that until I had everything else setup | 13:58 |
durin42 | polling is sufficient for now | 13:58 |
*** penyaskito_ has quit IRC | 14:02 | |
*** Lennie is now known as Lennie|Food | 14:11 | |
*** dbentley-lapto1 has quit IRC | 14:32 | |
*** James--Crook has joined #melange | 14:37 | |
James--Crook | dbentley: The 1000 results problem + backing up to a previous table. How about using ORDER BY name DESC? Then reverse the order in python code? (saw discussion earlier today). | 14:44 |
*** dhaun has joined #melange | 14:45 | |
* MatthewWilkes cheers the csv export function | 15:01 | |
*** penyaskito has joined #melange | 15:03 | |
*** Lennie|Food is now known as Lennie | 15:05 | |
*** Merio has joined #melange | 15:38 | |
*** James--Crook has left #melange | 16:16 | |
*** balzac has joined #melange | 16:28 | |
*** balzac has left #melange | 16:29 | |
lh | solydzajs: suggestion: please ask mentors to start posting their melange related questions to melange-soc - melange is not gsoc alone. posting to public list means we act like a real open source project and may be helpful for others later. | 16:29 |
solydzajs | lh: ok will do thx :-) that's a good idea we shouldn't spam mentors list | 16:30 |
lh | solydzajs: just a thought. :) | 16:30 |
lh | not so worried about spam, just want us to have good project communication hygiene | 16:30 |
solydzajs | lh: done :-) | 16:32 |
solydzajs | lh: email sent :-) | 16:32 |
lh | solydzajs: awesome. :) | 16:32 |
danderson | speaking of spam, the issue updates thing sure is spammy | 16:32 |
* lh will help stay on top of melange-soc and ask folks to file things in the issue tracker | 16:32 | |
solydzajs | lh: I'm giving Dan access to /p/soc as project member right now :-) | 16:32 |
lh | solydzajs: have the other committers agreed? I mean it is finally your call of course, but i want to make sure there's consensus | 16:33 |
* danderson is +1, based on Dan's code review and the code he provided | 16:33 | |
solydzajs | lh: yes and this is our Google support :-) | 16:34 |
lh | solydzajs: good enough for me. | 16:34 |
danderson | plus, he checks out according to the two laws of Subversion committers: (1) Appears to have a clue and (2) Follows the hippocratic principle and First Does No Harm | 16:34 |
lh | we need to give dbentley ops in channel then too | 16:34 |
lh | danderson: agreed. on both. | 16:34 |
lh | plus i like dan and think well of him. known him for a long time and very happy we have him on the team. | 16:35 |
danderson | do I have amazing superpowers on this chan? | 16:35 |
lh | you does | 16:35 |
danderson | just need to figure out the right runic invocation to summon a +2 spirit of Operator | 16:36 |
danderson | dbentley: you'll need to register your nickname with Nickserv | 16:38 |
danderson | otherwise I cannot grant amazing superpowers | 16:38 |
* lh applauds amazing superpowers | 16:38 | |
danderson | (yes, my spirit invocation failed. But I did manage to summon some ice tea) | 16:38 |
lh | i think mystical powers of iced tea summoning are much more cool. | 16:41 |
*** ajaksu_away is now known as ajaksu | 17:07 | |
*** MatthewWilkes has quit IRC | 17:16 | |
*** Lennie has quit IRC | 17:29 | |
*** WinterMute has quit IRC | 17:40 | |
*** MatthewWilkes has joined #melange | 17:40 | |
*** dhaun has quit IRC | 18:14 | |
*** solydzajs has quit IRC | 18:24 | |
*** Merio1 has joined #melange | 18:32 | |
*** Merio has quit IRC | 18:41 | |
*** Merio1 has quit IRC | 18:51 | |
*** Merio has joined #melange | 18:52 | |
*** mithro has joined #melange | 20:16 | |
*** ChanServ sets mode: +v mithro | 20:16 | |
*** SRabbelier has quit IRC | 20:22 | |
*** Merio has quit IRC | 20:24 | |
*** lh has quit IRC | 21:04 | |
*** lh has joined #melange | 21:04 | |
*** lh has joined #melange | 21:05 | |
*** ChanServ sets mode: +o lh | 21:05 | |
*** mithro has quit IRC | 21:47 | |
*** MatthewWilkes has quit IRC | 22:25 | |
*** durin42 has quit IRC | 23:37 | |
*** durin42 has joined #melange | 23:38 | |
*** irc.freenode.net sets mode: +v durin42 | 23:38 | |
*** sandy|lurk has quit IRC | 23:49 | |
*** lh has quit IRC | 23:49 | |
*** lisppaste9 has quit IRC | 23:49 | |
*** aleb has quit IRC | 23:49 | |
*** BarryCarlyon has quit IRC | 23:49 | |
*** r0bby has quit IRC | 23:49 | |
*** ajaksu has quit IRC | 23:49 | |
*** kblin has quit IRC | 23:49 | |
*** Sledge has quit IRC | 23:49 | |
*** scorche has quit IRC | 23:49 | |
*** penyaskito has quit IRC | 23:49 | |
*** danderson has quit IRC | 23:49 | |
*** summatusmentis has quit IRC | 23:49 | |
*** veelck has quit IRC | 23:49 | |
*** bhy has quit IRC | 23:49 | |
*** durin42 has quit IRC | 23:49 | |
*** dbentley has quit IRC | 23:49 | |
*** schultmc has quit IRC | 23:49 | |
*** icy has quit IRC | 23:49 | |
*** uriel has quit IRC | 23:49 | |
*** Jeff_S has quit IRC | 23:49 | |
*** lh has joined #melange | 23:51 | |
*** penyaskito has joined #melange | 23:51 | |
*** BarryCarlyon has joined #melange | 23:51 | |
*** bhy has joined #melange | 23:51 | |
*** r0bby has joined #melange | 23:51 | |
*** ajaksu has joined #melange | 23:51 | |
*** schultmc has joined #melange | 23:51 | |
*** Sledge has joined #melange | 23:51 | |
*** sandy|lurk has joined #melange | 23:51 | |
*** dbentley has joined #melange | 23:51 | |
*** lisppaste9 has joined #melange | 23:51 | |
*** icy has joined #melange | 23:51 | |
*** kblin has joined #melange | 23:51 | |
*** danderson has joined #melange | 23:51 | |
*** aleb has joined #melange | 23:51 | |
*** scorche has joined #melange | 23:51 | |
*** summatusmentis has joined #melange | 23:51 | |
*** uriel has joined #melange | 23:51 | |
*** veelck has joined #melange | 23:51 | |
*** Jeff_S has joined #melange | 23:51 | |
*** irc.freenode.net sets mode: +oo lh danderson | 23:51 | |
*** durin42 has joined #melange | 23:51 | |
*** irc.freenode.net sets mode: +v durin42 | 23:51 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!