Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Our "tech savvy" kids (Score 1) 205

most kids won't be up to learning to sound out words at 4 let alone reading and writing in any kind of language. Amazing what they can do without language skills though.

I have a feeling that being bright is mostly having parents that care. Most kids in my family started reading early, not because my family has good genes but because they saw lots of books around, received books as gifts, and were read to. So, sure, 4 or 5 is a little early for learning C (I assumed that was a joke) but not by much. The biggest obstacle would probably be that the kid would have better things to do, and coercing him into learning programming wouldn't be a good way to raise him.

Comment Re:only 15k people? (Score 1) 205

That's because buying stuff gives you a feeling of power. When you're poor, you can't buy a new suit or a new car, so you buy cheap stuff. A new wallpaper makes you feel like you have a new phone.

When you're richer, buying cheap wallpapers or changing the defaults doesn't do anything to your feelings of power; you'll just buy the next iPhone when it comes out.

Comment Re:Destroying cancer cells is bad. (Score 1) 98

No mater how stupid you may thing a brain storming idea is, you don't disregard it.

Yes you do, because funding is limited. There has to be a credibility threshold before you start doing experiments. Anyway, we're not speaking about science here, but about how to react when you read such a claim on an internet forum. Any post claiming "scientists are doing it wrong and the cure is actually very simple" has "quack" written all over it.

Comment Re:Destroying cancer cells is bad. (Score 1) 98

Yes, of course, and AIDS can be cured by drinking lemonade. Dumb scientists!

This is bullshit, but what happens when someone reads this, decides scientists are much less knowledgable than your average grandma, and doesn't go to a doctor because sodium bicarbonate cures everything? At the time I'm writing this, the OP is modded +2 interesting. However good rule of thumb would be to disregard any post that claims to have found a very simple and natural solution to a problem that has been baffling scientists for decades.

Comment Re:looses (Score 1) 297

Non-natives don't make that mistake

Yes they do, sometimes. In France, "loose" and "looser" are so widely used that even people who write it "lose" in english write it "loose" in french. So we'd write "you're a loser" but "tu es un looser". But of course, french people are not famous for their language skills...

Comment Re:Kill it Oracle (Score 1) 338

I didn't describe Perl as unsafe, but as difficult to use for bad programmers, and requiring skill to be used properly. That's also the case with C, but for historical reasons and because C is closer to the hardware. Perl was designed that way.

The rest of your message is rephrasing what I meant, so I agree... but maybe I wasn't very clear in my post.

Comment Re:Alright, I know how to be now. (Score 1) 473

I would never suggest to anyone to change who they are just to find a date. That would be losing all integrity

I used to think that myself, until I read that quote by Joss Whedon: "be yourself, unless you suck".
Come to think of it, there's nothing wrong in changing who you are if you truly believe it's an improvement.

Comment Re:Kill it Oracle (Score 0) 338

Ah yes. The old "blame the language for the lack of a developer's skills" ploy.

Well, the thing is, one of the goals of Java was to deal with bad programmers by putting safeguards, not having features like multiple inheritance that are useful but require you to have a brain, and forcing you to either catch an exception declare that it can be thrown, among many examples. These are useful, but frustrating if you're prototyping, and not mecanically implementing a well designed specification. Anyway, all those safeguards mean a bad programmer may be able to write some working code in Java.

On the other hand, take Perl. It was meant for good programmers, has no safeguards, and in many ways relies on the programmer using it the sane way. For example, it doesn't enforce public/private access, but instead relies on you to be polite and not access private stuff. No bad programmers could ever be productive in Perl, but a lot of decent-to-good programmers found it very helpful (before Python and Ruby came).

So, in the end, you'll have more bad Java developers than bad Perl developers, just because Java is more friendly to them. Of course, if Java died, its bad developers wouldn't magically become good developers by switching to another language, but they'd either find another dummy-proof language, improve their skills, or change jobs. Just like if PHP died, a lot of crappy web developers would have to either find a replacement that still allows them to write websites without learning to code, or change hobs.

Comment Re:Working on the right features, I see (Score 2) 403

I'm not so sure single-window is an improvement on small screens. I remember much frustration while using Inkscape on a netbook a while ago, because its single window didn't fit in my resolution, and my window manager had strange ways of dealing with that.

With a Gimp-like UI I would just have move the toolbars to another desktop and switched between desktops with a keyboard shortcut.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...