Good “tips”:http://www.redhatmagazine.com/2007/09/27/a-guide-to-gnu-screen/ on using screen…
Monthly Archives: September 2007
Vista horror story…
<param name="movie" value="http://www.youtube.com/v/W_pbRS9TXtVk”>
Chris | Live Tech Support | Video Help | Add to iTunes
MooseX::Iterator
Well I’m trying to write my first Moose metaclass. “MooseX::Iterator”:http://code2.0beta.co.uk/moose/svn/MooseX-Iterator/trunk/ gives a smalltalk stream-like access to your Moose collections. Right now it only works with arrayrefs but I hope add hashes and I hope to move it to “MooseX-AttributeHelpers”:http://code2.0beta.co.uk/moose/svn/MooseX-AttributeHelpers/ at some point.
The angry smalltaker…
This “article”:http://onsmalltalk.com/programming/smalltalk/why-smalltalk/ comes across as a bit angry, but mostly I think he’ s right.
Common Lisp: A Gentle Introduction to Symbolic Computation
Free common “lisp”:http://www.cs.cmu.edu/~dst/LispBook/index.html book…
Another happy git user
“http://blog.mwolson.org/tech/a_month_and_a_half_of_git.html”:http://blog.mwolson.org/tech/a_month_and_a_half_of_git.html
Quote
“Don’t worry about what anybody else is going to do… The best way to predict the future is to invent it. Really smart people with reasonable funding can do just about anything that doesn’t violate too many of Newton’s Laws!”
bq. — Alan Kay in 1971,
Enough With The Rainbow Tables: What You Need To Know About Secure Password Schemes
An interesting “article”:http://www.matasano.com/log/958/enough-with-the-rainbow-tables-what-you-need-to-know-about-secure-password-schemes/ on why you shouldn’t build your own password scheme…
Module::Install
I’m starting to use “Module::Install”:http://search.cpan.org/dist/Module-Install/ for my perl projects. There are some good reasons to use it:
* Extremely easy for beginners to learn
* Does everything ExtUtils::MakeMaker does.
* Does it with a dramatically simpler syntax.
* Automatically scans for metadata for you.
* Requires no installation for end-users.
* Generates a stock Build.PL for Module::Build users.
* Guaranteed forward-compatibility.
* Automatically updates your MANIFEST.
* Distributing scripts is easy.
* Include prerequisite modules (less dependencies to install)
* Auto-installation of prerequisites.
* Support for Inline-based modules.
* Support for File::ShareDir shared data files
* Support for precompiled PAR binaries.
* Deals with Win32 install issues for you.