Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Ignoring the theoretical for a moment (Score 2, Informative) 185

Bitcoin is useless from a PRACTICAL standpoint. Why?

1) Transactions aren't instant, you have to wait potentially for hours for your transaction to go through and the value in your account to change. (Even transactions between two accounts you own, because Bitcoin isn't smart enough to handle that.)

2) Every device using Bitcoin needs a copy of the Bitcoin database. As of about a year ago, this was 700 MB of data. Every device needs a copy of this. Every device needs to go through this file and parse it. Including your low-power cellphone.

I'm not against the concept of Bitcoin, but the implementation stinks.

Comment Re:Valve thinks so. (Score 2) 242

No; they're doing it so they have an OS for their upcoming set-top box product.

The fact that, due to the OS chosen being Linux, it just happens to run on PCs to? Just a side-effect. Whether they continue to support Linux-on-PCs after the set-top-box succeeds or fails is really the best indicator, but we won't know that for years.

Comment Re:Why do FOSS library folks hate ABI compatabilit (Score 4, Interesting) 505

So the solution there is to ship BIG EXPANSIVE libraries with the OS, and keep on top of them so new stuff is supported by those libraries ASAP. You don't have 75 copies of zlib.dll, you have one-- and it's owned and updated by the OS.

Take Microsoft's .net for example. The library covers pretty much everything you can imagine wanting to do with a computer, and it's constantly updated as new file formats/etc arrive. But since there's only ONE .net, the library is still one holistic thing that can be updated when security problems arise without breaking anything.

That's not to say that .net is the perfect solution to all problems, but it's definitely worth examining how other vendors solve the problems in Linux.

For what it's worth, I come from Mac Classic, a platform that never had DLLs in the first place (but did have a huge expansive built-in library). Frankly, I've never been convinced that shared libraries were a good idea, even when HD space was expensive. But that's just me.

Comment Re:Bethesda is just incompentant (Score 4, Insightful) 371

To give you an idea, Skyrim has thousands of quests all of which can interact with each other in thousands * thousands of ways.

There's no support in Bethesda's development tools for unit testing of quests. There's no support for fuzz-testing of quests.

They don't have the tools to make a bug-free complex game, and they haven't bothered to make them.

They did however waste tons of time writing a custom BASIC-esque scripting language (which is itself incomplete and buggy) instead of just glomming-on some JS or Lua.

I used to think the problem was simply complexity, like you. Since Bethesda has released their dev tools to the public, now I'm thinking it's 90% incompetence.

Comment Re:A Review? (Score 4, Insightful) 371

That wouldn't even be a feature on windows, it would be a disaster, because my 70 year old aunt would accidentally remove something important, not be sure what it was, and call me to find out how to fix it.

Remember those couple versions of Office that had "everything is a toolbar, even the menus"? And users would accidentally either drag their menu bar out-of-position or manage to hide it? And there was no trivial way to get them back?

It was an unmitigated disaster.

So yes, I agree with you 100%. There's nothing wrong with customizability, but a lot of time it impacts usability.

Comment Re:No (Score -1, Flamebait) 367

Ok the way you ship does mitigate the risk. We wouldn't be having this debate if you has mentioned that in the first place. I would still pick the non-Java choice, all else being equal.

If you think "looks native" has ANYTHING to do with usability, you are entirely unqualified to judge the usability of an app. So I stand by my statement that your app is an unusable mess.

Comment Re:Why are people still using this? (Score 1, Informative) 367

Ignoring for a moment Eclipse's awful UI, its entirely broken in Windows because of the way it handles (or rather, fails to handle) per-user special folders. Last time I installed it, it basically engaged in a DoS attack against every other app trying to use named folders.

Comment Re:No (Score -1, Troll) 367

Ok? You win kudos points?

Look, Java's been shit for a decade. It's not new. Your application is the reason that JVM is installed on all those computers, so your application is contributing to risk from this 0-day. You don't think that's a problem? Because I do.

Besides, there's no way your UI "definitely does not suck". It's in Java. It has to suck.

Slashdot Top Deals

"Plastic gun. Ingenious. More coffee, please." -- The Phantom comics

Working...