http://semapedia.org/ has some hints and usage for barcodes.
October 2009 Archives
I followed the instruction on the advertisement on bus stops of Austrian Airlines and finally I got to the application download for my Nokia 6131 NFC phone at http://www.upc.fi/en/upcode/. Well and it seems to work and recognize barcodes. :-)
And here is the one liner used to generate this QR Code:
perl -MGD::Barcode::QRcode -MIO::Any -le 'IO::Any->spew("jozef-kutej-net-qr.png", GD::Barcode::QRcode->new("http://jozef.kutej.net/", { ModuleSize => 10, Version => 2 })->plot()->png)'
Benjamin Zander on music and passion
In case of Perl, you ain't seen nothing yet!
=head1 CONTRIBUTORS
The following people have contributed to the PSGI specification and
Plack implementation by commiting their code, sending patches,
reporting bugs, asking questions, suggesting useful advices,
nitpicking, chatting on IRC or commenting on my blog (in no particular
order):
... and a log list of names ...
=cut
I found this Pod in PSGI and I like it, so I'll use it for my modules. :) It is important to give credits to people and the github gives the chance to see patches contributions, but the other forms are hidden. Bug reporting, testing, questioning and showing interest is also important!
Last Thursday we have had a Bratislava.pm meeting with two topics.
1st one, thanks to Andrew Shitow, was about code generation or if you want compiling for compilers. He demonstrated this on a finding primes with Perl6 program. It was nice and you can still enjoy this talk on many places that Andrew has on his this year's roadmap. It is an example of reusability, the beauty of code generation and a showcase of a way which to try when doing optimizations. It's also a really good example how we, Perl hackers, want to always do thinks our own way ;-) The speed is nice, but not always and the Rakudo project should not get tied with premature optimization at this stage.
2nd talk, thanks to Emmanuel Rodriguez, was about a game made with CPAN authors - Pexeso. Most of Perl developers don't like to do graphics, JavaScript, web design and graphics effects. Seeing 3D OpenGL effects animating, rotating, zooming in and out done in couple of lines of Perl code looked impressive. And showing this to someone that is asking "why Perl?" might do the trick of convincing.
effect++ # is selling
I will start here to continue :) with my Perl programming language blog entries that I've posted so far on use.perl.org. The main reason is to have all the blogging together, but also to have the option to include pictures in the blog which I'm missing in @use.perl.org.

