Jesse Shy
- About: Perl pays for my travel addiction.
Recent Actions
-
Posted Perl Success Story - Managing PHP apps with Perl to Jesse Shy
WebPub helps install and manage popular web apps. We currently are doing WordPress, Drupal, MODX and phpBB. While the web UI is in PHP (decided before I came onboard) the backend is all Perl.
Some of the major components being used are: Mojolicious, Moose, DBIx::Class and Gearman.
M… -
Commented on Sexual Harassment?
I am commenting here because of the number of articles lately on this sort of topic. I am not saying which way is right or wrong, but that the prevailing views of what is or is not sexual harassment are...
-
Posted YAPC::NA 2012 donate ticket to Jesse Shy
I will not be using my badge to the conference. Is there a place where I can put this in a 'needs' pot? To be used by someone who can make the conference, thanks.
-
Posted Asynchronous HTTP Requests Using Mojolicious to Jesse Shy
This is in response to this article, Asynchronous HTTP Requests in Perl Using AnyEvent - linked to from Perl Weekly. Particularly, this quote:
… -
Posted How not to use Moose to Jesse Shy
Maybe this is legitimate and I just don't know why, but I have seen the following in a couple of projects where I have taken over after the original programmer left:
use Moose;has [qw/foo bar baz/], is => 'rw';
no Moose;
sub something {}
-
Commented on Archive::Tar::Wrapper vs. Archive::Tar
It was seeing Archive::Tar::Wrapper in dzil that led me to it. I have a tarball that has all the statics I need but, there are dynamic files that need written to the tarball for each install. So, I am injecting...
-
Posted Archive::Tar::Wrapper vs. Archive::Tar to Jesse Shy
If you don't know it, Archive::Tar is SLOW; it even says so. Running NYTProf recently on a project revealed that the major part of the program was taking a little more than 27 seconds to run and a little over 24 seconds of this was Archive::Tar reading the archive into memory. Since I did not…
-
Commented on Winobot, the IRC Bot You Can Party With
Not trying to start anything but, the arg about deps is getting old. With perlbrew, the version is no longer a valid argument and as for deps, what I here is that you want everything to be stuck on 5.8.8...
-
Commented on Perl is more viable for web development than ever!
Maybe someone should tell these guys: http://www.makeuseof.com/tag/programming-language-learn-web-programming/ or even these guys to stop using CGI.pm in their examples http://www.ibm.com/developerworks/aix/library/au-perlweb_revision/index.html What would be great (although I don’t think I would be the best person to do this ) is a “Why...
-
Posted Perl documentation is Awesome to Jesse Shy
After reading the blog here a couple of weeks ago about taking 10 minutes to look for the answer before asking your fellow dev, and several other things of late about the state of documentation and such, I wanted to take some time to say this: "Things can always be improved upon, but for the most…
-
Commented on The Ten Minute Thinking Rule
google-fu seems to be an elusive talent....
-
Commented on No YAPC::Cuba
Cuba does not stamp passports for US citizens (and many others) you have to request it. To make sure, you can say to the immigration guy (girl) not to stamp your passport. The US does not hold it against...
-
Posted Frequently installing apps via any FTP to Jesse Shy
Your app is in a tarball and clients only have FTP access to install your app on their host. Furthermore, you need to customize the config file (or do other process) for each install. What you need is Net::xFTP and Archive::Tar. Net::xFTP's put allows you to pass in an open…
Comment Threads
-
http://bsdhosting.co.za/index.html commented on
Winobot, the IRC Bot You Can Party With
Or you could use something like SQLite with AnyEvent::DBI / AnyEvent::DBI::Abstract instead of MongoDb.
-
Will commented on
The Ten Minute Thinking Rule
See also 'Rubber Duck Problem Solving': http://www.codinghorror.com/blog/2012/03/rubber-duck-problem-solving.html
-
Leanan commented on
Sexual Harassment?
I think it depends on the situation.
Situation 1:
Linda and Matt are friends. They've grown close at work, talked about interests. That sort of thing. IE: They have a comfortable relationship already and Matt's interested in her. If this is the situation, I think this is by far one of the cutest, sweetest things. In this situation I'd probably say yes (were I not already married).Situation 2:
Linda and Matt are co-workers. Matt is a little creepy. He's maybe tried to ask her out before and she's side stepped or said no. Or they really aren't much on the f… -
Joel Berger commented on
Sexual Harassment?
To me its a little heavy handed. ... He should have used Moo! (ba-dum).
Truthfully, I'll echo the others. Assuming Matt's advanced haven't been rebuffed before, and that they are on good terms, I don't think telling someone that they are awesome and politely asking on a date is inherently harassment.
Personally, I think its a rather cute tactic. Of course the situation is different, but who can forget (ok, I just found out about it) the proposal on PerlMonks!
-
tinita commented on
Sexual Harassment?
thanks for the recommendation of "The Guy’s Guide to Feminism". I ordered the ebook and are half through it. although i'm not part of the main target audience, it has some interesting points. some of them were also mentioned by several people in the recent discussions.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl and offering the modern features you’ve come to expect in blog platforms, the site is run by Dave Cross and Aaron Crane, with a design donated by Six Apart, Ltd.