IRC log of #europython for Wednesday, 2011-06-22

*** crumbel has quit IRC00:11
*** Gandalfar has joined #europython00:22
*** Neo-- has joined #europython00:40
*** Almad|Tabris has quit IRC00:55
*** Almad|Tabris has joined #europython00:58
*** Almad|Tabris has quit IRC01:05
*** Almad|Tabris has joined #europython01:08
*** piranha has joined #europython01:11
Almad|Tabristhis city is certainly alive at night ,)01:23
*** Gandalfar has quit IRC01:25
*** Neo-- has quit IRC01:35
*** piranha has quit IRC01:52
*** moreati has quit IRC01:52
*** Lunkwill has quit IRC03:04
*** Almad|Tabris has quit IRC03:06
*** Lunkwill has joined #europython03:08
*** zeekay has left #europython07:25
davidcramer----good morning :)09:26
*** moreati has joined #europython09:37
*** brtsz has joined #europython09:57
*** ronny has joined #europython10:13
ronnyhi10:13
*** crumbel has joined #europython10:40
*** otacon has joined #europython11:10
*** stemrc has joined #europython11:37
*** lac has joined #europython12:05
laccould anybody that sees lvh tell him i am looking for him? tnx12:06
moreatilac: I've tweeted him, said your in here12:08
lacthank you12:08
laci have a dinner ticket for him12:09
*** piranha has joined #europython12:10
*** ambv has joined #europython12:12
*** otacon has quit IRC12:15
*** piranha has quit IRC12:16
*** lac has quit IRC12:18
*** lac has joined #europython12:18
*** otacon has joined #europython12:27
davidcramer----mmm dinner12:28
davidcramer----will be awesome :D12:28
*** stemrc has quit IRC12:53
ambvyup, it is :D12:55
ambv*it will :D12:55
*** ambv has quit IRC13:04
*** otacon has quit IRC13:16
*** ambv has joined #europython13:17
*** otacon has joined #europython13:40
*** otacon has quit IRC13:47
*** moreati has quit IRC13:53
*** moreati has joined #europython13:55
*** otacon has joined #europython13:59
*** moreati has quit IRC14:01
*** ambv has quit IRC14:15
*** otacon has quit IRC14:16
*** danfairs has quit IRC14:26
*** piranha has joined #europython15:06
*** piranha has quit IRC15:07
*** voidspace has joined #europython15:10
voidspacejezdez: sounds like you're having fun :-)15:10
*** stemrc has joined #europython15:16
*** Gandalfar has joined #europython15:22
*** Gandalfar has quit IRC15:29
*** lac has quit IRC15:38
*** piranha has joined #europython15:39
*** ambv has joined #europython15:47
davidcramer----the internet is so awful15:48
jezdez+115:48
davidcramer----i wish solr worked for us :(15:49
davidcramer----cant even handle 1 req/s :)15:49
*** moreati has joined #europython15:51
jezdezdavidcramer----: uh, really?15:54
jezdezthat's odd15:54
davidcramer----jezdez:  ya15:54
davidcramer----we were cheating a bit15:54
davidcramer----trying to scale vertically :)15:54
davidcramer----turns out solr is impossible to do that with15:54
*** piranha has quit IRC15:54
davidcramer----doesnt matter how much memory/cpu you throw at it15:54
jezdezhuh, interesting, why wouldn't you want to go horizontal?15:55
davidcramer----the distributed model is kind of iffy w/ solr15:55
davidcramer----its not very clearly defined15:55
davidcramer----we're testing it right now along side some other solutions, like elastic search15:55
davidcramer----so far elastic is much faster15:55
davidcramer----also testing sphinx in distributed model though15:55
jezdezhm, looking forward to your results15:55
davidcramer----ya we'll publish as soon as we have something reasonable15:56
davidcramer----taking way too long to make search work at disqus though15:56
*** Gandalfar has joined #europython16:03
davidcramer----would love to find an awesome wayt o standardize the profiling stuff in Django16:04
Gandalfar+1 :)16:04
davidcramer----we actually hae the ability to load the debug toolbar on demand in production16:04
davidcramer----but its a pretty iffy hack :)16:05
davidcramer----like everything fun i write haha16:05
Gandalfardoesn't it slow down the whole django?16:05
jezdezdavidcramer----: yeah, I wanna port the debug_toolbar to contrib (and remove the hacks before, like how it adds itself to the response)16:05
davidcramer----it doesnt16:05
jezdezdavidcramer----: let's talk later about that, I wanna do this16:05
davidcramer----i thought about doing something in debug toolbar like this profiler16:05
davidcramer----just a general overview of the request16:05
davidcramer----Gandalfar: we specify a GET flag to load the debug toolbar on our page16:06
davidcramer----we also have a profiler in it as well though16:06
Gandalfarnice :)16:08
jezdezthere is http://pypi.python.org/pypi/django-db-readonly16:11
davidcramer----i want to OS ours16:12
davidcramer----ours is very sneaky though -- it replaces the low-level database backend to prevent *any* kind of writes16:12
davidcramer----ah this does cursors16:13
davidcramer----nice16:13
jezdezheh16:13
davidcramer----<3 crazy awesome creative monkey patches :D16:13
jezdez;)16:13
davidcramer----we're also hoping to solve dynamic settings16:14
davidcramer----but at an extreme level that no one would want to use :)16:14
davidcramer----planning on something like zookeeper with a conf proxy16:14
jezdezuh uh16:15
Gandalfardavidcramer----, as in get rid of global settings?16:15
davidcramer----Gandalfar:  not entirely -- there would be a default (just like it works now), but there would be a middle layer that would dynamically pull in settings from something like Zookeeper16:15
davidcramer----mostly we want to be able to do things like feature switches but with higher availability so we can swap out servers/pools/some hard settings16:16
Gandalfarok different problem, we're looking for a way to change global settings objects so we can re-use gunicorn instances/memory usage between versions of django code/site specific settings16:17
davidcramer----pretty sure i had a question but it was about one of the first slides, and i forget what they were :p16:17
davidcramer----Gandalfar:  ah16:17
Gandalfardavidcramer----, it could possibly make your modifications easier16:18
davidcramer----ya16:18
davidcramer----i really like the way flask settings work16:19
Gandalfardavidcramer----, we're writing an overview document - http://piratenpad.de/smtjxarLZR16:19
Gandalfardavidcramer----, just trying to document what should a new settings thingie solve/improve16:19
davidcramer----interesting ill read it over16:20
davidcramer----settings are my magical globals atm :D16:20
davidcramer----haha16:20
Gandalfardavidcramer----, k, I'll poke in you in person later :)16:20
davidcramer----:)16:20
Gandalfarend of talk ^^16:21
*** Gandalfar has quit IRC16:21
*** stemrc has quit IRC16:23
*** ambv has quit IRC16:23
*** piranha has joined #europython16:25
*** piranha has quit IRC16:31
*** Gandalfar has joined #europython16:35
Gandalfaranyone from crew here?16:35
Gandalfarsound died in tagliata16:35
*** Gandalfar has quit IRC16:38
*** piranha has joined #europython16:42
*** piranha has quit IRC16:53
*** dboddie_ has joined #europython17:39
*** _dboddie has quit IRC17:40
*** stemrc has joined #europython17:44
*** Gandalfar has joined #europython17:54
*** davidcramer---- is now known as davidcramer__18:00
*** rodinal has joined #europython18:06
*** gandalf__ has joined #europython18:10
*** Gandalfar has quit IRC18:11
*** gandalf__ has quit IRC18:15
*** rodinal has quit IRC18:42
*** Gandalfar has joined #europython18:51
*** Gandalfar has quit IRC18:55
*** dboddie_ has quit IRC19:17
*** stemrc has quit IRC19:17
*** PaxAnima has joined #europython19:24
*** Almad|Tabris has joined #europython19:25
*** jon1012 has joined #europython19:29
jon1012hey19:29
jon1012can I resell my two tickets for the pyfiorentina ?19:29
jon1012all the people I know don't have tickets19:29
jon1012(or is it strictly nominative ?)19:30
jon1012and if I resell it, would there be people interested ? :)19:30
*** Almad|Tabris has quit IRC19:31
*** crumbel has quit IRC19:43
*** Almad|Tabris has joined #europython19:44
*** crumbel has joined #europython19:44
*** crumbel has quit IRC19:49
jezdezzerok_: ^^19:55
*** jon1012 has quit IRC19:59
*** jon1012 has joined #europython20:00
*** jon1012 has quit IRC20:12
*** dboddie has joined #europython20:15
*** jon1012 has joined #europython20:24
ThomasWaldmannhi20:31
ThomasWaldmannjust a question to potentially other interested people:20:31
ThomasWaldmannis there any interest in an open space about packaging static files (like jquery, other js stuff, ...) so it can be handled with setuptools/pip/distribute/etc.?20:32
* Almad|Tabris would be interested in being able to specify jquery version as dependency, yeah20:34
jezdezThomasWaldmann: I heard from fanstatic being neat: http://pypi.python.org/pypi?%3Aaction=search&term=fanstatic&submit=search20:35
ThomasWaldmannit is doing some stuff I don't want20:35
jezdezah, hm20:36
ThomasWaldmannand i already talked to them, but there didn't come out much of it20:36
* ThomasWaldmann wants something minimal, no fat, no dependencies pulled in20:36
ThomasWaldmann(no dependencies one does not want I mean)20:37
jezdezThomasWaldmann: yeah, that's why we went with MANIFEST.in/package_data in Django20:39
jezdezbut that's a pain to maintain20:39
*** jon1012 has quit IRC20:40
ThomasWaldmanni just thought about plain files in a pypi package with minimal metadata20:41
ThomasWaldmannand the only required dependency would be a minimal lib to deal with that metadata20:42
jezdezhm, I think distutils2's setup.cfg would be a good idea for that20:42
jezdezthat is really minimal already20:42
jezdezbut it's also slightly beta20:43
ThomasWaldmannpython3 only?20:44
* ThomasWaldmann needs 2.6 and working now/soon20:44
ThomasWaldmannbrb20:47
jezdeznot sure what the current state is, but afaik it's planned to be backported20:47
*** Almad|Tabris has quit IRC20:53
*** crumbel has joined #europython21:01
*** piranha has joined #europython21:08
*** jon1012 has joined #europython21:09
*** jon1012 has joined #europython21:09
jon1012ThomasWaldmann, toscawidgets somehow permits that21:19
jon1012ThomasWaldmann, but you have to use it to serve your js21:19
*** stemrc has joined #europython21:24
*** moreati has quit IRC21:40
*** stemrc has quit IRC21:45
*** stemrc has joined #europython21:46
*** stemrc has quit IRC21:47
*** jon1012 has quit IRC21:51
*** piranha has quit IRC22:18
*** moreati has joined #europython22:58

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!