Live data from Hacker News

Viewing profile — seschwar

seschwar

HN member
Joined
Mon, Jul 11, 2016, 3:21 PM UTC
HN karma
14
Public activity
7 items

About seschwar

No profile information was provided.

Recent public activity

  1. comment
    Comment #45506926

    Vim is scriptable with TCL: https://vimhelp.org/if_tcl.txt.html

  2. 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.

  3. 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

  4. comment
    Comment #13033209

    I'm used to that from rsync. I find it quite handy.

  5. comment
    Comment #12678520

    There's also git-spindle for this: - https://seveas.github.io/git-spindle/ - https://github.com/seveas/git-spindle

  6. 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…

  7. 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.