gnufs | 12 years ago | on: The Feynman Lectures on Physics, Volume III
gnufs's comments
gnufs | 13 years ago | on: Yakuza
gnufs | 13 years ago | on: Rob Pike: the origin of dotfiles
gnufs | 13 years ago | on: Show HN: Tiny weekend project from scraped Wikipedia data: whodiedhere.com
gnufs | 13 years ago | on: Show HN: Set NASA APOD as Ubuntu Desktop Background
Change them to your screen's resolution.
gnufs | 13 years ago | on: The "bat signal" for the Internet
gnufs | 14 years ago | on: Why I will always love RSS
gnufs | 14 years ago | on: An Emacs conference
gnufs | 14 years ago | on: Ask HN: What is the best laptop on the market for programming right now?
gnufs | 14 years ago | on: Hacking Hacker News
gnufs | 14 years ago | on: Ask HN: any good tools for tracking hours spent on one task?
gnufs | 14 years ago | on: Easy Book: book publishing as easy as it should be
It can publish HTML without it though.
gnufs | 14 years ago | on: Ask HN: Webapps you can't live without?
gnufs | 14 years ago | on: New Ender novel released today... wait, ebook ETA in 2013?
Europe"
gnufs | 14 years ago | on: Mocked And Misunderstood
Is that really so with Kickstarter?
gnufs | 14 years ago | on: Ask HN: Book of the year
gnufs | 14 years ago | on: Emacs follow-mode
gnufs | 14 years ago | on: Learning Perl 6th Edition available
P.6. Changes from the Previous Edition
The text is updated for the latest version, Perl 5.14, and some of the code only works with that version. We note in the text when we are talking about a Perl 5.14 feature, and we mark those code sections with a special use statement that ensures you’re using the right version:
use 5.014; # this script requires Perl 5.14 or greater
If you don’t see that use 5.014 in a code example (or a similar statement with a different version), it should work all the way back to Perl 5.8. To see which version of Perl you have, try the -v command-line switch: $ perl -v
Here’s some of the new features from Perl 5.14 that we cover, and where appropriate, we still show you the old ways of doing the same thing:* We include Unicode examples and features where appropriate. If you haven’t started playing with Unicode, we include a primer in Appendix C. You have to bite the bullet sometime, so it might as well be now. You’ll see Unicode throughout the book, most notably in the chapters on Scalars (Chapter 2), Input/Output (Chapter 5), and Sorting (Chapter 14).
* There is more information in the regular expression chapters, covering the new features from Perl 5.14 to deal with Unicode case-folding. The regular expression operators have new /a, /u, and /l switches. We now cover matching by Unicode properties with the \p{} and \P{} regular expression features.
* Perl 5.14 adds a nondestructive substitution operator (Chapter 9), which turns out to be really handy.
* Smart matching and given-when has mutated a bit since their introduction in Perl 5.10, so we update Chapter 15 to cover the new rules.
* We updated and expanded Perl Modules (Chapter 11) to include the latest news, including the zero-conf cpanm tool. We add some more module examples as well.
* Some of the items previously in Appendix B, the advanced-but-not-demonstrated features, move into the main text. Notably, that includes the fat arrow => moving into Hashes (Chapter 6) and splice moving into Lists and Arrays (Chapter 3).
gnufs | 14 years ago | on: DIY Weapons of the Libyan Rebels
gnufs | 14 years ago | on: Why You Should Learn COBOL
Is this some sort of DRM'ed format that's not readable on non-Adobe supported systems?
And, if it is, is there a way to buy a non-DRM version?