Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:parent delays (Score 3, Informative) 121

So tux2 was ready in 2000, and it took 14 years to rewrite it to avoid parents? Oh how much patents help innovation!

Few more years and those patents will expire and we can use both!

Tux3 is a better design. Tux2 was more along the lines of ZFS and Btrfs, that is, multiply-rooted trees sharing subtrees. Tux3 is a single tree with exactly one pointer to each extent. Considerably easier to check and repair. Of course we need to see if it turns out that way so please stay tuned.

Comment Re:Bye-Bye Java (Score 2) 303

Name a platform that is end-to-end not proprietary in any way shape or form?

Even if such a platform exists, how does that preclude Microsoft from suing? Remember that the thesis here is that Microsoft would disregard the licenses already granted for C#, .NET Framework, compilers etc and just sue to exhaust your funds. Why couldn't they claim that you infringed an algorithm (or whatever) even if you were using Java or Python? After all, they have no legal standing but are considered *so* malicious that they will sue even when they have no legal standing.

The whole "Microsoft will sue!" is nothing but FUD.

In reality - because of the promissory estoppel of the community promise - users of .NET and any other technology under the community promise is much better protected than when using alternatives. This is because the promissory estoppel can be used to dismiss a lawsuit outright.

Comment "It depends" (Score 2) 589

I guess it depends on what you're doing, doesn't it? If you're trying to provide Microsoft Sharepoint access to Microsoft Office documents to users or Microsoft Exchange email access, then, yes, it probably is cheaper and quicker to do it with Microsoft stuff. It's a pretty ludicrous claim to say that the TCO of Linux is higher than Microsoft unless you are also clear about what your company expects your IT to do... If you're just trying to use Linux to emulate Windows, then of course that's probably a waste of time and resources.

Submission + - Star Wars: Episode VII Cast Officially Announced (starwars.com)

eldavojohn writes: Word was leaking this week of some familiar faces in London hanging out together. Finally today an official cast listing was handed down from on high to us mere mortals (Google Cache and Onion AV recap available). From the short release, "Actors John Boyega, Daisy Ridley, Adam Driver, Oscar Isaac, Andy Serkis, Domhnall Gleeson, and Max von Sydow will join the original stars of the saga, Harrison Ford, Carrie Fisher, Mark Hamill, Anthony Daniels, Peter Mayhew, and Kenny Baker in the new film." Let's not bicker and argue about who shot first but instead come to an agreement on expected levels of almost certain disappointment. No, this will not feature the Expanded Universe (EU) — you can now refer to those tales as "Legends" which are not part of Star Wars canon. Instead prepare yourself for what will likely be the mother of all retcon films.

Comment Re: In other news ... (Score 1) 152

$client = new-object System.Net.WebClient
$client.DownloadFile( $url, $path )

Probably works on Powershell 2 however I think it requires the .NET framework installed. Powershell wasn't that good until later versions. I have to say, current versions are actually extraordinarily powerful, when working with other Microsoft technologies, like Hyper-V or Exchange but the early versions were no reason to leave VBScript.

Comment Re: In other news ... (Score 1) 152

Ha! I'd give you mod points for that if I could. That's the first time I have ever tried to post using the new Beta interface on a mobile and it munted the link badly.

http://technet.microsoft.com/en-us/library/hh849901.aspx is the link.

That requires powershell 3. Prior to that you could use: System.Net.WebClient but the Invoke-WebRequest is far easier.

Comment Re:Trolling? (Score 1) 270

Microsoft SHOULD have taken MVC design to its next logical level, and built upon .net instead of throwing it all away in the blighted name of Metro... common model and controller code across all Windows platforms, with different views for desktop, tablet, and maybe mobile devices whose displays are too small to treat like a tablet. They could have compiled the code to CLR, then had the installer itself compile it to native code optimized for the local platform. But no... they just *had* to ruin a good thing, and try to ram touch down everybody's throats.

This does not make sense to me at all. While I agree that's the way they should have taken (IMHO using MVVM instead of MVC), it is almost exactly the way they took. They didn't have all the ducks in row at the first iteration, but it was the plan all the way. They said so at the time.

You did not belive the FUD about Microsoft abandoning .NET did you? .NET is very, very much in the game. At /Build// Microsoft just announced Universal Apps.

MSDN has documentation

With universal apps you build one app for phone, tablets and laptops/desktops. The same app can share views and viewmodels (MVVM) across the form factors, or they can have completely different view/viewmodels. A view/viewmodel can also "adapt" to the formfactor - showing only primary and essential information on phones, more on tablets and include secondary/tertiary information on desktops.

When deployed, the universal apps are deployed as IL/CLR code. When a device installs an app, the cloud service will perform the compilation and serve a native app to the device, compiled for the architecture, memory requirements and core count. The delivery system will only serve resources used by the specific device, i.e. even if the universal app is distributed with extensive resources for desktop users, the package that is downloaded to a phone will strip those resources.

Metro was never mutually exclusive with .NET. Microsoft made plenty of blunders both with their messaging on Metro as well as the initial Dr. Jekyll-and-Hyde two-personality Windows 8. But they have been consistent on their messaging on .NET and apps.

Comment I call BS (Score 3, Informative) 270

The links have long disappeared due to DCMA takedowns.....

No they haven't. You just do not want slashdot readers to read them, because they do not say what you claim.

http://www.internetnews.com/de...

Quote from that article:

One technology enthusiast at Web site kuro5shin noted many of the hacks (additions) to the code base included some colorful comments and creative use of adjectives in noting programming changes.

In this case, the reviewer concluded the code was generally "excellent." But he also noted the many additions to the Windows code to be almost universally compatible with previous Windows versions. And third-party software has "clearly come at a cost, both in developer-sweat and the elegance (and hence stability and maintainability) of the code."

GP is correct, those who took a look at it indeed came away with the impression that it was quite pristine.

You, OTOH, are just lying.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...