/srv/irclogs.ubuntu.com/2012/06/12/#ubuntu-us-oh.txt

thafreakmorning Ohio12:42
MaskedDrivermorning thafreak12:44
yanogood morning13:03
andygraybealheya13:20
thafreakand now there were 413:40
thafreakjust because django is really easy to use, doesn't mean it can't also be used to make VERY confusing code13:41
canthus13...anything can be used to make very confusing code.13:44
thafreakeven the chat log of canthus13?13:45
MaskedDriverthat's the most confusing of all, I suppose13:46
canthus13:)13:46
thafreakso what's new Ohio...what's everyone been looking up on the internet lately...besides pr0n obviously13:51
thafreakI know canthus13 has been researching whitty comebacks and one liners13:53
canthus13creepy pr0n.13:53
thafreakoh like on /b?13:54
canthus13nah. /b/ is tame.13:54
thafreakwow13:54
canthus13Heh.13:54
thafreaknot sure i'd want to see what makes /b tame actually...13:54
* canthus13 is getting everything ready for Ragnarok, actually.13:54
thafreakwhen is that scheduled for?13:54
canthus13next week.13:55
* canthus13 is only doing friday and saturday, though.13:55
thafreakwait...how do you only do 2 days of the end of the world? isn't it kind of all or nothing?13:57
canthus13Nah.13:58
canthus13It happens every year. :D13:59
canthus13http://www.dagorhirragnarok.com/13:59
* canthus13 is gonna go pound on people with foam swords.13:59
thafreakOMG...i want to hunt down these robo calling douchebags, and stab them in the eye sockets13:59
canthus13Although I have to say that's one of the poorer web designs I've seen in a long time. :/14:00
canthus13Anyway. Off to shower and head to work.14:00
thafreakwow, 1998 called...they want their web design back14:00
MaskedDriverhahahaha!!!14:02
MaskedDriverhey, they use javascript14:02
MaskedDriverthereare no pages, it scrolls14:02
thafreakanyone have any irc bot recomendations?14:02
MaskedDriverfor what purpose?14:03
thafreakyeah...that was also done in the late 90's14:03
MaskedDrivernuuuu14:03
MaskedDriverlol14:03
MaskedDriverand I use supybot in my channel14:03
thafreaki need an irc bot mainly for channel logging14:03
thafreakand hopefully find one that can replay chat log history when some one joins14:04
MaskedDriverI don't have supybot do any logs, but I think it does14:04
MaskedDriverhttp://sourceforge.net/projects/supybot/14:04
thafreakyeah, i was looking at that one actually...it does have a logging plugin14:05
thafreakdidn't see if there was one to do replaying of logs though14:05
MaskedDrivernot sure14:06
MaskedDriverthe documentation inside the tar is pretty solid though14:06
thafreakprobably could write my own plugin i guess14:06
MaskedDriverand installation is a breeze14:06
MaskedDriverI had it installed and in my channel within 15 minutes14:06
MaskedDriverpaultag: how do you feel about django static files?16:52
paultagMaskedDriver: fine, why? You never serve through django, though16:57
MaskedDriverrick wanted me to ask16:59
paultagMaskedDriver: so:16:59
MaskedDriver just ask him how he feels about django static files, I can't help but think even django fans have to know this is BS17:00
paultagMaskedDriver: 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 cache17:00
MaskedDriverMaskedDriver: you do in dev, then have to do magic command BS in production17:00
MaskedDriver[13:00] <rick_h> and there's only 15 ways to setup dev/etc routes for static...ugh17:00
paultagyeah, let me give him mine17:00
paultagfor dev I do:17:00
paultag 34 STATICFILES_DIRS = (17:00
paultag 35     os.path.join(PROJECT_ROOT, 'static'),17:01
paultag 36 )17:01
paultag 32 STATIC_URL = '/static/'17:01
paultag 31 STATIC_ROOT = ''17:01
paultagthen in production:17:01
paultagSTATIC_ROOT = ''17:01
paultagSTATIC_URL = 'http://static.pault.ag/pique/'17:01
paultagwith an nginx rule where I symlink the pique to static in the django app out my static dir17:02
MaskedDriver[13:03] <rick_h> yea, ask him if he's using django.contrib.staticfiles or django.conf.urls.static or django.views.static...17:02
paultag       17:03
paultag 38     'django.contrib.staticfiles.finders.FileSystemFinder',17:03
paultag 39     'django.contrib.staticfiles.finders.AppDirectoriesFinder',17:03
paultag 65     'django.contrib.staticfiles',17:03
paultagsorry, django.contrib.staticfiles *17:04
paultagthose were the finders up top17:04
MaskedDriverok17:05
MaskedDriverthanks.. think that will help him along the way17:05
paultagjep17:05
MaskedDriverwhat are your thoughts on the dvorak keyboard layout? you use it?17:05
paultagone sec, eating :)17:06
MaskedDriverlol np17:06
MaskedDriverI should get back to work -- all of this intermediary between you and rick takes a lot of productivity out of my day ;)17:06
paultag:)17:06
paultagMaskedDriver: you and  him are welcome in #whube17:07
paultagmy hangout / offtopic17:07
paultagOK, I'm alive17:08
jandruskAt Happy Dog for Cleveland Linux User Group. Good turnout.23:55

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