Live data from Hacker News

Viewing profile — oarmstrong

oarmstrong

HN member
Joined
Sat, May 25, 2013, 12:06 PM UTC
HN karma
247
Public activity
38 items

About oarmstrong

No profile information was provided.

Recent public activity

  1. comment
    Comment #46106144

    I share your disdain for buzzwords but SRE is definitely a different role.

  2. comment
    Comment #43886622

    Ah got it, thanks. I thought you were testing the image somehow, a bit like inspec. Still cool though, nice.

  3. comment
    Comment #43885351

    Could you tell me more about the playwright tests? From what I can see it's a web testing framework, I don't see how that fits in here.

  4. comment
    Comment #41423524

    > My CI server uses Firecracker VM's to isolate OCI containers Is this something you built yourself? I've been looking for a CI tool that uses Firecracker but never found anything,…

  5. comment
    Comment #40240099

    Consul is built upon the Serf library. https://www.serf.io/intro/vs-consul.html

  6. comment
    Comment #39077674

    Yes, the article did.

  7. comment
    Comment #39047923

    Framework has open sourced the EC firmware, not the boot firmware. The UEFI implementation is still closed source proprietary InsydeH2O software.

  8. comment
    Comment #38770042

    Hashicorp's Vault works quite nicely. Teleport is another tool I believe handles this but haven't used it personally.

  9. comment
    Comment #37878810

    Right, running ECS on EC2, not Fargate on EC2. When ECS launched it only had the EC2 launch type (where as you said you must manage your machines). Fargate then came along for both…

  10. comment
    Comment #37854694

    Fargate on EC2? Sorry you’ve lost me, I understood Fargate to be a layer of AWS managed compute for ECS or EKS deliberately instead of EC2.

  11. comment
    Comment #37479601

    I would imagine so the default behaviour could be identical across platforms.

  12. comment
    Comment #37265585

    I agree that it’s boring and works well. It’s also what I’m most worried about finding a reasonable alternative, we can’t just not update Vault. Sadly Secrets Manager doesn’t hit a…

  13. comment
    Comment #37260030

    What are you looking at for a Vault replacement?

  14. comment
    Comment #36787825

    Obviously it’s a different OS and possibly isn’t relevant to you but I’ve found solace in OpenBSD (and other BSDs) in the search of “simplicity” of “the old days”.

  15. comment
    Comment #33346967

    I’d like to know more about AMD specifically too. I’m well aware that PSP is their equivalent but there seems to be so little information out there about it. Is it really an equiva…

  16. comment
    Comment #32877671

    That’s one I heard about a while back but haven’t given it a shot yet. I will now, thanks.

  17. comment
    Comment #32877520

    Couldn’t recommend it more. Simply beautiful game. Definitely agree with going in completely blind, try not to even read the Steam description, discovering the core mechanics was v…

  18. comment
  19. comment
    Comment #32802019

    https://en.m.wikipedia.org/wiki/IPv4#Addressing > IPv4 addresses may be represented in any notation expressing a 32-bit integer value. I remember reading a man page that explained …

  20. comment
    Comment #32764290

    It is possible to buy an anonymous eSIM, the only provider I have come across won’t allow outbound SMS or calls though. Inbound SMS and calls as well as data are fully functioning.…

  21. comment
    Comment #32619295

    Are you perhaps conflating Discord and Discourse? Discourse is certainly a forum in my eyes.

  22. comment
    Comment #32098632

    I tend to use a similar approach, though with Terraform var files instead of env vars. It was also possible to have this work with TF Cloud (and presumably Enterprise?) with a sing…

  23. story
  24. story
  25. comment
    Comment #6107959

    You won't be able to build and deploy iOS apps without running OS X - so that's not an option from Linux/Windows unfortunately. You can use something like Appcelerator Titanium[1] …