*** crumbel has quit IRC | 00:11 | |
*** Gandalfar has joined #europython | 00:22 | |
*** Neo-- has joined #europython | 00:40 | |
*** Almad|Tabris has quit IRC | 00:55 | |
*** Almad|Tabris has joined #europython | 00:58 | |
*** Almad|Tabris has quit IRC | 01:05 | |
*** Almad|Tabris has joined #europython | 01:08 | |
*** piranha has joined #europython | 01:11 | |
Almad|Tabris | this city is certainly alive at night ,) | 01:23 |
---|---|---|
*** Gandalfar has quit IRC | 01:25 | |
*** Neo-- has quit IRC | 01:35 | |
*** piranha has quit IRC | 01:52 | |
*** moreati has quit IRC | 01:52 | |
*** Lunkwill has quit IRC | 03:04 | |
*** Almad|Tabris has quit IRC | 03:06 | |
*** Lunkwill has joined #europython | 03:08 | |
*** zeekay has left #europython | 07:25 | |
davidcramer---- | good morning :) | 09:26 |
*** moreati has joined #europython | 09:37 | |
*** brtsz has joined #europython | 09:57 | |
*** ronny has joined #europython | 10:13 | |
ronny | hi | 10:13 |
*** crumbel has joined #europython | 10:40 | |
*** otacon has joined #europython | 11:10 | |
*** stemrc has joined #europython | 11:37 | |
*** lac has joined #europython | 12:05 | |
lac | could anybody that sees lvh tell him i am looking for him? tnx | 12:06 |
moreati | lac: I've tweeted him, said your in here | 12:08 |
lac | thank you | 12:08 |
lac | i have a dinner ticket for him | 12:09 |
*** piranha has joined #europython | 12:10 | |
*** ambv has joined #europython | 12:12 | |
*** otacon has quit IRC | 12:15 | |
*** piranha has quit IRC | 12:16 | |
*** lac has quit IRC | 12:18 | |
*** lac has joined #europython | 12:18 | |
*** otacon has joined #europython | 12:27 | |
davidcramer---- | mmm dinner | 12:28 |
davidcramer---- | will be awesome :D | 12:28 |
*** stemrc has quit IRC | 12:53 | |
ambv | yup, it is :D | 12:55 |
ambv | *it will :D | 12:55 |
*** ambv has quit IRC | 13:04 | |
*** otacon has quit IRC | 13:16 | |
*** ambv has joined #europython | 13:17 | |
*** otacon has joined #europython | 13:40 | |
*** otacon has quit IRC | 13:47 | |
*** moreati has quit IRC | 13:53 | |
*** moreati has joined #europython | 13:55 | |
*** otacon has joined #europython | 13:59 | |
*** moreati has quit IRC | 14:01 | |
*** ambv has quit IRC | 14:15 | |
*** otacon has quit IRC | 14:16 | |
*** danfairs has quit IRC | 14:26 | |
*** piranha has joined #europython | 15:06 | |
*** piranha has quit IRC | 15:07 | |
*** voidspace has joined #europython | 15:10 | |
voidspace | jezdez: sounds like you're having fun :-) | 15:10 |
*** stemrc has joined #europython | 15:16 | |
*** Gandalfar has joined #europython | 15:22 | |
*** Gandalfar has quit IRC | 15:29 | |
*** lac has quit IRC | 15:38 | |
*** piranha has joined #europython | 15:39 | |
*** ambv has joined #europython | 15:47 | |
davidcramer---- | the internet is so awful | 15:48 |
jezdez | +1 | 15:48 |
davidcramer---- | i wish solr worked for us :( | 15:49 |
davidcramer---- | cant even handle 1 req/s :) | 15:49 |
*** moreati has joined #europython | 15:51 | |
jezdez | davidcramer----: uh, really? | 15:54 |
jezdez | that's odd | 15:54 |
davidcramer---- | jezdez: ya | 15:54 |
davidcramer---- | we were cheating a bit | 15:54 |
davidcramer---- | trying to scale vertically :) | 15:54 |
davidcramer---- | turns out solr is impossible to do that with | 15:54 |
*** piranha has quit IRC | 15:54 | |
davidcramer---- | doesnt matter how much memory/cpu you throw at it | 15:54 |
jezdez | huh, interesting, why wouldn't you want to go horizontal? | 15:55 |
davidcramer---- | the distributed model is kind of iffy w/ solr | 15:55 |
davidcramer---- | its not very clearly defined | 15:55 |
davidcramer---- | we're testing it right now along side some other solutions, like elastic search | 15:55 |
davidcramer---- | so far elastic is much faster | 15:55 |
davidcramer---- | also testing sphinx in distributed model though | 15:55 |
jezdez | hm, looking forward to your results | 15:55 |
davidcramer---- | ya we'll publish as soon as we have something reasonable | 15:56 |
davidcramer---- | taking way too long to make search work at disqus though | 15:56 |
*** Gandalfar has joined #europython | 16:03 | |
davidcramer---- | would love to find an awesome wayt o standardize the profiling stuff in Django | 16:04 |
Gandalfar | +1 :) | 16:04 |
davidcramer---- | we actually hae the ability to load the debug toolbar on demand in production | 16:04 |
davidcramer---- | but its a pretty iffy hack :) | 16:05 |
davidcramer---- | like everything fun i write haha | 16:05 |
Gandalfar | doesn't it slow down the whole django? | 16:05 |
jezdez | davidcramer----: 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 doesnt | 16:05 |
jezdez | davidcramer----: let's talk later about that, I wanna do this | 16:05 |
davidcramer---- | i thought about doing something in debug toolbar like this profiler | 16:05 |
davidcramer---- | just a general overview of the request | 16:05 |
davidcramer---- | Gandalfar: we specify a GET flag to load the debug toolbar on our page | 16:06 |
davidcramer---- | we also have a profiler in it as well though | 16:06 |
Gandalfar | nice :) | 16:08 |
jezdez | there is http://pypi.python.org/pypi/django-db-readonly | 16:11 |
davidcramer---- | i want to OS ours | 16:12 |
davidcramer---- | ours is very sneaky though -- it replaces the low-level database backend to prevent *any* kind of writes | 16:12 |
davidcramer---- | ah this does cursors | 16:13 |
davidcramer---- | nice | 16:13 |
jezdez | heh | 16:13 |
davidcramer---- | <3 crazy awesome creative monkey patches :D | 16:13 |
jezdez | ;) | 16:13 |
davidcramer---- | we're also hoping to solve dynamic settings | 16: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 proxy | 16:14 |
jezdez | uh uh | 16:15 |
Gandalfar | davidcramer----, 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 Zookeeper | 16: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 settings | 16:16 |
Gandalfar | ok 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 settings | 16:17 |
davidcramer---- | pretty sure i had a question but it was about one of the first slides, and i forget what they were :p | 16:17 |
davidcramer---- | Gandalfar: ah | 16:17 |
Gandalfar | davidcramer----, it could possibly make your modifications easier | 16:18 |
davidcramer---- | ya | 16:18 |
davidcramer---- | i really like the way flask settings work | 16:19 |
Gandalfar | davidcramer----, we're writing an overview document - http://piratenpad.de/smtjxarLZR | 16:19 |
Gandalfar | davidcramer----, just trying to document what should a new settings thingie solve/improve | 16:19 |
davidcramer---- | interesting ill read it over | 16:20 |
davidcramer---- | settings are my magical globals atm :D | 16:20 |
davidcramer---- | haha | 16:20 |
Gandalfar | davidcramer----, k, I'll poke in you in person later :) | 16:20 |
davidcramer---- | :) | 16:20 |
Gandalfar | end of talk ^^ | 16:21 |
*** Gandalfar has quit IRC | 16:21 | |
*** stemrc has quit IRC | 16:23 | |
*** ambv has quit IRC | 16:23 | |
*** piranha has joined #europython | 16:25 | |
*** piranha has quit IRC | 16:31 | |
*** Gandalfar has joined #europython | 16:35 | |
Gandalfar | anyone from crew here? | 16:35 |
Gandalfar | sound died in tagliata | 16:35 |
*** Gandalfar has quit IRC | 16:38 | |
*** piranha has joined #europython | 16:42 | |
*** piranha has quit IRC | 16:53 | |
*** dboddie_ has joined #europython | 17:39 | |
*** _dboddie has quit IRC | 17:40 | |
*** stemrc has joined #europython | 17:44 | |
*** Gandalfar has joined #europython | 17:54 | |
*** davidcramer---- is now known as davidcramer__ | 18:00 | |
*** rodinal has joined #europython | 18:06 | |
*** gandalf__ has joined #europython | 18:10 | |
*** Gandalfar has quit IRC | 18:11 | |
*** gandalf__ has quit IRC | 18:15 | |
*** rodinal has quit IRC | 18:42 | |
*** Gandalfar has joined #europython | 18:51 | |
*** Gandalfar has quit IRC | 18:55 | |
*** dboddie_ has quit IRC | 19:17 | |
*** stemrc has quit IRC | 19:17 | |
*** PaxAnima has joined #europython | 19:24 | |
*** Almad|Tabris has joined #europython | 19:25 | |
*** jon1012 has joined #europython | 19:29 | |
jon1012 | hey | 19:29 |
jon1012 | can I resell my two tickets for the pyfiorentina ? | 19:29 |
jon1012 | all the people I know don't have tickets | 19:29 |
jon1012 | (or is it strictly nominative ?) | 19:30 |
jon1012 | and if I resell it, would there be people interested ? :) | 19:30 |
*** Almad|Tabris has quit IRC | 19:31 | |
*** crumbel has quit IRC | 19:43 | |
*** Almad|Tabris has joined #europython | 19:44 | |
*** crumbel has joined #europython | 19:44 | |
*** crumbel has quit IRC | 19:49 | |
jezdez | zerok_: ^^ | 19:55 |
*** jon1012 has quit IRC | 19:59 | |
*** jon1012 has joined #europython | 20:00 | |
*** jon1012 has quit IRC | 20:12 | |
*** dboddie has joined #europython | 20:15 | |
*** jon1012 has joined #europython | 20:24 | |
ThomasWaldmann | hi | 20:31 |
ThomasWaldmann | just a question to potentially other interested people: | 20:31 |
ThomasWaldmann | is 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, yeah | 20:34 | |
jezdez | ThomasWaldmann: I heard from fanstatic being neat: http://pypi.python.org/pypi?%3Aaction=search&term=fanstatic&submit=search | 20:35 |
ThomasWaldmann | it is doing some stuff I don't want | 20:35 |
jezdez | ah, hm | 20:36 |
ThomasWaldmann | and i already talked to them, but there didn't come out much of it | 20:36 |
* ThomasWaldmann wants something minimal, no fat, no dependencies pulled in | 20:36 | |
ThomasWaldmann | (no dependencies one does not want I mean) | 20:37 |
jezdez | ThomasWaldmann: yeah, that's why we went with MANIFEST.in/package_data in Django | 20:39 |
jezdez | but that's a pain to maintain | 20:39 |
*** jon1012 has quit IRC | 20:40 | |
ThomasWaldmann | i just thought about plain files in a pypi package with minimal metadata | 20:41 |
ThomasWaldmann | and the only required dependency would be a minimal lib to deal with that metadata | 20:42 |
jezdez | hm, I think distutils2's setup.cfg would be a good idea for that | 20:42 |
jezdez | that is really minimal already | 20:42 |
jezdez | but it's also slightly beta | 20:43 |
ThomasWaldmann | python3 only? | 20:44 |
* ThomasWaldmann needs 2.6 and working now/soon | 20:44 | |
ThomasWaldmann | brb | 20:47 |
jezdez | not sure what the current state is, but afaik it's planned to be backported | 20:47 |
*** Almad|Tabris has quit IRC | 20:53 | |
*** crumbel has joined #europython | 21:01 | |
*** piranha has joined #europython | 21:08 | |
*** jon1012 has joined #europython | 21:09 | |
*** jon1012 has joined #europython | 21:09 | |
jon1012 | ThomasWaldmann, toscawidgets somehow permits that | 21:19 |
jon1012 | ThomasWaldmann, but you have to use it to serve your js | 21:19 |
*** stemrc has joined #europython | 21:24 | |
*** moreati has quit IRC | 21:40 | |
*** stemrc has quit IRC | 21:45 | |
*** stemrc has joined #europython | 21:46 | |
*** stemrc has quit IRC | 21:47 | |
*** jon1012 has quit IRC | 21:51 | |
*** piranha has quit IRC | 22:18 | |
*** moreati has joined #europython | 22:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!