Viewing profile — oarmstrong
oarmstrong
HN member- Joined
- Sat, May 25, 2013, 12:06 PM UTC
- HN karma
- 247
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About oarmstrong
No profile information was provided.
Recent public activity
-
comment
Comment #46106144
I share your disdain for buzzwords but SRE is definitely a different role.
-
comment
Comment #43886622
Ah got it, thanks. I thought you were testing the image somehow, a bit like inspec. Still cool though, nice.
-
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.
-
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,…
-
comment
Comment #40240099
Consul is built upon the Serf library. https://www.serf.io/intro/vs-consul.html
-
comment
Comment #39077674
Yes, the article did.
-
comment
Comment #39047923
Framework has open sourced the EC firmware, not the boot firmware. The UEFI implementation is still closed source proprietary InsydeH2O software.
-
comment
Comment #38770042
Hashicorp's Vault works quite nicely. Teleport is another tool I believe handles this but haven't used it personally.
-
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…
-
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.
-
comment
Comment #37479601
I would imagine so the default behaviour could be identical across platforms.
-
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…
-
comment
Comment #37260030
What are you looking at for a Vault replacement?
-
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”.
-
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…
-
comment
Comment #32877671
That’s one I heard about a while back but haven’t given it a shot yet. I will now, thanks.
-
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…
-
comment
Comment #32803791
Bingo!
-
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 …
-
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.…
-
comment
Comment #32619295
Are you perhaps conflating Discord and Discourse? Discourse is certainly a forum in my eyes.
-
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…
- story
- story
-
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] …