IRC Logs

2008 9
Mo Tu We Th Fr Sa So
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          

08. 09 2008

[00:12:14] * davidcramer has quit IRC
[00:13:16] <mitsuhiko> birkenfeld: i'll focus on sphinx tomorrow. form handling attracted my attention too much :)
[00:13:47] <birkenfeld> mitsuhiko: sure ^^
[00:14:16] * davidcramer has joined #pocoo
[00:14:45] <mitsuhiko> mq: ping
[00:14:45] <CIA-49> Zine: mitsuhiko default * 489:90e10bd14e8d /zine/ (7 files in 3 dirs): Added widgets to form system.
[00:15:34] <davidcramer> lots of jinja plugs at djangocon :)
[00:15:41] <mitsuhiko> haha
[00:17:48] <davidcramer> cal anderson had a good talk on why django sucks
[00:17:54] <davidcramer> http://www.iamcal.com/talks/
[00:18:02] <davidcramer> err why he hates it
[00:18:34] <mitsuhiko> 100mb for a presentation?
[00:18:36] <mitsuhiko> Oo
[00:18:38] * davidcramer has quit IRC
[00:30:39] <hads> Wow, large.
[00:32:08] * davidcramer has joined #pocoo
[00:32:41] <davidcramer> mitsuhiko: he had lots of images, but idk
[00:37:39] <hads> Yeah, bulk images in there.
[00:37:56] <hads> Each slide is just a full image :)
[00:49:10] * davidcramer has quit IRC
[00:49:19] <prencher> are they going to put up those talks anywhere?r
[00:49:23] <prencher> recordings i mean
[01:05:29] * leche has quit IRC
[01:24:41] * davidcramer has joined #pocoo
[01:37:12] <prencher> mitsuhiko - heh, turns out bewee added the key prefix i mentioned 10 days ago
[01:44:39] <davidcramer> so i need to intercept an html response, and append html right after <body> -- recommendations?
[01:45:32] <davidcramer> err insert i should say
[01:47:09] * davidcramer has quit IRC
[01:47:19] <prencher> i love it when he quits
[01:47:59] * davidcramer has joined #pocoo
[01:49:33] * davidcramer has joined #pocoo
[02:03:02] * highwaychile has quit IRC
[02:40:08] * davidcramer has quit IRC
[02:55:50] * izibi has quit IRC
[05:11:21] * davidcramer has joined #pocoo
[05:33:37] * davidcramer has quit IRC
[06:03:59] * davidcramer has joined #pocoo
[06:57:24] * pocoo has joined #pocoo
[09:16:04] * davidcramer has quit IRC
[09:23:26] <asmodai> well
[09:23:29] <asmodai> that was nice
[09:23:33] <asmodai> no train traffic
[09:23:37] <asmodai> so I find myself home again
[09:31:01] * Tik-Tok has quit IRC
[09:31:02] <aa_> morning 'smodai
[09:31:14] * aa_ goes to werk
[09:40:02] <asmodai> :)
[09:40:06] * davidcramer has joined #pocoo
[10:13:34] * highwaychile has joined #pocoo
[10:42:15] * birkenfeld has quit IRC
[10:43:06] <maze> are there any known 'ready to go' frameworks (Django-ish) based on werkzeug?
[10:45:54] * izibi has joined #pocoo
[10:46:34] <asmodai> glasshammer I think
[10:46:40] <asmodai> or was ir glashammer?
[10:47:27] <asmodai> http://glashammer.welterde.de/
[10:50:28] <maze> interesting
[10:50:38] * asmodai points at aa_
[10:50:40] <asmodai> his fault
[10:50:48] <maze> gross, bzr
[10:51:00] * maze slaps aa_ around a bit with a mercurial scm
[10:51:05] * birkenfeld has joined #pocoo
[10:51:09] <aa_> maze: yeah yeah, I know
[10:51:25] <aa_> maze: everything else we have open source or at work is hg :)
[10:51:32] <maze> :)
[10:52:00] <aa_> maze: glashammer is basically unreleased and unannounced
[10:52:15] * leche has joined #pocoo
[10:52:16] * asmodai eyes reddit
[10:52:17] <aa_> maze: so um, well, don't expect django :)
[10:53:00] <maze> oh I don't, just like you state in the first paragraph, I'm tired of setting up a base for all my new apps
[10:54:00] <aa_> innit
[10:54:11] <maze> aight
[10:56:18] <hads> Nothing wrong with bzr
[10:56:43] <maze> hads, christian canonical crap
[10:57:37] <TheSheep> O.o
[10:58:44] <hads> heh righto
[11:13:16] * izibi has quit IRC
[11:17:58] * sebner has quit IRC
[11:20:27] * izibi has joined #pocoo
[12:16:09] * highwaychile has quit IRC
[14:57:27] * leche has quit IRC
[15:04:57] * Kaelten has joined #pocoo
[15:26:11] * maicki has joined #pocoo
[15:46:17] * _paneb has joined #pocoo
[15:51:27] <plaes> any plans to release new werkzeug?
[15:51:28] <_paneb> with routes, i can have a format hint as an extension to the request path (eg. /item.html or /item.xml). how can i achieve the same thing with werkzeug
[15:59:36] <CIA-49> Zine: mitsuhiko default * 490:29a211c7a05b /zine/ (12 files in 6 dirs): Refactored some code in xxx, changed login form to use the new form system (this commit most likely breaks stuff. do not update unless you are a developer!)
[16:03:54] <ronny> plaes: how exactly do format hints work, how are they different than a Rule(
[16:04:06] <ronny> eh Rule('/item.<format>')
[16:04:37] <plaes> _paneb: ^^ :)
[16:04:46] <_paneb> hmm, i need to look more at the doc ;)
[16:07:40] <ronny> ops
[16:07:45] <ronny> hmm
[16:10:20] * [diecast] has joined #pocoo
[16:16:06] * [diecast] has quit IRC
[16:16:23] * [diecast] has joined #pocoo
[16:20:12] <_paneb> ronny, ok, but is it possible to make the format optional, or at least default to something?
[16:21:03] <ronny> something like Rule('/item', defaults={'format':'html'})
[16:21:38] <ronny> read the docs to be sure (i didnt use that in a few weeks
[16:23:22] * kaelten_ has joined #pocoo
[16:28:49] * Kaelten has quit IRC
[16:32:27] <asmodai> kaelten_: oi!
[16:32:55] <kaelten_> ?
[16:32:59] * kaelten_ is now known as Kaelten
[16:33:10] <asmodai> Kaelten: I got a shitload of screenshots for wowdb :P
[16:33:42] <Kaelten> lol
[16:33:57] <asmodai> Did you see that bug report email I sent? :)
[16:35:21] * lakin has joined #pocoo
[17:08:11] <prencher> asmodai - he doesnt actually work on wowdb you know? :P
[17:08:14] <prencher> he does forge and wowace
[17:12:45] <Kaelten> ya I don't deal with the db sites, the guy in the next roomt does
[17:19:41] * maicki has quit IRC
[17:26:31] * Tik-Tok has joined #pocoo
[17:29:15] <asmodai> oh ok
[17:29:16] <asmodai> well
[17:29:20] <asmodai> it's a .net traceback :P
[17:29:46] <asmodai> which sucks for my postings
[17:29:59] <asmodai> since I essentially have to do them twice to make my screenshots get posted :S
[17:32:12] * sebner has joined #pocoo
[17:34:23] * davidcramer has quit IRC
[17:36:33] * highwaychile has joined #pocoo
[17:43:42] <Kaelten> oh?
[17:43:44] <Kaelten> when you upload you're getting a .net traceback?
[17:44:45] <asmodai> yeah
[17:44:55] <Kaelten> I'll tell adamar
[17:45:09] <asmodai> I think it's the position between when it's uploaded and then using that file to render the cropping screen
[17:45:24] <asmodai> I sent the traceback to the email address
[17:45:46] <asmodai> Exception Details: System.ArgumentException: Parameter is not valid.
[17:46:18] <prencher> oh dear
[17:46:27] <prencher> don't tell me they have debug turned on in deployment?=
[17:46:38] <asmodai> was C# the top line or bottom one the most important in the traceback?
[17:46:58] <prencher> see mitsuhiko
[17:47:01] <prencher> asp.net sucks
[17:47:02] <prencher> proof!
[17:47:04] <prencher> the proooof!
[17:47:07] <asmodai> lol
[17:48:20] <Kaelten> lol
[17:48:41] <Kaelten> don't know about that site and debug mode
[17:48:50] <Kaelten> adamar just tested and it worked just fine
[17:49:39] <asmodai> it's intermittent
[17:49:43] <asmodai> the best ones!
[17:49:49] <asmodai> but always the second try works
[17:50:17] <asmodai> Might've been a Google Chrome thing in combination with the code.
[17:51:18] <prencher> secret ninja asp.net 'make chrome suck' code?
[17:51:23] <asmodai> must be!
[17:51:34] <asmodai> OMG U R GOOLZ
[17:52:10] <asmodai> GOOGLZ
[17:52:10] <prencher> google IS rather similar to "ghouls"
[17:52:10] <prencher> they must be evil
[17:52:15] * [diecast] has quit IRC
[17:52:30] * [diecast] has joined #pocoo
[17:54:31] <prencher> for those of you using wtforms, it's back on http://dev.simplecodes.com/wtforms (bb wont be updated anymore)
[17:54:46] <prencher> hopefully the last move.. server had to be dumb
[17:55:40] <apollo13> prencher: why the move to bb at all?
[17:55:49] <apollo13> if you don't mind asking
[17:56:00] <prencher> apollo13 - we had to take our VPS down for a while, had no immediate place to put our hg/trac back up
[17:56:07] <apollo13> ah
[17:56:27] <asmodai> btw, people rushing instances == fucktards
[17:56:32] <apollo13> next time: hey pocoo I need a place to put my hg/trac thingy for a while :)
[17:56:49] <prencher> hehe
[17:57:20] <prencher> we werent sure we were going to put it up again.. like bb quite a bit ,but it's issue tracker is rather meh, as is the wiki
[17:57:59] <asmodai> Kaelten: also weird, not sure if it is some js thing or not, when I middle click a result link of wow db with Chrome it opens the link in a new tab as well as the originating tab. Already reported to Google
[17:59:41] <asmodai> Kaelten: But I think your database is a bit off at times
[17:59:45] <asmodai> http://www.wowdb.com/npc.aspx?id=17215
[17:59:50] <Kaelten> weird
[17:59:56] <asmodai> 0.0000% chances for items they will never drop
[18:00:09] <asmodai> where does it get it from?
[18:00:17] <prencher> asmodai - curse client uploads
[18:00:36] <prencher> its gathered using an addon, stored to lua and then processed/uploaded
[18:00:44] <prencher> at least, thats how every other site does it pretty much
[18:01:02] <prencher> it really ought ot filter those out though
[18:01:03] <asmodai> yes I know it does that
[18:01:10] <asmodai> but 0.0000%? o_O
[18:02:40] <asmodai> oh
[18:02:41] <asmodai> Kaelten: also
[18:02:47] <asmodai> when you have submitted a screenshot
[18:02:49] <asmodai> it then says:
[18:02:54] <asmodai> The screenshot you submitted has been successfully cropped and processed Click here to return to the page you were viewing.
[18:02:57] <asmodai> the link it points to:
[18:03:02] <asmodai> http://www.wowdb.com/postScreenshot.aspx?id=18029&t=633564721572405000
[18:03:07] <asmodai> is plain wrong
[18:03:37] <asmodai> probably needs to be something like npc.aspx? or spell.aspx? or similar
[18:04:37] <Kaelten> write emails man
[18:04:39] * asmodai has +/- 400 screenshots waiting xD
[18:04:50] <asmodai> Kaelten: aww shucks ;)
[18:04:51] <Kaelten> I don't work on that site :(
[18:04:59] <asmodai> will do
[18:05:45] <asmodai> but you's is like my inside contact man
[18:05:49] <asmodai> hook a brotha up
[18:06:40] <asmodai> (always wanted to say that)
[18:09:24] <prencher> he be yo pimp on da inside
[18:09:37] <asmodai> you down wif it dawg
[18:55:55] <prencher> grumpy: <3. that is all
[19:03:37] * davidcramer has joined #pocoo
[19:03:39] * stifal has joined #pocoo
[19:39:19] * jek is now known as jek-
[19:39:58] * jek- is now known as jek
[19:43:23] <_paneb> is there a way to have optional Rule arguments? i am trying to get something similar to what routes does with the 'format' argument which can be appended to any request url to specify a format (eg. xml, json, html)
[19:45:21] * Rogi has joined #pocoo
[19:46:14] <Rogi> in jinja shouldn't ' '|urlencode turn to '%20' ?
[19:46:17] <Rogi> (space)
[19:46:57] <mitsuhiko> Rogi: jinja1?
[19:47:02] <Rogi> yes
[19:47:27] <mitsuhiko> >>> from_string("{{ 'foo bar'|urlencode }}").render()
[19:47:28] <mitsuhiko> u'foo%20bar'
[19:47:46] <mitsuhiko> works here. and jinja2 doesn't have urlencode
[19:48:16] <Rogi> hmm weird, I get space back
[19:48:42] <Rogi> : got converted though
[19:54:08] * leche has joined #pocoo
[20:01:43] * davidcramer has quit IRC
[20:05:09] <Leonidas> has jinja2 dropped the djangosupport-stuff?
[20:06:14] <Kaelten> Leonidas: I wrote a compatability lib very similar to the one that was included in jinja1, minus the magic
[20:06:29] <Leonidas> Kaelten: link?
[20:06:51] <Kaelten> one sec I'll pastey you
[20:07:03] <Leonidas> I don't want to implement render_to_response myself, if somebody else already did :)
[20:07:14] <Kaelten> maybe I should post it stand alone on the cheeseshop or something
[20:07:32] <Kaelten> hehe, don't blame you
[20:07:42] <Leonidas> or include it into jinja2, as contrib module or something.
[20:07:42] <Kaelten> I wrote the basis of the one that was in jinja1 as well
[20:08:01] <Kaelten> ya
[20:10:42] <prencher> Kaelten - you should talk to mitsuhiko about it now.. he's done going away randomly on "vacations" (ms brainwash camp) now i think
[20:11:16] <Kaelten> lol
[20:11:54] <Leonidas> ms bootcamp? :)
[20:12:40] <Kaelten> Leonidas: http://paste.pocoo.org/show/84786/
[20:12:52] <Kaelten> I think I cleaned out all the curft I had added in custom
[20:13:42] <Leonidas> Kaelten: thanks, in case I'll have any problems with it I'll tell you :)
[20:13:50] <Kaelten> :)
[20:14:05] <Kaelten> I use the full version on curseforge
[20:14:22] <Kaelten> although I haven't tested context|clean_inclusion yet
[20:14:25] <Kaelten> haven't had a use for them
[20:16:24] <mitsuhiko> Leonidas: there is an experimental module in ext too
[20:16:31] <mitsuhiko> but i don't want to bundle it with jinja any longer
[20:16:37] <mitsuhiko> makes more sense to have it as separate library
[20:16:48] <Leonidas> mitsuhiko: why?
[20:16:59] <prencher> Kaelten - jinja2-django cheeseshop project, GO
[20:17:02] * Leonidas is adapting this thing to his needs.
[20:17:20] <Kaelten> prencher: lol
[20:17:39] <mitsuhiko> Leonidas: a) i don't have to maintain it, b) i don't have to ship bugfix releases because of changes in django, c) i don't use django
[20:17:50] <prencher> do it now before davidcramer puts some awful shit out there Kaelten
[20:18:13] * Leonidas is just reading his blog :)
[20:18:40] <prencher> whether or not you are laughing your ass of will determine your future
[20:18:41] <Leonidas> mitsuhiko: now that django has 1.0 it shouldn't be a problem.
[20:19:41] <mitsuhiko> Leonidas: still. i don't want to open that can of works another time
[20:20:10] <Leonidas> mitsuhiko: well, it's your lib, your decision :)
[20:20:25] <Kaelten> mitsuhiko: I'll have something up shortly you can point people too
[20:20:28] <prencher> seriously Kaelten, do it now, before it's too late
[20:23:42] <Kaelten> lol
[20:23:44] <Kaelten> I have to set it up first
[20:23:46] <Kaelten> won't take me too long though
[20:33:42] <Kaelten> heh I'll have to revist the peak docs and learn more about how to use setuptools for this
[20:33:49] <Kaelten> but I have a very rough project ready to register
[20:33:50] <Kaelten> hehe
[20:35:53] <prencher> 1: steal setup files from jinja
[20:35:55] <prencher> 2: adapt them
[20:35:57] <prencher> 3: ????
[20:36:30] <mitsuhiko> HAHAHAHAHAHHAAHA
[20:36:38] <mitsuhiko> myspace presents a-space
[20:36:42] <mitsuhiko> the myspace for cia agents
[20:37:10] <mitsuhiko> http://www.fcw.com/online/news/153673-1.html
[20:44:03] <Leonidas> Kaelten: doesn't your extra_context fill up with stuff? Mutable objects in function signatures aren't generally a good idea.
[20:44:49] <Kaelten> Leonidas: no actually, but you're right its not good karma
[20:44:57] <Leonidas> prencher: how do you mean that davidcramer-thing?
[20:46:41] <Leonidas> Kaelten: I'll post my version, wait a minute.
[20:47:17] <Kaelten> ya, now that I'm going to actually release the stuff to the outside world I guess that means I need to clean it up and document it all
[20:49:32] <apollo13> you two are talking about what?
[20:49:40] <Leonidas> Kaelten: that's what I'm going to use. http://paste.pocoo.org/show/84790/ But you should really publish it as a proper project when you find some time, it definitely is usefull.
[20:50:01] <Leonidas> s/usefull/useful/
[20:50:11] <Leonidas> apollo13: django integration.
[20:50:17] <apollo13> for what?
[20:50:25] <apollo13> ah jinja?
[20:51:03] <Kaelten> http://pypi.python.org/pypi/jinja2-django/0.1
[20:51:06] <Kaelten> ya I got the project made
[20:51:11] <Kaelten> going to take my code
[20:51:16] <Kaelten> clean it up and put it up there
[20:52:48] <Leonidas> I guess the best solution for forms are WTForms, right?
[20:52:57] <Kaelten> ya I wish I had used them
[20:53:07] <Leonidas> (if not using Djangos forms)
[20:53:47] <Kaelten> most/all of the other form projects look abandoned
[20:54:04] <Kaelten> but if you bug prencher enough he still adds stuff
[20:54:14] <Leonidas> I have used FormEncode+FormBuilder, it was quite okay, but then WTForms weren't yet written
[20:54:15] * highwaychile has quit IRC
[20:54:42] <Kaelten> I kinda agree with the guy from the why I hate django talk.
[20:55:00] <Kaelten> its a good framework until you start doing complex stuff or need to scale
[20:55:05] <Leonidas> Kaelten: don't know this talk. have a link?
[20:55:17] <Kaelten> prencher linked me his slides
[20:55:19] <Kaelten> let me see if I can find it
[20:55:31] <Kaelten> http://www.iamcal.com/talks/hate_django.pdf
[20:55:46] <Leonidas> Kaelten: yeah, true. I have resisted the urge to throw out django stuff for quite some time, but it gets really annoying when there are nice alternatives available
[20:55:50] <Leonidas> Kaelten: thanks
[20:56:23] <Kaelten> ya I'm working up a small stack centered around werkzeug I plan to use in my future projects
[20:56:47] <Leonidas> uhh, 99MB - was propably a very long talk :)
[20:57:06] <Kaelten> kinda, also a lot of graphics
[20:57:10] <birkenfeld> mitsuhiko: ping
[20:57:14] <Leonidas> Kaelten: call it.. glasshammer. No wait, this name is already used :)
[20:57:24] <Kaelten> na I'm calling it gypsy
[20:59:13] * Kaelten has left #pocoo
[20:59:18] * Kaelten has joined #pocoo
[20:59:20] * Kaelten has left #pocoo
[20:59:30] <ronny> oO
[20:59:42] * Kaelten has joined #pocoo
[20:59:45] <Kaelten> oops
[20:59:53] <apollo13> Kaelten: wouldn't call it gypsy
[20:59:59] <Kaelten> ?
[21:00:06] <apollo13> http://folks.o-hand.com/iain/gypsy/
[21:00:27] <Kaelten> lol
[21:00:39] <Kaelten> I wouldn't have called the doc engine here sphinx
[21:00:44] <Kaelten> but it was done so anyway
[21:01:22] <ronny> Kaelten: what does it do, is it open?
[21:01:32] <Kaelten> gypsy ?
[21:01:55] <ronny> yeah
[21:02:09] <Kaelten> I'm developing it for personal use but if people or interested i'll probably put it on the cheeseshop
[21:02:37] <Kaelten> its going to be a light weight web frame built around werkzeug sqla and jinja2
[21:02:46] <ronny> Kaelten: could you just put it on bitbucket?
[21:02:57] <ronny> (asuming you use hg)
[21:03:01] <Kaelten> so I'm not sure what application it'll have in the grand scheme of things
[21:03:03] <Kaelten> I do use hg
[21:03:32] <ronny> btw, ever took a look at glasshammer?
[21:03:42] <Kaelten> nope
[21:03:45] <Kaelten> but I've heard two people mention it
[21:03:48] <ronny> welterde and aa_ made it
[21:03:50] <Kaelten> in 20 lines
[21:04:38] <welterde> glashammer ftw!1!11
[21:04:45] <welterde> ;)
[21:04:54] <mitsuhiko> birkenfeld: pong
[21:04:55] <ronny> welterde: it doesnt convince me yet
[21:05:11] <Kaelten> welterde: link?
[21:05:23] <welterde> Kaelten: https://glashammer.welterde.de/ i think
[21:06:00] <_paneb> is there a way to have optional Rule arguments? i am trying to get something similar to what routes does with the 'format' argument which can be appended to any request url to specify a format (eg. xml, json, html)
[21:06:21] <mitsuhiko> _paneb: for that sort of routing routes is the better choice
[21:06:38] <mitsuhiko> werkzeug routing focuses on human readable unique urls, not so much on restful urls
[21:06:46] <mitsuhiko> s/resultful/rails inspired restful/
[21:07:00] <_paneb> right
[21:07:12] <_paneb> what about just restful urls?
[21:07:32] <prencher> Kaelten - we're planning on hammering the rearch and subforms, field lists together i nthe next week and release 0.2
[21:07:43] <prencher> then focus on documentation and full unit tests for 0.3
[21:08:05] <prencher> we both have a schedule that should allow it now, so.. stuff will happen
[21:08:10] <Kaelten> prencher: cool stuff
[21:08:37] <mitsuhiko> holy cow: http://www.amazon.com/review/product/B000FKBCX4/ref=dp_top_cm_cr_acr_txt?_encoding=UTF8&showViewpoints=1
[21:08:57] <prencher> i also want to make sure to have frequent releases (in terms of size of each release, not time.. as our dev time is a bit sporadic for side projects)
[21:09:07] <Kaelten> mitsuhiko: 90% of them are hammering the DRM
[21:09:12] <prencher> getting 0.1 out there helped a lot
[21:09:18] <Kaelten> prencher: hehe, I bet
[21:09:36] <mitsuhiko> Kaelten: i know
[21:09:39] <mitsuhiko> but that's.... awesome
[21:10:28] <prencher> Kaelten - actually.. while i wouldnt say its a 1 star game.. all ive heard about spore is "meh."
[21:10:39] <ronny> spre kicks ass
[21:10:42] <ronny> *spore
[21:10:45] <ronny> i love it
[21:10:56] <prencher> it's not a game.. its a little chunk of will wrights brain
[21:11:00] <welterde> runs on linux/osx?
[21:11:06] <ronny> not really
[21:11:11] <welterde> pff... boring
[21:11:22] <prencher> EA game.. on os x / linux?
[21:11:24] * jinks has quit IRC
[21:11:31] <prencher> ...insert manic laughter here
[21:11:44] <welterde> with cedage?
[21:11:59] <welterde> (or $something_else)
[21:12:00] <ronny> no
[21:12:10] <ronny> well, it crashes my wine very regular
[21:12:14] <welterde> too bad
[21:14:39] <mitsuhiko> hahaha: http://www.rorsecurity.info/2008/09/08/sql-injection-issue-in-limit-and-offset-parameter/
[21:15:58] <mitsuhiko> """Steven got hold of DHH at RailsConf and of Aaron Bedra who apparently discovered this problem a couple of months ago"""
[21:16:08] <mitsuhiko> so they have a known sql injection for month in their framework?
[21:17:13] <ronny> lol
[21:17:48] <prencher> mitsuhiko - they knew about the horrible leaks for about a year and didnt bother fixing it.. so what do you expect
[21:18:08] <prencher> and i dont mean they couldnt track it down - instead they didnt even look for it and wrote a monitoring process to restart rails instances
[21:18:09] <sebner> mitsuhiko: have you read the latest blog entry by miguel? try out python, ruby ... csharp! :D
[21:20:36] <mitsuhiko> sebner: yeah. that's nice
[21:20:46] <Leonidas> mitsuhiko: howly cow indeed. Thats probably the worst rated article on amazon *ever*
[21:21:56] <Leonidas> sebner: miguel de icaza?
[21:22:20] <mitsuhiko> Leonidas: yep
[21:22:33] <sebner> Leonidas: master himself :D
[21:22:34] <Leonidas> oh, interactive C#. Fun.
[21:23:12] <Leonidas> I mean, ok, they are late to the game, now that about any language has a interactive mode, but still.
[21:23:32] <prencher> i doubt theres one for C++
[21:24:00] <prencher> writing templates in an interactive shell would be... "fun"
[21:24:26] <mitsuhiko> Leonidas: i used ironpython so far to inspect my mono applications
[21:24:29] <mitsuhiko> works like a charm :)
[21:24:54] <sebner> mitsuhiko: something public, plans for publishing something?
[21:25:07] <Leonidas> ronny: hmm, I wonder whether just using a cracked version of Spore is not... easier. Even for legal users.
[21:25:12] <mitsuhiko> nope, nope
[21:25:40] <prencher> Leonidas - it IS easier
[21:25:52] <Leonidas> prencher: there is something similar for C, but no idea whether it really ever worked.
[21:26:38] <Leonidas> prencher: thats called DRM fail, then. Somehow, DRM is "fail" by definition, because it alsways stinks and pisses off customers.
[21:27:02] * Rogi has quit IRC
[21:27:03] <prencher> yes
[21:27:12] <mitsuhiko> Leonidas: interpreted versions of C exist, C++ is a lot harder
[21:27:31] <prencher> Leonidas - it's also a part of the reason that most people prefer consoles these days
[21:27:39] * Rogi has joined #pocoo
[21:27:44] <prencher> on a pc you have to deal with hardware, installs, drm, drivers, ....
[21:27:49] <prencher> a console you put in a dvd and you're done
[21:27:58] <Leonidas> and even worse.. most of the times windows.
[21:28:00] <mitsuhiko> prencher: [ ] you've played on a ps3
[21:28:11] <prencher> ps3 is not a console
[21:28:16] <prencher> its a cell cpu with a hdd
[21:28:26] <apollo13> rofl
[21:28:31] <apollo13> wii ftw
[21:29:45] <prencher> i like my 360
[21:29:52] <prencher> would love a wii but cant justify it for 3 games
[21:30:17] <apollo13> hmm 360 for what? nothing you can't get for pc
[21:30:23] <apollo13> at least similar stuff ;)
[21:30:31] <prencher> plenty you cant get for PC
[21:30:40] <prencher> and look above
[21:30:48] <apollo13> that's what cracks are for
[21:30:55] <prencher> that only adresses drm
[21:31:21] <apollo13> well I am a pc guy, I don't care
[21:31:37] * mitsuhiko <3 360
[21:31:39] <prencher> it doesnt address games that are only out for 360, play better on the 360 or which just plain suck on pc
[21:31:58] <prencher> and i dont have to upgrade my 360 either.. thats a real monetary plus
[21:32:06] <apollo13> I never liked playing fps on a console
[21:32:32] <prencher> i didnt before the 360 either, i hated it.. love it now though, it's really nice on the 360 controller.. but either way
[21:32:45] <prencher> i do still play pc games mind.. certain games i'd never play on a console, like tf2
[21:32:49] <apollo13> dunno, maybe I never played enough
[21:32:55] <apollo13> I just can't aim without my mouse
[21:33:00] <prencher> oh it took me like a month to get used to it apollo13
[21:33:07] <prencher> and it was outright PAINFUL f or the first week
[21:33:12] <apollo13> can't argue here, I don't have a console
[21:33:34] <apollo13> that's what it is for me, when playing with friends
[21:33:40] <apollo13> I only was good at medal of honor
[21:33:49] <prencher> apollo13 - once you get used to a comfy chair, a big tv and a controller, headset just relaxing while cutting someone in half.. hard to go back ;)
[21:33:51] <Kaelten> spore is spost to run on osx
[21:33:58] <Kaelten> I'll be trying it tonight
[21:34:10] <apollo13> I'll try it on cedega
[21:35:06] <sebner> mitsuhiko: would you mind telling a newbie how this is possible with a compiled language?
[21:36:05] <mitsuhiko> sebner: there is no such thing as a compiled language
[21:36:37] <mitsuhiko> language implementations can be compiled ahead of time or just in time (AOT / JIT) or interpreted
[21:36:47] <mitsuhiko> but that's not a feature of the language
[21:37:29] <sebner> mitsuhiko: as I said. /me = newbie. The only thing I now=C# compile, python interpret ^^
[21:37:37] <mitsuhiko> that's bullshit :)
[21:37:55] <prencher> sebner - python is compiled before its interpreted :P
[21:38:12] <prencher> C# is compiled, then interpreted and jit compiled
[21:38:21] <mitsuhiko> the only difference between c# and python here is that python doesn't have a jit
[21:38:33] <prencher> (but see also: psyco)
[21:39:04] <sebner> mitsuhiko: kk :)
[21:39:21] <ronny> mitsuhiko: what about the typing ? ;P
[21:39:35] <mitsuhiko> ronny: sure thing :)
[21:39:51] <ronny> hmm
[21:50:13] * jinks has joined #pocoo
[22:03:48] * stifal has quit IRC
[22:04:16] <birkenfeld> mitsuhiko: sorry, my xserver crashed
[22:04:18] <birkenfeld> and I had to find out how to make it run again
[22:04:46] <mitsuhiko> birkenfeld: wouldn't have happened with windows :)
[22:05:38] <birkenfeld> argh, again
[22:05:44] <birkenfeld> seems that xorg 1.5 isn't stable yet
[22:05:52] <birkenfeld> anyway
[22:05:54] <mitsuhiko> birkenfeld: why have you upgraded?
[22:05:57] <mitsuhiko> new features? :)
[22:06:06] <birkenfeld> well, gentoo does that
[22:06:22] <birkenfeld> it is also supposed to be faster, whatever that means