Microsoft Announces Windows 10
Today at a press conference in San Francisco, Microsoft announced the new version of their flagship operating system, called Windows 10. (Yes, t-e-n. I don't know.) With the new version of the operating system, they'll be unifying the application platform for all devices: desktops, laptops, consoles, tablets, and phones. As early leaks showed, the Start Menu is back — it's a hybrid of old and new, combining a list of applications with a small group of resizable tiles that can include widgets. Metro-style apps can now each operate inside their own window (video). There's a new, multiple-desktop feature, which power users have been demanding for years, and also a feature that lets users easily grab objects from one desktop and transfer it to another. The command line is even getting some love. The Technical Preview builds for desktops and laptops will be available tomorrow through the Windows Insider Program. They're requesting feedback from customers. Windows 10 will launch in late 2015.
Windows Nine is pronounced like the German "Windows Nein", which means Windows No.
Everyone knows the even number versions suck.
You forget windows 2000. When compared to the alternatives at the time it was a kick a$$ operating system.
"I myself am made entirely of flaws, stitched together with good intentions."
Not quite. If you read the article, what the article is calling "Windows 9" is now "Windows 10."
Also, from the same site, if your computer came with Windows 8 installed, you'll have to pay to upgrade. Which ain't gonna happen.
"Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
Aside from being amazingly off-topic, how about you also point how how many non-Telsa fires there were last year? You know... the estimate of about 150,000. (http://www.nfpa.org/safety-information/for-consumers/vehicles). How about mentioning how many serious injuries were a result of Telsa fires? That one's easy, precisely zero.
Stop being an ass.
2) Multiple desktops is nice. Been using it on OSX and Linux forever. From what I can tell the functionality seems a bit limited in Windows 10 but it's a start.
Windows, since XP, has had this ability. You needed a SysInternals tool to enable it. But, finally, a welcome addition.
I've been using Windows 8 for about a year now on my home PC and, metro interface aside, it's great. .... The guts of the system are fine.
And that, my friend, is the great tragedy that is Windows 8. Underneath the flawed user interface is the best Windows NT system ever. Considering what it does, it uses less memory, is more stable, runs faster and is downright better than any Windows before.
Wasn't Windows 2000 technically version 5.0? IIRC that's the version number it reported. Also IIRC, XP was 5.1, Vista was 6.0.
Word for Windows jumped to 6 to match Word for Mac, not Wordperfect. Word on the Mac was already at 6.
Not just driver compatibility.
Windows 7 fixed a bunch of Vista compatibility issues with programs built for XP simply by having the version be set to 6.1.
Turns out that companies doing braindead Windows version detection of
had it fail spectacularly for version 6.0.
GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
Here's the thing... those are are marketing numbers, not version numbers. If you go by their internal version numbers, they make a lot more sense, and better reflect incremental changes vs total rewrites.
Windows 2000 - 5.0
Windows XP - 5.1
Windows XP 64-Bit/Server 2003 (incl R2) - 5.2
Windows Vista/Server 2008 - 6.0
Windows Server 2008 R2 - 6.1
Windows 7 - 6.1
Windows 8 - 6.2
Windows Server 2012 R2 - 6.3
Windows 8.1 - 6.3
Before Windows 2000/XP, there were two completely separate OSes (NT and DOS), rather than simply different editions of the same OS. Because 2000 and later are the successors to NT, that's why it starts with 5.0.
So why did NT start at 3.x? Because it started life as the successor to OS/2 1.3 and 2.0, known as OS/2 3.0. When it shifted to become Windows rather than OS/2, it kept the version number.
The DOS based Windows go: 1.01, 1.03, 1.04, 2.0, 2.10, 2.11, 3.00, 3.10, 3.11, 3.2, 4.0 (Win95), 4.10 (Win98), 4.90 (WinMe)
Windows versioning numbers makes a lot more sense once you separate the marketing name from the actual version number. MS Office works the same way (e.g. Office 10 is Office XP).
Windows 7 is "uindouzu sebun" (seven) in Japanese, and not "nana" or "shichi." Same goes for 8 (eito instead of "hachi"), So 9 would've been "uindouzu nain" and not "ku."
Xerox Rooms was one: http://toastytech.com/guis/xrm...
Symantec's Norton Navigator for Windows 95 included a virtual desktop feature as well and it integrated into the taskbar. http://www.danielsays.com/ss-g...
Whats odd is that until recently, only X11 windows managers seemed to have the feature standard. Apple only added the feature a few years ago to OS X, and now Windows finally has it.
Windows 9x-ME was really Windows 4 all along. 2000 was version 5, XP-10 is version 6.
I don't want to be pedantic, but since we're all being pedantic, I guess I'll do it anyway. You're looking at the wrong codebase. The predecessor of Win2k (v5) was WinNT 4 (v4). The predecessor of that was WinNT 3.5 (v3.5). The predecessor of that Was WinNT 3.1 (v3.1).
WinME was based on the consumer codebase that (in inverted order) was Win3.x, Win95, Win98, WinME. The entire Win9X/ME series reported internal version 4.x but that had nothing to do with the codebase we run today. Again, Win95 was literally v4.0 and Win98 was v4.1 but the current kernel had its very own v4 (and v3) and WinME wasn't it.
"Oh no... he found the
Yes, terseness. Have you heard of this fancy thing called "aliases"? Powershell has quite a few out of the box. For example, "Get-ChildItem" is aliased to... "ls". And "Set-Location" is aliased to "cd". And "Get-Helped" is aliased to "man". And aliases work everywhere, so "man ls" works exactly as you'd expect it to.
On the other hand, when you have no clue of what a particular command might be to do something that you need done, your chances of guessing it in PSh are much higher, because the canonical names are descriptive rather than terse.
In Linux, the killer feature is that each desktop has a separate taskbar. I once had several major migrations running from my workstation, and had a separate deskop named for each one of them. This feature made keeping track of the tasks in each project much easier.
"Be grateful for what you have. You may never know when you may lose it."
Given that all the Unix shells predate PowerShell by at least two decades, and more for most of them, of course they wouldn't alias PS commands.
And no-one said that PS is better because it has aliases. Aliases are there for convenience of people who come to it from other shells (which is why it has other aliases for people coming from cmd.exe - "dir" works same as "ls", for example, and "help" works like "man" etc). What makes it better is something else - the notion of passing structured data in streams, rather than just text (which is then just a subset). For some things where you have to write insane sed/awk scripts in Unix to massage the text output of a command into something that another command wants, the equivalent PS can be three times as short, and orders of magnitude clearer, because it doesn't need to parse text to extract the data - it just reads the property of an object.