Slashdot Mirror


User: mjb

mjb's activity in the archive.

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

Comments · 18

  1. Re:Employers used to train people now they want sc on US Tech Firms Recruiting High Schoolers (And Younger) · · Score: 1

    http://www.wamda.com/application/rapyd/assets/mfm_012/upload/investing_employees_med.jpg

    Enough said... ;-)

  2. Culligan anyone? on Amazon Patents the Milkman · · Score: 1

    Let's not forget the familiar "Culligan man!!" call. I remember that from the 70s-80s.

  3. Re:School inquiry? on Automated Dorm Room Causes a School Inquiry · · Score: 2

    That's what I was thinking!

  4. What a waste! on Maine School District Gives iPad To Every Kindergartner · · Score: 1

    Waste of money!

  5. Two Words...... on Pedestrian Follows Google Map, Gets Run Over, Sues · · Score: 1

    Personal responsibility!

  6. No local admin by default... on Do Your Developers Have Local Admin Rights? · · Score: 1

    We all had local admin rights until about a year ago. Under the new policy, standard user logins do not have local admin rights. If you need to install software, you need to login as a separate poweruser, which in turn disables access to all network resources (drives, printers, etc).

    It was a big pain, and people did a lot of bitching and moaning, but slowly we're getting used to it.

    There are several options:
    1.) logout/login as poweruser
    2.) Right-click, do 'Run As'
    3.) While running as local user, open a CMD window that's running as poweruser.

    -Mark

  7. Re:Ideas want to be public on How To Vet Clever Ideas Without Giving Them Away? · · Score: 1

    Document the idea in writing. Do it in detail. Sign it and date, and have someone witness it.

    Seal it in an envelope and put it in a safe.

    Now, tell whoever you want to tell. If they try to steal your idea, you have the documentation to back up your claim of authorship.

    -Mark

  8. Re:Simple answer on Why Is It So Difficult To Fire Bad Teachers? · · Score: 5, Informative

    Because the teachers union is WAY too powerful!

    http://www.youtube.com/watch?v=Bx4pN-aiofw

  9. Check out OTN, lots of good information on Reasonable Hardware For Home VM Experimentation? · · Score: 1

    See the following resources:
    http://www.oracle.com/technology/pub/articles/tech_dba.html#linux

    -Mark

  10. Finding good vendors..... on Which Vendors Do You Trust For PC Parts? · · Score: 2, Informative

    http://www.pricewatch.com and http://www.resellerratings.com are your friends.

    The first one to find the best price, the second to make sure that the guy with the best price isn't a crook.

    Hope that helps,

    -Mark

  11. Interesting video.... on The "Loudness War" and the Future of Music · · Score: 1
  12. Interesting YouTube clip... on Why Music Really Is Getting Louder · · Score: 1
  13. Re:dumbest review ever on New Review Compares MythTV to Vista MCE · · Score: 1

    Check out the HDHomeRun. http://www.silicondust.com/

    It's not a card, it's an external box, that has two tuners and sits on your network. The beauty is, no worries about drivers, kernels, etc.
    It can tune OTA and unencrypted QAM. That means, unencrypted cable. Can't do anything w/ satellite.

    -Mark

  14. Here's a humorous solution.... on Shutting Down Annoying Recruiters? · · Score: 1
  15. Stereolithography? on 3D Printers To Build Houses · · Score: 1

    THis sounds more like a stereo lithography machine than an inkjet printer....

  16. Not quite 40 yet, but..... on Where Do All of the Old Programmers Go? · · Score: 1

    I made the jump from programmer to DBA about 5 years ago. I expect to continue w/ the DBA path for many more years to come. Oracle keeps coming out w/ new versions and new features....no shortage of stuff to do....

  17. So what.....? on Court Says FCC Out-of-Bounds With Digital TV · · Score: 4, Insightful

    Even if the court strikes it down entirely, it'll
    take the big media lobby about 30 seconds to kick
    their congress-lackeys in the ass and get a law
    passed to state exactly what they want/need.

  18. Oracle advantages over it's competitors on Are Expensive RDBM Systems Worth The Money? · · Score: 1

    As many have already mentioned, being able to
    deal w/ TeraBytes of data is something Oracle
    does well.

    Also, there are many other facets:

    - Parallel Server
    - Standby database
    - B*Tree indexes
    - reverse key indexes
    - bitmap indexes
    - cost based optimization
    - Rock solid transaction processing
    - unequaled recoverability
    - ability to recover up to last commited
    transaction
    - point in time recoverability

    Oracle is damned expensive, but they are by far
    the market leader, and the technological leader
    when it comes to RDBMSes.

    If you have a small database as a back end for
    a website, don't waste your time and money.

    If you need the most reliable, robust, tunable,
    scalable, and recoverable database money can buy,
    Oracle is the answer.

    There is no equal.

    -Mark

    P.S. Yes, I'm an Oracle DBA. No, I don't work
    for them.