Domain: newstechnica.com
Stories and comments across the archive that link to newstechnica.com.
Stories · 8
-
Internet Brands Sues People For Forking Under CC BY-SA
David Gerard writes "Internet Brands bought Wikitravel.org in 2006, plastered it with ads and neglected it. After years, the Wikitravel community finally decided to fork under CC by-sa and move to Wikimedia. Internet Brands is now suing two of the unpaid volunteers for wanting to leave. The Wikimedia Foundation is seeking a declaratory judgement (PDF) that you can actually fork a free-content project without permission. Internet Brands has a track record of scorched-earth litigation tactics." -
Stuxnet/Flame/Duqu Uses GPL Code
David Gerard writes "It seems the authors of Stuxnet/Duqu/Flame used the LZO library, which is straight-up GPL. And so, someone has asked the U.S. government to release the code under the GPL. (Other code uses various permissive licenses. As works of the U.S. federal government, the rest is of course public domain.) Perhaps the author could enlist the SFLC to send a copyright notice to the U.S. government..." -
Schmidt: G+ 'Identity Service,' Not Social Network
David Gerard writes "Eric Schmidt has revealed that Google+ is an identity service, and the 'social network' bit is just bait. Schmidt says 'G+ is completely optional,' not mentioning that Google has admitted that deleting a G+ account will seriously downgrade your other Google services. As others have noted, Somewhere, there are two kids in a garage building a company whose motto will be 'Don't be Google.'" -
UN: UK Digital Economy Act Is Human Rights Violation
David Gerard writes "The Open Rights Group reports that tomorrow, the United Nations Human Rights Commission will issue a report condemning the UK Digital Economy Act as a human rights violation. It 'names the UK as violating Article 19 by allowing disconnection of Internet users in the Digital Economy Act.'" -
Wine 1.2 Released
David Gerard writes "Stuck with that one Windows app you can't get rid of? Rejoice — Wine 1.2 is officially released! Apart from running pretty much any Windows application on Unix better than 1.0 (from 2008), major new features include 64-bit support, bi-directional text, and translation into thirty languages. And, of course, DirectX 9 is well-supported and DirectX 10 is getting better. Packages should hit the distros over the weekend, or you can get the source now." -
Murdoch's UK Paywall a Miserable Failure
David Gerard writes "As part of his war against free, Rupert Murdoch put the Times and Sunday Times of London behind a paywall. Michael Wolff of Newser asks how that's working out for him. You can guess: miserable failure: 'Not only is nobody subscribing to the website, but subscribers to the paper itself — who have free access to the site — are not going beyond the registration page. It's an empty world.' Not that this wasn't entirely predictable." Update: 07/17 01:41 GMT by T : Frequent contributor Peter Wayner writes skeptically that the Newsday numbers should be looked at with a grain of salt: "I believe they were charging $30/month for the electronic edition and $25/month for the dead tree edition which also offered free access to the electronic edition. In essence, you had to pay an extra $5 to avoid getting your lawn littered with paper. The dead tree edition gets much better ad rates and so it is worth pushing. It's a mistake to see the raw numbers and assume that the paywall failed." -
Nvidia Drops Support For Its Open Source Driver
An anonymous reader writes "While Nvidia is not open-source friendly (despite public outcries over the years), they have traditionally supported the xf86-video-nv driver to provide basic mode setting support and other basic functionality. However, with the 'Fermi' and future products, even that open source support will cease to exist. Nvidia has announced they are dropping this open source support for future GPUs and really ending it altogether. Nvidia's recommendation is to just use the generic X.Org VESA driver to navigate their way to nvidia.com so that they can install the proprietary driver. Fortunately there is the Nouveau project that provides a 2D and 3D video driver for Nvidia's hardware, but Nvidia fails to acknowledge it nor support their efforts in any form." David Gerard points out that Nouveau is going into Linux 2.6.33. -
Why Programmers Need To Learn Statistics
David Gerard writes "Zed Shaw writes an impassioned plea to programmers: Programmers Need To Learn Statistics Or I Will Kill Them All. Quoting: 'I go insane when I hear programmers talking about statistics like they know s*** when it's clearly obvious they do not. I've been studying it for years and years and still don't think I know anything. ... I have taken a bunch of math classes, studied statistics in grad school, learned the R language, and read tons of books on the subject. Despite all of this I'm not at all confident in my understanding of such a vast topic. What I can do is apply the techniques to common problems I encounter at work. My favorite problem to attack with the statistics wolverine is performance measurement and tuning. All of this leads to a curse since none of my colleagues have any clue about what they don't understand. I'll propose a measurement technique and they'll scoff at it. I try to show them how to properly graph a run chart and they're indignant. I question their metrics and they try to back it up with lame attempts at statistical reasoning. I really can't blame them since they were probably told in college that logic and reason are superior to evidence and observation.'"