Viewing profile — nodefortytwo
nodefortytwo
HN member- Joined
- Sat, Jun 01, 2013, 4:44 PM UTC
- HN karma
- 170
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About nodefortytwo
Recent public activity
-
comment
Comment #44577738
Love the idea, I immediately went to grok (testing for work) and asked it to give me a few placeholder paragraphs in WG's style: "The street pulsed with a neon hum, data streams th…
-
comment
Comment #35814062
> Logic dictates that very likely wearing the mask has no effect at all What logic dictates that?
-
comment
Comment #35813096
To be fair to AWS, they do work really hard to (at least at an account level) to optimize workloads with you. They do this so overall you'll move more workloads to them. its quite …
-
comment
Comment #35711886
> -There is a semi-obfuscated IP tracker in index.html you mean that counter script, it wouldn't expose anymore information than a basic access log, I would assume it just makes it…
-
story
Ask HN: Is anyone doing ML car tuning?
I watch lots of modified car videos and used to be into the scene properly 10 years ago. It occured to me that the process tuners go through is basically adjusting a few key variab…
-
comment
Comment #33019518
Not all requests are created equally, maybe you don't check jwt revocation on some high throughput read endpoints but on updates or reading of sensitive data you do check that list…
-
comment
Comment #31169334
Add on to that developers that use Dependabot or Renovate to automatically merge PRs with minor version bumps to "ensure the latest security patches are applied"
-
comment
Comment #30907623
Why should flickr invest time doing that when the IA didn't want the account?
-
comment
Comment #28278107
why would you want that? nobody would wake a baby to change a diaper.
- story
-
comment
Comment #26658003
In my car when spotify is playing through carplay I get a nice album art on my screen and between my dials, it also uses the colour as a blurred background effect, quite nice and m…
-
comment
Comment #26564876
I am in the same industry and we have the same problem. We are moving to having "insecure" proxies that support TLS 1.1 for devices that can't update. It won't add much security bu…
-
comment
Comment #24375496
"The eagerness to kill Stars and Stripes is hard to fathom. As the senators note in their letter to Esper, the $15.5 million saved by eliminating the newspaper’s subsidy would have…
-
comment
Comment #23948192
In some spaces it is required to split out the backend from frontends. We support nearly 100 different native devices (web, mobile, tv, stb) there is no way you could have a team o…
-
story
Ask HN: Enterprise Alternative to Vault
Hi, At work we use enterprise Vault to manage microservice secrets (think api keys, database passwords, signing keys etc) My engineering teams have raised that they don't really li…
-
comment
Comment #22290069
Shameless plug for a tool I build for ec2-instance-connect: https://github.com/nodefortytwo/amz-ssh I think the advantage of not having to have a public bastion is pretty nice thou…
- story
-
comment
Comment #21784378
I have always found AWS support to be pretty fantastic. We have enterprise support at work with a named TAM who is amazing. On my personal projects I have standard support and was …
-
comment
Comment #20930392
Really looking forward to trying this out. I get K8s is the bees knees and everything but we have an ECS history that will take time to migrate to K8s. I'm glad to see a modern ser…
-
comment
Comment #20833236
I agree, I have Android Auto in my 2019 VW Tiguan. Its awesome but its very easy to spend more time than you think picking a playlist from spotify etc. With your phone you know not…
-
comment
Comment #20532941
Where I work we spend millions per month on AWS, its our primary cloud platform. At that scale the UI of the console really doesn't matter, everything is IAC so developers rarely n…
-
comment
Comment #20378008
Although I agree in principle one other aspect that becomes critical in high volume systems is efficiency. Logging is generally a text stream and in production should only be warni…
-
comment
Comment #19284123
You are also calculating based on list price, with Enterprise discount, certain services can be quite a lot cheaper with spend that high.
-
comment
Comment #18357570
For me I have always found the best projects to work on are Developer Experience projects. In most companies its hard to dedicate the time to DevEx but as a manager I can rock out …
-
comment
Comment #16145245
We have been using Sops for a few months, it's pretty impressive really. reading your Sops config during githooks allows you to ensure everything is encrypted before commit. The on…