Slashdot Mirror


User: Spoing

Spoing's activity in the archive.

Stories
0
Comments
2,367
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,367

  1. Re:I agree with him on Can Open Source Be Trusted? · · Score: 2
    Is there anything preventing building automated test suites?

    Automated testing sucks. Don't think it's going to save you any time or catch defects any more reliably or faster. It's tempting, and can be useful, but it's usually a big waste of time.

    To do it right, you need to basically duplicate everything that the target program does, and verify it's output. When the code changes, your scripts often break. Guess how many people on a project of 30 people will code that?

    Now, how many people will want to do automated test scripts on a project with often and early release schedule?

    Having said that, limited automated testing can be very valuable. Usually testing protocols or data manipulation...ideal to catch some security issues.

  2. It's all in the people... on Can Open Source Be Trusted? · · Score: 5

    The following is dry, and opinionated, from the POV of an old-timer VV&T/QT/Tester.

    I'm big on specifications, and will argue both sides of a contract when a spec is violated. I've even been in a couple shouting matches over them, fighting for the correct implementation, not supposed "flexibility" though they do need to be bent at times.

    Fortunately, the shouting matches are rare and as a Contractor Scum(tm), I never take them personally...only as a barganing point and to help stiffen the backs of those who are easily swayed. It's a shame when good projects go bad, but that's other people's money!

    Good specifications are invaluable in eliminating all sorts of conflicts and allow projects to actually end without different groups wanting to kill each other.

    Unfortunately, specifications are by necessity limited in scope. If it's not in the spec, it can't easily be added. If it's in the spec, it can't be modified easily.

    On a formal contract, adding in goals like "The system shall be fast" don't work well, so more detail is usually specified; "The system shall retrieve a query on the client stations within 4 seconds at all times".

    There's always a few details that slip by, and if the people on the project aren't reasonable the details will cause quite a few social and technical problems.

    Even relying on an outside specification is a problem...since APIs/protocols/... are usually vauge on some level.

    The people who implement it and the environment have a much greater impact on the results; there will be good and bad free software / open source projects...as there are good and bad commercial projects.

    From what I've seen, I'll trust open source as much or more in most cases...but I'll test it first.

  3. Re:flammable ethernet cards on 24/7 Running PCs = Fire Risk? · · Score: 2
    The cards most often have a little black mark in the center of the chip looking like someone gave it a ciggarete burn.

    Yep. I misconnected power to a floppy drive a few weeks ago, and *pop*, same thing. Easy to do on some drives; the power connectors aren't keyed!

  4. Why wait? Here's a starter list... on Genetically Engineered "Smart" Mice · · Score: 2
    Feel free to knock me down for even mentioning this. Disagree with me. Tell me I'm wrong, or simply correct me.

    Either way, here's a list to chew on;

    1. Eat less, exercise.
    2. Frequent snacks vs. meals.
    3. Water: 1 litre per day per 100lb body weight.
    4. Protein: A mix of all types including soy, but focus on fish.
    5. Fats: Lean toward flax seed oil vs. deep-fried or fatty red meats, but eat meat!
    6. Fruit: Concentrate on fiber-rich & high-water content vs. sweet.
    7. Sleep.
    8. Vitimins: 1-4g C, 100-300mg B complex, ...
    9. Other: 5-HTP, L-tryptophan, choline (liquid), DMAE, ...
    10. Books: Smart Drugs (dated), Smart Drugs II.
    11. Newsgroups: rec.drugs.smart (watch for scams, group think, and hype...including mine)
  5. Re:It will not matter much soon... on Software Packaging And The Environment? · · Score: 1

    Agreed. VMware does this, and I gladly gave them $$ for the product they made. No paper invoice, no packaging, all electronic. I heard about the product by word of mouth, tried the full-featured -- but time limited -- "demo", and just couldn't not give them money. :/

  6. Heft factor... on Software Packaging And The Environment? · · Score: 1
    I worked for a once-proud DOS/Windows utility company. For a few months we even had a top 10 selling product in terms of retail and in bulk licence sales.

    The company's package evolved from a spiral-ringed binder, to a slim plastic spiraled manual with a disk insert, to a small box, to a full-page sized box two inches thick.

    Retailers *hated* the huge box...but we sold much more after changing formats. For one, you couldn't turn the box on it's edge. It begged to be placed face-out. It demanded more shelf space...the one thing the retail stores have a limited supply of.

    We even tried sending out upgrades in a no-fuss package; disks plus manual in a slim carboard shipping box, but got complaints and a bad write up in a trade magazine. Because of that, we shipped the full box after that point.

    One product was even targeted for sale at the register, so we scaled the package down below the size of a CD case. After getting next to no sales on that, we dumped minimal packaging attempts entirely.

    In the end, we decided that a brochure-style box with a full-color description was necessary. It was a glossy, heavy, and cardboard re-inforced package -- even though the manual was only a little bigger and one more diskette was added.

    The only environmental concessions we were able to get away with were vegtable dyes and no plastic except shrink wrap.

  7. Re:No Charge My Ass!!! on StarOffice 5.2 Released · · Score: 2
    $39.95 is far too pricey for just media

    You'd be right if Sun were charging $40 for a single CD. But they're not, so you're wrong.

    If you want "just the media", it's $10, as Sun offers just below the $40 CD+printed manual offer.

  8. FTP? on StarOffice 5.2 Released · · Score: 2

    It looks like sun.com is having it's little . kicked.

    The obvious ftp site has nothing in /pub.

    Anyone want to offer alternatives?

  9. Simple Procmail script on E-mail Blacklists on a User Basis? · · Score: 1

    # All known email sent to the Good folder
    :0
    * (^TO one@good.hk)
    Good

    # This dumps all the rest from *.hk into Spam
    :0
    * (^TO *.hk)
    Spam

    Adjust these as necessary. Once you're happy they are working, you can change the "Spam" folder to /dev/null and the mail will be discarded. It's good to log Procmail transactions so that you can catch defects in your scripts more easily.

  10. A FAQ, Infinate Ink, & Security through Procmail on E-mail Blacklists on a User Basis? · · Score: 5
    Procmail is definately your friend. So is Email Security through Procmail.

    Procmail scripts -- for the novice to the expert -- are in abundance at these sites (listed in order of importance);

    http://www.ii.com/internet/robots/procmail

    http://www.ling.helsinki.fi/~reriksso/procmail/m ini-faq.html

    ftp://ftp.rubyriver.com/pub/jhardin/antispam/pro cmail-security.html

    Procmail can be easily adapted to read a user-specific file. The file could be edited using a web page form to keep users from messing up the syntax. Procmail is easy to use, but will fail to process some or all of the script commands if the syntax isn't correct!

    It's practical adopt a simple set of rules, easily created with a Procmail script, and use them as a general filter. Using a specific filter is just one form of security-through-obscurity and is easy to thwart.

    1. 1. All mail from known addresses is let through.

      2. (optional) Mail from known senders is sent to a specific mail folder for that user (Business, Friends, Family, Natilie_Portman, ...).

      3. All mail addressed to the user directly -- but not as a BCC list -- is sent through to the user's INBOX.

      4. (optional) All remaining mail is sent to either /dev/null or a Probable_Spam mail folder.

  11. Re:My silent system on Computers And The Noise They Make · · Score: 2
    That's not a bad idea at all.

    Actually, adding more fans, but running them at a slower speed using resistors, would cut the noise and not cost too much more per machine.

    It sure beats going to a high-priced ultra quiet power supply and expensive ($25+) fans.

  12. Speed (and thus cooling) costs... on Computers And The Noise They Make · · Score: 2

    I'm not talking about the costs of wasted power from hot CPUs, multiple 7200rpm drives, and 3D video cards...but the fans to cool them. In a new machinee, I have 5 fans costing a minimum of $30...and these are the cheap ones not the good quality (and quiet) PC-Power and Cooling equipment.

    To cut the sound some, it would easily double or tripple the costs.

  13. Re:But.. but... on Linkguard To Cure Broken Links? · · Score: 1

    Someone please give him an extra point for the 404 message; it's a classic. I'm saving that just for future reference.

  14. Re:'Everpresent Office monpoly'? on Why Can't We Reverse Engineer .DOC? · · Score: 2
    Well if you work in an environment where people keep sending you that MS document in their emails, how much choice do you have?

    Mmmm...send them files in TeX format?

    Seriously though, knowing what the person can read on the other end and sending them that is courtious. Unfortunately, too many people think that everyone uses what they do.

  15. Re:Bad Link on From Paper To PDF? · · Score: 2

    I'd tell you I was sorry for the mistake...but I checked them before I submitted the Ask /. a few weeks ago. Back then, they were valid and worked for me!

  16. Re:Innovation? on Cleartype In Depth · · Score: 2
    [summary: Steve Gibson -- http://grc.com/cleartype.htm -- is wrong about Apple II having invented what MS calls "Cleartype".]

    OK, but you tell Steve he's wrong...I know him, and there's no chance I'll do it.

  17. Atari 2600: Adventure... on Easter Eggs in Open Source? · · Score: 2
    This one had the first easter egg I ever encountered.

    You had to find three grey dots hidden in the walls of certian rooms. If you gathered all three together, you could walk through a special wall that lead to a room with the easter egg. If you didn't have the three dots, you'd just see another (empty) room.

    I think the easter egg had the names of the programmers, but don't quote me on that.

    Shortly after finding this, I proceeded to tourture the machine with a screwdriver...and "programmed" a few new games.

  18. Re:And then there were two on SCO & Linux: If You Can't Beat 'Em · · Score: 1
    I am betting on HP-UX going next, and Sun keeping going to its last dying gasp.

    HP does have an incentive to go head-to-head with IBM by using thier minis to support virtual webservers -- at a mini-computer price, not a mainframe cost.

    Yet, with the Intel+HP aliance merging the PA-RISC and I86 processors, HP might make more $$$ by focusing on retooled versions of Win2K to do the same thing. Sure, NT/2K isn't as portable as [insert favorite Unix variant], but with the CPUs being identical they could munge something together, make obnoxious money on reselling the Win licences, and still have hpux for other users.

  19. Re:MS not innovative? Not likely! on Latest Eazel Screenshots · · Score: 1

    ...thanks for the info. So who did John Socha get his ideas from?

  20. Re:MS not innovative? Not likely! on Latest Eazel Screenshots · · Score: 2
    [Microsoft] might make crappy products, but give credit where credit is due.

    OK. {Shuffles through old software boxes} Thanks Peter Norton!

  21. Re:Some more good news. on Thinkpads For Penguin Lovers: Q3 2000 · · Score: 2
    It was called OS/2, perhaps you remember it?

    Yes, yes I do remember OS/2. Ever try and get an IBM-brand laptop or desktop computer with OS/2 pre-installed? Lots of them, right? Plenty of choice?

  22. Re:still a good question on What Happens To Old Software? · · Score: 2

    I wonder what's going to happen in 2038 when 32-bit time_t runs out...

    It'll be a catastrophy! Worse then Y2K...well...er...ah...never mind.

  23. Re:Confused posters want it both ways on Giant Linux Boost From Washington Post · · Score: 3
    "Why send the murderer to jail when he's going to die in a few years?"

    "...and after all, in his old age, he can't kill too many more people...so why bother stopping him?"

  24. The movie was better then the book... on The Battlefield Earth Contest · · Score: 2

    ...because unlike the book that was over 1,000 pages of redundant foot dragging, after only 2 hours the movie was over.

  25. Re:Mommy! Moon! on VTech Linux PDA To Benefit Open-Source Projects · · Score: 2

    I wonder if I can upgrade those to Linux. Imagine a Beowulf cluster of toys screaming "Daddy!"

    I could handle it...up to the point that they start calling me Dave.