Live data from Hacker News

Viewing profile — bambambazooka

bambambazooka

HN member
Joined
Sat, Apr 16, 2011, 7:34 PM UTC
HN karma
271
Public activity
57 items

About bambambazooka

No profile information was provided.

Recent public activity

  1. comment
    Comment #45440831

    Scrum gives you (the team member) the power to decide what your commitment for the next sprint will be. If you have a manger, that decides this, or the PO decides this, IMO that’s …

  2. comment
    Comment #42398996

    I really really like the concepts of Bazel, but it feels like you have to jump through a lot of hoops to use it in a non-monorepo setup :/ I hope to find the time to build a PoC on…

  3. comment
    Comment #42295183

    > 5) If you want network redundancy you can create a 1G vSwitch (VLAN) on the 1G ports for internal use. Give each server a loopback IP, then use BGP to distribute routes (bird). A…

  4. comment
    Comment #40660252

    You can put HAProxy in front with a write- and a read-frontend with a backend each and all servers in the backend. To determine which server is a write instance or a standby you ca…

  5. comment
    Comment #38189491

    I have a very opinionated library that builds Docker images in pure Rust. I don't think building something like `ko` with it should be that much work. (I know, famous last words) I…

  6. comment
    Comment #33735473

    Can you elaborate a bit? Do you mount something like a S3 bucket inside of a container?

  7. comment
    Comment #30801492

    Thanks a lot!

  8. comment
    Comment #30800004

    My biggest issue with using IDEA for DB work is that DB connections are saved to the project or workspace (not sure about the IDEA lingo). We have many projects and so I have to ad…

  9. comment
    Comment #28885951

    Is your config available? It sounds very interesting and complete. Especially the PXE boot from a pi sounds great!

  10. comment
    Comment #27693182

    Could you please name the papers and the book?

  11. comment
    Comment #26794004

    I've been using Colemak on a Ergodox since September of last year and am very happy with it. I too switched to Colemak when I started using my Ergodox. The first weeks my head hurt…

  12. story
  13. comment
    Comment #25759676

    I like this overview of Mozilla's engineering track: https://twitter.com/Gankra_/status/1046438955439271936/photo...

  14. comment
    Comment #25567468

    I really like the idea! Thanks for mentioning it. I thought about converting my dotfiles to org-mode files but managing the tangling is always the step where I stop. I think I'd ra…

  15. comment
    Comment #24268994

    This is such a beautiful explanation. Comments like this make me come back to HN again and again.

  16. story
  17. comment
    Comment #23028976

    No, I have a small VPS that functions as my central WireGuard node.

  18. comment
    Comment #23022592

    I absolutely love sshuttle but IMHO nothing beats WireGuard‘s availability and simplicity. I have it setup on my laptops, iPhone and iPad. It works transparently and I can access a…

  19. comment
  20. comment
    Comment #22925947

    Sounds interesting! What program do you use?

  21. comment
    Comment #22853929

    I'm very interested, what's the URL of your blog?

  22. comment
    Comment #22820348

    If you use Oracle, PostgreSQL or MySQL (those are the ones I'm familliar) you can always query the data dictionary and see how your tables relate. For me that is self-describing.

  23. story
  24. story
  25. comment
    Comment #17460946

    What makes Tcl special and worth to learn?