Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:So stating the obvious then (Score 1) 227

PC is the best then PS4 then Xbox One. I guess hardware does matter when it comes to gaming. Anyone else not surprised? As for Xbox, it looks like they will be behind until the next generation unless they update the hardware. The ESRAM buffer does not seem to be making up the gap as they hoped it would.

Only behind (in graphics) to PS4 owners. Hardware is virtually the same.

Lets pull some quotes from the article.

When detail levels do rise, the PC still comes away with the best overall visuals. In this close-up, the Xbox One and PS4 are largely matched, while the PC elf has better facial coloring and slightly more detailed textures.

Above, you can see that the green crystal is far more detailed in the PC version with the PS4 following behind.

As things stand, the PC version has some notable edges over the consoles, with the PS4 nearly matching PC visuals and the Xbox One trailing behind. The PC variant of Dragon Age Inquisition will support AMD's Mantle out of the box, so it'll be interesting to see if AMD GPUs pick up any frames in that API.

In other words, the article is disagreeing with what you say.

Comment Re:Debian OS is no longer of use to me now (Score 1) 581

You are personally going to migrate your employer's systems because you personally do not like something, something every single major distro is moving too, and the top kernel developers are already using? Fuck me. What an ego or bullshitter.

In the words of Linus Torvalds:

I don't actually have any particularly strong opinions on systemd itself. I've had issues with some of the core developers that I think are much too cavalier about bugs and compatibility, and I think some of the design details are insane (I dislike the binary logs, for example), but those are details, not big issues.

I bolded the relevant parts, but included the rest so people don't blame me for cherry picking his comments.

Comment Re:Shared hosting... (Score 2) 212

More to the point:

All modern browsers except IE on XP or lower support it.

All modern web servers support it. For reference, this is all versions of nginx; Apache 2.2.12+; and IIS8+. Assuming nginx and Apache are compiled against a version of openssl released after 2006 and didn't explicitly disable SNI.

Comment Re:If at first you don't succeed... (Score 5, Interesting) 262

Steam has indeed come a long way, about 10 years ago it was loathed and hated by gamers. Many people would not buy a game if it needed Steam, Ubisoft with their crappy launcher are where Steam was 10 years ago.

10 years ago, Steam was a glorified auto-updater that sat there and sucked up system resources... something like 64MB of RAM when 128-512MB was standard.

Steam now takes something like 128MB of RAM in a time when 8192-16384MB of RAM is common. In addition to being an auto-updater, it also has a store, friends list, friends chat, game library, a non-puke green color scheme, and a host of other features. ...and if you ask me how I know this, I'll toss my Steam "11 year" badge at your face.

(Note: I'm guesstimating at these RAM usage numbers, and they're the numbers when you're not actively using it.)

Comment Re: Obama screwed us intentionally or intentionall (Score 1) 308

I'm not clear why anyone cares about "net neutrality" anyway. We don't need more Internet regulations. Heavy regulation is what got us into this mess anyway. You know why there's no competition between ISPs? Because in most places, it's flat-out illegal. Fix the market and the market will ensure net neutrality never matters.

I suggest you look up who owned the US Internet backbone in the early-mid 90s before you claim "heavy regulation" got us into this mess.

Oh, you weren't aware that the government (via the National Science Foundation) owned the US Internet backbone back in the 90s and privatization got us to where we are now?

Comment Re: RIP Java! (Score 1) 525

C# generic collections allow primitive types to be used for type parameters, and always without performance loss due to runtime downcasting like in Java.

C#'s primitive types actually aren't. They're really structs with overloads for math operators. For example, int is a System.Int32.

No, the benefit C# has here is that it only has one number representation.

Java's int is a real primitive... but as you noticed, Java's Collections don't work on primitives. So, Java has to convert it to the equivalent object.

Since Java doesn't let you do operation overloads on types, you have to convert it back to a primitive before you can most things with it.

Also, objects tend to be heavier than structs.

Comment Re:Sounds like what Sun did (Score 1) 525

Visual Studio Ultimate costs $13,000. It doesn't include the entire MSDN suite of MS tools, although it does include the ability to re-wind your code and run it again. Really slow stepping through your code when that is on.

The full product name is "Visual Studio Ultimate with MSDN" and the Ultimate MSDN subscription covers every product on MSDN. I would say "every product Microsoft makes" but sometime in the last few years they pulled all Windows versions older than XP (except 3.1 for some reason), then when XP's support expiration date came up they removed that as well.

Visual Studio Professional is currently the only Visual Studio 2013 version you can buy without an MSDN license: $499 without MSDN; $1,199 with MSDN Professional, which is missing a lot of MS's products.

Comment Re:Desparate Microsoft pulls a "Sun Microsystems" (Score 1) 525

While they didn't say anything about porting VS to Linux/OSX, apparently they made the Windows VS Standard edition free today. They're calling it Visual Studio Community 2013 and it's based on Visual Studio 2013 Update 4 (which was also released today).

Of course, it's still missing the features you get in the Enterprise, Test Manager, and Ultimate editions. Heck, I don't even see support for TFS mentioned, although it does support Git...

Comment Re:Desparate Microsoft pulls a "Sun Microsystems" (Score 1) 525

Of course, the Starter edition also limits how large the app can be and didn't allow you to use the cross-platform GUI layer. Did they mention anything about that in the new version?

And no, I'm not joking about that: Xamarin Pricing has the details... see the "Unlimited App Size" and "Xamarin.Forms" sections.

Comment Re:Watched about 20 seconds of the "game play" vid (Score 1) 183

And why does it have a backstory shoe-horned into it away? How is that supposed to translate into "capture the flag" or whatever?

Incidentally, TF2's backstory when it came out was:
Two companies that each control half the worlds governments are secretly controlled by one person who force them to fight each other over useless objectives to keep up appearances.

It wasn't until the first Halloween update (a year after the game came out) that that any semblance of a real plot involving the Mann family and Saxton Hale came about. Which is funny since the Mann family plot started as an excuse to have a ghost on the then-new Halloween map.

The TF2 backstory is now... complicated. And entirely unnecessary to just play the game.

On a side note, TF2 lore is separated into 4 sections: Original Game (back story prior to most of the game's modes), The Australium Saga (happens between original game and the DoomsDay map), Blood Brothers (happens between the Australium Saga and the MvM game mode), and Ring of Fired (post-MvM story and likely ties into the Asteroid map currently in beta). This is ignoring the non-canon Halloween storylines.

Comment Re:can we have.... (Score 1) 230

package remove IE

Nah, that wouldn't let us remove this steaming pile of pig shite.

Part of that IE is just an application built on top of the mshtml.dll rendering engine. This rendering engine is an embedded control for other applications and is also used by vendors other than Microsoft (such as Symantec).

Some vendors (such as Valve) have realized that's a fucking terrible idea and switched over to embedding other browsers (Chrome Embedded Framework in the case of Steam).

So, when you say "remove IE" do you mean just remove the executable or do you remove the DLL, breaking any applications that rely on it?

Incidentally, the embedded control is also why you should keep the version of IE up to date on Windows even if you don't use IE.

Slashdot Top Deals

To thine own self be true. (If not that, at least make some money.)

Working...