Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Quality has never been a concern of Rubyists. (Score 1) 206

You seem to have an outdated understanding of the Ruby community (you point out Rails-centric problems from ~2006).

The Ruby community is obsessed with testing and documentation. You cannot get +2 line patches accepted without tests accompanying them. It's common to test your projects against all the major Ruby VMs (1.8.7, 1.9.2, JRuby and Rubinius) using RVM. YARD and rubydoc.info have recently gained a significant following.

Not many developers prefer to use monkey-patching these days. It's a powerful tool, but one can avoid using it by including/extending Modules. Also, Ruby 2.0 will be introducing a new feature known as class-boxes (aka Refinements), which will compartmentalize monkey-patches to modules.

There are alternatives to ActiveRecord, such as DataMapper which has had Strategic Eager Loading (SEL) and Lazy Loading long before ActiveRecord 3 was released. But what do ORMs or ActiveRecord have to do with the number/quality of gems on rubygems.org?

tldr; Rails community != Ruby community

Perl

RubyGems' Module Count Soon To Surpass CPAN's 206

mfarver writes "According to the data gathered by modulecounts.com, the total number of modules checked into RubyGems (18,894, and growing at about 27/day) will probably exceed CPAN (18,928, and growing about 8/day) this week."
Security

Submission + - Openwall Linux 3.0: no SUIDs, anti log spoofing (openwall.com) 2

solardiz writes: Openwall GNU/*/Linux (or Owl for short) version 3.0 is out, marking 10 years of the project. Owl is a small security-enhanced Linux distro for servers, appliances, and virtual appliances. Two curious properties of Owl 3.0: no SUID programs in default install (yet the system is usable, including password changing) and logging of who sends messages to syslog (thus, a user can't have a log message appear to come, say, from the kernel or sshd). No other distro has these. Other highlights of Owl 3.0: single live+install+source CD, i686 or x86_64, integrated OpenVZ (host and/or guest), "make iso" & "make vztemplate" in included build environment, ext4 by default, xz in tar/rpm/less, "anti-Debian" key blacklisting in OpenSSH. A full install is under 400 MB, and it can rebuild itself from source.
Biotech

Journal Journal: Team finds way to create cancer stem cells 124

MIT scientists and colleagues have found a way to create in the lab large amounts of cancer stem cells, or cells that can initiate tumors. The work, reported in the August 13 issue of Cancer Cell, could be a boon to researchers who study these elusive cells. Labs could easily grow them for use in experiments.
Privacy

Submission + - Manhattan, 1984

Etherwalk writes: "The New York Times (and the usual suspects) are reporting on developments in the quest to charge driving fees for all vehicles headed below 86th Street in Manhattan. Notably absent from any part of the discussion? A record is made of every car or truck that enters, together with the vehicle ownership information and the date and time of travel — either as part of EZ-Pass or in license-plate photos taken for subsequent billing."
Media

Submission + - Things not looking for the BBC's iPlayer (binaryfreedom.info)

An anonymous reader writes: The future of iPlayer, the BBC's new online on-demand system for delivering content is continuing to look bleaker. With ISPs threatening to throttle the content delivered through the BBC's iPlayer, consumers petitioning the UK government and the BBC to drop the DRM and Microsoft-only technology, and threatened legal action from the OSC, the last thing the BBC wanted today was street protests at their office and at the BBC Media Complex accompanied by a report issued by DefectiveByDesign about their association with Microsoft.

Feed Techdirt: Psst, Universal Music, The World Is Global Now (techdirt.com)

Is Universal Music really that out of touch with how the world works? It's attacking online video sites that promote its music. It's testing DRM-free music in a way that's likely to fail and apparently wants to claim ownership of CDs it gave away. The company is also trying to push makers of music playing devices to pay Universal a cut for no good reason. The latest may be the best yet, however. Not realizing what a global world we have these days and the easy ability for products in one market to be shipped to another, Universal Music released a CD in Europe only, with a plan to release a US version months later. Yes, this was pretty common for years -- but it's ridiculous to do that these days, because people in the US will still hear about the CD and order it as an import. Now, here's where Universal Music gets even more ridiculous: it's threatening the stores that are selling the import. Again, it seems to think it owns something that it really does not own. And, as the link here points out, all this really does is push customers who actually want to buy the CD to go online and download the music from a file sharing site. That takes a special level of incompetence. First, you make a really bad business decision that doesn't reflect the reality of the market, and then to cover it up, you threaten legal action and drive willing customers away to other sources. Nice work.
Operating Systems

Submission + - Kernel devs say VMware violates Linux copyrights (venturecake.com)

Nailer writes: Bloomberg believe VMware's IPO today may the largest technology offering since Google. But doubts have been cast over the company's supposedly proprietary ESX product, as top 10 Linux contributor Christopher Hellwig claims the software violates Linux kernel copyrights.
Security

Submission + - Server with Top-Secret Data Stolen (net-security.org)

An anonymous reader writes: The Forensic Telecommunications Services has confirmed the theft of a computer server containing thousands of top-secret mobile phone records and evidence from undercover terrorism and organised crime investigations. The company — whose clients include Scotland Yard and the Crown Prosecution Service — has assured the public that the server is security protected, and the breach will not compromise ongoing police operations. The information is made up of either old cases that have passed through the judicial process, or cases that are already in the judicial system and so subject to full disclosure to both defence and prosecution teams.
The Courts

Submission + - Spy Agency OKs Bloggers as Journalists. (abcnews.com)

Sniper223 writes: "Are bloggers part of the news media? The U.S. government — led by two of its most secretive agencies — is increasingly saying, "Yes, they are."

        Despite the rap that bloggers simply "bloviate" and "don't try to find things out," as conservative newspaper columnist Robert Novak once sniffed, the Central Intelligence Agency (CIA) and the National Security Agency (NSA) have altered policies to indicate they're taking blogs seriously, and a growing number of public offices are actively reaching out to the blogosphere.

        The CIA recently updated its policies on Freedom of Information Act requests to allow bloggers to qualify for special treatment once reserved for old-school reporters. And last August, the NSA issued a directive to its employees to report leaks of classified information to the media — "including blogs," the order said."

Slashdot Top Deals

All your files have been destroyed (sorry). Paul.

Working...