Live data from Hacker News

Viewing profile — thomasbacklund

thomasbacklund

HN member
Joined
Tue, Feb 12, 2013, 7:35 PM UTC
HN karma
307
Public activity
51 items

About thomasbacklund

https://twitter.com/Bashlund

Recent public activity

  1. comment
    Comment #29563398

    I am still curious. As a FB software engineer you can probably work at any company you want to, so one must assume you want to work at Meta. And why is this? Serious question here,…

  2. comment
    Comment #29558034

    https://en.wikipedia.org/wiki/Criticism_of_Facebook

  3. story
  4. comment
    Comment #28683090

    I made this nice little client/server socket lib which has the same interface both for TCP sockets and WebSockets. Free to use, MIT licensed. You all know that browsers require Web…

  5. story
  6. comment
    Comment #28431100

    Sure :) follow me as @bashlund on twitter but also star the repo on github https://github.com/simplenetes-io/simplenetes

  7. comment
    Comment #28425022

    Thanks for asking :) Writing this much Bash is quite straining because there is a lot of typing, but it is also liberating in the sense of coding very close to the OS (utils). Also…

  8. comment
  9. comment
    Comment #28419710

    Indeed, the goal has to keep the number of moving parts down as much as possible so it can be easy to understand the full cluster and how to troubleshoot it. But of course, it stil…

  10. comment
    Comment #28418271

    Thanks, We use haproxy pods for inbound traffic, they perform TLS termination and simply pass the traffic over to a local proxy pod. The haproxy pod (and all other pods) communicat…

  11. comment
    Comment #28415914

    I have really enjoyed using Podman and will keep using it. I have found it be to stable (running on CentOS) for our production stuff. Shameless plug: We built Simplenetes[1] around…

  12. comment
    Comment #26678887

    I like the detailed questions :) The line count is a rough (overestimate) summoning the source of the three projects involved, simplenetes, simplenetesd and podc, and it also inclu…

  13. comment
    Comment #26669910

    You are looking at the `./release/sns` file, which is the "compiled" release, it's like looking at the .exe (404 kb isn't that bad for an ".exe") The source files involved are smal…

  14. comment
    Comment #26669893

    Thanks for taking the time l0b0! A lot of good points. Coding in shell sure is a challenge, I try to avoid bashims where I can, that's why most scripts are .sh not .bash, since the…

  15. comment
    Comment #26667200

    Thanks for sharing, I'll have a peek :) Heroku is ACE

  16. comment
    Comment #26667153

    Thank you :)

  17. comment
    Comment #26667129

    Thank you aabhay for a nice comment. Seems like my click-baity title brought out some strong feelings :) I do actually like Kubernetes. I recommend it to clients, I assess candidat…

  18. comment
    Comment #26665746

    If you want something simpler and use podman you can try `podc` [1] which compiles a pod yaml spec into a single executable shell script with a nice managagement CLI api to it. [1]…

  19. comment
  20. comment
    Comment #26665673

    Thanks!! We do use it in production, it is however fresh from the keyb so giving it some time before putting sensitive stuff in there. About the state, it's perfectly doable, but r…

  21. comment
    Comment #26665570

    No, don't build the next Netflix on Simplenetes. However, if you are just dealing with a three node cluster (Yes I know many of you are running tri-cycles with k8s stickers on it) …

  22. comment
    Comment #26665512

    Oh geez.. Hehe, thank you for pointing that out facepalm

  23. comment
    Comment #26665490

    Haha :) Well, the learning has been great I can confirm that. My script-fu is on a whole new level now, it was already quite up there after creating Space.sh [1] Waste of time... W…

  24. comment
    Comment #26665435

    Thanks :) The real use case is super simple clusters, which could be just 1 node, no etcd, no API (SSH managed), no iptables. Simplenetes is not a living breathing thing which auto…

  25. comment
    Comment #26665354

    Simplenetes does support state, no sweat. But it can't pull a disk out of the cloud for you, there is some traditional Ops involved.