Viewing profile — antoncohen
antoncohen
HN member- Joined
- Wed, Dec 08, 2010, 11:43 PM UTC
- HN karma
- 3,401
- Public activity
- 486 items
- HN profile
- View on Hacker News ↗
About antoncohen
Linux sysadmin
http://www.antoncohen.com/
Recent public activity
-
comment
Comment #44758460
Oh, but what about Ruby's versioning policy, which they call "Semantic Versioning", but the semantics are: > MINOR: increased every christmas, may be API incompatible That's right,…
- story
- story
-
comment
Comment #39476697
The debit card behavior is probably bank specific. I had fraudulent transactions on my debit card. The bank caught it after a few transactions, alerted me, and shutdown the card wh…
-
comment
Comment #38108726
> can anyone explain why in the US if I click unlock on the remote, it just unlocks the front door? This keeps happening on rental cars. You have to click twice on unlock to get al…
-
comment
Comment #38108661
This is vehicle specific. Not all 2023 vehicles behave this way. I have a current generation vehicle (same generation and tech as 2023). - Doors stay unlocked. Eventually the engin…
- story
- story
-
comment
Comment #32146721
Microsoft open sourced 3D Movie Maker a few months ago: https://github.com/microsoft/Microsoft-3D-Movie-Maker
-
comment
Comment #32079349
In my experience the recruiters are great about helping you prep. They have a PDF called "Google Interview Prep Guide Site Reliability Engineer" that talks about SRE-SE vs. SRE-SWE…
-
comment
Comment #32079298
Container-Optimized OS is based on Chromium OS and is more of a traditional Linux, in the sense that is runs on servers. https://cloud.google.com/container-optimized-os/docs
- story
- story
-
comment
Comment #31269790
MySQL has some robust tooling in this space. Some of the tools use triggers to copy to a new table. GitHub's gh-ost[1] is probably the state of the art, and uses the binary log str…
-
comment
Comment #27676940
That is true, I was thinking specifically about the metadata and SSH keys. But DHCP can also set DNS servers, NTP servers, and other things that can either cause disruptions or be …
-
comment
Comment #27675585
While there are a series of vulnerabilities here, none of them would be exploitable in this way if the metadata server was accessed via an IP instead of the hostname metadata.googl…
-
comment
Comment #27485430
> Eusociality typically requires two other conditions. ... And since the ferns spread asexually on shared roots, they don’t actually exhibit an active system of resource acquisitio…
-
comment
Comment #27334215
This is effectively required when open sourcing something that was previously internal. I've done it at a company. There could be company internal things that leak in old revisions…
-
comment
Comment #26882798
The Terraform provider for Google Cloud uses partial autogeneration, here is the repo that does the autogeneration for multiple automation tools: https://github.com/GoogleCloudPlat…
-
comment
Comment #26882218
> Open Source SDK > The SDK is a CLI and collection of libraries for defining and deploying cloud apps and infrastructure in code. https://www.pulumi.com/pricing/ With Terraform th…
- story
-
comment
Comment #26257965
Everyone's needs are different. To me GCP is easier to get started with. I don't want white glove service where they try to architect my architecture for me. Pushing me into cloud …
-
comment
Comment #26257253
You can get GCP support for as little as $100/month. AWS charges for support too. https://cloud.google.com/support
- story
-
comment
Comment #25449084
Do you trust Debian LTS? As much as RHEL? The documentation about Debian LTS always made me think it is not a fully fledged thing. I've always felt like Debian releases reached EOL…