cPanel is growing its Internal Systems Development department and looking for a software craftsman with advanced knowledge of Perl and working knowledge of Linux and FreeBSD operating systems. You’ll be tasked with developing, implementing, and maintaining cPanel’s internal and external software products. Sound like this could be you? Read on.
Feeling about Perl what I feel almost makes me scream at other developers things like "why the f*ck are you using X language and not Perl?".
I 'think' this kind of approach would not be very productive in terms of giving my peers the opportunity to feel the same kind of enthusiasm I feel.
I want to ask you what should an efficient Perl Teasing Presentation include?
For those that follow the conference surveys, you'll be pleased to hear that I have now put the results of both the Israeli Perl Workshop and the German Perl Workshop online. These are the first events this year to take advantage of the surveys, although several more are to come.
This marks the second survey for the German Perl Workshop and notes some small differences, while it was the first for the Israeli Perl Workshop. I hope the future organisers can make use of the results and that they allow me to continue the surveys with these workshops next year, and for the years to come.
Although the Israeli Perl Workshop was in English this year, Gabor and I are hoping to be able to provide the survey in Hebrew next year. The German Perl Workshop marked the first survey not in English last year, and it helped to start building up a language pack, which can be used to plugin to the survey software. I plan to formalise this during the year, so that other events, using languages other than English, can still take advantage of the surveys.
Thanks to all the organisers and the survey participants for taking the time to respond to the questions. It is very much appreciated.
To help some coworkers I whipped up a program to perform set operations in Perl. It's quite basic but it's been pretty effective so far and it's on github.
Sets are assumed to be files where each line is a different element. It is assumed that equal lines are either not present or can be filtered out with no consequence. The inner working assumes that at a certain point the input files are sorted, and in general the external sort program is used automatically, which limits the applicability in some platforms.
The three basic operations that are supported are union, intersection and difference.
Once again I would like the thank the Perl Foundation for supporting me in my effort to provide a mechanism to ease the creation of Alien:: modules. Further I’d like to thank the many Perlers who have commented in various places that this project is of interest and that they are looking forward to providing that Alien:: module that they have always meant to write. This is exactly the response that I had hoped to receive.
Down to the details. This month I did a lot of work on Alien::Base; partially do the excitement about the grant and partially because our scientific camera was out for repairs, thus not much science going on in the lab. I hope to keep the pace high, but looking over the git log I’m not sure that they can be this productive! I’ll list some high points:
I almost could repeat the last post, But in an effort not to be boring: here are the exciting parts. I turned over to do something almost daily. Sometimes not much, but it turned out that i discover this way some dark dark corners of the spec and the tablets as well that really need some attention. And its so much fun to come up with keywords in the #perl 6 channel present people never heard of.
Jonathan Swartz will give a talk at YAPC::NA 2012 described as:
Caching is a critical piece of any performance-sensitive website or application. CHI provides a unified, implementation-independent caching API - a “DBI for caching”. It works with the gamut of popular cache backends and offers features well beyond the usual caching API, such as probabilistic expiration, background re-computation, and multi-level caches.
The author will describe how to wield CHI for more flexible and effective caching, and relate some lessons managing hundreds of distinct cache namespaces on a high-traffic web site.
Perlito5 is an ongoing implementation of perl5, with a javascript backend. The compiler is written in perl5. It compiles itself to javascript, so it can run in a browser.
The test suite can be run with node.js. It now passes 288 tests. About a hundred of these tests are from the official perl5 test suite.
$ prove -r -e 'node perlito5.js -Bjs' t
t/base/cond.t ...................................... ok
t/base/if.t ........................................ ok
t/base/lex.t ....................................... Failed 37/57 subtests
t/base/num.t ....................................... ok
t/base/pat.t ....................................... ok
t/base/rs.t ........................................ No subtests run
t/base/term.t ...................................... No subtests run
...
This is totally useless, but I've written a script to create word clouds from perl's core pod files.
As an example, here's the word cloud from perlunifaq :
If you're not familiar with Dancer, it's a Perl framework written by Alexis Sukrieh and inspired by Ruby's [Sinatra](http://en.wikipedia.org/wiki/Sinatra_(software)) framework. Though some call it a "micro-framework", according to Wikipedia, Sinatra is used by Apple, BBC, the British Government, LinkedIn, Engine Yard, Heroku, GitHub, and Songbird. That impressive list shows that Sinatra, and thus Dancer, is far more powerful than you might think at first glance.
So far, while I love Catalyst, I've found that I'm hacking out a Web service much faster with Dancer than I would have with Catalyst and I used Catalyst quite a bit. I've submitted a couple of minor patches, but I'm very happy with my latest enhancement to Dancer.
Sinan Unur is an economist and developer who appreciates the beauty, power, and convenience of Perl, especially when he is not allowed to use it. He blogs about Perl and other programming topics on ν42 and you can usually find him answering questions on Stackoverflow.
Yesterday I had an unpleasant experience trying to install Perl's BerkeleyDB (article to follow), during which I spent a long time fiddling with my ~/.bashrc and ~/.profile files, trying to set LD_LIBRARY_PATH to make that module accessible. Hint: I was on the wrong track.
In the end I wrote an article to clarify what bash runs, in what order. This is basically a note-to-self, but I hope others will benefit too.
Stockholm Perl Mongers and our fellow Nordic Perl Mongers arranges the annual Nordic Perl Workshop in Stockholm, Sweden in the beginning of the summer (late may / early june). This is the third time the workshop is arranged in Stockholm and the 10th time
in total.
Nordic Perl Workshop is a workshop for the community by the community and we want you to submit interesting and inspiring presentations in order to make the workshop successful. Talk lengths are the usual 20 and 40 minutes but we might consider
longer ones if motivated. Any subject is welcome as long as it's related to Perl somehow - from algorithms for social graphing and web-technologies to Perl5 core optimizations and language implementation targeting the Parrot VM. To submit a talk either do
it online on the workshop website[1] or to claes at surfar.nu. If submitting via email please prefix the subject with [NPW].
Please submit talks no later than Monday 30th of April. Accepted speakers will be notified Friday 4th of May.
Registers, markers, jumplists are not very expressive in a screenshots.
Anyway I suggest Vim users to try the perl-support plugin. It may considerably speed up your development process.
It always amuses me when I see people talking about Vim or Emacs using words like primitive editor. I know that those people are usually the kind of people that have no idea what these editors can do without that much customization. Also regarding speed, they are usually no match for a Vim or Emacs experimented user.
(I used to be a Java programmer using Netbeans and Intellij IDEA not long ago :). In fact I still use Java occasionally.)