Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:What about a re-implementation... (Score 1) 304

"Thus, those languages, while not perfectly safe (nothing can be), are manifestly safer than C."

Bullshit. Tell that to the robot arm that is crashing down on your skull because the code to stop it was blocked by the GC (excepting ADA, which has other dangers, I'm sure)

Again, the biggest problem you have is not having any idea what you are talking about, and going on and on trying to quantify a language using qualatative terms.

Comment Re:Subtle attack against C/C++ (Score 2) 189

"Luckily for us, the people responsible for maintaining the Linux Kernel understand the difference between C and C++ "

Yes, it is indeed lucky for us that the competent OS developers know their stuff, and they don't listen to people like yourself who have no idea why C is better for the Linux kernel (or any kernel, really). I hate to break it to you, but you aren't smarter than the top Linux developers. You simply aren't. Stop confusing yourself into thinking you know more than they do. It is pathetic to watch.

Comment Re:What about a re-implementation... (Score 1) 304

No it isn't because that is a stupid question. C is a language, and like all languages it is never "safe" unless you know what you are doing. Also, like all languages I have encountered, it is "safe" if you do know what you are doing. There is no such thing as a "safe" or unsafe language; only safe and unsafe programmers.

Comment Re:Thanks! (Score 2) 304

" If Microsoft's code had been the root cause, there would be a hatestorm of immense proportions. Since it's open source, the overall attitude has been, "oops! it's okay, they can fix it,it's an honest mistake!""

I must have missed it. When did the OpenSSL team use illegal and immoral businesses practices to coherce or trick people into having to pay money for their software? You see. That's the difference in a nutshell. If you offer someone something for free they tend to be more forgiving of flaws than if you force them or trick them into buying it.

Comment Re:What about a re-implementation... (Score 1) 304

"Furthermore, because in C you have to spend time and effort making sure you're not susceptable to memory errors, that takes time and effort away from looking for other errors."

Your analysis gets it wrong. With so called "safe" languages people are less vigilinte because they can get away with being lazy and not really understanding what is going on. With C you have to be hypervigilinte and know your stuff, which are two very good qualities for a programmer to have.

Comment Re:And there was much rejoicing (Score 1) 167

"And you know some clueless Glasshole is going to post his lame attempts at picking up women and getting bitch-slapped once they notice what he's wearing."

You really don't understand how the real world works, do you? The more likely scenario is that she wasn't going to give him the time of day until she noticed the Glass(es?), at which point she'll be at least interested enough to try to find out if he has millions or is just in the wealthy category. Seriously, the number of people who take issue with Glass elsewhere (i.e. not Slashdot) is exceedingly low. Here people like to paint it as a universally despised technology, but it's not. Also, I'm not entirely certain from your post, but: You do know that Glass doesn't magically render the capability to see women's underwear, right?

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...