Live data from Hacker News

Viewing profile — TomFrost

TomFrost

HN member
Joined
Tue, Apr 03, 2012, 12:20 PM UTC
HN karma
157
Public activity
33 items

About TomFrost

No profile information was provided.

Recent public activity

  1. comment
    Comment #21453071

    I love the Remote SSH extension for VSCode (save for the frustrating workarounds necessary for ssh-agent forwarding -- an absolutely necessary feature) and expected VSO to be much …

  2. comment
    Comment #14076023

    Semantic recently adopted my team's React adaptation as their official React port. It's lighter weight, eliminates jQuery, and all components are standard React components that can…

  3. comment
    Comment #13086066

    ECS is free in that you pay only for the EC2 nodes running your containers -- there's no need to host ECS or do scheduling on your own hardware to use it. It's also Availability Zo…

  4. comment
    Comment #13085538

    For one, hitting the Github API to put failed build markers against commits and PRs. CodeBuild doesn't appear to have the same Github integration that most other CIs do out of the …

  5. comment
    Comment #11558106

    The problem I've always had with audio interfaces is that input is not private. Requests on public transportation are heard by many. Requests at home turn into a conversation with …

  6. comment
    Comment #11503662

    If the goal is solely Docker images with a standard size in the 20-40MB range, this can be achieved without additional tooling. After switching our development and deployment flow …

  7. comment
    Comment #10927657

    We have an open source solution called Cryptex[0] to handle this. It's better explained by this blog post[1] that gives the thinking and configuration necessary for most scenarios.…

  8. comment
    Comment #10868652

    Depending on the data you're storing, you may be responsible for HIPAA compliance. Such a thing is possible on AWS[0], but is not provided out-of-the-box. [0]: https://aws.amazon.c…

  9. comment
    Comment #10868391

    Is there a basis for such an assumption? For an organization requiring the highest available security, the ideal solution would be a privately operated hardware security module kep…

  10. comment
    Comment #10868178

    This is certainly the case, however for an organization implementing best practices for code deployment, such a change would have to be peer-reviewed in the best case, or pushed di…

  11. comment
    Comment #10868135

    KMS is not a centralized secret database -- it's a hosted Hardware Security Module. There is no way to store your service's secrets in it for later retrieval, unlike the solutions …

  12. story
  13. comment
    Comment #10496917

    TechnolgyAdvice | Nashville, TN | Full time | REMOTE / ONSITE About Us: We have a full JavaScript stack. React / Flux on the front-end, NodeJS-centric SOA on the back. We're indepe…

  14. comment
    Comment #10486556

    Fair point; I was speaking more toward the case of needing a rebuild any time your container gets changed, due to the change-on-run ethos of DevLab versus the change-on-build ethos…

  15. comment
    Comment #10486456

    Member of the DevLab team here :) Compose is actually part of the reason we wrote this tool. We tried so hard to make it make sense for a TDD workflow, but it was always cumbersome…

  16. comment
    Comment #10357564

    Just today I made a suggestion in a Github issue[0] to use sed for a similar use case. There, it was to generate an Amazon ECS task definition file from a CI tool's environment var…

  17. comment
    Comment #9707692

    I'd love to hear back if you find something like this. Up until Vers was released, I lazily boilerplated it into whichever of my services needed the functionality. Even so, the pat…

  18. comment
    Comment #9706197

    You answered that one yourself :) Deprecation means to publicly notify that some API endpoint has hit end-of-life, and that a better alternative is available. If you completely rew…

  19. comment
    Comment #9705994

    You're 100% correct -- interoperability is the key, but you ensure that by making sure everything at the interface layer (whether that's a REST API, a polled queue, a notification …

  20. comment
    Comment #9705747

    From your description, it sounds like your pain points don't come from versioning your microservice code; they come from versioning the data models that those microservices either …

  21. story
  22. comment
    Comment #9658680

    ScummVM has been maintained on GitHub for a few years now: https://github.com/scummvm/scummvm The downloads are still on SF, though. That's unfortunate.

  23. comment
    Comment #9604096

    This article digs on the flattened dependency model like it's a huge weakness of Bower, but this is the _entire point_ of Bower. You include two models that both depend on two diff…

  24. comment
    Comment #9373411

    1. Node.js is (for the most part) single-threaded; that's its draw. It's not trying to be a swiss army knife, and if your use case requires a threaded language then Node.js certain…

  25. story