Live data from Hacker News

Viewing profile — jamesog

jamesog

HN member
Joined
Mon, May 27, 2013, 5:24 PM UTC
HN karma
488
Public activity
52 items

About jamesog

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48284016

    I'm curious if Solod https://github.com/solod-dev/solod would be a good fit. It's not "real" Go, but you write Go and generate C.

  3. comment
    Comment #47756307

    I was the original author of the cloudflare-go library (which I worked on in my spare time while working at Cloudflare), and I included a `flarectl` command with it, but sadly it d…

  4. comment
    Comment #46166447

    The bad change wasn't even a deployment as such, just an entry in the global KV store https://blog.cloudflare.com/introducing-quicksilver-configur... Actual deployments take hours …

  5. comment
    Comment #46166354

    Disclosure: Former Cloudflare SRE. The short answer is "yes" due to the way the configuration management works. Other infrastructure changes or service upgrades might get undone, b…

  6. comment
    Comment #44779830

    > I collaborated a lot with a collage - James (Jog). I asked him loads of questions, from "how to login to a server", via "what is anycast" to "tell me how you mitigated this one, …

  7. comment
    Comment #42308510

    Children of Time needs to come with a huge content warning for those with arachnophobia. I got through it, but I didn't enjoy it, for that reason.

  8. comment
    Comment #42164220

    That's not from robots.txt, but their Bot Management feature which blocks things calling themselves Googlebot that don't come from known Google IPs.

  9. comment
    Comment #41897095

    "Aesthetic" gets even stickier! In the UK I tend to more commonly hear it pronounced as "es-thetic". The Great Vowel Shift indeed makes written English much more confusing than it …

  10. comment
    Comment #41896655

    US English spells it as encyclopedia, British English spells it as encyclopaedia.

  11. comment
    Comment #41895682

    It should more properly be written as dæmon. The æ ("ash") character is usually pronounced more like "ee", as in encyclopædia. I've never heard anyone say "encycloPAYdia" :-)

  12. comment
    Comment #41733568

    The Isle of Man isn't part of the UK, but rather a Crown Dependency, as are Jersey (.je) and Guernsey (.gg): https://en.wikipedia.org/wiki/Crown_Dependencies

  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #36791379

    I'll add stern ( https://github.com/stern/stern ) to that - follow logs from multiple pods easily.

  19. story
  20. story
  21. story
  22. comment
    Comment #26410825

    Since the introduction of APFS I've taken to creating a new APFS volume formatted as case-sensitive, and put my git repositories there. This has mostly been useful for working on s…

  23. comment
    Comment #26295273

    Managed Kubernetes exists because Kubernetes is so mind-bendingly complex. Nomad, on the other hand, is pretty simple and easy to run, and a single binary. There's probably no bene…

  24. comment
    Comment #23511052

    Salt states can very quickly/easily become unweildy as, unlike Ansibble, you can throw Jinja2 everywhere . It becomes far more tempting to create multiple states with a Jinja2 loop…

  25. comment
    Comment #23349146

    There was a proposal, which was declined: https://github.com/openssl/openssl/pull/8367