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

 



Forgot your password?
typodupeerror

Comment Re:Big Repurcussions (Score 1) 230

I think that your restaurant example here is flawed, though. For one, the restaurant industry won't just "break" as you say; it will simply need to adjust. Primarily, rather than convenience of sit-down restaurants in close proximity to office/industrial areas, they will need to move to being more convenient and proximal to residential areas: either by physically moving their locations or by integrating more with delivery services like DoorDash and GrubHub and others.

Submission + - Dropbox is dropping Linux after 11 years (dropboxforum.com)

rokahasch writes: Starting today, 10th of August, most users of the Dropbox desktop app on Linux have been receiving notifications that their Dropbox will stop syncing starting November.

Over at the Dropbox forums, Dropbox have declared that the only Linux filesystem supported for storage of the Dropbox sync folder starting the 7th of November, will be on a clean EXT4 fs.

This basically means Dropbox drops Linux support completely, as almost all Linux distributions have other file systems as their standard installation defaults nowadays — not to mention encryption running on top of even an EXT4 file system which won't qualify as a clean EXT4 fs for Dropbox (such as ecryptfs which is the default in for example Ubuntu for encrypted home folders).

The thread is trending heavily on Dropbox' forums with the forum's most views since the thread started earlier today. The cries from a large amount of Linux users have so far remained unanswered from Dropbox, with most users finding the explanation given for this change unconvincing. The explanation given so far is that Dropbox requires a fs with support for Extended attributes/Xattrs. Extended attributes however are supported by all major Linux/Posix complaint file systems.

Dropbox have up until today supported Linux platforms since their services began back in 2007.

GNU is Not Unix

GCC Moving To Use C++ Instead of C 546

An anonymous reader writes "CodeSourcery's Mark Mitchell wrote to the GCC mailing list yesterday reporting that 'the GCC Steering Committee and the FSF have approved the use of C++ in GCC itself. Of course, there's no reason for us to use C++ features just because we can. The goal is a better compiler for users, not a C++ code base for its own sake.' Still undecided is what subset of C++ to use, as many contributors are experts in C, but novices in C++; there is a call for a volunteer to develop the C++ coding standards."
Apple

Submission + - Rent an iPad for inflight entertainment (theage.com.au)

OzPeter writes: Jetstar will be trialling the renting out of pre-loaded iPads as a form of inflight entertainment instead of the the more typical seat back video system. No word in the article on how or if they will handle wi-fi connections, but interestingly it does mention that they will be usable during takeoff and landings — something that will be sure to spark lots of discussion regarding planes and modern electronics.
Programming

For Automated Testing, Better Alternatives To DOS Batch Files? 426

An anonymous reader writes "I am working on a project that would allow our customers to test out sending different PCL commands to LAN printers. My initial thought was that a DOS batch file will allow users to select some simple options, send the tests to printers, and even generate a small web page which, when launched from the batch file, will provide email feedback on the tool. This all worked. To spice it up I added some ANSI color commands to the menus, though the implementation of that may prove tricky without resorting to .COM files or forcing the load of the ansi.sys via the command.com shortcut. And this implementation goes against my initial idea that I want the entire thing to be contained in a standalone batch file. My questions are: Is there a better option for this? Are DOS Batch files too 1990s to be taken seriously in 2010? The application needs to (1) be simple (2) be easy to update (3) be able to send PCL commands to LAN-attached printers and (4) allow email feedback. I don't know what other programming language would allow this and be as simple. I tend to think that I have found the best tool for the job but if you have another idea let me know. Call me crazy but I love DOS."
Biotech

Synthetic Genome Drives Bacterial Cell 174

Dr. Eggman writes "Physorg.com brings us news of a synthetic genome, produced by the J. Craig Venter Institute, being used in an existing bacterial cell for the first time. Using a combination of biological hosts, the technique produces short strings of DNA by machine which are then inserted into yeast to be stitched together via DNA-repair enzymes. The medium sequences are passed into E. coli and back into yeast. After three rounds, a genome of three million base pairs was produced." (More below.)
The Courts

Hollywood Nervous About Kagan's Fair Use Views 239

Of the many commentaries and analyses springing up about Obama's Supreme Court nominee, this community might be most interested in one from the Hollywood Reporter. Reader Hugh Pickens notes that Hollywood may have reason to be nervous about the nomination of Elena Kagan to be the next US Supreme Court justice. "As dean of Harvard Law School from 2003 to 2009, Kagan was instrumental in beefing up the school's Berkman Center for Internet & Society by recruiting Lawrence Lessig and others who take a strongly liberal position on fair use in copyright disputes. And Kagan got an opportunity to showcase her feelings on intellectual property when the US Supreme Court asked her, as US Solicitor General, to weigh in on the big Cablevision case. 'After Cablevision announced in 2006 that it would allow subscribers to store TV programs on the cable operator's computer servers instead of on a hard-top box, Hollywood studios went nuts, predicting that the days of licensing on-demand content would be over,' writes Gardner. Kagan's brief compared remote-storage DVRs to VCRs (PDF), brought up the Sony/Betamax case, and lightly slapped Cablevision on the wrist for not making fair use a bigger issue. 'It sounds to us like Kagan would love the Court to determine when customers have a fair-use right to copy, which should cheer those on the copy-left at the EFF, and worry many in the entertainment industry.' On the minus side, Kagan has surrounded herself with entertainment industry advocates in the Justice Department."
Government

FCC Allows Blocking of Set-Top Box Outputs 288

bth writes with this excerpt of an AP story as carried by Yahoo: "Federal regulators are endorsing Hollywood's efforts to let cable and satellite TV companies turn off output connections on the back of set-top boxes to prevent illegal copying of movies. ... In its decision Friday, the agency stressed that its waiver includes several important conditions, including limits on how long studios can use the blocking technology. The FCC said the technology cannot be used on a particular movie once it is out on DVD or Blu-ray, or after 90 days from the time it is first used on that movie, whichever comes first."
Math

MATLAB Can't Manipulate 64-Bit Integers 334

An anonymous reader writes "MATLAB, an important package of mathematical software heavily used in industry and academia, has had support for 64-bit machines for several years now. However, the MATLAB developers still haven't gotten around to implementing even basic arithmetic operations for 64-bit integers. Attempting to add, divide, subtract, or multiply two 64-bit integers will result in an error message saying that the corresponding method does not exist. As one commentator put it, 'What is the point of having numerical data types that can't be manipulated?'" The post notes that the free MATLAB clone GNU Octave deals with 64-bit integers just fine.

Slashdot Top Deals

Remember Darwin; building a better mousetrap merely results in smarter mice.

Working...