Slashdot Mirror


User: hmckee

hmckee's activity in the archive.

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

Comments · 103

  1. Re:That makes no sense on Are Touchscreens Robbing a Generation of Surgeons of Their Dexterity? (bbc.com) · · Score: 2

    Certainly. Please see the practice of Drs. Thighbone and Shinbone.

  2. Re:For one simple reason... on Nearly 4 Million People In US Still Subscribe To Netflix DVDs By Mail (recode.net) · · Score: 1

    My family still uses the DVD service because:
    1. Larger selection
    2. Faster availability of new releases
    3. Portability, no streaming when traveling
    4. F**k Blu-Ray

  3. Re:Which text editor? on Linus Torvalds Now Reviews Gadgets On Google+ (zdnet.com) · · Score: 1

    MicroEMACS.

  4. Re:It's not the bikes... on Hanoi Plan To Ban Motorbikes By 2030 To Combat Pollution (bbc.com) · · Score: 1

    Don't get me wrong, I do some questionable things, too, that screw over others and the environment, but I recognize my hypocrisy and try to do something better. I certainly don't brag about it.

  5. Re:It's not the bikes... on Hanoi Plan To Ban Motorbikes By 2030 To Combat Pollution (bbc.com) · · Score: 2

    And this is why the human race is doomed. We know that something is bad if everyone does it, so in an attempt to stop it, make it illegal. We can't take it away if you already have it or make your own, because "freedom". But, hey, I got mine, so the rest of you can screw off. Besides, I "need" this device to maintain an image emulating the royal gardens and lawns of yore. Nice.

  6. Re:Kickstarted blogging platform? on JSON Feed Announced As Alternative To RSS (jsonfeed.org) · · Score: 2

    Good question. It made me curious so I checked it out. It's not a blogging platform but a micro-blogging platform. First thing I thought was, "So what?" Turns out they're using it as an alternative to bloated social websites that hoard your data. This micro-blog makes it easier to retain your own data, share it with others and easily move it to another service provider. Something like this might have the chance to do what Diaspora couldn't, namely, put ownership of the data with whom it belongs and make social media sites irrelevant.

  7. Re:Never give a number on Ask Slashdot: Should You Tell Future Employers Your Salary History? · · Score: 1

    Exactly. This post I saw on Lifehacker http://lifehacker.com/how-a-st... shows that making an absurdly high joke will help earn you a higher salary.

  8. Re:The room is dark ... for everyone on FBI Director Says Prolific Default Encryption Hurting Government Spying Efforts (go.com) · · Score: 1

    Totally agree with this post.

    Also, if you really want to have an "adult conversation", present us with a technically sound solution. Stop using "dark room" and "shadow is spreading" analogies to paint an evil image of the current situation. Being "dark" is not bad, we *like* it that way because it's safer for the end user.

  9. Re: Elect Trump for Honest Government on FBI Finds 14,900 More Documents From Hillary Clinton's Email Server (go.com) · · Score: 1

    Hillary, by contrast, the Democrats will not vote to remove her even if she's performing daily human sacrifices to Cthulhu on the White House lawn.

    I didn't know this was part of her platform. She's got my vote!

  10. Duff's Device on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 4, Interesting

    Seriously, the first time I saw Duff's Device I really thought it was a mistake. It's a do/while intermingled with a case statement. Look it up and be amazed.

  11. Re:That'll be interesting on US Customs Wants To Know Travelers' Social Media Account Names (helpnetsecurity.com) · · Score: 1

    Arg. Same here. Looks like I got in a few minutes before you.

  12. Re:That'll be interesting on US Customs Wants To Know Travelers' Social Media Account Names (helpnetsecurity.com) · · Score: 1

    Just missed it. I want a bot!

  13. Re:What is the real reason for this push? on Patch Tuesday Brought Windows 10 Ad Generator · · Score: 5, Interesting

    All of which would have been fine if they did it correctly, instead they:
    1. Changed default app file associations
    2. Upgraded to buggy or non-working drivers
    3. Installed unwanted software that was difficult to remove (Windows OneDrive)
    4. Installed monitor software that should ask for permission
    And probably other issues I've missed. Don't mess up my system which I'm using to do work and depend on for my livelihood.

  14. Re:Free on Scott Meyers Retires From Involvement With C++ (blogspot.com) · · Score: 1

    So true. While the video by Parent is very good (I'm glad I watched it), the problem with videos is that they fail to address the differences in learning preferences. Some people learn better with videos while others prefer reading. Videos also limit everyone to the same speed and concentration thresholds. Reading allows you to concentrate and comprehend at your own level and speed.

    PS: Is the D1 discussion setting broken? I had to switch to D2, reload, change my discussion settings before allowed to post with my username. WTF!?

  15. Re:Yay! Beta moderation at last on NBC News Confuses the World About Cyber-Security · · Score: 1

    OK, I guess I didn't fully understand how a revolt at Slashdot works and I've been here a long time. :) It's funny that my post gets marked down for being slightly positive yet others get modded up for saying only "Beta sucks!"

    I tried modding in the big Timothy response article but most of the good comments were already visible. I'd really be happy with a site that just has article summaries and comments. I don't care so much about redesign, just fix the current issues.

  16. Re:Yay! Beta moderation at last on NBC News Confuses the World About Cyber-Security · · Score: 2

    How did I get marked as a troll? Probably should have turned off the karma bonus. Oh, well.

    The redesign is less cluttered. I like the static (always at the top) header. The comment widget is nice.

    I only said there are a few things I like, there's a lot more I don't.

  17. Yay! Beta moderation at last on NBC News Confuses the World About Cyber-Security · · Score: 0, Offtopic

    I've now got some moderator points to burn. I've checked out the Beta and I agree it's mostly BAD, but it does have a few interesting features. If they can fix the many problems I could deal with it. So, I'll be moderating all posts with constructive criticism. Or not. Who knows.

  18. Re:passionate on Climatologist James Hansen Defends Nuclear Energy · · Score: 1

    Darn, I replied to the wrong one.

    Come on moderators! This is funny! First thing I thought when I saw the headline.

  19. Re:passionate on Climatologist James Hansen Defends Nuclear Energy · · Score: 1

    Come on moderators! This is funny! First thing I thought when I saw the headline.

  20. Re:Not So Fast On The Pointers on Linus Torvalds Answers Your Questions · · Score: 1

    I think you could also add this after the if clause:


    else {
            pp = &(entry->next);
    }

  21. Re:Not So Fast On The Pointers on Linus Torvalds Answers Your Questions · · Score: 1

    Ugh, yes that's right. I was trying to keep it in his words and forgot to change entry.

    Anyway, I'm sure he's referring to the extra conditionals to check prev/current, not for determining the correct entry.

  22. Re:Not So Fast On The Pointers on Linus Torvalds Answers Your Questions · · Score: 1

    I think this is what he prefers to see in code:


    struct node {
            int x;
            struct node *next;
    };
    struct node *list_head;
    int main(int argc, char *argv[]) { // create a list
            delete_item( &list_head );
    }
    void delete_item(node** pp, int i) {
            for ( node* entry = *pp; entry; entry = entry->next ) {
                    if (entry->x == i) {
                            *pp = entry->next;
                            delete entry;
                            break;
                    }
            }
    }

  23. Re:Ikea jerker and a normal table on Ask Slashdot: What's Your Take On Stand-Up Desks? · · Score: 1

    I did this about 6 months ago and it's working out great. I would also recommend getting a drafting chair so that you can "sit" at the desk when needed without having to adjust the height. You WILL get tired of standing all the time and it's probably better for your body to alternate between the two.

  24. Re:NTP and hospitals on Know What Time It Is? Your Medical Device Doesn't · · Score: 1

    Can't speak for all medical equipment, but I worked on a major IV pump and it used time in exactly this way. The dosages were rate or interval based and the pump strictly used the internal clock to calculate elapsed time. There was a "clock" on the display but it was only used for display purposes, you could set it for 1:00 am Mar 3, 1983 and it would still work correctly.

  25. Re:NTP and hospitals on Know What Time It Is? Your Medical Device Doesn't · · Score: 1

    Mod the parent up. I used to program IV pumps and this is exactly what was done. You never used the wall clock or "display time" for dosages. It was always based on a rate and the internal clock always kept track of time differentials, not the actual time.