Live data from Hacker News

Viewing profile — richadams

richadams

HN member
Joined
Sat, Jun 23, 2012, 5:35 PM UTC
HN karma
650
Public activity
33 items

About richadams

[ my public key: https://keybase.io/richadams; my proof: https://keybase.io/richadams/sigs/-qvVOwOLtq4VohHv_MzWTiIcwFHphWvnstcWLAKmxCA ]

Recent public activity

  1. comment
    Comment #18904512

    There are some good additional resources referenced in the docs here: https://response.pagerduty.com/resources/reading/ Specifically, Google's SRE books are particularly useful ( h…

  2. story
  3. comment
    Comment #16066126

    https://spectreattack.com/ Information site with some more information, and links to papers on the two vulnerabilities, called "Meltdown" and "Spectre" (with logos, of course). ( h…

  4. story
  5. comment
    Comment #9809566

    A fiber cut in Oregon could be responsible ( https://puck.nether.net/pipermail/outages/2015-June/007906.h... ). I've been seeing connectivity issues with us-west-2 for most of the …

  6. comment
    Comment #9548109

    They're currently beta testing a new (more modern) site: https://beta.united.com/ual/en/us/

  7. comment
    Comment #9548101

    "Bugs that are eligible for submission: ... The ability to brute-force reservations, MileagePlus numbers, PINs or passwords" "Do not attempt: ... Brute-force attacks" This seems co…

  8. comment
    Comment #7179291

    Someone else pointed this out too. The goal of the tip is really to stop users SSHing in just to fix that one little thing, so you could still allow your automation frameworks SSH …

  9. comment
    Comment #7178278

    Doh, I feel stupid now. I only looked at bandwidth costs, not the request prices. That's what I get for editing my post late at night based on reading, instead of based on personal…

  10. comment
    Comment #7175642

    Yup, this was the intention. You could still allow your automation processes SSH access, just disable it for your users. The idea is that if a user can't SSH in (at least not witho…

  11. comment
    Comment #7175632

    Ah, I wasn't aware of that, very good point! The goal of the tip is really to stop users SSHing in just to fix that one little thing, so you could still allow your automation frame…

  12. comment
    Comment #7174406

    Perfectly valid. This particular tip certainly seems to have caused some great discussion! It worked for my particular case, but I can definitely see it not working for everyone. I…

  13. comment
    Comment #7174307

    I'll admit I hadn't really look at this in depth, using S3 without a CDN solved a particular use case I had a while ago, and it just seemed unnecessary to add a CDN in front of it.…

  14. comment
    Comment #7174291

    Just disabling inbound SSH connections, the servers can still SSH out to other systems to pull in files, configurations, clone git repos, etc. It's just a way to stop yourself from…

  15. comment
    Comment #7174268

    I think the problem is that I've made it seem like a strict rule in the article; "You must disable SSH or everything will go wrong!!!". It's really just about quickly highlighting …

  16. comment
    Comment #7174112

    Wow, didn't know about pre-signed URLs, very useful. I've added this info to my article, thanks!

  17. comment
    Comment #7173922

    Thanks, fixed.

  18. comment
    Comment #7173825

    Great point with regards to IAM roles. The applications I've worked on don't download things from user-defined URLs, so this never even occurred to me. Is the purpose of blocking 1…

  19. comment
    Comment #7173776

    Great post, I had no idea you could do this with ELB. I've added your link to the additional reading list in my post, thanks for sharing!

  20. comment
    Comment #7173750

    Absolutely, great point! AWS isn't for everyone, and there can be lots of cases where it's cheaper to use dedicated hardware. Shop around before jumping in. I've added this as a ne…

  21. comment
    Comment #7173694

    This is correct. The tip about disabling SSH isn't about security, it's just about quickly highlighting areas where you're not automated. When developing an application for example…

  22. comment
    Comment #7173614

    Thanks for the tip! CSS updated.

  23. comment
    Comment #7172540

    Oops, sorry about that. Should be fixed now.

  24. story
  25. comment
    Comment #7074126

    I encourage anyone who's avoiding taking part because they don't know assembly or reverse engineering to at least give the tutorial a try, you might just surprise yourself! Having …