Slashdot Mirror


User: AEC216

AEC216's activity in the archive.

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

Comments · 43

  1. Re:You have to pay to play! on MasterCard Forcing PayPal To Pay Higher Fees · · Score: 1

    Those fees are implemented and go directly to your bank, not Visa or MasterCard.

  2. Re:Un-word on Hit the Wrong Button, Drone Goes Boom · · Score: 1

    Simpsons quote, Ralph Wiggum. Season 4, "I Love Lisa"

  3. Re:My dad's brain damage and amazing recovery on Vegetative State Man 'Talks' By Brain Scan · · Score: 1

    Thanks for sharing! I hope your dad recovers.

  4. Re:ignore facts because of potential for misuse? on Geneticists And Economists Clash Over "Genoeconomics" Paper · · Score: 2

    If economics is a science, it is a 'science' of hindsight.

  5. Re:Then kill offshoring already. on US Losing R&D Dominance To Asia? · · Score: 1

    The cultural differences are what makes me not worry too much about this issue. When the Chinese start pumping out research that is actually verifiable and not stolen, I will start to worry. Unfortunately, by then, we have probably lost.

  6. Re:so? on Java Apps Have the Most Flaws, Cobol the Least · · Score: 1

    I did COBOL and RPG for about 3 years. God, it was simple to debug almost any problem.

  7. Re:Faulty Reasoning on Does Outsourcing Programming Really Save Money? · · Score: 1

    They don't leave. They become PM's.

  8. Re:This is more proof on New Jersey DMV Employees Caught Selling Identities · · Score: 1
    Missouri uses all privately contracted businesses for their DMV offices.

    The main centers are still run by the state.

    Basically, whatever private firm is handy out the most hookers and blow through lobbyists gets the contracts every year.

  9. Re:sounds about right on Your Tech Skills Have a Two Year Half-Life · · Score: 1

    Good Unix and SQL skills have served my career well for the past 8 years. Someone is always re-inventing the wheel each week in IT. The foundational pieces haven't changed in 20+ years. I'll leave the new hotness to the kids just out of school. (32 years old)

  10. Small pickin's on FBI Executes Nationwide Raid of Anonymous Members · · Score: 1

    "In chess, the pawns go first." -- Magneto, Bad X-Men movie

  11. Re:Different Definitions on CS Profs Debate Role of Math In CS Education · · Score: 2

    I always saw the math curriculum as a weed out tool for a CS degree. If you don't have the aptitude/want to systematically solving math problems, maybe it's time to re-think the CS degree.

  12. Ex-Phone book Programmer - White Pages directories on Is the Number Up For the Residential Phone Book? · · Score: 1

    AT&T is required by federal law to produce the White Pages. Its part of their agreement with the FCC for being a telephone service provider. They have to produce them for government entities such as federal ,state, and local organizations. They are not legally bound to have to distribute them to populace unless requested by an individual. Note for anyone interested: your address is stored as GPS coordinates in the listings DB. These coordinates should correspond to the end of the driveway/location of our mail box

  13. Re:I have an idea to stop the need for anti-biotic on Animal Farms Are Pumping Up Superbugs · · Score: 1

    My mother's side of the family still farms and raises cattle. We pay market price for the cow and the cost to process it. For a half a side of beef, after processing, about $2 lbs. All the stakes, hamburger, roasts, ... etc you can eat in a year for about $240. I split this with my parents. I get about 110 lbs for my stand up freezer. The beef is grass fed most of the time, but before slaughter, is fed corn. This gives the favor you get at the supermarket.

  14. DOS Gorillas on The Great Operating System Games · · Score: 1, Redundant

    How about the Gorillas.exe that came with DOS. http://en.wikipedia.org/wiki/Gorillas_(video_game)

  15. Re:This is just stupid on Electric Car Subsidies As Handouts For the Rich · · Score: 1

    I'm not a fan of the oil subsidies either. Though, if repealed, the oil companies would just pass the additional costs onto the consumers.

  16. 2.5 & 3.5 inch drives to 5 inch drives on Why SSDs Won't Replace Hard Drives · · Score: 1

    (See Subject) Excluding notebooks and netbooks, can't the increase in volume be taken advantage of for more flash capacity.

  17. Re:So how much was for actual medical care? on Lessons of a $618,616 Death · · Score: 1

    I was in between jobs five months ago. Cut my figure on a can lid. Couldn't get it to stop bleeding after 3 hours.

    3 stitches and a tetanus shot. $900 for the ER visit. $700 for the doctor.

    My new health insurance kicked in 1 week later.....

    That was the most expensive chicken pot pie I ever made.

  18. Re:Obvious vulnerability is....obvious? on Directed Energy Weapon Downs Ballistic Missile · · Score: 1

    To add: If recognizable special forces units are targeting an asset such as this, you better believe that a shitstorm is coming.

  19. Re:interesting on Bernie Madoff's Programmers Arrested · · Score: 1

    In my anecdotal experience, business rules and knowledge are 90% of business/normal programming. You cannot code without it. I think this is why so many off-shoring projects have problems.

  20. COBOL error possibly.... on Software Glitch Leads To $23,148,855,308,184,500 Visa Charges · · Score: 1

    01 CURRENT_BALANCE PIC X(20) COMP.
    01 BILLED_BALANCE PIC 9(18) V9(2) COMP.

    MOVE CURRENT_BALANCE TO BILLED_BALANCE.

    My rough guess is that CURRENT_BALANCE was full of spaces/needed to be initialized from an error before hand.

  21. Re:outsourcing and unemployment on Indian CEO Says Most US Tech Grads "Unemployable" · · Score: 1

    I just helped train my 4 Indian replacements, guess I wasn't that good.

  22. Just some info. on Why LEDs Don't Beat CFLs Even Though They Should · · Score: 2, Informative

    GE still has their lamp plant in Winchester, OH ( I think Ohio). They closed the other North American lamp plant in St. Louis 3 years ago. My dad was the head mechanical engineer. There is still a specialty bulb plant in Matoon, IL. The rest of bulbs are made in Mexico or China. All GE CFL's are made in China.

  23. Re:interesting new model... on Microsoft Invents $1.15/Hour Homework Fee For Kids · · Score: 2, Funny

    Ah come on,.. They're trying to put the 'fun' back in malfunctioning.

  24. A thought on China Announces Launch-Success Details — Before Launch · · Score: 3, Insightful

    Some consider China a threat. When ruled by ideology, group think, and the lowest common denominator, this is what you get.

  25. Your Phone books on Don't Count Cobol Out · · Score: 1

    Like the phone book? (think "more cowBELL") Produced with COBOL. COBOL can used to make a VERY fast PostScript engine. Single process, 100 pages in about 1 minutes, with pulling high resolution image blobs from Oracle.