Slashdot Mirror


User: MikeBabcock

MikeBabcock's activity in the archive.

Stories
0
Comments
6,826
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,826

  1. A keyboard has molecules whose movements can be measured externally ... a void does not. By our definition of temperature, there isn't one in a void.

  2. Re:20 goto 10 on Zuckerberg Shows Kindergartners Ruby Instead of JavaScript · · Score: 1

    20 goto 10 got me intrigued with how computers worked and how to program them when I was 9. It never stopped. Most others saw 'Hello' running up the screen and said 'meh'.

  3. Re:At Long Last... on Zuckerberg Shows Kindergartners Ruby Instead of JavaScript · · Score: 1

    I like to point out that *all* code is procedural in that all instructions effectively happen after and because of a previous instruction. Objects are just a different way to organize those instructions, but easier to teach after the fact. Its easier to teach this:

    price = 10.00
    taxes = calculate_tax(price)

    And then explain how a "taxed_item" object is cool later.

  4. Re:At Long Last... on Zuckerberg Shows Kindergartners Ruby Instead of JavaScript · · Score: 1

    As opposed to Python's [ welcome(dude) for dude in users ] ?? Because that actually makes sense.

  5. Re:At Long Last... on Zuckerberg Shows Kindergartners Ruby Instead of JavaScript · · Score: 1

    I do not find Ruby's structuring more intuitive. When teaching my daughter how computers work, using Python was immediately readable without having to teach her funny symbols.

    Write out the Ruby version of this sometime:

    friends = ['Mark', 'Andrew', 'David']
    for friend in friends:
              print "Hi, " + friend

    Expanding this to calculate ages based on birthdays, etc. was a breeze and very easy to understand. Ruby just has a bigger curve I found.

  6. Re:BULL CRAP! on The Quietest Place On Earth Will Cause You To Hallucinate In 45 Minutes · · Score: 1

    Man I wish my natural hearing had an off switch sometimes ...

  7. Mind giving us your credentials while you wave your arms in the air?

  8. You're missing the point -- the vacuum itself has no temperature; that was the statement. Sure, an object placed into a vacuum can have a temperature, but that object *is not a vacuum* and is thus destroying the experiment.

  9. How can there be a temperature of a void? Its a divide-by-zero problem. There is nothing to have a temperature to measure. Temperature is the movement of particles; no particles, no temperature.

  10. Re:BULL CRAP! on The Quietest Place On Earth Will Cause You To Hallucinate In 45 Minutes · · Score: 1

    People who are deaf don't suddenly start hearing their own beating heart in the chamber ... jeez.

  11. Re:Chrome only on Encrypted Social Network Vies For Disgruntled Facebook Users · · Score: 1

    Because properly generated client certs would be distributed by the sites not a third party signing authority.

  12. Re:What could go wrong? on Encrypted Social Network Vies For Disgruntled Facebook Users · · Score: 2

    This is an attitude I wish more people would understand; Big Brother vs. Criminals ... I'll take criminals.

  13. Re:Chrome only on Encrypted Social Network Vies For Disgruntled Facebook Users · · Score: 1

    SSL would work a lot better if client certificates were used by banks and payment websites ... but since the client can't be authenticated, the key exchange can always be MitM attacked.

  14. Re:Chrome only on Encrypted Social Network Vies For Disgruntled Facebook Users · · Score: 1

    As someone else pointed out, why not use Chromium, upon which Chrome is based? Same thing, no Google integration.

  15. Re:Its reasonable! on Encrypted Social Network Vies For Disgruntled Facebook Users · · Score: 1

    I signed in to check out the interface. I see no way to find existing friends, except by entering each of their E-mail addresses by hand. Thus endeth experiment.

  16. Re:very understandable on Disabled Woman Denied Entrance To US Due To Private Medical Records · · Score: 1

    Gotta be careful -- those Canadians will bring universal healthcare and cheaper drugs with them.

  17. Re:very understandable on Disabled Woman Denied Entrance To US Due To Private Medical Records · · Score: 1

    Anti-gun protesters probably believe the armed forces aren't allowed to operate within the boundaries of their own country except in a time of war, so its not relevant.

  18. Re:very understandable on Disabled Woman Denied Entrance To US Due To Private Medical Records · · Score: 1

    What's amazing to me is that Americans still allow so much celebratorial focus to be placed on irrational things like the arms race, the cold war and the space race. Meanwhile, cities and even counties are nearing bankruptcy, people need food stamps to live, and whether everyone deserves access to medical care is still up for debate. Its very hard for us outsiders to understand why Americans celebrate independence and war and even innovation rather than caring about their own people.

  19. Re:very understandable on Disabled Woman Denied Entrance To US Due To Private Medical Records · · Score: 1

    And yet many belief systems in the world tell people to try and control their irrational fears, while Americanism (if I can call it that) seems to prod it into full fruition.

  20. Re:very understandable on Disabled Woman Denied Entrance To US Due To Private Medical Records · · Score: 1

    Damnit, she keeps saying sorry when she bumps into people ... damn Canadians. They don't even celebrate Thanksgiving properly.

  21. Please stop on BlackBerry Launches Twitter-Like BBM Channels · · Score: 1

    Stop publicizing all these ridiculous closed chat systems. We have Jabber and IRC and SIP -- we don't need to support this craziness anymore.

  22. Re:STILL not accurate and STILL misquoted on SSD Manufacturer OCZ Preparing For Bankruptcy · · Score: 1

    The statement was that a device isn't reliable if it requires updates to be functional.

    Please try to follow the statements you're flagging.

  23. Re:How many? on SSD Manufacturer OCZ Preparing For Bankruptcy · · Score: 1

    I've been quite happy with recent Samsung enterprise SSDs and some consumer Crucial (Micron) SSDs too. Different goals, different performance levels.

  24. Re:STILL not accurate and STILL misquoted on SSD Manufacturer OCZ Preparing For Bankruptcy · · Score: 1

    By which standard, Windows is almost 100% unreliable. No wonder I hate on it.

  25. What about blindly rejecting mail on Spamhaus Calls for Fining Operators of Insecure Servers · · Score: 1

    Can we do something instead about all the mail system operators who've handed over spam controls to third parties and accept messages, then blackhole them without telling either the sender or the intended recipient? Whitelists aren't a solution because they don't help fix the actual problem of bad filtering. Individuals who filter their own E-mail can tweak their settings, but servers that reject mail should do so at connection time ... a 5xx or 4xx message response should be *required* if you're not actually going to deliver it.

    I'm sick and tired of explaining to customers that their perfectly legitimate E-mails aren't getting through because the person they're trying to contact uses Cloudmark, or some other "easy" solution company.