Viewing profile — wraithm112
wraithm112
HN member- Joined
- Mon, Dec 30, 2013, 6:09 AM UTC
- HN karma
- 74
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About wraithm112
Recent public activity
-
comment
Comment #23312218
Everything I've seen about OpsWorks is chef/puppet based. Ansible is not mentioned in the opsworks documentation at all. I think that's just wrong.
-
comment
Comment #22773436
That and people have completely switched to MDMs to provide a lot of the old functionality that macOS Server used to provide. The popular ones for macOS are Jamf and Mosyle. There …
-
comment
Comment #22760371
At least on AWS, you can parse the System Console Output. On the first boot, the box dumps its pub keys there. We have a tool that parses the output: https://github.com/bitnomial/a…
-
comment
Comment #22705446
Sure, I could imagine that is the case in fields like nuclear engineering. All the PEs I know are smart and have technical chops. Though, most of my PE friends are fairly young (ea…
-
comment
Comment #22506526
It's the only thing that most SaaS things charge for now-a-days. Slack, Dropbox, Github Enterprise, etc. They know that regulated businesses have requirements to have SSO and thing…
-
comment
Comment #22225044
You need to account for the delay to death in your model here. People don't die the second they're infected. Most of the people in that estimated infected number were infected in t…
-
comment
Comment #22160201
Adding a number of DisplayPort ports would be nice too.
-
comment
Comment #21126346
Bitnomial | Software Engineer, Operations Engineer | Chicago | Onsite full-time | https://bitnomial.com We’re building a Bitcoin derivatives exchange all written in Haskell. We use…
-
comment
Comment #19799791
Bitnomial | Software Engineer, Operations Engineer | Chicago | Onsite full-time | https://bitnomial.com We’re building a Bitcoin derivatives exchange all written in Haskell. We use…
-
comment
Comment #19545811
Bitnomial | Software Engineer, Operations Engineer | Chicago | Onsite full-time | https://bitnomial.com We’re building a Bitcoin derivatives exchange all written in Haskell. We use…
-
comment
Comment #19176909
Probably the investment round: https://techcrunch.com/2019/02/11/reddit-300-million/
-
comment
Comment #17623183
I too have vim muscle memory in the terminal, so what I do is alias vim to emacsclient. It's actually really great! Terminal emacsclient with evil is basically indistinguishable fr…
- comment
-
comment
Comment #17059966
The TCP and IP protocol specifications do not mention routing either. There are many routing algorithms possible, and many of them are used simultaneously. The same will be true fo…
-
comment
Comment #16520559
Absolutely. Though, when people say cookies vs JWT, what they mean is: Cookies: a simple session ID, a random number, stored in a cookie. JWT: a JSON object stored in local storage…
- comment
-
comment
Comment #14894250
With respect to the snake-cased fields issue, it's actually not that hard to do that with Generic in Haskell. data Person = Person { personFirstName :: Text , personLastName :: Tex…
-
comment
Comment #14554745
Legal/compliance work is probably where this sort of service would be most useful.
- comment
-
comment
Comment #11588549
Nah. That was just media insanity. Bitcoin functions just fine in the face of crazy politics. The whole point of it is to be unkillable.
-
comment
Comment #11391884
True, I was wrong. Thank you for the correction.
-
comment
Comment #11390374
> Innovation of bitcoin is proof of work, not a chain of blocks. Proof of work was invented in the late 90s by Adam Back. The consensus algorithm using proof of work and a blockcha…
- comment
- comment
-
comment
Comment #10910713
I said "intentional hard-fork" for a reason. For everybody's reference, the bdb to leveldb hard-fork happened in early 2013. Everybody acted swiftly to correct the issue by downgra…