Scott Walters will give a talk at YAPC::NA 2012 described as:
Many Perl programmers, given a free weekend, can’t think of anything more fun than playing with computer graphics. This talk shows off a number of my own adventures as well as hacks by other members of the Perl community.
I’ll talk about:
Opening that window or going full screen
Reading from the keyboard and mouse
Getting stuff onto the screen
Animation
Gravity and velocity
Collision detection
Simple enemies (finite state automata)
Geometry for games
Seeing several examples of Perl SDL and how they were written should educate and inspire you to dabble with your own ideas.
It's been almost a year since my last Ubic post.
So just a quick remainder: Ubic is a polymorphic service manager which makes creating daemons easy, while being extensible in a several different ways.
(github; cpan).
This post is going to be pretty long.
If the rest of it is tl;dr for you, but you have any opinion about what constitutes a perfect service manager / daemonizer tool, or about what would convince you to use one, please consider commenting anyway :)
Technical improvements
The most important improvement was the addition of ini config files.
Now you can write this:
# cat /etc/ubic/service/foo.ini
[options]
bin = sleep 100
I came across some Perl used for defacing websites. Not the standard stuff that adds a picture or scriptkiddie text, but adds an iframe to a website that was used (probably unknowingly) with the Eleonore Exploit Kit.
The Perl just globs standard html files (e.g., html, asp, php, etc), opens them, and appends the iframe to it (and remembers to CLOSE the file handle, too). That's it. Pretty manual. Not as automated as I thought it would be. I expected that it would at least change directories to the standard html directories or delete logs or something, but no... and it's clearly not used for attacking the servers which would host the "defaced" sites either. I suppose that since some servers host dozens to hundreds of sites that maybe it doesn't have to be so automated.
Anyway, if I had to guess, the index.php file from the iframe probably leads to exploits seen in the Wepawet link below.
In other news, Perl's not dead.
Links:
Pastebin link for Perl: http://pastebin.com/8KjZkMUn
Wepawet link: http://wepawet.iseclab.org/view.php?hash=20ff2743085c19354b5c6a57de099178&t=1264351976&type=js
At YAPC::NA 2012 we’re introducing social badge ribbons. At the registration desk you’ll be able to choose ribbons to apply to your badge as a call out to other attendees about who you are or what you do. You’ll be able to choose from interest areas like “DBIx::Class” and “Web Frameworks” to roles like “Author” and “Speaker” to fun stuff like “Crotchety” and “Rockstar”. There will be dozens of different types of ribbons available. We hope you make use of this tool to make new social connections at YAPC.
(The Hebrew text will be followed by an English one).
שימו לב: הפגישה נדחתה בעקבות יום הזכרון ותתקיים ב-2 במאי
ב-2 במאי 2012 (יום רביעי) נערוך את מפגש הפרל החודשי שלנו, על אודות שני קצוות מנוגדים
של עולם הפרל.
אנו נפגשים ב-18:30 ומתחילים ב-19:00.
כתובת: מכללת שנקר, בניין ראשי ברחוב אנה פרנק, רמת גן, חדר 300.
Yes this is in a way my 5th grant report in a row, but even for Perl 5 people that might get insightful and even useful.
As I prepared a piece for the Perlzeitung which will not happen, i interviewed several people - some names you know for sure - about the current state of the core documents. Yes there slowly improving, the d did IMO good stuff, the new ooptut is good but there needs to be much more done. And instead of dropping here a blob of text, just have a look (Appendix A is really impressive). Its hardly started but I'm sure you get the idea (short but comprehencive explanation of everything + 7 different appendices giving alternative entry point to find what you need). Please just think about. The dream needs the hands of many.
Mark Allen will give a talk at YAPC::NA 2012 described as:
There are a lot of “Platform as a Service” (PaaS) providers popping up all over the place like dotCloud, Stackato and OpenStack. They all say they support Perl. How do these services compare to one another in price, performance and ease-of-use?
In the mold of Buddy Burden’s great post Stepping Up, I wanted to share a recent pleasant result of contacting a wayward author.
One or two of you may have seen my MooseX::Types::NumUnit which brings “dimensional” (read: units) types to Moose objects. I had been using two different unit engines Math::Units::PhysicalValue and Physics::Unit. This was essentially because I hadn’t been able to figure out how to get the functionality of both out of just one, though I was rather sure it should be possible. Recently though, I spent some of my diversion time on the problem and settled on using only Physics::Unit. This is new version was pushed to CPAN a few days ago.
Today I wasted a few hours tracking down this delightful bug:
Undefined subroutine &main::main:: called at
...lib/site_perl/5.12.4/YAML/Mo.pm line 5.
So what does YAML::Mo line 5 look like?
That's right. That's line 5. I've wrapped it to make it easier to read. When you load the latest YAML, you load YAML::Mo and that contains the above monstrosity. And it has a serious bug. Do you see it?
First post, the post that hurts the most. Well ... not ... but still in time before the y2k12-maya-bug triggers.
I am late in writing this summary about my hackathon but it fits the prolongation style I exercised this time. I had quite a slow start as I found it difficult to flush my overfull @work mindset and resume my open source projects. I used my flight delay to carefully prepare a TODO list which finally helped on that flush'n'resume exercise.
So what did I do?
My pet project is benchmarking Perl. There I have one major problem:
The visible benchmarks are boring and the interesting parts are invisible.
My benchmarks are rather straight lines without interesting changes: they are straight in the 5.8 timeline; they are straight in the 5.10+ timelines.
However, both straight lines are different to each other, so obviously something must have happened during the 5.9.x times. Unfortunately, exactly that interesting timeline did not work well in my benchmarking toolchain.
Bradley Anderson will give a talk at YAPC::NA 2012 described as:
If you are new to Perl, chances are one of the first things you’ll be doing is some light system administration. You will soon discover that there are several things you do repeatedly … like, every day, or, multiple times per day. My rule is: if I have to do it more than once, I write a script to do it. In this talk, I’ll show you how to hop along as a system admin if you’re a Perl programmer. It’s better than unicorn meat.
Today, I'm proud that I can announce 2 big things about PrePAN:
PrePAN is now open source!
PrePAN team finally published the source code onto GitHub repository. You can freely commit the actual code. Any contributions including submitting issues, improving documentations, etc. are welcome!
PrePAN has been taken over by Kyoto.pm!
PrePAN had been developed with my personal efforts and resources. But, from now, Kyoto.pm, Kyoto-based new Perl Mongers, took over it, so you can expect continuous and more active development of the features with organizational support.
Kyoto.pm is planning to hold a hackathon to hack the site in July. Keep your eyes on us!
I was reading about the Inline module the other day, so naturally I looked to see if there was a binding for one of my other favorite languages, Lua. Sure enough, Inline::Lua exists; however, it has not seen a new release in nearly five years, and it doesn't even build on perls newer than 5.10. I like this idea enough that I'd like to put some time into it and cut a new release; however, I haven't been able to reach the author. So, in accordance with the guidelines I read in the CPAN FAQ, I'm making a post asking if the original author, Tassilo von Parseval, is still in the Perl community and interested in updating this module.
Last week, I posted on my Other Blog about how I still prefer to use tcsh for my interactive shell. Of course, I maintained that bash was the only real choice for shell scripts.
We’ve had a few people email in to ask how to “submit” a game for the cPanel Game Night at YAPC::NA 2012. The event is free-form. There’s no reason to submit a game in advance. However, you are welcome to organize game events on the conference wiki.
I love to write command line applications (eg. App-iTan, Business-UPS-Tracking, Game-Lacuna-Task, Mac-iPhoto-Exif and many more not publicly available). However most of the CPAN tools I generally use to build these applications either are not as user-friendly as I would like them to be, or are not flexible enough.
It handles commands with multiple subcommands, generates usage text, error messages on wrong user-input, validates options, and lets you write your program as easy-to-test and reusable classes. Just as App-Cmd (or MooseX-App-Cmd respectively). However compared to these options it ...
is more flexible
supports plugins that can overdrive almost all of its behaviour
does not impose a certain application structure on you (thus making code reusage and testing easier)
does not pollute your command classes with many methods since most of its logic is implemented via meta classes
and is quite user friendly by providing useful input hints, better error messages as well as optional colorful output and bash completion
It should go without saying that when you are writing a book, you need to know how long the chapters are. I'm writing mine in vim, with various customizations to fit the needs of the book. However, I then need to convert my book into MS Word format. As I'm using Word 2008 for Mac, and as its the only version that does not have a scripting language built-in, formatting my plain text to the publisher's requirements is a long, tedious process. There are different headings, code, sample exercises, tables, images, "Try it out" sections, and many tiny, tiny details that need to be formatted correctly to ensure the book can be laid our properly.
So, apart from London, Oslo, and Zurich, I’m delighted to say that I’m
now also going to be visiting Lisbon during my current European speaking
tour…on May 3rd and 4th.
We’ll definitely be offering a public talk one evening for the local
Open Source community (I’ll update when I have the details), but we’re
also running a couple of public classes in Portugal for the first time
in several years.
I’m very much looking forward to catching up with many friends in Portugal next
month. And, after what will have been nearly a full month in London and
Oslo, and as lovely as those two cities are, I suspect I will secretly also be looking forward to some warm and sunny weather as well. ;-)