Perl

Damian Conway Publishes Exegesis 5 125

prostoalex writes "Come gather round Mongers, whatever you code, And admit that your forehead's about to explode, 'Cos Perl patterns induce complete brain overload, If there's source code you should be maintainin', Then you better start learnin' Perl 6 patterns soon, For the regexes, they are a-changin'. This remix of Bob Dylan serves as an epigraph to Exegesis 5."
Perl

Perl and XML 74

prostoalex writes: "In the world of information technology, information, as the name suggests, is as important as technology itself. Erik T. Ray's and Jason McIntosh's Perl and XML is an attempt to take a look at perhaps the most popular languages for data processing. XML is an open-standard specification for documents, while Perl's natural powers lie in the area of data processing, and, as the name suggests, practical extracting and reporting." Prostalex has reviewed Perl & XML below; read on for his take on the book.
Mozilla

Interview: David Ascher, Tech Lead for ActiveState 5

Grok writes "You may have heard about a company named ActiveState before. Maybe you're a Perl programmer and have used ActivePerl, ActivePython or some of their other various programming-related tools. Well, today MozillaNews has an interview with David Ascher, a senior programmer at ActiveState, and the tech lead for Komodo, the cross-platform, multi-language IDE based on Mozilla."
Perl

Perl & LWP 121

When direct database access to the information you need isn't available, but web pages with the right data are, you might pursue "screen-scraping" -- fetching a web page and scanning its text for the appropriate pieces of text in order to do further processing. LWP (Library for WWW access in Perl) is a collection of module to help you do this. mir writes: " Perl & LWP is a solid, no-nonsense book that will teach you how to do screen-scraping using Perl. It describes how to automatically retrieve and use information from the web. An introduction to LWP and related modules from simple to advanced uses and various ways to extract information from the returned HTML."
Perl

Perl 6 Compiler for Parrot Out 10

BorrisYeltsin writes "The Parrot project has just released a functional compiler for Parrot. Almost all of the previous Apocalypses have been implemented as well as some other toys, including but not limited to: Ruby and Python parsers, BASIC and Scheme interpreters and a Forth compiler, the team are now working on Perl 6 regexes. Check it out at cvs.perl.org."
Perl

RIP: The Perl Journal 111

mbadolato writes "I'm surprised this hasn't been reported yet. Over at use.perl they're reporting that when the current issue of SysAdmin comes out, this will be the last installment of The Perl Journal. It's a shame. TPJ originally was stopped as a stand-alone, but was then included into Sysadmin. Now that's going too. We all owe a big thanks to all the contributers, and to Jon Orwant, for providing us a great resource in TPJ over the years."
News

Lessig @ OSCON 206

passthecrackpipe writes "Leonard Lin has put up the presentation Lawrence Lessig gave at OSCON (mirror). It is great. It requires Flash." Nice Flash work, very impressive, and of course Lessig is a superior speaker. Worth your time and the 8Mb download.
Perl

ActiveState Founder Steps Aside 157

Lumpish Scholar writes "ActiveState founder Dick Hardt has quit. Or, as the press release puts it, "ActiveState Expands Board & Founder Steps Aside." No reason for the resignation was given, unless you count, "The company is looking to become a $100 million company, and they're looking for someone ... that [sic.] has that experience." ActiveState (profitably!) distributes its own proprietary products, and also both free and commercially supported versions of Perl, PHP, Python, Tcl, and XSLT, having given back significantly to the free / Open Source communities associated with those languages."
Programming

Web Development with Apache and Perl 221

davorg writes "In the dim and distant past when I first started doing web development, there was a book that everybody had a copy of. It was called 'How to Set Up and Maintain a Web Site' and it was by Lincoln Stein. The reason why everyone owned (and, more importantly, read) it was that it contained a complete high-level snapshot of everything you needed to know in order to run a web site at that time. Unfortunately, after a second edition in 1997 the book hasn't been updated. I suppose that the subject area has grown so much that no-one thought that a complete overview would be too high-level to be useful. They were probably right." davorg's review continues below.
Perl

Parrot 0.0.7 Out (and some docs) 18

BorrisYeltsin writes "Big news in the Perl community this week is that Parrot 0.0.7 now out. New in this release is "Perl 6 grammar (with small, partial compiler), functional subroutine, coroutine and continuation PMCs, global variables, an intermediate code compiler (imcc), a pure-Perl assembler and working garbage collection." Also there are more Parrot docs! Check out the news here."
News

August 22nd EFF Benefit Party at the DNA Lounge 90

Jamie Zawinski writes "Mark your calendars: on Thursday, August 22nd, we're throwing a benefit party for the EFF at DNA Lounge in San Francisco! In addition to great music from DDR, Kid606, and many others, you can also witness the carnage of the first ever Wil Wheaton versus Barney Celebrity Boxing Match! Can Wil, with his backing from the EFF, protect free speech and parody on the Internet and defeat Barney and his team of corporate lawyers? You can also join us earlier in the evening and meet Wil at a special VIP party: see the DNA Lounge announcement or the EFF press release for more details." Even if you can't attend, isn't now a good time to renew your membership?
Security

Internet Security Standards 135

Aetius writes "The Center for Internet Security has released a set of security standards and tools for several operating systems. Here's the ZDNet story. I checked out the Linux standard and it is a pretty good coverage of the basics; about the only thing missing was a simple firewall treatment. I installed it on my wide-open desktop system (RH 7.3) and scored a 6.61 out of 10, which doesn't seem too bad. The scanner code isn't open source, but it's perl so you can at least look at it. You have to register to download it. If nothing else, the PDF of the standards is a good read. Enjoy."
It's funny.  Laugh.

Switch Different 252

x180 writes "Those goofy hackers over at the O'Reilly Open Source Convention in San Diego this week have, in a spate of fun, put together a series of Switch ad spoofs for the geeky ones. Writes Rael Dornfest in his blog, 'You've no doubt seen Apple's fabulous Switch campaign commercials. But what of the others? The geeky ones. The scripters. The sysadmins in their server cages. The command-line jockeys. Those through whom the source flows openly.' See the stories of hackers chucking Emacs in favor of Vi, leaving Perl to explore Python, and leaving the familiar home of Unix to play with XP." These, of course, aren't the only switch parodies. Their numbers are Legion.
Programming

Best Computer Books For The Smart 522

You'll remember last week, I asked for recommendations of the Best Websites for developers. This was a -great- thread and in the story, I mentioned that I was planning on doing the same regarding books this week. So here it is. What do you, the slashdot reader consider seminal works? What would you consider great introductions to technical topics? If you are interested, check it out...
Programming

Best Websites for Developers? 291

Recently, I've been entertaining the idea of getting into a little Java programming for a side project I'm working on, and I realized that I really don't know where to start. This led to a larger question of what the best books and websites are for pepole new to a language. What about for the experts in a language? So this week, I was wondering what slashdotters thought are the best websites to go to for information on the major languages (like C, C++, PHP, Perl, etc) and the important topics in programming (x, gtk, win32, etc). I obviously have some opinions on some of the better places to visit, but I wanted to see what slashdotters thought. (hence the paucity of links in this story) Where do people find the authorities? My intention is to ask about web sites this weekend, and books next weekend.
Science

I'm Just Here for the Food 250

MattE writes: "Alton Brown, for those who aren't familiar, has a cooking show on the Food Network called Good Eats. His new book isn't so much a cookbook, in the current sense of a book that contains a heck of a lot of recipes. (It does, in fact, contain recipes, but it really isn't what the book is about.) See the Perl cookbook, for a translation of this idea to programming. It is a book about cooking that covers science and technique first; Recipes are only example code. He says he is a 'culinary cartographer.'" This sounds like a fun book -- for the rest of Matt's review, read on below.
Perl

Perl 5.8.0 Released 254

twoshortplanks writes "The latest version of Perl has been released, with new features such as better Unicode support, a new threads implementation, new IO layer support, and a whole plethora of bundled modules - plus a wonderful collection of regression tests and new documentation. The release notes and links to mirrors for download are on dev.perl.org." This is not a release candidate, it's the real thing, representing over two years of work by patch pumpkin holder Jarkko Hietaniemi and his merry band. Hugo van der Sanden is the new pumpking for perl 5.10.
Privacy

FCC Allows Bells to Sell Your Telephone Usage Data 508

Devistater writes "Spotted on hardocp. The FCC said in a ruling yesterday that telephone companies can sell your name, who you call, and for how long you talk to anyone who is an "affiliate." No longer is this required to be an opt in marketing approach, now its OPT OUT. Sounds like spam is coming to the telephone world, and what an egregious breach of privacy. Article on PCWorld has some of the details." There's also a short Reuters story and a good one on ecommercetimes.com.

Slashdot Top Deals