Author Topic: dunno much about linux  (Read 19947 times)

0 Members and 1 Guest are viewing this topic.

Offline Ender

  • x86
  • Hero Member
  • *****
  • Posts: 2390
    • View Profile
Re: dunno much about linux
« Reply #30 on: August 14, 2006, 05:40:19 pm »
And I did not know it could do other languages. Downloading the JDK normally comes with an offer to download Eclipse, so the thought of "Eclipse is for programming in Java" stuck to my head. Ignorance I suppose on my behalf.
Actually Sun doesn't affiliate with Eclipse because they're open-source. They advertise NetBeans and some other crappy IDEs but not Eclipse. And I have to say, Eclipse is definitely awesome but it's not necessarily the best Java IDE. IntelliJ IDEA is pretty sweet but you have to pay for it... I'm basing my opinion off of the free trial. All heavy-hitting IDEs are bulky, so I stick with Vim, Emacs, or Notepad++ when my projects aren't huge.

Hmm... I just exhausted my quote-quota. Back to @'s.

@newby:
Well, of course you don't have Java stuff on your computer. Microsoft doesn't package it with Windows because Sun's a competitor, many linux distros don't automatically package it because it's not open-source, and you don't download any Java apps because you're morally opposed to Java.

@myndfyre, newby
Newby said Java was a crappy language. I said .NET should be shot. All in good gesture.

@java haters
http://www.sun.com/java/everywhere/

Offline Newby

  • Moderator
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: dunno much about linux
« Reply #31 on: August 14, 2006, 05:45:18 pm »
Actually Sun doesn't affiliate with Eclipse because they're open-source. They advertise NetBeans and some other crappy IDEs but not Eclipse.

Ah, that was the craphole IDE they package it with. My mistake! :-X

@newby:
Well, of course you don't have Java stuff on your computer. Microsoft doesn't package it with Windows because Sun's a competitor, many linux distros don't automatically package it because it's not open-source, and you don't download any Java apps because you're morally opposed to Java.

I always thought the Microsoft Java Virtual Machine came with my computer, since it's always upgraded in Windows Update, but I don't know how that compares to the real JVM.

Java came with Slackware, so I use it when I need to use Java programs.

I am not morally opposed to Java. Java runs fine in Linux. It just runs like shit in Windows. And I run JavaOp daily (well, used to) so eh?

No comment at the Sun site. Sun is a dying company (cutting 4-5K jobs to "continue profitability", that's a damn good company!) so their only flagship at this point is Java. I would be proud of it too, personally.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: dunno much about linux
« Reply #32 on: August 14, 2006, 06:51:19 pm »
The reason Java is praised as such a great language is that once compiled, you can run it on any system with the JVM.  Programs don't have to be recompiled for each arch or distro: they just work.  The tradeoff: a slow, bulky language, with too much emphasis on objects.  I actually looked forward to Java for a while, but after taking a class to learn it and using it hands-on for a year, I realised it sucks.  The end.

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: dunno much about linux
« Reply #33 on: August 14, 2006, 06:54:04 pm »
The reason Java is praised as such a great language is that once compiled, you can run it on any system with the JVM.  Programs don't have to be recompiled for each arch or distro: they just work.  The tradeoff: a slow, bulky language, with too much emphasis on objects.  I actually looked forward to Java for a while, but after taking a class to learn it and using it hands-on for a year, I realised it sucks.  The end.
Note that this is true about .NET too.  :P
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: dunno much about linux
« Reply #34 on: August 14, 2006, 06:55:28 pm »
Really?  O.  Whatever.  Java still bugs me -.-

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: dunno much about linux
« Reply #35 on: August 14, 2006, 07:10:34 pm »
Platform independence is way too over-rated.  Most code in C, C++,  (or any decent language) will compile without any problems on 99% of the platforms people use.  In arguments, frothing Java supporters often say "platform independence" as though that phrase is supposed to bring about pause and mould one's expression into an image of mystical awe and appreciation, when it's really more like a 20 cent discount coupon that may or may not come with the pizza you order.


Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: dunno much about linux
« Reply #36 on: August 14, 2006, 08:12:26 pm »
Platform independence is way too over-rated.  Most code in C, C++,  (or any decent language) will compile without any problems on 99% of the platforms people use.  In arguments, frothing Java supporters often say "platform independence" as though that phrase is supposed to bring about pause and mould one's expression into an image of mystical awe and appreciation, when it's really more like a 20 cent discount coupon that may or may not come with the pizza you order.
Well, Java (and .NET) are theoretically binary platform-independent with the given runtime, whereas C and C++ are not.

In theory.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: dunno much about linux
« Reply #37 on: August 14, 2006, 09:00:36 pm »
Platform independence is way too over-rated.  Most code in C, C++,  (or any decent language) will compile without any problems on 99% of the platforms people use.  In arguments, frothing Java supporters often say "platform independence" as though that phrase is supposed to bring about pause and mould one's expression into an image of mystical awe and appreciation, when it's really more like a 20 cent discount coupon that may or may not come with the pizza you order.
It's because it doesn't have to be recompiled on each system, like C/++ do.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: dunno much about linux
« Reply #38 on: August 14, 2006, 09:12:18 pm »
if you know what you are doing

Nailed 'er on the head.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Newby

  • Moderator
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: dunno much about linux
« Reply #39 on: August 14, 2006, 09:21:40 pm »
if you know what you are doing

Nailed 'er on the head.

Well, the same could be said about Windows, so really I didn't nail anything on the head. That's common sense.

That's like saying "nailed it on the head" because I said "if you work hard you will do a better job than if you do not try" :/.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: dunno much about linux
« Reply #40 on: August 14, 2006, 09:44:38 pm »
It's because it doesn't have to be recompiled on each system, like C/++ do.

My point was that the amount of re-compiling that happens is minimal, and not really an issue anyways when it has to be done.

Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: dunno much about linux
« Reply #41 on: August 14, 2006, 09:54:57 pm »
It's because it doesn't have to be recompiled on each system, like C/++ do.

My point was that the amount of re-compiling that happens is minimal, and not really an issue anyways when it has to be done.


It really depends.  A large project can take hours to compile.
An adorable giant isopod!

Offline Newby

  • Moderator
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: dunno much about linux
« Reply #42 on: August 14, 2006, 10:19:50 pm »
It's because it doesn't have to be recompiled on each system, like C/++ do.

My point was that the amount of re-compiling that happens is minimal, and not really an issue anyways when it has to be done.


It really depends.  A large project can take hours to compile.

Or, in the case of KDE, a millenium or so.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: dunno much about linux
« Reply #43 on: August 14, 2006, 10:37:41 pm »
if you know what you are doing

Nailed 'er on the head.

Well, the same could be said about Windows, so really I didn't nail anything on the head. That's common sense.

That's like saying "nailed it on the head" because I said "if you work hard you will do a better job than if you do not try" :/.

Not always true. IE, someone's parent just died, and you try to comfort them but you end up getting bitchslapped because something came out wrong. :)
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline mynameistmp

  • Moderator
  • Full Member
  • *****
  • Posts: 111
  • Hi! I'm new here!
    • View Profile
Re: dunno much about linux
« Reply #44 on: August 15, 2006, 04:11:47 am »
I was reading some material for work and stumbled upon this which turned out to be a semi-decent read:

http://www.amazon.com/gp/reader/0374292795/ref=sib_dp_top_toc/104-0504079-8892722?ie=UTF8&p=S00D#reader-link

Chapter 2, "Flattener #4" is really all that's pertaining to this discussion, though the book was good in general.

The principal logical fallacy that I notice in these discussions (open source vs closed source, windows vs linux, etc, whatever you want to call it) is one that seems to work both ways. For some reason, the Windows supporters seem to think that Linux users should want more market share. And for some reason, most Linux users think we should too, and so argue that we will somehow obtain that market share. I sincerely doubt a non-profit organization is going to dominate any market, especially since market domination (nor profit) is the objective of the organization. I also don't know why anyone cares if Linux gets the market share or not.

Personally, I've preferred Linux for years now. I couldn't care less what the rest of you are running, or how much you're paying for it. The way you guys push the market share thing it seems like I should go buy a Chevy Cavalier, because the majority of people use them, therefore they must be the best. That is a stupid premise for purchasing cars, and even so, cars are much less ambiguous in terms of personal use and application. A one OS/software foundation fits all idea is just a little bit far-fetched. You guys are indirectly implying that Windows must be better because the majority of people use it. We believe you that the majority of people do, stop trying to argue that. However, I definitely do not use my PC to the same ends as Ma and Pa 150 million AOL users, so it would be surprising to me if I used the same OS/software. I'm also not the least bit surprised that Windows is, in fact, "better" for Ma and Pa 150 million. It's not better for me though. Quite frankly, I think it sucks. Sort of like Chevy Cavaliers. Anyways...

Basically, if you touch on the policy vs mechanism aspect, Windows is always going to have problems as long as it tries to combine all of that functionality into one OS, then instill enough policy to keep Ma and Pa happy. I think either you're a family car, or you're a race car. Not a mini-van with 400hp. Note that many Linux distributors are worse than Windows for this.
« Last Edit: August 15, 2006, 04:13:46 am by mynameistmp »