Viewing profile — bambambazooka
bambambazooka
HN member- Joined
- Sat, Apr 16, 2011, 7:34 PM UTC
- HN karma
- 271
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About bambambazooka
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #33735473
Can you elaborate a bit? Do you mount something like a S3 bucket inside of a container?
-
comment
Comment #30801492
Thanks a lot!
-
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…
-
comment
Comment #28885951
Is your config available? It sounds very interesting and complete. Especially the PXE boot from a pi sounds great!
-
comment
Comment #27693182
Could you please name the papers and the book?
-
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…
- story
-
comment
Comment #25759676
I like this overview of Mozilla's engineering track: https://twitter.com/Gankra_/status/1046438955439271936/photo...
-
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…
-
comment
Comment #24268994
This is such a beautiful explanation. Comments like this make me come back to HN again and again.
- story
-
comment
Comment #23028976
No, I have a small VPS that functions as my central WireGuard node.
-
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…
-
comment
Comment #22934064
thanks!
-
comment
Comment #22925947
Sounds interesting! What program do you use?
-
comment
Comment #22853929
I'm very interested, what's the URL of your blog?
-
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.
- story
- story
-
comment
Comment #17460946
What makes Tcl special and worth to learn?