Live data from Hacker News

Viewing profile — rorychatt

rorychatt

HN member
Joined
Thu, Dec 07, 2017, 11:11 AM UTC
HN karma
38
Public activity
24 items

About rorychatt

No profile information was provided.

Recent public activity

  1. comment
    Comment #47698521

    Why is significant economic value the metric for success? Skoda publishes the research and design openly (no patent, no product for sale), to solve a real problem (increase in bike…

  2. comment
    Comment #47497297

    ha. Cloud Native ≠ Native Cloud Services. I always found it odd that the marketing successfully pivoted the term Cloud Native from meaning 'managed services consumed as APIs over t…

  3. comment
    Comment #47318506

    The bet is that compute gets cheap enough before the crunch that it won't matter. You should model it at 10x - but you also need to factor in NPV and opportunity cost. Even if pric…

  4. comment
  5. comment
    Comment #45921454

    Very strange, this has always worked for me with Zed - both with local and remote ssh sessions. I use `"autosave": "on_focus_change"` which may be keeping my buffer in sync with th…

  6. comment
    Comment #45845371

    I had this today when I cancelled a Microsoft Subscription, where it asked me for feedback on why I left. One of the options they gave was because "My company needs an AI solution"…

  7. comment
    Comment #45382169

    Building out test infrastructure for correctness to support the project sounds like a fantastic idea. That said, while it's compatible with Linux via fuse, unless you're helping to…

  8. comment
    Comment #43397231

    I found things got a lot better when the proper apis and terraform zpa/zia coverage happened Still many foot guns, but I’ve much the same feelings for most of the tooling in the pr…

  9. comment
    Comment #43395399

    > why that's a bad idea Given that traffic inspection for user and service proxies rely on MITM traffic inspection for many forms of IPS/IDS beyond basic SNI signature detection - …

  10. comment
    Comment #40807111

    > staging->prod is a merge I might be misunderstanding what you mean by staging in this case. If so, my bad! I don't think staging ever actually gets merged into prod via git histo…

  11. comment
    Comment #40796469

    > I believe the idea is that it makes it very explicit to track provenance of code between environments, eg merge staging->master is a branch merge operation.= That isn't quite my …

  12. comment
    Comment #40796156

    While I agree generally with the pattern (dynamically generating manifests, and using pipelines to co-ordinate pattern change), I could never quite figure out the value of using Br…

  13. comment
    Comment #37909869

    > More generally, do you have to legally agree to Terms and Conditions to communicate with service provider's servers over HTTPS? Do you legally agree to them after you communicate…

  14. comment
    Comment #37909621

    I'm not sure. IANAL, but reading the developer policy, reference is made to include the Youtube Developer Site & Services, but is not exclusive of other Youtube API Services. Wheth…

  15. comment
    Comment #37908712

    Is this legal? In Google's Terms and Conditions, it's says that bypassing ads violates Youtube's terms and conditions. https://support.google.com/youtube/answer/14129599?hl=en#:~:.…

  16. comment
    Comment #35367219

    I get what the author is saying, but I feel like many of the examples provided have more to do with poor culture and chronic mismanagement rather than issues with “agile” itself. H…

  17. comment
    Comment #31544489

    We use Terraform extensively at our organisation. Some examples come to mind that make this impractical: - For services that do support tags, we are already reaching limits on the …

  18. comment
    Comment #21466870

    In the organisations I have worked, we have normally done something like this: - - - . - . . .com This allowed us to delegate hosted zones to the application teams to self-manage t…

  19. comment
    Comment #20559969

    An argument can be made that this is what Test Driven Development is here to solve. State intent in the test, not the comment. That said, I agree it can be a helpful contextual clu…

  20. comment
    Comment #20047103

    It's a shame, BDNA's Technopedia used to have an excellent, free online search engine that could be leveraged to search EOL information. For context, Technopedia is a library that,…

  21. comment
    Comment #18935289

    Can you talk to the problem Docker-Run is trying to solve? It's already relatively easy to deploy docker containers today (AWS/Azure/GCP/DigitalOcean/etc) and even have them pipe t…

  22. comment
    Comment #18640405

    I'm all for the separation of concerns for managing underlying services! I just suspect most organisations have the scale to warrant running it themselves. Lets say it takes 5 engi…

  23. comment
    Comment #18639668

    Why not start with Fargate/App Engine, or skipping containers all together and going straight to FaaS on your cloud of choice? Small companies seem like the primary choice to skip …

  24. comment
    Comment #18638889

    Pivotal haven't launched a serverless framework, they've launched a FaaS(ish) framework. Serverless implies that the management of the underlying infrastructure is owned wholy by a…