Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
Programming

The Rise of Git 442

snydeq writes "InfoWorld takes a look at the rise of Git, the use of which has increased sixfold in the past three years. Buoyed in large part by interest among the Ruby community and younger developers, Git has been gaining share for open source development largely because of its distributed architecture, analysts note. And the version control system stands to gain further traction on Subversion in the years ahead, as Eclipse is making Git its preferred version control system, a move inspired by developers and members."
Firefox

Submission + - First Look: Firefox 4 Beta 1 Shines on HTML5 (infoworld.com)

snydeq writes: "InfoWorld's Peter Wayner takes a first look at Firefox 4 Beta 1 and sees several noteworthy HTML5 integrations that bring Firefox 4 'that much closer to taking over everything on the desktop.' Beyond the Chrome-like UI, Firefox 4 adds several new features that 'open up new opportunities for AJAX and JavaScript programmers to add more razzle-dazzle and catch up with Adobe Flash, Adobe AIR, Microsoft Silverlight, and other plug-ins,' Wayner writes. 'Firefox 4 also adds an implementation of the Websockets API, a tool for enabling the browser and the server to pass data back and forth as needed, making it unnecessary for the browser to keep asking the server if there's anything new to report.'"

Comment Re:Boy oh boy! (Score 1) 414

While I'm certainly skeptical of the data on that site and in fact many statistics websites, but I'd imagine they are getting their statistics by looking at web traffic, rather than actually doing real research. Note they mention browsing. Why do you think that is?
Windows

Submission + - Peru to be first with new OLPC laptop with Windows (computerworld.com.au)

Da Massive writes: The government of Peru will run the first ever trial of the One Laptop Per Child (OLPC) association's low-cost XO laptop running on Microsoft's Windows XP operating system, putting the nation at the heart of a software controversy. The little green laptop, which OLPC is trying to reduce to just US$100 per device, will be given out to school children throughout Peru for use over the next nine months as part of the trial. Currently, the XO costs around US$200 each to build. The program puts Peru at the heart of a software controversy that has been raging for years between those who advocate making software and its source code free, such as Linux OS developers, and those who charge for software and keep the development recipes secret, such as Microsoft.
The Courts

Submission + - Bill to Add Accountability to Border Laptop Search (arstechnica.com)

I Don't Believe in Imaginary Property writes: "Rep. Loretta Sanchez (D-CA) has introduced a bill that would add accountability to the DHS searches conducted upon the laptops of those crossing the border. Specifically, it would require the issue of receipts to those who had their property confiscated so that it could later be returned, would limit how long the DHS can keep laptops, would require them to keep the laptop's information secure, and would create a way to complain about abuse. Finally, the DHS would be required to keep track of how many searches were done and report the details to Congress. Rep. Sanchez also has also issued a statement about the proposed bill."
Power

Submission + - Compressor-Free Refrigerator on the Way (thefutureofthings.com)

Iddo Genuth writes: "Scientists from Penn State University have designed the future of refrigerators and other cooling devices through magnetic field refrigeration. The investigation pertaining to electrically induced heat effects of some ferroelectric polymers might remove electrically powered refrigerators and their compressors and coils. The researchers are focusing on ferroelectric polymers that exhibit temperature changes at room temperature under an electrical field. The same technology might also find its way into computers and other devices in the future making them run cooler without complex mechanisms."
Google

Submission + - Google Summer of Code 2008 is Announced (blogspot.com)

morrison writes: "The 2008 Google Summer of Code(TM) is on! As previously covered before and now in its fourth year running, Google announces that they will once again be hosting a program that gives computer science students a $4500 stipend to work on open source software projects. Last year, Google funded over 900 students' projects in more than 90 countries. As noted in the program FAQ, this year they hope to do even more. The #gsoc IRC channel on Freenode is already buzzing with activity."
Privacy

Submission + - EFF Releases Software to Spot Net NonNeutrality (eff.org)

DanielBoz writes: In the wake of the detection and reporting of Comcast Corporation's controversial interference with Internet traffic, the Electronic Frontier Foundation (EFF) has published a comprehensive account of Comcast's packet-forging activities and has released software and documentation instructing Internet users on how to test for packet forgery or other forms of interference by their own ISPs.
Music

Submission + - EMI may cut funding to IFPI, RIAA (arstechnica.com) 1

Teen Bainwolf writes: Big Four record label EMI is reportedly considering a big cut in its funding for the IFPI and RIAA. Each of the labels reportedly contributed over $130 million per year to fund industry trade groups, and EMI apparently believes that money could be better spent elsewhere. 'One of the chief activities of the RIAA is coordinating the Big Four labels' legal campaign, and those thousands of lawsuits have done nothing but generate ill will from record fans, while costing the labels millions of dollars and doing little (if anything) to actually reduce the amount of file-sharing going on. In fact, the RIAA freely admits that the legal campaign is a real money pit, and EMI's new ownership may be very leery of continuing to pour money down that particular rat hole.
Software

Submission + - OpenDocument Foundation closes down

Munchkinguy writes: "First, they dropped support for their namesake OpenDocument Format and switching to W3C "Compund Document Format". Then, W3C's Chris Lilley says that CDF is "was not created to be, and isn't suitable for use as, an office format". Now, the Foundation has mysteriously shut down, leaving the following message:

The OpenDocument Foundation, Inc. is closed. We sincerely wish our friends and associates in the OpenDocument Community all the best and much success going forward. Good-bye and good luck.
"

Comment Re:Why.. (Score 5, Informative) 335

Well, I just searched the source of Pidgin (because it is open source) and found it does indeed access /etc/passwd through getpwuid(getuid()) for use in Bonjour, Silc, and Zephyr protocols. There is no direct access to /etc/passwd and no use of getpwuid without using the current users uid through getuid. Skype may be doing the same thing, but there is really no way to know, is there?

Slashdot Top Deals

Congratulations! You are the one-millionth user to log into our system. If there's anything special we can do for you, anything at all, don't hesitate to ask!

Working...