Slashdot Mirror


User: g_bit

g_bit's activity in the archive.

Stories
0
Comments
281
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 281

  1. Riiight, Spreadsheets and Graphics Apps are toys on Is the Linux Desktop Getting Heavier and Slower? · · Score: 1, Insightful
    Sorry, but I disagree oh "insightful" one.

    Just because you can't think of any useful graphical tools doesn't mean that there aren't any.

    I think that the many people who use Photoshop, Quark, Excel, Visio, etc. would agree with me.

  2. I agree. MS may be evil, but their software isn't on In The Works: Windows For Supercomputers · · Score: -1, Troll
    Linux advocates are just pissed off because their OS sucks by comparison. They have to do everything themselves, code everything themselves, they spend all day tweaking their systems with the newest "X Server" that they never get any work done.

    I have this one computer in my office that I've tried a few distributions on, but none will install. They all crash during the installation.

    Windows on the other hand installs just fine. So, while Windows *used to* crash a lot (in previous versions), Linux *still* has a hard time getting itself installed.

  3. Your imagination is limited on Five Fundamental Problems with Open Source? · · Score: 1
    If all you can think of is "email/web/print/word processing" for things that people do at a computer, then I feel sorry for you.

    Try building a program like Photoshop with only a command line. You'd have users typing commands like "SetPixelColor 100, 50, FFFFFF".

    Windows is appealing because it's the GUI environment that has the best combination of speed and features, and has the most developer support, therefore it has more+better programs. Pretty simple reason if you ask me.

  4. Tux is an asshole on Five Fundamental Problems with Open Source? · · Score: 1

    You don't get it, people don't want to learn anything new. People want to walk up to the thing, put a blank disc in and *click* burn.

    If you are spending all of your time learning the computer's way of doing things, then you're spending less time making the computer do things the way that you want them done, and you're wasting everybody's time.

    GUI's are the way to go because in the real world, you interact visually. That's why you have eyeballs and hands.

  5. Irrelevant Technicalities on Five Fundamental Problems with Open Source? · · Score: 1
    The fact is, is that people have been exposed to the knowledge that clicking on icons makes programs run.

    Is there something wrong with that?

    Clicking on icons is no easier and no harder then typing a single command to install all of your apps (I would actually argue that typing the command is easier), it just depends on what the user has been previously exposed to.

    In fact in linux, I would feel uncomfortable clicking an icon on the desktop to install anything, just because I've become so accustomed to the command line.

    Normal people that live most of their lives in the real world are accustomed to turning a knob or pushing a button to achieve a result. Therefore it follows that pushing a virtual button (an icon) on a screen will be more easily understood and accepted by a user. You don't walk up to a real door and type "open door" to open it, do you? Why should people be expected to learn the computer's commands, instead of making computers work more like people do?

    Also, a DLL failure on the part of the installation package has nothing to do with clicking vs. typing to install an application. I've seen more command line installers that don't even give you a reason as to why they failed, but that's not the point.

    Humans will always "get" clicking faster/easier than they will remembering some command that they have to use once in a blue moon.

  6. Whoa, 311 games for Linux on A Babe in Tuxland · · Score: 1

    Lookout, the family's gonna have fun tonight!

    Trust me, I know how to do this stuff in Windows...but when that prompt in front of you is a bash prompt you are absolutely clueless. Stick to what you know.

    Gee, I can program the sh*t out of C/C++ but yeah, that bash prompt is soooo intimidating ;)

    Now, you wouldn't perhaps be lying by saying that all you have to do to get a Linux app installed is to type one command would you?? Because I've done plenty of Linux software installs and there is a little more to it than that. Editing numerous config files comes to mind...

  7. Oooo, one game is written for linux...point taken! on A Babe in Tuxland · · Score: 1
    Hahahaha! I'm clueless? You think that because you can run Unreal Tournament that you've proved anything?? For every one game that is released for Linux, 1,000 games are available for Windows.

    Installing Windows software consists of my clicking "Next" for a little while. Installing Linux software goes something like this (taken from the MythTV user guide):

    The runtime manager for shared libraries, /lib/ld.so, gets information about the locations and contents of shared libraries from /etc/ld.so.cache, a file created by ldconfig from information in /etc/ld.so.conf. Because MythTV installs some shared libraries in /usr/local/lib, that directory needs to be added to the list of directories for ld.so to search when doing runtime linking of programs, if it is not already there. You do this, as root, by editing /etc/ld.so.conf, then running ldconfig. There are many ways to do this; one that works is to enter this series of commands:

    $ su -
    # echo /usr/local/lib >> /etc/ld.so.conf
    # /sbin/ldconfig
    # exit
    $
  8. Because what can you do with Linux? on A Babe in Tuxland · · Score: 1
    I just setup a media pc for my living room. I built the pc myself, installed WinXP, updated it, installed the ATI media software, updated it, now I've got my own Tivo.

    This took me all of 5 hours and I used all packaged software...I didn't have to even look at a command line or know how to use the "make" command.

    You just can't do this with Linux, unless you've spent a lot of time figuring it out already.

    I'm sorry but a house full of kids with all Linux *is* bizarro world because it's not normal. All of their friends use Windows, all the good games come out for Windows, and all the good professionally written, professionally packaged, and easily installed software is written for Windows.
  9. The real difference on A Babe in Tuxland · · Score: 1
    I can setup Linux to allow her to delete mommy's data just as well as Windows.

    The real difference is that it's easier to secure files in Windows than having to understand how the hell to use chmod and what '777' means.

  10. Actually System Restore comes with Windows on A Babe in Tuxland · · Score: 1

    And, that's all you would need for any of these problems, none of that Norton crap is worth a dime.

  11. Amen Brotha on A Babe in Tuxland · · Score: 1

    The article is a Troll.

  12. Could you spew some more nonsense? on A Babe in Tuxland · · Score: 1
    I find MS Windows more difficult to fix than Linux.

    We'll when you basically have to "fix" everything in Linux to get it to work right in the first place, you get a lot of practice at it.

    ...on MS Windows there's nothing to try except "install it again".

    And that is still easier than what you have to do on Linux, where you have to hunt down all of the support libraries before you can make your program.

    Installing a driver for that new wireless card? On MS Windows: click here, click there, click everywhere, futz with wizards for five minutes, maybe it works. On Linux: cp, insmod, ifconfig, working.

    Having a GUI configuration app and spending 5 minutes with it takes a lot shorter than the time it took you to figure out what commands to run in the first place...or did you just "know" to type those commands? Good one.

    Your last comment so obviously lacks merit that I will not even attempt a reply, except to say that you are a blithering idiot. Have a nice day.

  13. You live in Bizarro World on A Babe in Tuxland · · Score: 1

    Either that or you're lying.

  14. Suggestion on Getting A Laptop With The Low U.S. Dollar · · Score: 1

    I was researching a new notebook for myself recently and in comparing Sony to Dell, I found that Sony offers more for your money, plus they are more readily available (ie. you can buy them from any store like Circuit City or Best Buy instead of having it shipped)...plus, they offer a 1 year Overseas Service warranty for only $49.00 USD.

    You might be concerned about that last one if you're buying in the States and bringing it back to the UK. In my experience, even if you buy from a store, you can always call the manufacturer and buy the extra warranty. Here's a link to a nice P4/2.8GHz/512MBDDR/15"XGA/etc. for $1249.00 (compare that to what you get from a Dell): http://www.circuitcity.com/detail.jsp?c=1&b=g&cato id=-8026&qp=0&oid=87650

    I've also had very good luck with my Vaio, so maybe I'm biased :) Anywho, hope that helps.

  15. Linus great? on How To Hire Great Open Source Developers? · · Score: 1
    If Linus were a great programmer, he'd have come up with his own operating system rather than copying Minix and Unix tech. from the 60's.

    And yes, Microsoft products are really good because they make money from them, because it allows them pay their developers well (and keep the good ones). It's a direct effect.

  16. Great Open Source Developers? on How To Hire Great Open Source Developers? · · Score: 0, Flamebait

    I don't think they exist. Maybe you should switch to a better model to get great developers. Here's a hint: Great developers usually like to make money, hence none in Open Source.

  17. How can you take the product name seriously? on A First Look At The GIMP 2.0 · · Score: 2, Insightful
    With a name like "The GIMP", how can you take this product seriously if you're a professional?

    This is one thing that has always annoyed me about certain Open Source packages. GNU - Oh, that's so clever I forgot to laugh!

    Do you think that Adobe would have sold Photoshop if they had named it "The WIMP" (Windows Image Manipulation Program) or "The APP" (Adobe Photo Program).

    I mean, "Photo IMP" or almost anything else would have been better.

  18. Absolute Shit Computing on The Uncertain Promise of Utility Computing · · Score: 1
    I think that's what it becomes when you introduce Linux into the picture, no?

    Oh, go ahead mark me down! If I said Microsoft this would have been "Funny".

  19. That's not the reason, you can script IIS too on 2003: Year of Apache · · Score: 1
    The file "iisweb.vbs" that's included with IIS Admin Scripts does the same thing (making a new site, without the restart I might add ;)

    The real reasons are that

    1. Linux is free (as in beer) and it gets the job done, and
    2. since it's free (as in speech) it can scale better than Windows/IIS where you have a tougher time stripping it down to essentials.
  20. I like the house analogy on 2003: Year of Apache · · Score: 1
    The keywords are "long term". IIS is a quick solution.

    In the future, when I pass my "web master" hat onto someone else, I'm sure we'll be employing droves of Apache*/nix servers.

  21. Thanks for the tip :) on 2003: Year of Apache · · Score: 1

    I had a sneaking suspicion...

  22. OK, you got me. on 2003: Year of Apache · · Score: 1
    A.) Umm, I've got nothing against Apache.

    B.) I'm not arguing, I was making a non-partisan point that had nothing to do with IIS/Apache war.

    C.) Have YOU had your coffee today?

  23. I never said it was a Bad Thing on 2003: Year of Apache · · Score: 1
    I'm not even arguing with you.

    You seem to be getting a little defensive, have you had your coffee today?

    The only comment that could be taken as a slight disagreement is that you think Apache is easier to configure that I do, but I even said I haven't tried it in 2 years.

  24. I manage IIS remotely and have all virtual domains on 2003: Year of Apache · · Score: 1
    Using VNC (good) or PC Anywhere (better) this is easy.

    If I'm on the network or on the vpn, but not at the server, my local management console can be used to do it.

    Can anyone tell me what they think is hard about setting up a virtual domain in IIS? Here are the steps: Right-click on the server in MMC, click "New Site", type name of site, under "Host Headers" type the name of the domain that this site is for and choose an IP that is used by other virtual servers. Choose a home directory...done.

  25. Sorry, one more comment on 2003: Year of Apache · · Score: 1
    According to this: http://apache.org/foundation/projects.html

    Apache is trying to be a mail server among other things too.