Slashdot Mirror


User: jcoy42

jcoy42's activity in the archive.

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

Comments · 348

  1. Re:I guess the newly perceived freedoms on Egyptian Father Names His Daughter "Facebook" · · Score: 1

    My aunt named her kids Snap, Crackle, and Pop.

  2. Re:Uh.. no on Why You Shouldn't Reboot Unix Servers · · Score: 2

    Well, that's your opinion.

    The boot up process starts a lot of extra electrical noise in the box by spinning up all the fans, HDs, probing things, etc. That's usually when something breaks. What I have seen is that boxes which get rebooted frequently tend to burn out faster. I have had 2 otherwise equivalent machines, purchased at the same time, one used for dev and one for production, and the dev machine burned out 2 years before we retired the production machine (burned out means too many fan/disk/CPU failures to bother with). The biggest difference? The dev machine was updated and rebooted far more frequently. The production machine we took care to only muck with when we had to, and when possible, we fixed it without a reboot.

    Now it could be that the frequent updates on the dev machine is what caused it to burn out faster (more random use), and sure, it could have been a fluke, but look at it this way- when does a light bulb burn out? When you turn it on or when it's left on?

  3. Re:Missing option on The Seven Types of Hackers · · Score: 1

    Also missing: users who have installed Adblock Plus and don't even see the ads.

  4. Re:Great! on Why the Arduino Won and Why It's Here To Stay · · Score: 1

    My suggestion is don't limit yourself when you decide to get back into the microcontroller stuff. I have an arduino as well, but you just can't pass on something that cheap.

    I bought 3 for less than $15. And I didn't pay a cent for the programming software. The free development kit is all you need due to the limited memory available. The pay-to-play stuff is for larger memory model microcontrollers.

    Just spend the $15 and order a few. It's an obvious lost leader (the USB cables would cost that much), but learning multiple microcontrollers will leave you with a more well rounded experience.

  5. Re:Great! on Why the Arduino Won and Why It's Here To Stay · · Score: 3, Interesting

    If it's just cheap and affordable you're looking for, take a look at the MSP430 LaunchPad. Less than $5.

    Getting the crystal in is less than fun, but still, that's one cheap board.

  6. Re:Your fancy US Dollars on Goldman Sachs Says No Facebook Shares For US Investors · · Score: 1
  7. Re:No. Way. on How Europe Will Lower Emissions — Self Driving Cars · · Score: 1

    Only on /. would a comment mentioning that you can throw a washing machine from your pickup on the highway be modded up as informative.

  8. Re:Don't Say Anything on Are 10-11 Hour Programming Days Feasible? · · Score: 1

    Additionally, use up your vacation hours now- extra time for the search. Chances are those hours will vanish if not used soon.

  9. Re:Yeah, right. on Will Facebook Become the Net's SSO? · · Score: 1

    You have confused me. Your UID makes me think you've been around for a while, but your post makes me think you are very young.

    Never underestimate the power of stupid people. There is strength in numbers, and they certainly have the numbers on their side.

  10. Re:Mix drinks? on New App Mixes New Drinks With What You Have · · Score: 1

    No, you don't need a recipe for that. You need a recipe for when a female who isn't a full time drunk comes over.

  11. Re:Common sense says... on Woman Sues Google Over Street View Shots of Her Underwear · · Score: 4, Informative

    Not always; consider the red light district in Amsterdam. Photographs are strictly prohibited and you'd find yourself in a good deal of trouble.

  12. Re:the whole team was let go just yesterd on Yahoo! To Close Delicious · · Score: 1

    Are you surprised?

    yahoo [jhu] n pl -hoos a crude, brutish, or obscenely coarse person

    What else would you expect from a bunch of yahoos?

  13. Re:I'm not interested in any of them on YouTube Launches Ads You Can Skip · · Score: 3, Informative

    I'm sure adblock plus will continue to function as advertised.

    Seriously, is anyone using /. still seeing ads? It's a non-issue.

  14. Re:it's really not that kind of test on 2010 Geek IQ Test · · Score: 1

    This is when "normal" people are sitting around drinking and one of them points out a beer bottle is brown cause it blocks sunlight, and the rest of them chide him or her for being a "geek". And then they have a hearty laugh when the newly labeled geek seems to have forgotten their otherwise inevitable pocket protector, because that is a hilarious joke to make about a geek.

    Which is when I point out that we're drinking imports instead of the distilled rice water they deluding themselves into thinking is beer.

    Then I jump in the hot tub and see how long it takes their wives to send over their friends from work.

  15. Re:Windows Questions?! on 2010 Geek IQ Test · · Score: 1

    How about a realdoll?

  16. Re:When I was a kid... on Sound As the New Illegal Narcotic? · · Score: 1
  17. Re:New? on Serious New Java Flaw Affects All Browsers · · Score: 1

    You forgot "dig hole, put computer in hole, fill hole with concrete".

  18. Re:Keep it simple on What Are the Best Valentine's Day Stunts? · · Score: 1

    Instead of flowers, maybe a few roses?

    Has that personal touch they like, and you can certainly adjust the ingredients to suit any stage of the relationship. I think the link provides a good "year 10+" setting.

  19. Re:rebellion? on Verizon Blocking 4chan · · Score: 1

    No more than someone getting busted for drinking and driving will stop everyone else from doing the same.

  20. Re: As usual, please refrain from blindly chiming on Mozilla Accepts Chinese CNNIC Root CA Certificate · · Score: 2, Interesting

    Why should I let Mozilla, a large group with contradictory desires and many masters, control whether I delist it as a trusted root?

    Because Mozilla is capable of doing it and most computer users are (effectively) not.

    Because we care about what happens to the internet.

    Because it's going to be our mom's machine, and we'll have to fix it.

  21. Re:welp on Fujitsu Readies Lawsuit Over "iPad" Name · · Score: 1

    Oh, that explains it. For a while there, I thought they actually made that crappy product! I just don't see why they didn't wait until April 1st..

  22. Re:500 Internal Server error? on Star Trek Online Open Beta Starts Today · · Score: 1

    Definitely brought to you by the same guys who made Champions Online.

  23. Re:yes on Does a Lame E-Mail Address Really Matter? · · Score: 1

    Because we haven't learned to hate gmail yet.

  24. Re:the school district model on IT Workers To Get Fewer Perks, No Free Coffee · · Score: 1

    the Cxx (COO, CFO, whatever) who made that decision should be beaten to death with his own intestines or fired.

    Can't it be both?

  25. Re:You damn well should on Do Your Developers Have Local Admin Rights? · · Score: 1

    Give me a shell on a unix machine somewhere with a compiler, and I can guarantee almost nothing I do will compromise the integrity of said machine... up until I run sudo somethingorother

    Apparently you have never taught a *nix class on how to use fork().