Live data from Hacker News

Viewing profile — tcopeland

tcopeland

HN member
Joined
Wed, Aug 04, 2010, 6:33 PM UTC
HN karma
406
Public activity
153 items

About tcopeland

https://thomasleecopeland.com

Recent public activity

  1. comment
    Comment #22974628

    "What writer? We're talking about a sitcom!" https://youtu.be/EQnaRtNMGMI?t=108

  2. comment
    Comment #18495381

    Martin Crevald has a book on the USMC reading list ( https://grc-usmcu.libguides.com/usmc-reading-list/intermedia... ) "The Changing Face of War: Combat from the Marne to Iraq". In…

  3. comment
    Comment #18285171

    Another scenario is when an acquisition occurs for the data a company has collected and so the codebases are quietly retired. In that situation there's still some value in paying d…

  4. comment
    Comment #18259039

    Maybe Mary Rose Cook live coding a game as a conference presentation: https://vimeo.com/105955605

  5. comment
    Comment #18253155

    FWIW "The Box" is on the current CNO reading list: https://www.navy.mil/ah_online/cno-readingprogram/hvo.html

  6. comment
    Comment #18220836

    That's the truth. I had a thing come up the other day where a client wasn't including a content type header and thus the body was being interpreted as application/x-www-form-urlenc…

  7. comment
    Comment #18187314

    "Nudge" is on the Center for Homeland Defense and Security reading list: https://www.chds.us/c/hsbooks

  8. comment
    Comment #18095154

    > I'd definitely include "Kill your dependencies" as a bullet point Or at least your monkeypatches!

  9. comment
    Comment #18094890

    I was always disappointed by rails:update - look at all these crazy changes, I can't do all this stuff! - until I figured out I was using it the wrong way. A good way to use it is …

  10. story
  11. story
  12. story
  13. comment
    Comment #16765245

    That looks great, and my local library has a copy, thanks for the pointer!

  14. story
  15. comment
    Comment #16758436

    Here's a direct link to the PDF: http://www.benning.army.mil/armor/316thCav/ASA/content/pdf/A...

  16. comment
    Comment #16757595

    Interesting, that's on the Army Advanced Situational Awareness reading list ( http://www.benning.army.mil/armor/316thCav/ASA/ReadingList.h... ).

  17. story
  18. comment
    Comment #16638837

    In the "things learned from Ruby" section: Focus on strong object oriented programming What I've learned from Ruby is to favor functional programming concepts - minimize side effec…

  19. story
  20. story
  21. story
  22. comment
    Comment #15458303

    Yes, although many changes are performance optimizations and other under-the-covers sorts of things. Here are the changes for 2.5 which if tradition holds will be out on Christmas:…

  23. comment
    Comment #15458281

    > I'm planning a full rewrite of the interpreter for Ruby 2.0 [...] It will use a bytecode engine. And so it did! https://en.wikipedia.org/wiki/YARV

  24. story
  25. comment
    Comment #15332225

    In the morning, usually setting things up for whatever operations are scheduled for the 0800-1200. In the evening, squaring things away from whatever we did that day and maybe prep…