Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Security is the real advantage (Score 2) 183

The vast majority of those servers are being compromised through insecure web applications and misconfigured mail servers. The underlying platform has almost no bearing on that. From an attacker's perspective, there's little difference between a Linux box and a FreeBSD box running nothing but SSH.

Comment Re:Slashdotters get Java wrong, again (Score 3, Insightful) 583

Finally a comment from someone with a clue. The Python and Ruby communities really don't seem to realize how primitive the mainline implementations of their languages are. They're a complete joke when compared to the JVM, the CLR, LuaJIT, SBCL, Clozure or numerous Smalltalk implementations.

Even the mainline implementation of Factor, which is primarily programmed by one person, makes CPython look utterly terrible.

PHP

Submission + - March is the Month of PHP bugs

PHP writes: "Stefan Esser is the founder of both the Hardened-PHP Project and the PHP Security Response Team (which he recently left). During an interview with SecurityFocus he announced the upcoming "Month of PHP bugs" initiative: "We will disclose different types of bugs, mainly buffer overflows or double free(/destruction) vulnerabilities, some only local, but some remotely trigger-able (for example, because they are in functions usually exposed to user input). Additionally there are some trivial bypass vulnerabilities in PHP's own protection features. [...] As a vulnerability reporter you feel kinda puzzled how people among the PHP Security Response Team can claim in public that they do not know about any security vulnerability in PHP, when you disclosed about 20 holes to them in the two weeks before. At this point you stop bothering whether anyone considers the disclosure of unreported vulnerabilities unethical. Additionally a few of the reported bugs have been known for years among the PHP developers and will most probably never be fixed. In total we have more than 31 bugs to disclose, and therefore there will be days when more than one vulnerability will be disclosed. The Month of PHP bugs will take place in March 2007.""
Businesses

Submission + - Pre-Installed Linux tops Dell customer requests

dhart writes: "Within only a few days of opening a new customer feedback website, Dell has discovered the feature most requested (by a wide margin!) as an option on all new Dell PCs: Pre-installed Linux. I believe they'll have a harder time now with the tired old mantra "there's no customer demand for Linux"."
Programming

Ruby Implementation Shootout 112

An anonymous reader writes "Ruby has an ever growing number of alternative implementations, and many of these attempt to improve the suboptimal performance of the current mainstream interpreter. Antonio Cangiano has an interesting article in which he benchmarks a few of the most popular Ruby implementations, including Yarv (the heart of Ruby 2.0), JRuby, Ruby.NET, Rubinius and Cardinal (Ruby on Parrot). Numerical evidence is provided rather than shear opinions. The tests show that Yarv is the fastest implementation and that it offers a promising future when it comes to the speed of the next Ruby version."

Slashdot Top Deals

"Anyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin." -- John Von Neumann

Working...