Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Lua? (Score 2) 425

I just lost everything I was writing because Slashdot discarded my post when changing to plain text. I'm not going to hunt down references again. Google yourself.

Here's the rundown:

[I'm talking about the difficult in embedding Python in an application (extending the application. This is the usual domain of a scripting language.]

1) Python is huge. It is improper for small devices like FPGAs. Python weighs in at multiple megabytes.
2) Python is very difficult to sandbox.
3) It is difficult to have multiple independent Python instances running concurrently (GIL).
4) It is difficult to have multiple contexts. Python lacks proper coroutines.
5) Python is built with the extend rather than embed mindset e.g. [1].
6) Python is whitespace sensitive. It is unnecessarily difficult to write small embedded scripts or macros for your application (see WoW).
7) Python libraries make it difficult to embed in e.g. an ANSI C only environment.

[1] http://www.twistedmatrix.com/users/glyph/rant/extendit.html

Comment ZFS ZIL (Score 1) 222

This would be really nice for ZFS ZILs I think. You only need a ZIL twice the size of your RAM *at most*. Put a 2 of these on my motherboard for that please :). (Buying a whole SSD is way too expensive just for a ZIL : /)
Businesses

Comcast Awarded the Golden Poo Award 286

ISoldat53 writes "The Consumerist has awarded Comcast the Golden Poo award for the worst company in America. From the article: 'After four rounds of bloody battle against some of the most publicly reviled businesses in America, Comcast can now run up the steps of the Philadelphia Museum of Art and hold its hands high in victory — it has bested everyone else to earn the title of Worst Company In America for 2010.'"
Security

Submission + - Help Nmap by filling out the SecTools.org survey! (nmap.org)

An anonymous reader writes: Help Nmap and the security world in general by filling out the 2010 SecTools.org survey! Results from this survey help the security community discover new tools, improve old ones, and gives everyone a chance to have their say. Besides being a great venue to learn about lesser known tools, this survey has lead to many of the advanced Nmap features including the Nmap Scripting Engine (which currently has well over 100 user-contributed scripts), Ndiff for comparing scans, the Zenmap interface, and, my personal favourite, despite a lack of votes, a script to check the availability of California vanity plates. With the Summer of Code projects coming up fast, this is your chance to shape Nmap's future!
Security

Submission + - Detecting critical Apple vulnerability with Nmap (cqure.net) 1

iago-vL writes: Patrik Karlsson, an Nmap developer, released a script today to detect a vulnerability in the Apple Filing Protocol (afp), CVS-2010-0533. This vulnerability is trivial to exploit and allows users to view files outside of public shares. He describes this vulnerability, which he discovered inadvertently while working on the Nmap Scripting Engine (NSE), as "strikingly similar to the famous Windows SMB filesharing vulnerability from 1995." Instructions on how to detect vulnerable systems using Nmap can be found in the post linked above.

Slashdot Top Deals

"Here's something to think about: How come you never see a headline like `Psychic Wins Lottery.'" -- Comedian Jay Leno

Working...