Viewing profile — cathexis
cathexis
HN member- Joined
- Sat, Aug 15, 2015, 6:21 AM UTC
- HN karma
- 21
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About cathexis
No profile information was provided.
Recent public activity
-
comment
Comment #12654296
By all accounts, LispM's were awesome systems to use but lost out due to heavy marketing from unix vendor companies.
-
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…
-
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…
-
comment
Comment #10066324
They Live: https://en.wikipedia.org/wiki/They_Live
-
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…
-
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…
- comment
-
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…