Live data from Hacker News

Viewing profile — shosti

shosti

HN member
Joined
Thu, Oct 20, 2011, 2:37 AM UTC
HN karma
160
Public activity
26 items

About shosti

No profile information was provided.

Recent public activity

  1. comment
    Comment #38266104

    https://www.iea.org/reports/direct-air-capture-2022/executiv... suggests $125-$335 per ton, so not quite an order of magnitude but still a big difference for CCS.

  2. comment
    Comment #38265672

    > According to [2], the cost to reclaim CO2 from natural gas sources is approximately $90 per ton on the high end I may be reading that wrong, but I'm pretty sure that refers to th…

  3. comment
    Comment #38265302

    It's buried in the article, but the 77% number seems to be based on resistance heating instead of heat pumps: > the annual energy bill to operate a standard gas furnace/AC combinat…

  4. story
  5. comment
    Comment #29500777

    Ingresses on EKS will set up an ALB that sends traffic directly to pods instead of nodes (basically skips the whole K8s Service/NodePort networking setup). You have to use ` alb.in…

  6. comment
    Comment #29479816

    The ingress controller is so I can have multiple public apps and configure them with Ingresses (definitely possible to do the overall setup with just cloudflared but I wanted to us…

  7. comment
    Comment #29478793

    I feel like Tailscale gets you pretty close to an “easy private cloud”, it’s just the “public” part that’s still a bit tricky.

  8. comment
    Comment #29477539

    Yeah this is basically what I was planning to do before I learned about cloudflared.

  9. comment
    Comment #29477440

    Yeah that’s what I would do if I was just hosting a blog, I already had the k8s lab set up for other reasons and wanted to get more use out of it.

  10. comment
    Comment #29476090

    I would say you don't really need Kubernetes for this sort of setup (I already was running all the K8s stuff which is why I went with it, but docker compose or even just running th…

  11. comment
    Comment #29475809

    (Author here) I mostly worry about security for this. If you have nothing private on your network it's probably fine, but if you have, say, a NAS that isn't using proper authentica…

  12. comment
    Comment #29475510

    (Author here) I’m kind of cruel to my hardware lol (they’re all frankenservers hacked together with random parts from eBay). I’m not doing anything fancy to protect from dust and w…

  13. comment
    Comment #29475219

    Thanks, glad you liked it! Minor clarification, I didn’t write the ingress comparison, that’s from https://learnk8s.io (who I’ve been working with recently). They have a bunch of a…

  14. comment
    Comment #29407071

    Location: San Francisco Remote: Open to it Willing to relocate: No Technologies: Go, Kubernetes, Postgres, Ruby/Rails, AWS/GCP, TypeScript, Rust Résumé/CV: https://www.linkedin.com…

  15. comment
    Comment #29397521

    This was a project I implemented for fun to try to understand how Raft works (and also get more practice with Rust). The basic idea is that some state gets synchronized between 3 b…

  16. story
  17. comment
    Comment #25637484

    SEEKING WORK | USA (UTC-8) | REMOTE Website and portfolio: https://eevans.co Technologies: Kubernetes, Google Cloud, AWS, Docker, Terraform, Go, others I specialize in cloud migrat…

  18. story
  19. story
  20. story
  21. story
  22. story
  23. comment
    Comment #19579891

    > This part seems very hand wavy, given that Heroku Shield would've solved many (all?) of their problems. Author here; I don’t want to go into too much detail, but we tried Shield …

  24. comment
    Comment #19579840

    Yeah AWS Aurora does have some nice capabilities compared to Cloud SQL; if it weren’t for the other issues mentioned in the article it would have been a driving factor towards choo…

  25. comment
    Comment #19579806

    Author here; yeah, helm is the part of our stack we’re least happy with tbh (it’s turned into a huge pile of templated yaml files for each project that seems like it might not be m…