LoonyPandora
- Website: loonypandora.co.uk
- About: I blog about Perl. I'm on Twitter, GitHub, and everywhere else as @LoonyPandora. Except the CPAN, where I'm JAITKEN. Silly character limits...
Recent Actions
-
Commented on Plz recommend an in-browser irc client
https://www.irccloud.com I don't use it personally, but I've heard good things about it and a lot of people I know use it....
-
Commented on Pumpkin Perl Breakdown
To be clear: I think the rename is a great idea. It's a first step, and that's awesome. With that in mind, for this to be successful we as a community have to go all in. Doing a rename like...
-
Posted Documentation for Fun and Profit to James Aitken
Last week at the London Perl Workshop, I gave my first ever talk. 20 minutes on the subject of documentation. I'm pleased to say it went very well, and I've had some fantastic feedback from everyone who saw it.
I thought the wider perl community would appreciate having a look at my slides.…
-
Commented on DIY personal analytics
This is a fantastic idea! I've just implemented it myself. Looking forward to checking the results in a few months....
-
Commented on What is your release process?
Care to explain? Doesn't this defeat the purpose of using dzil? I do think, for practical reason, the modules in the repo should be directly loadable by Perl (e.g. using 'perl -Ilib') but this is not always possible: for...
-
Commented on What is your release process?
I’m a little more cautious, in that a lot of my process is manual. I do use Dist::Zilla heavily, but committing to GitHub and tagging is a manual process. I believe that the module that is in the repo on...
-
Commented on How does your module's abstract fare?
I love this idea! Sad to say that I fall foul of a few rules presented here through ignorance. How was one supposed to know not to end an abstract with a full stop? Now it's clear, and all is...
-
Commented on A Look At Arrays
This is a fantastic article on the basic building blocks you use everyday. It's very useful for someone like me, without a background in computer science. I had only a vague idea of what a "linked list" was. Looking forward...
-
Commented on MetaCPAN Undergoes "Unplanned Re-index"
Appreciate the heads up, I'll do what I can to help out. Can you provide more details about what went wrong? I think data-loss on that scale is too large an issue to explain away with a vague "unfortunate side-effect"....
-
Commented on To switch or not to switch - The MySQL Question
Nice story, there is a trade-off between maintainability and performance. We'd all be writing in an Assembly language otherwise! It's a good choice to stick with the tools that are best supported. I will say though, InnoDB COUNT() is not...
-
Commented on Safely Storing Passwords
@Mithaldu - I just merged a pull request that provides that feature, expect it to land soon :) @Carey Tilden - https would be the way to do that. If you calculate the md5 hash client side and use that...
-
Posted Safely Storing Passwords to James Aitken
My first post on here, hope it's well received!
In light of recent database hacks (MtGox, Sony, etc) - How to safely store passwords is at the front of every developers mind.
Almost every dev knows that storing plaintext passwords is a bad idea, but most don't realise that storing …
-
Commented on Bringing Mojolicious to the dancefloor
Sweet! That's my module - and my first on cpan. It was really easy :)...
-
Commented on Working For Bletchley Park
http://en.wikipedia.org/wiki/James_Macrae_Aitken - My Grandfather (Who I was named after, but never met) worked at bletchley park during the war. It's a worthy cause....
-
Commented on Perl.com - initial relaunch
I kinda like the bauhaus treatment on the logo. Is it part of a full rebranding?...
-
Commented on iCPAN: CPAN on your iPhone
Seems like a nice idea - Any reason why you didn't do it as a web app with local storage? Too much data to store?...
-
Commented on Looking for work in London?
So what is the best way to drop you a line? I clicked around a few of your profiles (here, LJ, use.perl, twitter, etc) , and couldn't see an "email" link anywhere....
Comment Threads
-
Harley Pig commented on
Plz recommend an in-browser irc client
CIRC is a chrome app that is currently under active development. It's not yet an irssi replacement, but it's pretty decent.
https://chrome.google.com/webstore/detail/circ/bebigdkelppomhhjaaianniiifjbgocn?hl=en-US
-
Ron Savage commented on
Plz recommend an in-browser irc client
Hi All
Thanx for the feedback.
Re LoonyPandora: If it's not ready and going commercial, I can do without it.
Re Mibbit: Ok, you've convinced me to skip it.
Re ChatZilla: I checked that while waiting for replies, and it's FF not Chrome, so yes, possible.
Re kiwicr: Definitely looks interesting.
Re CIRC: I had read the reviews, and they repeatedly said it was very basic, so I think I'll skip it.
-
adam-stokes [launchpad.net] commented on
Plz recommend an in-browser irc client
just saw this and looks pretty f'in cool
-
KENTNL commented on
What is your release process?
I have a few oddities, and I do things MyWay™, but I have a few tricks I don't see employed often which I find incredibly useful for a number of reasons.
The most important to me, is the
[Git::CommitBuild]
plugin for DZil.This gives me:
- a second branch called
build/master
which is essentially a clone of the built distribution as it will eventually appear on CPAN, and this is generated/updated each and every time Idzil build
ordzil test
- a third branch called
releases
which is t…
- a second branch called
-
Mohawk commented on
Pumpkin Perl Breakdown
From http://irclog.perlgeek.de/perl6/2014-09-05#i_9305941 (freenode/#perl6) a few minutes ago (edited to correct spellings):
20:16 mohawk TimToady: if perl5 were to be re-branded as Camel Perl (subject of course to a conversation with Mr O'Reilly), how would you feel about that? 20:16 * TimToady thinks it wouldn't make any substantive difference 20:17 mohawk are you "no strong feelings one way or the other"? 20:17 * TimToady thinks people …
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.