Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Get a Nokia E Series (Score 2, Informative) 289

If you can, get a Nokia E72 unlocked. If you can't get the E72, get any E series Nokia phone (I have E71).

Reason for recommendation:

* WiFi roaming is painless

* 1500mAh battery: WiFi *drains* battery. You absolutely need the phone with largest battery pack or you're looking at charging it twice a day. A large screen android/iPhone is fun for a week till you get tired of looking at battery bars. Nokia will last whole 3 days on GSM and will get you through the day on WiFi.

* Integrated SIP with same dialing/receiving experience as a GSM call

* VoIP apps: Pretty much every VoIP app is available including Fring, Talkonaut and Skype apart from integrated SIP

* Excellent sound quality

Cons:

* Small screen by today's standards (you get battery life in return)
* Abysmal inbuilt browser (you can have Opera Mobile and Opera Mini instead)
* It's not hip in US (however, if you want nerd points it'll score many - run wordpress on your phone with downloadable port of Apache2, MySQL4 and PHP5 - no kidding)
* Custom development is painful, but you get everything and the kitchen sink to write apps for the device (Python, Java, C++, ......)
* No touchscreen

Comment Strained by just 80K messages ? (Score 1) 181

A single low-end jury-rigged SMSC is well capable of over 5K TPS. 80K messages won't even break sweat on any telco's network.

That said, it's a pretty useless medium of communicating any significant amount of data. GPRS or even WAP are much more efficient and capable of dialup speeds. And hey, developing worlds have much better telecom networks than these kind of "for developing worlds" stories give credit for. At least in India, SMS is essentially free (costing less than $0.0001 (yes not a typo!) per SMS in volumes of a thousand.

Comment Scale of Indian elections and EVMs (Score 5, Informative) 179

Folks,

It is important to put the size of elections in India in perspective and how they operate to understand any meaningful amount of fraud or corruption possible.

The EVMs in question are extremely simple. They only have a breakout panel with 32 buttons (expandable upto 64 buttons with an addon breakout button panel). The machine only ever knows the number of enabled buttons. The names and party symbols are affixed as paper "stickers" on the buttons.

---------------------
[B] S First Last Name
---------------------
[B] S First Last Name
------...

The order and placement of stickers on the buttons changes from constituency to constituency. The machines are sealed/unsealed in presence of at least 3 officials, though in practice, it's no less than a dozen or more, as it's a public affair and often media is present.

Some numbers (courtesy http://www.indian-elections.com/facts-figures.html):
Number of EVMs used: 1.023 million
Max candidates per EVM: 64
Max candidates in election from one constituency: 35
Total number of candidates: 5398 (India is a multi-party democracy)
Number of parties: 220
Number of registered voters: 675 million

Cost of '09 elections: Approx $2 billion

Any 'fraud' analysis needs to take the process and numbers into account. EVMs in India solve a LOT of problems with regard to elections and drastically cut down on time, effort and cost involved. There are a number of places where several miles of journey on the back of mule is needed to reach the polling booths. It's much easier to conduct an electronic poll there rather than carrying several large ballot boxes that could be snatched.

Comment Doesn't compute (Score 0, Redundant) 248

So 1.6M processors with 1.6TB RAM means just 1 MB RAM(1.6e+12/1.6e+6) per processor. That sounds bogus!

Also roughly 12 GFLOPS of processing power per processor. WTF kind of cluster/super computer architecture is that ?? Sounds more like 1.6M Cell "stream" processors or something like that, definitely not something made from AMD/Intel parts. Of course, assuming numbers reported are correct.

Comment If you really want an alternative... (Score 2, Informative) 409

1. I hope you understand what you gain and lose by switching.

2. I have had to endure the pain of selecting from a few LDAP servers few months back. Just go and download Sun Directory Server Enterprise Edition 6.3 (DSEE). Buy a support contract of whatever level you need. Set it up (takes minutes, the docs are EXCELLENT!) and after that forget it even exists. This baby just works!

The Courts

RIAA Backs Down In Austin, Texas 230

NewYorkCountryLawyer writes "In November, 2004, several judges in the federal court in Austin, Texas, got together and ordered the RIAA to cease and desist from its practice of joining multiple 'John Does' in a single case. The RIAA blithely ignored the order, and continued the illegal practice for the next four years, but steering clear of Austin. In 2008, however, circumstances conspired to force the record companies back to that venue. In Arista v. Does 1-22, in Providence, Rhode Island, they were hoping to get the student identities from Rhode Island College. After the first round, however, they learned that the College was not the ISP; rather, the ISP was an Austin-based company, Apogee Telecom Inc., meaning the RIAA would have to serve its subpoena in Austin. The RIAA did just that, but Apogee — unlike so many other ISP's — did not turn over its subscribers' identities in response to the subpoena, instead filing objections. This meant the RIAA would have to go to court, to try to get the Court to overrule Apogee's objections. Instead, it opted to withdraw the subpoena and drop its case."
Data Storage

Long-Term Personal Data Storage? 669

BeanBagKing writes "Yesterday I set out in search of a way to store my documents, videos, and pictures for a long time without worrying about them. This is stuff that I may not care about for years, I don't care where it is, or if it's immediately available, so long as when I do decide to get it, it's there. What did I come up with? Nothing. Hard Drives can fail or degrade. CD's and DVD's I've read have the same problem over long periods of time. I'd rather not pay yearly rent on a server or backup/storage solution. I could start my own server, but that goes back to the issue of hard drives failing, not to mention cost. Tape backups aren't common for personal backups, making far-future retrieval possibly difficult, not to mention the low storage capacity of tape drives. I've thought about buying a bunch of 4GB thumb drives; I've had some of those for years and even sent a few through washers and driers and had the data survive. Do you have any suggestions? My requirements are simple: It must be stable, lasting for decades if possible, and must be as inexpensive as possible. I'm not looking to start my own national archive; I have less than 500GBs and only save things important to me."

Comment Re:When does the important stuff arrive? (Score 1) 87

And yes: I'm well aware that the ZFS crowd is probably going to get back to "if you need a solid backup you should buy good software" or (IMO even worse:) "whats stopping you from using tar". Thats really missing the whole point here... An enterprise based filesystem, open sourced and all, and it can't even do something as simple which ext2, ext3, xfs and yes; even UFS could do for YEARS?

Pray tell me how does "ext2, ext3, xfs and even UFS" do backups ? Do they have backup and restore integrated and if yes where was it hidden for all the decade I've been looking for one ?

Repeat: Backup/Restore is NOT responsibility of the filesystem! You need something like Amanda, which works fine on ZFS/OpenSolaris.

I think what you really are talking about is a ZFS "aware" backup/restore tool that understands what snapshots and clones are, and doesn't copy things over and over again just because it stumbled on a clone or snapshot.

Still it is the job of backup tool providers, not the FS developers.

Comment Where is the payback ? (Score 0, Troll) 91

So a lot of fine people give a lot of their very valuable time to get Fedora going - for FREE!, so that RedHat doesn't have to spend a pretty penny hiring people to do that.

So far so good!

But then RH has got RHEL, which they won't as much let anybody use for free or make available as free download... Where is the download link for RHEL, Max ? The same RHEL that benefits from community contributions. Instead community is left to only use Fedora!

And no, don't say CentOS! That's somebody else's effort developed with their time & money! Something that they won't have to do if RH had provided free download of RHEL!

Again, Where is the download link of RHEL ?

Comment Re:Wow. OpenSolaris is a rough ride. (Score 1) 223

I don't have any real desire to use solaris on any of my desktop machines until/if it supports full root ZFS on raw disk (not on parts/slices as it is currently implemented)

I can only answer this part.

It is done this way because otherwise you won't be able to boot from the disk "fully" owned by ZFS. Disks fully owned by ZFS have EFI label. They do not have partition table and are fully managed as a block device by ZFS.

The BIOS and most boot loaders do not understand this scheme. They needs an MBR & partition table to be able to boot from a disk. Thus ZFS is installed into a conventional partition on a disk intended to be used as a boot disk (think /dev/hda1).

Of course, if you do not intend to boot from a disk using conventional BIOS and boot loaders (GRUB/LILO), the recommended way is to give it as whole to ZFS (think whole /dev/hda).

Comment Re:Count me (Score 5, Interesting) 223

Uh is it a new SCO meme ? Are you done with enough of FUD already ?

Solaris (and previously SunOS) were Sun's implementation of UNIX. Right, just like Linux and FreeBSD. As such Sun owns the copyright to it. Sun got it UNIX 'certified'. Thats right, just like OSX, Tru64, HPUX and AIX. There is no UNIX. It is a trademark of the Open Group, and they certify various implementations of it. Ever heard of SUS ? SYS V ?

Now onto SCO fiasco. Sun licensed some x86 drivers from SCO for Solaris 8 (yeah that old... Its like 10 years now). SCO's SCO UNIX was x86 based. Those drivers have long since disappeared! They dont even matter!

Whats all this infighting among Open Source group ? What is that makes some fanbois do thing and spread FUD that is most anti-Open Source ?

Guess some people just can never live happily with others!

Comment Re:Fascinating photos (Score 4, Informative) 111

The size of the craft, at over 1300 kg, is a big honking'* thing.

Yes!, it is, and for a reason. It's carrying the largest number of payloads ever carried by a lunar mission - 11.

5 (TMC, HySI, LLRI, HEX, MIP) - ISRO
2 (C1XS, SARA) - ESA + ISRO
1 (SIR-2) - Max Planck, Germany
1 (RADOM) - Bulgarian Academy of Sciences
1 (Mini-SAR) - NASA
1 (M3) - Brown University & JPL

More info here on ISRO page.
So it's kinda an international mission :-)

Programming

Programmer's File Editor With Change Tracking? 286

passionfingers writes "My business users regularly have to tweak large (>32MB text) data files manually. Overlords charged with verifying the aforementioned changes have requested that the little people be provided with a new file editor that will track changes made to a file (as a word processor does). I have scouted around online for such an animal, but to no avail — even commercial offerings like UltraEdit32 don't offer such a feature. Likewise on the OSS side of the fence, where I expected a Notepad++ plugin or the like, it appears that the requirements to a) open a file containing a large volume of text data and b) track changes to the data, are mutually exclusive. Does anyone in the Slashdot community already have such a beast in their menagerie? Perhaps there is there a commercial offering I've missed, or could someone possibly point me to their favorite (stable) OSS project that might measure up?"

Slashdot Top Deals

HEAD CRASH!! FILES LOST!! Details at 11.

Working...