Slashdot Mirror


User: WraithM

WraithM's activity in the archive.

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

Comments · 3

  1. Re: on The War Is Over, and Linux Has Won · · Score: 1

    Yeah, BSD is good. :) Linux definitely caters to developers much more than Windows. I've tried programming in a Windows envrionment and strongly disliked the design. .NET is a disaster. I like a *nix environment for programming. It's far superior in my mind.

    And for things like scripting and automating tasks, *nix wins without question. You can keep your files organized and do all kinds of things that would take hours in Windows that you can do with one line of bash or perl scripting (for example, I converted a whole bunch of .wav files to .mp3 while keeping the same name of the files and only changing the file extension in only a few lines of perl code.) :D Windows fails to address a lot of the things that I find are crucial to me functioning in a computer environment.

    Not to mention that Linux and BSD are open source. I can learn from coding projects that have been done before to do things that I want to do. I can also contribute to the projects and improve the software itself. While with Windows, you can't even modify the programs that are given to you (unless you feel like programming in machine code for three years.) Nor can you make the experience of using Microsoft software better for everybody else. You can do that in an open source environment.

  2. Re:My experience with Linux on The War Is Over, and Linux Has Won · · Score: 1

    Nicely said.

  3. Re: on The War Is Over, and Linux Has Won · · Score: 1

    "Many people who complain about Linux 'sucking' tend to do so because if they tried it, they typically ran into a restriction that was imposed artifically by a hardware vendor or some sort of copy protection mechanism. The 'problems' in Linux are not due to design issues of technical failures at all." Actually, I switched because of a design issue. I ran Linux for years; I started with Red Hat 6.0, and then moved up the versions in Red Hat upto 9.0. I then switched to Fedora Core 1, and disliked it. I switched to Slackware 10.0, and ran that for a long time. Then I switched to Gentoo, and ran that for even longer. I was working on coding in Assembler, and I was interested in system calls. So, I figured out that Linux does system calls through 'mov'ing the arguments into the registers. I strongly disliked that design. I switched to BSD because it does system calls through pushing the arguments onto the stack. I learned later that Gentoo (I don't know if the vanilla kernel supports this) supports the pushing arguments method. Maybe I'll try that later, but I prefer BSD for a design reason. I still use Linux on my laptop, and things that have uncommon (for the consumer) processors. Like ARM, and if I get a MIPS processor, I'll probably put Linux on it.