Comment: Re:The argument is miscast. (Score 4, Insightful) 807
Ron Paul is a joke and yes he probably would keep to the constitutional limits, the problem is that he would more or less abolish not just the bad aspects, but the good ones and would in all likelihood shrink the government far more than what is required to bring things back into control.
Translation: Yes, I believe in the constitution of the united states and I will follow its principles unless there is something I want from the government tit that it does not authorise. Then, I will quickly ignore the constitution and ridicule it as out of touch. Because I KNOW BETTER DAMN IT!
Comment: Re:Good luck cloning it... (Score 1) 663
there isn't that much in the way of fundamental differences between a RC aircraft with a camera and a drone.
That's the best joke I've heard in a long time!
Comment: Proof that BMW owners are jerks (Score 1) 276
Comment: Re:"Web development can be fun again" (Score 1) 132
Comment: Re:Yet Another (Score 4, Informative) 132
sudo sh -c "curl -L cpanmin.us | perl - Mojolicious"
And three lines can make a complete "hello world" application....
use Mojolicious::Lite;
get '/' => {text => 'Hello World!'};
app->start;
Part of what make Mojolicous so powerful is Perl's syntax and expressiveness. I know it's hip to beat up on Perl these days, but perl is still way ahead of most languages in its ability to be expressive. The author of Mojolicous is a really good programmer and insanely picky about well structured code, consistency and test driven development. Hence, the framework is very easy to use and understand. This framework is definitely worth a look.
Comment: A swiss army knife for web development (Score 1) 3
Silicon Valley billionaire funding creation of art->
Link to Original Source