Live data from Hacker News

Viewing profile — cathexis

cathexis

HN member
Joined
Sat, Aug 15, 2015, 6:21 AM UTC
HN karma
21
Public activity
8 items

About cathexis

No profile information was provided.

Recent public activity

  1. comment
    Comment #12654296

    By all accounts, LispM's were awesome systems to use but lost out due to heavy marketing from unix vendor companies.

  2. comment
    Comment #11215474

    Pretty much. If I want to save a file: wget. If I want to do _anything_ else: curl. Yes you can write files with curl, no I don't use that functionality very often. I don't think o…

  3. comment
    Comment #11215460

    I'm always amused by people who do the opposite: using wget to send get/post requests to web servers and having to add `-O /dev/null' (or, even worse `-O - > /dev/null'to keep from…

  4. comment
    Comment #10066324

    They Live: https://en.wikipedia.org/wiki/They_Live

  5. comment
    Comment #10066288

    Essentially it's an alternative method for starting long running services (and restarting them if they fail). The things all daemontools-inspired process supervisors do: Runs a sca…

  6. comment
    Comment #10065760

    I missed actually answering the question about the difference between the two (plus, that comment is in dire need of editing and the edit window appears to have expired). The super…

  7. comment
  8. comment
    Comment #10064547

    I've used s6 a lot, though not as an init replacement in any systems that matter. As a supervisor I think it's great. For basic stuff (root process supervising supervisors supervis…