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

 



Forgot your password?
typodupeerror
×

Comment First Page Notice (Score 1) 268

If I were this guy, I would put this in the front page of every search of "toshiba" on its site.

"Oh! You're looking for the manual for the Toshiba Satellite XXX. We had that, but Toshiba itself told us to drop it from this site because they think that your computer is SO OLD that it's already discontinued. Good luck finding it in Toshiba's site (link goes here to some goatsy picture)"

Comment Re:Linus is over the hill, (Score 1) 388

The community around it. I mean, if you want to know who understands something like IO handling, ask the guy who's doing it.

Actually, I remember reading not long ago that Linus main purpose to this day is filtering stupid crap from getting into the main kernel branch and not so much of developing active parts.

Comment RedHat 5.2 opened my eyes and I never looked back (Score 1) 867

I remember each distro I installed on my PC:
Red Hat 5.2 (felt in love with Linux, vim, remote X's, Apache and PHP [I was young])
Mandrake (cute tuxies, magic stars and KDE)
Debian ("apt-get install kde" over a 56K modem is slooooow)
Gentoo (Wow, that "stage 1" thing took long enough)
Ubuntu (Wait, my WiFi, X and Sound card work already? But it's all brown)
Xubuntu (I loath you Unity!)

Comment Re:JPA (Score 1) 101

standard Java is always far behind the curve

Well of course, just look at all the platforms supported by the JVM and all the projects/enterprises which depend on Java. You can't do what Python did with 3k and break backward compatibility. You can't also do a big framework release as .Net does because Java is not controlled only by a single company nor runs in a single platform.

How often have you grabbed a community Java package to solve some business problem and figured out a little too late that while it does 98% of what you need, you can't get the last 2% done at all without tossing that framework and starting over with a different one?

Luckily, you can implement such 2% of features by your own. Really, it's not that hard and that's what programmers do, not simply put together a bunch of frameworks and visit /.

You need to be aware of which of these things you might pull in don't play well with each other and why.

Then I suppose it's better to have one company to tell you how to do it and to sell you all the solutions.

This is a problem that developers in several other languages just don't, in any practical sense, have.

I suppose you're talking about .Net here, because this happens with C/C++, Python, Ruby and Perl that I know of. Actually, it's worst in some of them.

Comment Re:Romania's approach :D (Score 1) 432

If your CS department is any good you will be downloading Linux kernel source code, studying it, modifying and compiling it etc.

No, if your CS department was any good your foundations would be completely OS agnostic and would NOT be exclusively focusing on Linux.

Yeah, but you can't download Windows source code nor most of the parts from MacOS, so Linux is a good case study.

Comment Re:Java is Doomed (Score 1) 101

Do you really believe all the bullshit you just wrote? If you spend all day immersed in MS crap, then I suppose it's not your fault.

The Java platform had so much potential that will go to waste.

Did you read who are part of the JCP? Do you have any idea of how much money and resources have been invested in Java platform? So, you really think these players are just going to say 'Hey, I think it would be better to ditch all of this and become MS resellers'. Actually, it's the other way around.

The future looks fairly bleak for Linux on the server side without a competitive virtual machine.

Sure, Linux is competitive on the server side because of the JVM. Please Mono, come and save Linux! Please let us feel the joy of .Net development.

Comment CLI (Score 1) 330

I like this UI, mybe someone will clone it for Linux to see how it goes. Anyway, M$, how about a good CLI environment? It's about time.
Also, Unity and Gnome3 shell are very nice, I like both. KDE not so much. OTOH I despise iOS UI. I don't know why so many praise at its ease of use. It's a very cute piece of crap!

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...