Slashdot Mirror


User: Stinking+Pig

Stinking+Pig's activity in the archive.

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

Comments · 561

  1. Re:Linux and Redhat confusion on Red Hat Recap · · Score: 1

    100% true, and it's not just the PHBs and marketdroids -- I've gotten the same thing from junior admins, network people, and assorted Windows programmers.

    I usually try to correct it with the roads analogy: Linux is infrastructure, like roads -- Red Hat is a company that sells road-related services, like paving trucks and cars.

    It's fairly successful for someone who's got five minutes to think; most people don't have that, so I shut my mouth when they quit listening. No skin off my nose if ignorant people prefer to stay that way.

  2. Re:Cost of switching distributions? on Red Hat Recap · · Score: 3, Insightful

    1) the speed of change is very rapid and all the distros don't make the same decisions about following that change. Glibc, the kernel, and gcc are the big ones, but everything introduces possible incompatibilities. I've spent some delightful time diagnosing NPTL changes that broke my last companies' app on RHEL3, but nothing else. It's arguable that the old behavior was broken and eventually all distributions would come along to the same change, but the immediate effect is "RHEL 3 breaks my app." That sort of thing could happen going from any distro to any distro, depending on the cleanliness of your code.

    2) Most inhouse code is not so clean. It's not uncommon for scripts to look for /etc/redhat-release, use hardcoded paths, and otherwise make bad decisions. This is particularly true when the code was one of the company's first few Unix projects; they're coming from Windows and they don't understand the environment.

  3. Re:Worried about Paying Anything! on Red Hat Recap · · Score: 1

    I'm sorry, but "Support" is a bag full of shit, regardless of who is selling it to you. I'd rather buy the license and be done with it.

  4. Re:$179? No problem. on Red Hat Recap · · Score: 1

    Most other Linux distributions are actually much easier to manage than Red Hat and require less of a Linux Guru. The lack of dependency management is crippling when you're used to something better.

    With regard to cost, were we discussing buying an iPod for every desktop in your company? If not, I must be confused. I do pay for my Linux distro ($120/year Mandrake Club), but I'd think long and hard before dropping that number * servers or workstation seats.

  5. Re:Seminal work? on The Power of Persuasion · · Score: 2, Informative

    Mackay rocks -- absolutely fabulous book.

    Volume 1: http://www.gutenberg.net/etext/636
    Volume 2: http://www.gutenberg.net/etext/713
    Volume 3: http://www.gutenberg.net/etext/884

    Heck I may stop at the library on my way home and read that one again :-)

  6. Re:Best Persuasion on The Power of Persuasion · · Score: 1

    Me too! Especially if I can persuade them that their spelling is demeaning to the language; research has proven that insults open the door to buying behavior.

    stupid git.

  7. just goes to show on Hacker Indicted In France For Publishing Exploits · · Score: 0

    to be right is an unforgivable sin.
    good luck,

  8. Re:Do we see a pattern here? on MandrakeSoft Exits Bankruptcy · · Score: 4, Informative

    A handful of samples != overwhelming evidence. You'd see a very different picture if you were on a Mandrake-specific list, where loyalty is high and the majority of people seem to be coming from Red Hat and SuSE rather than Windows.

  9. Re:Hmm, I smell a slashdotting on Andreesssen: Why Open Source Will Boom - in 103 Words · · Score: 1

    notwithstanding legal efforts to the contrary, countries and corporations are not people.

  10. Re:why does programming stinks today, an opinion on Why Programming Still Stinks · · Score: 3, Insightful

    Lemme get this straight, doing well in academia is the answer but the only good thing in your academic curriculum is a side research project because your main classes don't teach thinking?

    I'll say this for the English degree, which I highly recommend to any young geek looking at schools: you learn to think, you learn to communicate, and you learn to differentiate shit from shinola. Surviving through a hardcore postmodernist-influenced seminar will prepare you for any amount of corporate meetings.

  11. Re: Building code from specification on Why Programming Still Stinks · · Score: 1

    Exactly. Maybe it's just that I'm a bad coder, but the devil is in the details. While fleshing out the details of HOW it's going to do WHAT I want rarely changes the high level spec, it frequently does lead to redesign of the low-level module-type stuff.

    gather data
    validate data
    notify user
    preprocess data
    and then a miracle happens
    present data

  12. Re:Interstitial Ads v. "have to pay" v. reg-only . on Why Programming Still Stinks · · Score: 1

    Let's not forget that the folks at Salon use and develop the open source CMS system Bricolage (homepage, Salon tech notes on their choice, Linux Journal article, Another).

    They're not exactly the bad guys around here.

  13. Re:Thats what you get on "Witty" Worm Wrecks Computers · · Score: 1

    Reasons:

    a) you know what you're doing and want a lot of control. Of course, since you're running *nix of some sort, it's fairly safe.

    b) You don't want a lot of boxes on your desktop.

    c) It's just another thing to buy, and my nephew got me this software thing for free.

  14. Re:how do you lose the data? on "Witty" Worm Wrecks Computers · · Score: 4, Informative

    If it's a FAT16 or FAT32 partition, the primary FAT table will be wiped. While there is a second copy at the end of the partition, finding and restoring it will not be trivial.

  15. Re:Imprecise! on "Witty" Worm Wrecks Computers · · Score: 2, Funny

    I'm sorry that you read so poorly. Here, let me help by quoting the relevant sentence for you:

    "all computers running several recent versions of firewall software from Internet Security Systems, including BlackICE and RealSecure,"

    Google tells me Quantian is Knoppix/Debian.

    http://www.iss.net/products_services/blackice.ph p

    While there are RealSecure sensor nodes for Linux, the desktop software being referred to here is also a Windows product.

    In other words, BZZZT! Thanks for playing the troll today.

  16. Re:FYI: 'ZZ' is the same as ':wq' on Modernizing the Save Icon? · · Score: 1

    I use :x because it's one less key. After all, the entire point to my vimming is to minimize the keystrokes required to write and edit. Aside from the point of standardizing on one editor across any OS that is.

  17. Re:File selectors? Why? on A Look at the Upcoming GNOME 2.6 · · Score: 3, Insightful

    I would assume it's because nautilus is a lot bigger than a gtk file selector. Anyway, a file selector is still required because people will choose to run your apps while the whole DE is not running. For instance, I run a number of GNOME and KDE apps on XFce4; I may have konqueror installed, but it never runs and I certainly don't have nautilus installed. Even if they were installed, if they were required to do file operations from Cervisia or Gnumeric I'd have to wait for those browsers to come up from a standing start when all I wanted was to open or save a file.

  18. Re:Wow on A Look at the Upcoming GNOME 2.6 · · Score: 1

    Hah. You may think that's oldskool, but my coworker here uses twm :-) No joke, twm and xterm and mozilla.

    Anyway, try XFce4 if you want eyecandy on a lowspec box. Blackbox is also a nice environment once you get used to the lack of an iconbox (minimized apps just disappear). Windowmaker is okay for lowspec desktops but uses too much screen real estate for a laptop IMHO.

  19. Re:gpdf on A Look at the Upcoming GNOME 2.6 · · Score: 1

    As long as it doesn't copy the "use 100% of CPU whenever I'm running" feature.

    Even without that, I'd still use xpdf. Bookmarks are arugably of use, but thumbnails? No way.

  20. Re:Performance on A Look at the Upcoming GNOME 2.6 · · Score: 1

    You know, I quit trying new desktops about a year ago. I'll still install KDE for a newbie, but I only use XFce4 on my desktops. The others don't offer anything over it that I want. I do wish GNOME were a better choice for newbies as it is prettier and arguably friendlier, but its instability in my experience is a show-stopper. KDE can also get its panties into a twist, especially where sound is concerned, but on the whole it's a smidgen more reliable than GNOME.

    Of course, neither can touch any of the "lightweight" DE's and WM's in the stability department.

  21. Re:Our chief futurologist, Neal Stephenson on Banryu, Robot Or Dragon? · · Score: 1

    Here's a hint -- the needles are in Snow Crash and Diamond Age. Everything else is hay. Zodiac and Cryptonomicon are readable hay. Quicksilver is not even that.

    Anyway, I doubt this thing can break the sound barrier.

  22. Re:Totally Worthless on Banryu, Robot Or Dragon? · · Score: 1

    Woodbees are pretty ferocious, and may someday be able to able to eat plastic like that bacteria in _The Andromeda Strain_. They could probably take one of these robots down in a few minutes. Better to have it alert the proper authorities with the proper equipment.

  23. Re:Wow on World's Smallest Homebrew RC Unit · · Score: 1

    I quiver in fear when I think of someone deciding my site is interesting enough for slashdotting :-) Though it wouldn't do anyone much good since I host it on my ADSL line :-) However, a coworker did have an ugly experience when his fractal images got linked via Google's math-celebration logo some weeks ago, which was followed up by a slashdotting the next day. Ow, two for one...

  24. Re:There's a good reason we choose Mars, not Venus on Venus: The Forgotten Planet · · Score: 1

    "as it is just marginally cooler on Mars"

    Where do you live, McMurdo Station? http://emma.la.asu.edu/daily.html The daytime times are positively balmy next to St. Louis in the winter, but those nighttime temps are a survival issue in my book.

    Of course, in my book St. Louis could use terraforming too :-)

  25. Re:MiniITX on Is the x86 Ready for Consumer Appliances? · · Score: 1

    I think you mean _because_ you're running XP it can decode in realtime. There are Linux drivers which enable the hardware decoder, but they're closed-source and buggy. My Epia M Nehemiah is a slow and quiet workstation (though quite good at that) rather than a DVD watcher, because it can't play them without installing Windows. Official drivers: http://www.viaarena.com/?PageID=325 Unofficial drivers: http://www.ivor.it/cle266/