Slashdot Mirror


User: dorkygeek

dorkygeek's activity in the archive.

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

Comments · 396

  1. Re:Already Corrected? on Homeland Security Uncovers Critical Flaw in X11 · · Score: 1
    They aren't. But I guess they were snooping on someones servers who does...

  2. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 1
    RMS is an integral part of FSF, yes. Go, ask him, if you like. Or simply head over to , and you'll see a lot of recent write-ups authored by RMS.

  3. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 1
    Guess you need to recheck then. Quote from RMS: "My 22-year-old child, the Free Software Movement, occupies most of my life, leaving no room for more children, but I still have room to love a sweetheart." HTH.

  4. Re:That explains it. on Is Coffee the Persuasion Bean? · · Score: 1
    A one-line comment with THREE links to your own site incl. the sig and the header. Talking about advertising...

  5. Re:Comparison of Filesystems. on Apple Looking at ZFS For Mac OS X · · Score: 1
    Ever heard of MTBF? If your sample is large enough, you will see lots of hard drives fail within short periods of time.

  6. Re:Wow on More Than 20 Years of the Web on the Big Screen · · Score: 2, Funny
    A. He got probed up the ass by the aliens, he's got to get some comeback. It's a classic tale of revenge and redemption. Positively Shakespearian.
    Some of us here would be very happy to get it at least up the butt. Although a kind of "revenge" afterwards woul be nice too.

  7. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 1
    Dude, read my comment before posting.

  8. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 1
    You don't know what you are talking about. I hope you do realize that the FSF is one of the major enforcers of the GPL in court and in out-of-court negotiations! Therefore the FSF DOES help defend your rights if somebody is in violation of the license of your program!

  9. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 1
    A license is worth shit if you don't have somebody to defend it.

    But hey, since you are a well known troll around here, I'll stop argueing with you now.

  10. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 2, Insightful
    Many many many people work on OSS tools and when people blatantly say "OSS is because of RMS" they blatantly disregard their contributions.
    Which is released under which license? Hmmmm? Yes, the GPL. Which in turn is constantly developed and defended by? Hmmmm? Yes, RMS.

  11. Re:Hatchet piece - RTFA next time, stupid editors on Stallman Selling Autographs · · Score: 1
    Ever used ls, or cp, etc.? Yes, the base of your system is all developed and maintained by the GNU effort. Go ahead and bash RMS, but then at least be consequent and use *BSD!

  12. Re:Or... on Google Violates Miro's Copyright? · · Score: 1
    Yeah, but the other side profits too, e.g. the art scene.

    Now you could argue who profits more, Google or the other party, thereby evaluating how much and in which direction money should flow. But this is extremely difficult.

  13. Re:sex is immoral (Off-topic) on FCC Levies Record Indecency Fine · · Score: 1
    Itention to stay together and having a back-off plan are two completely different things! My intention to stay with a partner is not degraded by an exit strategy.

  14. Re:good for the series I'd say on FCC Levies Record Indecency Fine · · Score: 1
    wget does that job just nicely :)

  15. Re:Folks, the Cold War is over on UK Demands Sourcecode for Strike Fighters · · Score: 1
    We got there first. "We" were the United States for 34 years before Mexico was. So, in the spirit of "first come, first served"
    So how comes that the name "America" was coined long before you even had enough land to unite?

  16. Re:Folks, the Cold War is over on UK Demands Sourcecode for Strike Fighters · · Score: 3, Informative
    Hehe, USian fits you damn well. You don't seem to know the slightest bit outside your little world, do you?

    From http://en.wikipedia.org/wiki/Mikoyan_MiG-29:

    Many pundits such as the Federation of American Scientists recognize that in an individual match-up, the MiG-29 is potentially better than the F-15 Eagle or F-16 Falcon.
    Russian fighters are indeed pretty good!

  17. What's a robot, anyway? on U.S. Army Robots Break Asimov's First Law · · Score: 1
    A robot is a device which acts automatically, on its own, maybe triggered by sensors.

    So what's so new about these news? There have been automatic defense system which fire as soon as something comes in sight. Is this not a robot? Just because it doesn't look like the classic sci-fi robot does it make no less a robot.

  18. Re:Funny on Dell Opens Up About Desktop Linux · · Score: 1
    Installing a program ad-hoc (which is what you obviously want to do) and a managed install from a repository are completely different philosophies.

    Looking at my OS X box, most installs are ad hoc, i.e. you go to a webiste (e.g. mozilla.org), download the binary, and invoke the installer. This will install me a standalone, self-contained application. The advantage of this approach is its ease of initial use. Head to website, download, install. The downside is: dependencies (ok, first go to site A and download X, the go to site B and download Y, etc., until you've got all you need to run the application you initially wanted. Second, updates (but see below).

    The repository approach (e.g. on my Debian boxes) is fundamentally different: you download software from one source. The dependencies are fetched automatically. The actual application is in a certain relationship to other installed packages. The advantages? Imagine you want to remove the app you installed. With the ad-hoc approach, you then still have its dependencies lying around. Or are they really still dependencies? Maybe they are now used by other programs in the meantime, and uninstalling will break them. This problem is dealt with in the repository approach, since the package management system knows exactly what packages are installed because you explicitely requested them, and what are only auxiliary packages, which are automatically removed when the last application which relied on them is removed.

    A further point is updates. How do you update your ad-hoc installations? Well, most of the time, you browse around the web checking if a new version of one of your installed applications is available (apps like Firefox which have their own update mechanisms are the exception). Got N installed apps? Then you have to do N steps to update your system. With the repository approach, you simply tell the package management system to update, and it automatically installs all available newer packages. N packages, 1 step to update them all.

    With the repository approach you are also guaranteed that the package fits into your system nicely, since the installation routines are tweaked to seamless integrate the application into your system. And you have somebody dedicated to do this tweaking who knows your system exactly. With ad-hoc installations you've got only one person, the application developer, who is responsible for installation. Imagine for example I wrote an application which is so portable that it may run on Unix as well as on Windows sytems. I could very well write a neat installer for Unix systems, at least for some of them. But I know shit about Windows. I could maybe provide a .bat or how they are called over there, but you can rest assured that it certainly won't play nicely with your system. With the repository approach OTOH, you have the package maintainer who modifies the installation routine in such a way that it plays nicely with your system, no matter if the developer of the application had the slightest idea about your system or not.

    Furthermore, if you use a package management system from a distro like Debian, you not only have centralised installation, but also support. You have the package maintainers which you can contact if you experience bugs, and you have other central contact points like the mailinglists of that distro. With ad-hoc apps, you first have to roam the Internet to find support.

    Also, with the repository approach, you get certain guarantees about stability, availability of packages in your preferred language, documentation, etc., which are described in an overall policy. Package maintainers are anxious to fulfill these requirements, and that's also the cause that it sometimes takes a little longer for a new version of an application to get into the repository, because the app may not be stable enough, or lack some other things which are prescribed by the policy, and so the package maintainers first have to add these missing bits in order to meet their

  19. Re:Funny on Dell Opens Up About Desktop Linux · · Score: 1
    You mean like Synaptic? You enter the name of the program you want and hit apply. Everything is handled automatically. Happiness ensues.

  20. Re:The problem with software companies on The Trouble With Software Upgrades · · Score: 1
    Well, then just leave these consumers alone. I mean, honestly, I use FL/OSS because it gives me want I want and need. But I simply do not care about people who don't. It is not my problem they are not using FL/OSS.

    And it may be even better to keep the common consumer out of FL/OSS anyways, since I definitely do not want support requests on mailinglists from clueless Windows converts.

    Sorry, sometimes I just have to rant.

  21. Re:Ack, worst link ever to click on 5% of All Web Traffic Unsafe · · Score: 3, Funny
  22. Can't approve of that on OSS Not Ready for Prime Time in Education? · · Score: 1
    At my university (10'000+ students), more and more of the students facilities are switched to GNU/Linux (already more than half of it). We used to be a 40% Solaris/40% Windows/20% others shop, now we are a 60% GNU/Linux/20% Windows/5% Solaris/15% others (Mac, SGI, etc.) site.

    But hey, this is Europe, no idea about the US.

  23. Re:"denote" on A DVR Security System That Isn't Based on Windows? · · Score: 1
    I wasn't aware that it's asshole day today. Sorry for having missed that memo.

  24. Ugly! on Lenovo's New PCs and Laptops · · Score: 1
    Ugh. They're. Ugly.

  25. Re:The volume of the ocean is on NASA Detects Nearby Mystery Explosion · · Score: 1
    But the question is: how many years would we need to drink them. And could we call them "light" years?