Viewing profile — seschwar
seschwar
HN member- Joined
- Mon, Jul 11, 2016, 3:21 PM UTC
- HN karma
- 14
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About seschwar
No profile information was provided.
Recent public activity
-
comment
Comment #45506926
Vim is scriptable with TCL: https://vimhelp.org/if_tcl.txt.html
-
comment
Comment #15115352
http://mlmmj.org/ claims to be heavily inspired by ezmlm. I haven't used either so I don't know how well it works as a replacement, but it might be worth a look.
-
comment
Comment #13061847
That sounds a bit like what Joyent is doing in their Autopilot Pattern implementation for MySQL: https://www.joyent.com/blog/dbaas-simplicity-no-lock-in
-
comment
Comment #13033209
I'm used to that from rsync. I find it quite handy.
-
comment
Comment #12678520
There's also git-spindle for this: - https://seveas.github.io/git-spindle/ - https://github.com/seveas/git-spindle
-
comment
Comment #12570270
What gave you that impression? With `zpool attach` you can attach a device to an existing VDEV (single device, mirror, RAIDZ) to increase redundancy. With `zpool add` you can add a…
-
comment
Comment #12296839
> Any major companies the size of Amazon or Google running on raft? Google's Container Engine runs Kubernetes, which uses etcd, which uses Raft.