Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Quality of Slashdot discourse in death-spiral (Score 1) 267

^^ What he said, but will also add that all these systemd conspiracy theories about RedHat wanting to make World use systemd seem a bit far fetched. I think that it's more likely, that distros liked enough aspects of systemd to want to incorporate it. All I see in these discussions about Gnome3 and systemd is the same old arguments regurgitated over and over again, by people that probably don't know what they are talking about, or are simply 'confused'. Lennart might well be an asshat--I wouldn't personally know, but if he makes good code that solves problems then fair enough.

I see some comments every now and again, thet seem to give technical credence to systemd, and explain technically why it solves certain problems. I also see comments from people that debunk the half baked theories about why systemd is shite, but what I never see is people debunking *those* posts.

Comment Re:Wrong on two counts (Score 1) 174

you're wrong.

"many eyes make all bugs shallow" is logically correct. Take a company with 200 developers working on closed source. Take an open source project which has *the potential* for all developers in all companies that use that FOSS software to be able to look at the source. Not talking users here but all developers worldwide that incorporate that FOSS project into their work or use it in some fashion. It is a statistically higher probability that a bug *has the potential* to be identified quicker and/or fixed quicker with FOSS than with closed source. ESR's statement still stands.

Now just because there have been bugs that have been around unidentified for decades, does not mean that this is the norm, or that these cases are worse than closed source or an indication that FOSS is wrong in the many eyes theory. You're just trolling.

Btw, "professionals"? Are you serious? You seriously think that FOSS developers are inferior in their competency compared to a developer who works at a company? You don't have a clue. I work in a large dev team for enterprise software (im not a dev). I have the greatest respect for FOSS developers, because with them, it's a pasion, with devs@company it's a pay check.

Comment Re:Why not KDE (Score 1) 403

gotta debunk. "better choice for Windows users"? Windows 8 is radically different that every other Windows Desktop there has been. Windows 95 was quite different than Windows 3.1 You've got Unity, Gnome, Windows 8, OSX, which are all departures from win95 desktop layouts, and then the rest of the so-called "traditional" Win95-esque desktops. To single Gnome out as something that is so different that it is unusable is a poor argument. By that argument, nobody would upgrade to Win8 because it's too different. But yet all those millions of Windows 7 home users will happily upgrade to Win8 no questions asked, just because it's the newest version. And when even Microsoft changes their own desktop paradigm to something radically different from the Win95-esque, then you've got to ask what you people are smoking when you posit that Win95 is the desktop standard to stick to.

Comment Re: Great one more fail (Score 1) 600

I'm neither a gun owner or American, but your statement just failed a logic test... How do you know that 2.5 million crimes were avoided if they never happened? Are there strictly defined scenarios that have to be met for the police or courts to come to the conclusion that it was actually because the potential victim had a gun and for no other reason, that the crime did not occur? Or are you just quoting some book?

Comment Sebastian Thrun must be devastated (Score 1) 182

I took the introduction to artificial intelligence course while he was still at Stanford and they tried this MOOC thing there for the first time. I completed it but didnt take any exam. Afterwards, I heard that he was so excited by the whole MOOC thing that he decided to quit his tenure and go to Udacity. I remember thinking at the time that he was being extremely naive in quiting a position at Stanford for something like this, and really got the impression from his video statements that he was being duped, in a way, by Udacity, who likely probably promised him that this was something BIG! Yes, it could have been, but quitting your day job after the first course is a bit drastic.

Comment Re: How about making it more fun? (Score 1) 170

really, Quake Live is the ultimate fps deathmatch skill game. You can't take any other modern fps storied game, and make it into the competition game that QL is. CS is the same thing but for tactical combat rather than DM/TeamDM/CTF/duel. That's why CS and Quake Live are till going strong after 16 years. Unless someone takes id tech 5 and releases a new game with heavily updated graphics that also improves even further on weapon/mod balancing,map design and network efficiency in the engine, then QL is going to stay.

Comment Re:What's wrong with Windows Server? (Score 1) 613

Simply put, how long does it take to get something like an Oracle DB up, running and usable on Windows vs Linux? What is the cost of that build, including the licensing and the time it takes to put together? I can image a Linux based server with only the stuff I need significantly faster than I can do the same in Windows Server 2012.

Shame you chose Oracle as your example because it's actually much quicker to install on Windows than Linux/UNIX because you have to faff about creating users/groups and setting kernel parameters and checking you've got all the correct dependency versions. Oracle Linux makes it easier by providing a meta package, but RedHat it's all manual. But your point was still bang on the money. --speaking as an Oracle DBA

Comment Re:Sales flow chart. (Score 1) 97

I've been working as an Oracle DBA in one of the global top 5 IT services companies (and with that said, I only mean that we have a lot of other companies that we host and manage, and im not implying that im a hot shot DBA) for 12 years. Hosting 150 production databases with many diverse setups is a joy to experience. I've worked in both dev and production teams. I've never worked with any other DB, but im a Linux fanboi and would love to get to grips with postgresql as it fits more in line with my ethics than Oracle does.

Long disclaimer aside; I crave comparisons such as this, but every single time I realise that they are all just anecdotes, and every dba on the planet has their own anecdote. It's hard to find comparisons on the Internet from people that are actually qualified to give such comparisons. The closest we can get is face-offs with the likes of Tom Kyte or Jonathan Lewis against similarly experienced MySQL/Postgresql experts. Many Oracle DBA's are also very arrogant, in my opinion, so these anecdotes tend to fly fast.

my experience is that Oracle is extremely expensive, but i've never dealt with paying that money so i've no appreciation of just how bad it can get. Oracle has some technologies like RAC, Data Guard, partitioning and replication, that from what I can gather have no real competition from other vendors, because they are very stable, fast and feature rich in comparison, which I can attest to. Sure, many other DB's have some implementation of these features, but they are not comparable.

Oracle is very configurable, but also very inconsistent in the syntax for configuration, and everything they provide seems to have followed an organic growth method, rather than an overall encompassing design. A lot of technologies are designed by building on how the underlying engine works. For instance, RAC is constrained by the design of the SGA, rightly or wrongly. DG is constrained by the design of redo log generation. From the very tiny exposure i've had to Postgresql, their design philosophy seems to follow the UNIX/Linux philosophy, and I can imagine that if Oracle had followed suit, then some features in oracle may well have been much more efficient and less complex.

I love working with Oracle DB but then again, im a bit of an elitist, so it appeals to me. I do however get the feeling that it could be a hell of a lot less complex and still fulfill the same goals. And I know for a fact that many Oracle customers don't really need that level of complexity. They could have functioned just fine on any other DB motor, especially the ones that don't use licensable features of oracle, but marketing has lead many to believe it's the only choice if your serious about your data.

Comment Re: Not rocket science (Score 1) 348

You conveniently forget that he went to China first and would have stayed in all liklihood if not for the fact that the USA has very strong financial ties and influence there and his security could not be guaranteed. He was probably advised to go to Russia. But don't worry, you're not alone in your forgetfulness... Even John Kerry said the same on TV yesterday

Comment Re:logical fallacies with this thinking... (Score 1) 193

and after RTFA, I could find no mention of the name of "the offical" from Washington anywhere. Almost as if they didn't want to mention their name. Huh. I wonder why? I'd say that was either poor or deceptive reporting from that newspaper.

The only name mentioned in the last paragraph was "State Department spokeswoman Jen Psaki", but it is not certain that she was the same official making the statement.

Comment logical fallacies with this thinking... (Score 1) 193

It's racist to forbid a certain race of people from attending a civilian public conference.

People post on the internet anyway. The information will become free, so unless the US creates a great firewall of USA, they aren't going to stop the information from reaching other countries anyway.

The US, by following through on this threat, would create a precedent for similar actions at other venues, and for other countries to follow suit.

It's a short sighted and immoral suggestion. Which individual suggested this action again?

Slashdot Top Deals

Crazee Edeee, his prices are INSANE!!!

Working...