[12:42] morning Ohio [12:44] morning thafreak [13:03] good morning [13:20] heya [13:40] and now there were 4 [13:41] just because django is really easy to use, doesn't mean it can't also be used to make VERY confusing code [13:44] ...anything can be used to make very confusing code. [13:45] even the chat log of canthus13? [13:46] that's the most confusing of all, I suppose [13:46] :) [13:51] so what's new Ohio...what's everyone been looking up on the internet lately...besides pr0n obviously [13:53] I know canthus13 has been researching whitty comebacks and one liners [13:53] creepy pr0n. [13:54] oh like on /b? [13:54] nah. /b/ is tame. [13:54] wow [13:54] Heh. [13:54] not sure i'd want to see what makes /b tame actually... [13:54] * canthus13 is getting everything ready for Ragnarok, actually. [13:54] when is that scheduled for? [13:55] next week. [13:55] * canthus13 is only doing friday and saturday, though. [13:57] wait...how do you only do 2 days of the end of the world? isn't it kind of all or nothing? [13:58] Nah. [13:59] It happens every year. :D [13:59] http://www.dagorhirragnarok.com/ [13:59] * canthus13 is gonna go pound on people with foam swords. [13:59] OMG...i want to hunt down these robo calling douchebags, and stab them in the eye sockets [14:00] Although I have to say that's one of the poorer web designs I've seen in a long time. :/ [14:00] Anyway. Off to shower and head to work. [14:00] wow, 1998 called...they want their web design back [14:02] hahahaha!!! [14:02] hey, they use javascript [14:02] thereare no pages, it scrolls [14:02] anyone have any irc bot recomendations? [14:03] for what purpose? [14:03] yeah...that was also done in the late 90's [14:03] nuuuu [14:03] lol [14:03] and I use supybot in my channel [14:03] i need an irc bot mainly for channel logging [14:04] and hopefully find one that can replay chat log history when some one joins [14:04] I don't have supybot do any logs, but I think it does [14:04] http://sourceforge.net/projects/supybot/ [14:05] yeah, i was looking at that one actually...it does have a logging plugin [14:05] didn't see if there was one to do replaying of logs though [14:06] not sure [14:06] the documentation inside the tar is pretty solid though [14:06] probably could write my own plugin i guess [14:06] and installation is a breeze [14:06] I had it installed and in my channel within 15 minutes [16:52] paultag: how do you feel about django static files? [16:57] MaskedDriver: fine, why? You never serve through django, though [16:59] rick wanted me to ask [16:59] MaskedDriver: so: [17:00] just ask him how he feels about django static files, I can't help but think even django fans have to know this is BS [17:00] MaskedDriver: the way it works is, use static for testing via django. Once you push to prod, change the static url in the settings to point to static.domain.tld, and host that via nginx and a proxy cache [17:00] MaskedDriver: you do in dev, then have to do magic command BS in production [17:00] [13:00] and there's only 15 ways to setup dev/etc routes for static...ugh [17:00] yeah, let me give him mine [17:00] for dev I do: [17:00] 34 STATICFILES_DIRS = ( [17:01] 35 os.path.join(PROJECT_ROOT, 'static'), [17:01] 36 ) [17:01] 32 STATIC_URL = '/static/' [17:01] 31 STATIC_ROOT = '' [17:01] then in production: [17:01] STATIC_ROOT = '' [17:01] STATIC_URL = 'http://static.pault.ag/pique/' [17:02] with an nginx rule where I symlink the pique to static in the django app out my static dir [17:02] [13:03] yea, ask him if he's using django.contrib.staticfiles or django.conf.urls.static or django.views.static... [17:03] [17:03] 38 'django.contrib.staticfiles.finders.FileSystemFinder', [17:03] 39 'django.contrib.staticfiles.finders.AppDirectoriesFinder', [17:03] 65 'django.contrib.staticfiles', [17:04] sorry, django.contrib.staticfiles * [17:04] those were the finders up top [17:05] ok [17:05] thanks.. think that will help him along the way [17:05] jep [17:05] what are your thoughts on the dvorak keyboard layout? you use it? [17:06] one sec, eating :) [17:06] lol np [17:06] I should get back to work -- all of this intermediary between you and rick takes a lot of productivity out of my day ;) [17:06] :) [17:07] MaskedDriver: you and him are welcome in #whube [17:07] my hangout / offtopic [17:08] OK, I'm alive [23:55] At Happy Dog for Cleveland Linux User Group. Good turnout.