Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment meh (Score 1) 878

I guess goog were hoping a lot more people to jump to the Go bandwagon just because they announced it. Yet it really didn't happen... I don't think bashing other languages is really going to improve on it.

Both c++ and Java have their strengths and uses. Java is IMHO HORRIBLY ANNOYING TO CODE IN, but that's actually its strength, it just won't let cowboys get away with doing the things they love to do. Sure, it has been lacking in things, but they update it around, the following update will have some very nice syntax for some data structures (it will get more complex).

The C's also have the advantage of being closer to the hardware, sure you don't need that most of the times, but when you do, they become a great tool in your box, really. It has improved a lot over the years (also known as getting more complex).

Interpreted languages cover for their downfalls when you don't need performance or want to do fancy things with paralel programming. Which is good. Python goes around also improving and getting more complex.

And there lies Go. Its main advantage over other langauges is exactly that. As it is basically undeveloped, it is much closer to what its creators originally wanted it to be. The thing is, that once it starts getting used, and users notice that for example it is pretty necessary for a compiled language to have say generics or exception handling... it will forcefully have to end getting modified and improved and thus it WILL become complex. I do not think that advertising it as "simpler" will work out as since it is a langauge that is intended to be used it is basically doomed to become more complex and thus this selling point will necessarily die. They should advertize it for its superior parallel computing and fast compiler speed, but simplicity... is just a bad idea.

Comment Re:Doctors don't like informed patients (Score 1) 368

Ah really? Informed patients are one thing. But there are topics in which google is just an easy , easy way to get utterly, and catastrophically misinformed. Also, the disinformation is hard to distinguish for most people. Say you are a science geek that can at least recognize conspiracy bull from actual information, good for you. But what about the other people that don't enjoy of this benefit? Most of them just end up falling pray to complete BS.

This is the sort of things you can learn at "Google U" : http://scienceblogs.com/insolence/2009/05/jenny_mccarthy_shows_off_her_knowledge_o.php

This is not "empowerment" it is the opposite, it moves people back to the dark ages in a way.

Comment Re:makefiles and pointers (Score 1) 742

Ok, this is a dejavu, but let me put it again: The article is about the kernel.- You will have to deal with C and pointers, and even ASM if you are coding the linux kernel (or any other kernel for that matter). Regarding apps, it is not just C++ anymore, things like python and Java are very suitable for development of linux applications and are already used extensively by young developers interested in such. There is also the travesty that is Mono and many other languages. There are a lot more options than C/C++ now.

Comment Re:Linux has lost its "elite" status. (Score 1) 742

It seems almost as if the slashdot post intentionally got a misleading title... Please note: The stuff about "Linux not attracting young developers" is about the Linux KERNEL. KERNEL. This got nothing to do about the remaining parts of the OS. So please don't bring bull about how windows7 is now stable and that's the reason developers don't make apps for linux anymore, because it is not true that young devs are less attracted now into making APPLICATIONS that run on linux-based systems. APPLICATIONS used in Linux-based OS are as healthy as ever if not more healthy. This is related to the KERNEL not being attractive to young developers anymore.

Comment Mootest point ever (Score 1) 548

Aren't there excellent programmers that started in any language? Heck, I started with mIRC scripts and even THAT was enough for me to develop logic... Whether there are excellent programmers that started with Basic or not, there would be no easy way they are 'excellent' because of BASIC and not despite that...

Comment Re:Programming == Cut & Paste (Score 1) 623

There's nothing you can earn with doing the "hard stuff" when it is already done correctly, unless you think real programmers are those who can constantly reinvent the wheel... Reusing wheels is not THE problem. I think the real problem is that there is another extreme. There are too many wheels and some times, programmers don't bother to stop and think whether it would sometimes be more convenient to invent a wheel when the only available wheels just do not fit with the rest of your car or are all square.

Comment Re:Reasons I'm Not Reading This (Score 1) 171

It was way easier to skip it, just do it at the word "balanced". Reporters think balance is to give the same attention to both sides of the discussion. But scientific issues work differently, science requires you to be biased towards the theory that is actually supported by evidence. Using journalism's balance in science is the Arkansas school board approach...

Comment errhm (Score 1) 1027

Hehe, you know a game that requires you to be connected 100% of the time to be played? WoW. You know what game has been in the the many piracy streets of my beloved La Paz Bolivia for years including expansions? WoW. I have stopped doing piracy when I grew up and just moved to open source, but I am fairy sure there are a lot of wow players in here that are not paying blizzard for the game. Then again, I have no idea how it works, most likely they are just using a pirate server...

It is naive to think the method described can work as well as the article claims, they assume it is actually hard to get rid of this form of DRM, but really.... Does the game use public key encryption? hack the game so that it does not use it!, simple! Or you thought they were gonna try to bruteforce the key? lol... my bet is that the pirates will get to play the game it even before the release date. (it is gonna be leaked, gratz!) Mean while, true costumers won't be able to play when internet goes down. Good work.

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...