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

 



Forgot your password?
typodupeerror
×
Google

Submission + - How Steve Jobs Changed Google Plus (silicon-news.com)

Anthony_Cargile writes: Everyone thinks of Google Plus as a social networking website competing with Facebook, but that is no longer the case — even Google recognizes its failure in that regard. But in a meeting with Sergey Brin and Larry Page shortly before his death, Steve Jobs gave key advice as to what direction to take their company with regards to Google Plus, as is evidenced by their controversial new "umbrella" privacy policy that went in effect this year. Privacy advocates beware, as the problem is almost certainly worse than ever anticipated.
Linux

Submission + - Linus Torvalds publicly slams Nvidia, gives them the bird on camera. (youtube.com)

An anonymous reader writes: http://www.youtube.com/watch?v=MShbP3OpASA&hd=1 (The moneyshot itself is at ~ 49:59)

"Aalto Talk with Linus Torvalds, hosted by Aalto Center for Entrepreneurship (ACE) in Otaniemi on June 14, 2012. Linus was interviewed by Will Cardwell and followed with a Q&A session with the audience. Enjoy!"

a few mentions in the finnish media:
http://www.mtv3.fi/uutiset/it.shtml/2012/06/1567345/linus-torvalds-raivostui-jattifirmalle---painukaa-vn
http://www.iltalehti.fi/uutiset/2012061715717196_uu.shtml

Comment Re:Idiot (Score 2) 179

Don't confuse "specification" with "implementation." Nowhere in the article is Mono mentioned, as it is a non-Microsoft application of the CLI specification. I was specifically referring to Microsoft-published software, and as mentioned above in a separate thread, I was correct in referring to the bytecode (CIL) with respect to how it can be interpreted by a Microsoft VM on either architecture. Obvious by my confusion with the command-line, I wasn't even aware there was an approved specification for .NET's VM (or any Microsoft product, for that matter). But regardless of whether it's standardized for all to use or not, the article focuses on Microsoft. Even if it were not standardized they could continue to publish VMs on their own platform as far as I'm aware.

I hate Slashdot sometimes.

Comment Re:Idiot (Score 1) 179

Nowhere in the article did I say that CIL executes anything. Every instance of CIL was meant to refer to the intermediate bytecode itself, which can be JIT compiled by a virtual machine (the CLR everyone here who clearly did not comprehend the article thinks I'm confusing it for). Re-read the article carefully, keeping this in mind, and I might not appear as stupid as everyone here believes me to be regarding a subject that they themselves must not completely understand.

Comment Re:Idiot (Score 5, Interesting) 179

This guy is a complete moron. First, it's called the CLI, not the CIL. Second, it's called the Windows Runtime or WinRT and it runs .NET apps and HTML5/js apps. This is all quite plain to anyone that has even a tiny understanding of the system. This architecture diagram has been posted for quite some time, and clearly shows C# and VB as well as C/C++ apps running under WinRT/Metro.

Hi, I'm the "complete moron" who wrote the article. I most definitely meant CIL and not CLI, as I was referring to the Common Intermediate Language, and not the Command Line Interface. One is used to interact with an operating system through mostly text (curses and cursor-based terminal graphics being a stark exception), and the other allows multiple human-written programming languages to be compiled to a common bytecode form for interpretation by a .NET virtual machine runtime, and the basis of this article was that the same VM can be ported to Windows 8 on ARM in place of Metro apps. And your diagram does not clearly note anywhere that it is valid for Windows 8 on ARM as it is for x86/x86-64. Next time, don't be so quick to jump to conclusions and throw the words "moron" and "idiot" around. Thank you in advance.

Windows

Submission + - Windows 8: .NET versus HTML5 Metro app development (silicon-news.com)

An anonymous reader writes: Will Microsoft take advantage of .NET's Java-like CIL and allow .NET code to run on Windows 8, or force developers to switch to HTML5 Metro apps instead for porting apps to Windows 8? This article brings up important insights into both paradigm's advantages and disadvantages, and even correlates the options with Microsoft Windows's past NT-era support of MIPS and PPC, as well as Windows CE's way of supporting embedded architectures.

Comment Re:It isn't just licensing costs... (Score 4, Informative) 863

Did you even read the Secunia links you posted? Both unpatched vulnerabilities require usage of Apache's mod_ftp module, which I've honestly never even seen used as most hosts and general servers use external (and hardened) FTP software like ProFTPd:

Successful exploitation requires that a threaded Multi-Processing Module is used and that the mod_proxy_ftp module is enabled. (...) An error in the included APR-util library can be exploited to trigger hangs in the prefork and event MPMs on Solaris.

And the second (first in order on the site) unpatched vulnerability deals strictly with a mod_ftp input validation issue. Again, I rarely even see mod_ftp even used as opposed to an entirely seperate FTP server daemon but disabling the faulty module is simple enough in environments requiring absolute security.

And input validation issues are usually patched fairly quickly anyways, I mean come on, this is 2009 and there are too many developers for the project that wouldn't let this sort of thing continue for this amount of time. Not to mention the fact that these unpatched vulnerabilities are nothing compared to the olde IIS Webdav exploit of a few years ago - too bad there wasn't a community aware of it sooner other than the underground black hats already using it to their advantage by the time it was brought to the attention of MS.

Comment Re:Not really... (Score 1) 267

Users don't read dialog boxes. It could've had red flashing lights around it, and it wouldn't have mattered.

Yeah I get those at the bottom of websites all the time, usually because I'm the Xth visitor etc. For some reason, the prize is always a bunch of forms to fill out promising more prizes. (this is a joke, by the way)

Earth

Laughing Gas Is Major Threat To Ozone Layer 306

Hugh Pickens writes "The Christian Science Monitor reports that according to new research, nitrous oxide, the colorless, sweet-smelling gas with a long history as a medical and dental anesthetic is the next big threat to Earth's protective ozone layer. Its role in destroying ozone has long been recognized, as well as its role as a heat-trapping greenhouse gas but the new study puts nitrous oxide's ability to deplete ozone into numbers comparable to those used for other ozone-depleting gases covered by the 1987 Montreal Protocol. The researchers note that the health of the ozone layer has been improving since the adoption of the protocol and that nitrous oxide looms large today as an artificial destroyer of the ozone layer, in part because the emissions of other harmful chemicals have been so sharply reduced." (Continues.)
Privacy

Submission + - The Internet Knows Everything: MIT PersonasWeb (thecoffeedesk.com)

An anonymous reader writes: In the latest Orwellian display of the Internet, MIT's Aaron Zinman has conjured up PersonasWeb — an in-depth datamining utility that aims to display and categorize any instance of an individuals name found on the Internet using a private database and a simple AJAX web page.The tool is similar to traditional Google datamining, but also uses keywords found in and around instances of an individuals name to categorize the instances into several categories, including "Illegal", "Online", "Sports", and more.
Programming

Submission + - iPhone background apps (daemons) without jailbreak (thecoffeedesk.com)

Not An AT&T Fanboy writes: An editor at The Coffee Desk seems to have found a way to run background processes (Unix daemons) on an Apple iPhone without jailbreaking. The method for doing so is not supported by Apple at all, and is sure to send security researchers through the roof with the realization that this could allow seemingly-legit iPhone apps to contain full-blown viruses while being distributed via the App Store.
Microsoft

Submission + - Microsoft Begins Using Twitter, Fails In (thecoffeedesk.com) 1

Twitter Failure writes: So I think most geeks or curious people in general have checked out @Microsoft's long-unused Twitter account, only to find a skimpy amount of followers and no tweets to speak of. Today, that changed in what is apparently Microsoft's minimal effort to get in on the Twitter marketing business (as 1 out of every 2 Twitter spammers love to tell you about). Here's the best part — they don't have nearly the amount of followers as Linux does!
The Internet

Submission + - ICANN's New gTLD Proposal, and Why It Won't Happen (thecoffeedesk.com) 1

YouCANN writes: ICANN is proposing tailored Top Level Domain names, e.g. my.ibm and my.dell instead of the usual com and net TLDs. The move to a more USENET-style DNS hierarchy is already coming under criticism by those both inside and outside of ICANN for a variety of reasons, including (but not limited to) trademark issues, the obvious overstuffed resulting DNS tree, cybersquatting and lack of future support from registrars. The already lack of use of some current generic TLDs is also hurting the proposal, sources say.
Social Networks

Submission + - Facebook and the Severe Lack of Privacy Within (thecoffeedesk.com) 1

ILovePrivacy writes: Facebook's recent popularity surge over the past few years has brought in waves of new users. With these new users, however, also come the spammers and a flurry of privacy violations by both application writers and the Facebook staff themselves. Quizzes designed to harvest personal information (as permitted by the agreed-to terms), the lack of in-transit encryption (HTTPS/TLS) and the lack of true deletion outside of mere "bit-flipping" for personal data are all major privacy concerns with Facebook that most users never realize.
Windows

Submission + - Dell says Windows 7 pricing may be a 'problem'

ausekilis writes: On Tom's Hardware is a brief article concerning the price for the upcoming Windows 7

The director of product management for Dell's business client product group, Darrel Ward, thinks that the price for the upcoming Windows 7 operating system may potentially be an obstacle for early adopters.

Considering Dell sells Ubuntu-equipped Inspiron 15n for ~$350, and Vista Equipped Inspiron 15 for ~$399, and "If there's one thing that may influence adoption, make things slower or cause customers to pause, it's that generally the ASPs (average selling price) of the operating systems are higher than they were for Vista and XP", it makes you wonder exactly what they hidden "Windows 7 fee" will be on machines later.

Let the flames begin.

Slashdot Top Deals

"Don't drop acid, take it pass-fail!" -- Bryan Michael Wendt

Working...