Live data from Hacker News

Viewing profile — bkiran

bkiran

HN member
Joined
Wed, Jan 26, 2022, 4:17 PM UTC
HN karma
39
Public activity
13 items

About bkiran

No profile information was provided.

Recent public activity

  1. comment
    Comment #42323936

    Appreciate the feedback. Will edit the post and check for other grammar errors

  2. comment
    Comment #42323741

    Agreed, reproducibility is a huge benefit. Being able to spin up a new machine quickly with a config you already know works is an awesome feeling.

  3. comment
    Comment #42323725

    I could never get around on longhorn or any of the other "lightweight" K8 distros. I guess that's why I spent time setting up NixOS and writing this post. Okay nice, seems like var…

  4. comment
    Comment #42323700

    This hits the nail on the head. Well said. I really like being able to manage the managing and host machine in one configuration. It's a blessing from an Op's perspective.

  5. comment
    Comment #42323693

    Troubleshooting Nix is mind-numbing. For some of the benefits, it's the price that is need to be paid

  6. comment
    Comment #42323688

    Thanks for the perspective. I mainly use NixOS to run my server's not personal machines. I can see why it can be a frustrating experience for a machine that you just want to run pe…

  7. comment
    Comment #42323669

    Yeah I agree it's manual but it takes about 5 minutes to SCP the password onto the machine. I have some playbooks I setup to creating a new machine. All in all it takes about 10 mi…

  8. comment
    Comment #42323377

    Nice, would love to know how it goes. What kind of storage and DB's are you planning to work with?

  9. comment
    Comment #42323364

    To each their own. When K8's is managed it's awesome. I would like to do without the headache of dealing with K8's installation or some orchestrator layer. I can "schedule" my on a…

  10. story
  11. comment
    Comment #36911339

    I'm using Cap'N Proto in a message broker application(LcuidMQ) I'm building for serialization. It has allowed me to created client applications rather quickly. There are some quirk…

  12. comment
    Comment #32873994

    I've been working on something that may fit your criteria. The API is kafka-like and it's whole goal is to provide an easy to use local-first stream datastore/data-engine. It curre…

  13. comment
    Comment #30171189

    I'm a dev-ops engineer by day. I creating a simple to standup and use message queue(similar to kafka and rabbitmq) in Golang. As of right now, the project is solely to learn more a…