Hacker Newsnew | past | comments | ask | show | jobs | submit | tcopeland's commentslogin

"What writer? We're talking about a sitcom!"

https://youtu.be/EQnaRtNMGMI?t=108


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". Interesting that he uses that battle as one of the fenceposts.


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 down some technical debt - security updates on libraries and whatnot - but there's a point at which the decommissioning effort becomes the primary driver.


Maybe Mary Rose Cook live coding a game as a conference presentation:

https://vimeo.com/105955605


FWIW "The Box" is on the current CNO reading list:

https://www.navy.mil/ah_online/cno-readingprogram/hvo.html


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-urlencoded. Rack middleware to the rescue on that one.


"Nudge" is on the Center for Homeland Defense and Security reading list:

https://www.chds.us/c/hsbooks


> I'd definitely include "Kill your dependencies" as a bullet point

Or at least your monkeypatches!


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 to run it in a different branch and then scroll through the diff, picking out items that you want to update. This lets you pick and choose and do even that incrementally, so you can do some easy ones first (like removing unnecessary MIME type registrations) and then move on to more complicated ones.

Longer writeup is at https://thomasleecopeland.com/2015/08/06/running-rails-updat... - it's 3+ years old now, but, hey.


I find `git add -p` useful for that kind of work.


I've never quite gotten the hang of `git add -p`, so I use `git gui` (incl. with Homebrew version of git, among others), or other tools that let me do partial staging/unstaging via line-selection with a mouse. It's a handy way to onboard oneself to such a powerful capability, if one feels a bit overwhelmed by the relatively complex UX of the CLI approach.


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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: