×
Microsoft

Microsoft Apologizes For Inserting Naughty Phrase Into Linux Kernel 897

netbuzz writes "Microsoft has apologized and promised to rectify the fact that one of its developers slipped a sexist phrase into Linux kernel code supporting Microsoft's HyperV virtualization environment. In that code, the magic constant passed through to the hypervisor reads '0xB16B00B5,' or a slightly camouflaged 'BIG BOOBS.' After Linux developer/blogger Matthew Garrett criticized Microsoft for the stunt, the predictable debate over sexism in the technology world ensued. Microsoft issued a statement to Network World apologizing and added, 'We have submitted a patch to fix this issue and the change will be published in a future release of the kernel.'"
Programming

JavaScript For the Rest of Us 285

First time accepted submitter my2iu writes "The JavaScript programming language is both widely available and very powerful. Unfortunately, since only 6% of the world's population are native English speakers, the other 94% of the world are forced to learn English before they can start using JavaScript. Babylscript is an open source project that aims to translate JavaScript to all the world's languages, including French, Spanish, Chinese, and Arabic. The project has recently completed its 12th translation, enough so that the native languages of over 50% of the world's population are now supported!"
Cloud

Microsoft Introduces 'Napa' Toolset For Cloud App Model 33

Nerval's Lobster writes "In keeping with Microsoft's 'all-in' strategy with regard to the cloud, Office 2013 incorporates a good deal of cloud functionality: SkyDrive is now the default storage selection for documents, for example, and users' work is synced between devices connected to the Web. In conjunction with that, Microsoft is now offering a 'Cloud App Model' that incorporates Web standards, meant for developers interested in building apps that bring functionality into Office and SharePoint. The toolset for building within this 'Cloud App Model' is codenamed 'Napa.' Among the potential uses: developers can build mail apps for Office, which add content and functionality to Outlook items based on activation rules, content apps for Excel, which add content and functionality to Excel documents, and task pane apps for Office, which add functionality to Excel and Word documents in a task pane adjacent to the document."
Government

NSA Mimics Google, Angers Senate 193

An anonymous reader writes "In a bizarre turn of events, the Senate would prefer that the DoD use software not written by the government for the government. Quoting: 'Like Google, the agency needed a way of storing and retrieving massive amounts of data across an army of servers, but it also needed extra tools for protecting all that data from prying eyes. They added 'cell level' software controls that could separate various classifications of data, ensuring that each user could only access the information they were authorized to access. It was a key part of the NSA’s effort to improve the security of its own networks. But the NSA also saw the database as something that could improve security across the federal government — and beyond. Last September, the agency open sourced its Google mimic, releasing the code as the Accumulo project. It's a common open source story — except that the Senate Armed Services Committee wants to put the brakes on the project. In a bill recently introduced on Capitol Hill, the committee questions whether Accumulo runs afoul of a government policy that prevents federal agencies from building their own software when they have access to commercial alternatives. The bill could ban the Department of Defense from using the NSA's database — and it could force the NSA to meld the project's security tools with other open source projects that mimic Google's BigTable.'"
IOS

Apple Releases iOS 6 Beta 3 For Developers 145

hypnosec writes "Developers of iOS apps have been blessed with another update to iOS 6 around 21 days after an update of the iOS 5 successor was doled out and it contains quite a few new features. The 3rd update, dubbed iOS 6 Beta 3, can now be applied to the existing iOS on iPhone, iPad and iPod Touch and full downloads are available from Apple's developer portal. MacRumours notes that this update doesn't come with any change list and developers seeing the over the air update get the message that iOS 6 Beta 3 contains some 'bug fixes and improvement.' The latest build contains new options under the Settings application for Apple's latest Maps software. The beta allows developers to customize certain aspects like the volume of turn-by-turn navigation, and whether to measure distances in miles or kilometers, notes Apple Insider."
Upgrades

Torvalds Bemoans Size of RC7 For Linux Kernel 3.5 158

alphadogg writes "A host of small modifications and a large number of system-on-a-chip and PowerPC fixes inflated the size of release candidate No. 7 for Version 3.5 of the Linux kernel, according to curator Linus Torvalds' RC7 announcement, made on Saturday. Torvalds wasn't happy with the extensive changes, most of which he said he received Friday and Saturday, saying 'not cool, guys' in the announcement. However, the occasionally combustible kernel curator didn't appear to view this as a major setback. 'Now, admittedly, most of this is pretty small. The loadavg calculation fix patch is pretty big, but quite a lot of that is added comments,' he wrote, referring to the subroutine that measures system workload."
Programming

SQL Vs. NoSQL: Which Is Better? 306

Nerval's Lobster writes "For the past 40-some years, relational databases have ruled the data world. Relational models first appeared in the early 1970s thanks to the research of computer science pioneers such as E.F. Codd. Early versions of SQL-like languages were also developed in the early 70s, with modern SQL appearing in the late 1970s, and becoming popular by the mid-1980s. For the past couple of years, the Internets have been filled with heated arguments regarding SQL vs NoSQL. But is the fight even legitimate? NoSQL databases have grown up a bit (and some, such as Google's BigTable, are now mature) and prove themselves worthy. And yet the fight continues. Tech writer (and programmer) Jeff Cogswell examines both sides from a programming perspective."
Programming

New Analyst Report Calls Agile a Scam, Says It's An Easy Out For Lazy Devs 491

msmoriarty writes "We recently got a copy of a new Voke analyst report on Agile, and the firm basically blasts the movement from top to bottom. Some highlights: 'The Agile movement is designed to sell services. ... Out of over 200 survey participants, we received only four detailed comments describing success with Agile.' 'Survey participants report that developers use the guise of Agile to avoid planning and to avoid creating documentation required for future maintenance. ... Be aware that the Agile movement might very well just be either a developer rebellion against unwanted tasks and schedules or just an opportunity to sell Agile services including certification and training.' So did the analysts just talk to the wrong 200 people?"
Internet Explorer

jQuery 2.0 Will Drop Support For IE 6, 7, 8 250

benfrog writes "The developers of jQuery recently announced in a blog entry that jQuery 2.0 will drop support for legacy versions of Internet Explorer. The release will come in parallel with version 1.9, however, which will include support for older versions of IE. The versions will offer full API compatibility, but 2.0 will 'benefit from a faster implementation that doesn't have to rely on legacy compatibility hacks.'"
The Internet

Varnish Author Suggests SPDY Should Be Viewed As a Prototype 136

An anonymous reader writes "The author of Varnish, Poul-Henning Kamp, has written an interesting critique of SPDY and the other draft protocols trying to become HTTP 2.0. He suggests none of the candidates make the cut. Quoting: 'Overall, I find the design approach taken in SPDY deeply flawed. For instance identifying the standardized HTTP headers, by a 4-byte length and textual name, and then applying a deflate compressor to save bandwidth is totally at odds with the job of HTTP routers which need to quickly extract the Host: header in order to route the traffic, preferably without committing extensive resources to each request. ... It is still unclear for me if or how SPDY can be used on TCP port 80 or if it will need a WKS allocation of its own, which would open a ton of issues with firewalling, filtering and proxying during deployment. (This is one of the things which makes it hard to avoid the feeling that SPDY really wants to do away with all the "middle-men") With my security-analyst hat on, I see a lot of DoS potential in the SPDY protocol, many ways in which the client can make the server expend resources, and foresee a lot of complexity in implementing the server side to mitigate and deflect malicious traffic.'"
Bug

Ask Slashdot: How Do You Track Bugs For Personal Software Projects? 221

An anonymous reader writes "One of my personal software projects grows bigger than I thought and the bugs becomes too many to just remember. I looked around for an open source bugs tracking system but found no ideal solutions. Ideally I wanted a simple system that does not need server setup and extra database setup, and can run under Mac OS X. Another option is a cloud service if it's affordable enough. Any suggestions from Slashdot?"
Mozilla

Firefox 15 Coming With Souped-Up, Faster Debugger 125

StormDriver writes "Firefox 15 has hit the Mozilla pre-beta Aurora channel, and it features a redesigned, built-in debugger." The original weblog post has more. Thanks to improved debugger internals in SpiderMonkey, supposedly code should run just as fast with debugging enabled as without (ever try loading Slashdot with firebug accidentally enabled?). There are also new tools for testing mobile layouts from the comfort of your workstation, and the debugger can attach to remote processes (Something Emacs users have enjoyed for years now, albeit in a hackish manner and without support for mobile Firefox).
Programming

Objective-C Overtakes C++, But C Is Number One 594

mikejuk writes "Although the TIOBE Index has its shortcomings, the finding that Objective-C has overtaken C++ is reiterated in the open source Transparent Language Popularity Index. The reason is, of course, that Objective-C is the language you have to use to create iOS applications — and as iPads and iPhones have risen in popularity, so has Objective-C. If you look at the raw charts then you can see that C++ has been in decline since about 2005 and Objective-C has shot up to overtake it with amazing growth. But the two charts are on different scales: if you plot both on the same chart, you can see that rather than rocketing up, Objective-C has just crawled its way past, and it is as much to do with the decline of C++. It simply hasn't reached the popularity of C++ in its heyday before 2005. However the real story is that C, a raw machine independent assembler-like language, with no pretense to be object oriented or sophisticated, has beaten all three of the object oriented heavy weights — Java, C++ and Objective C. Yes C is number one (and a close second in the transparent index)."
Databases

Ask Slashdot: Documenting a Tangle of Network Devices? 165

LoudMusic writes "One of the many tasks of a network administrator is documenting the network so that other members of the administration and support teams can find devices on the network. Currently my organization uses Excel spreadsheets to handle this, and it's invariably error ridden. We also save a new file with the date in the name each time an update is made. I'd like to move this to a more intelligent database system, but the driving force for keeping it in spreadsheets is the ability to take the document offline, edit it, then upload this new revision to the file server when we have a connection again. Our clients often don't have reliable internet connections, especially when we're tearing their network apart and rebuilding it. The information we're currently documenting about an individual device are: device name, device model, description, IP address, MAC address, physical location, uplink switch & port, and VLAN. What tools exist that would allow us to have multiple users make updates both online and offline simultaneously, and synchronize changes into both the online and offline copies?"
The Almighty Buck

IT Salaries and Hiring Are Up — But Just To 2008 Levels 198

tsamsoniw writes "A mid-year salary survey has a mix of good and bad news for IT professionals: The good news, hiring is slowly increasing as companies bring more IT operations back in house and salaries are creeping up a bit. But compensation (including benefits) are just now reaching 2008 levels — and hiring will remain soft, at least until the presidential election is over."
Education

School's In For Summer At Udacity 105

theodp writes "Forget about his self-driving cars. CNN reports that Sebastian Thrun's Udacity — where you and 159,999 fellow classmates can take a free, Stanford-caliber online course together at the same time — just might be the future of higher education. Interestingly, of all the students taking Thrun's AI class globally and at Stanford, the top 410 students were online; the 411th top performer was a Stanford student. 'We just found over 400 people in the world who outperformed the top Stanford student,' Thrun said."
Android

After Android Trial, Google Demands $4M From Oracle 119

MikeatWired writes "Google is seeking $4 million from Oracle to cover the costs it incurred during this spring's epic legal battle over the Android mobile operating system, reports Caleb Garling. In a brief filed in federal court on Thursday night, Google lead counsel Robert Van Nest argued that Oracle is required to pay his company's legal costs because judge and jury ruled in favor of Google on almost every issue during the six-week trial. 'Google prevailed on a substantial part of the litigation,' read Google's brief. '[Oracle] recovered none of the relief it sought in this litigation. Accordingly, Google is the prevailing party and is entitled to recover costs.' Google has not publicly revealed an itemized list of its expenses, but the total bill included $2.9 million spent copying and organizing documents. According to the brief, the company juggled a mind-boggled 97 million documents during the case."
Firefox

Mozilla Downshifting Development of Thunderbird E-Mail Client 378

An anonymous reader writes "Mozilla will be announcing next week that they will effectively be taking away resources from Thunderbird's development. Mozilla believes it's better for the developers behind the open-source e-mail client to work on other projects, i.e. Firefox OS. They claim they will not be outright stopping Thunderbird." You can also read the letter at pastebin.
Python

Is Python a Legitimate Data Analysis Tool? 67

Back in May we discussed using Python, R, and Octave as data analysis tools, and compared the relative strength of each. One point of contention was whether Python could be considered a legitimate tool for such work. Now, Bei Lu writes while Python on its own may be lacking, Python with packages is very much up to the task: "My passion with Python started with its natural language processing capability when paired with the Natural Language Toolkit (NLTK). Considering the growing need for text mining to extract content themes and reader sentiments (just to name a few functions), I believe Python+packages will serve as more mainstream analytical tools beyond the academic arena." She also discusses an emerging set of solutions for R which let it better handle big data.
Businesses

Dreaming of Digital Glory At Hacker Hostels 71

An anonymous reader writes "The NY Times has a story about a small chain of managed residences that has sprung up in the Bay Area to provide a cheap place where programmers, designers, and scientists can live and work. These 'hacker hostels' are a place for aspiring entrepreneurs to gather, share, and refine ideas. 'Hackers ... have long crammed into odd or tiny spaces and worked together to solve problems. In the 1960s, researchers at the Stanford Artificial Intelligence Laboratory slept in the attic and, while waiting for their turn on the shared mainframe computer, sweated in the basement sauna. When told about the hacker hostels, Ethan Mollick, an assistant professor at the Wharton School of the University of Pennsylvania who studies entrepreneurship, said they reminded him of his days in the last decade studying at M.I.T., where graduate students would have bunk beds inside their small offices.'"

Slashdot Top Deals