Live data from Hacker News

Viewing profile — wraithm112

wraithm112

HN member
Joined
Mon, Dec 30, 2013, 6:09 AM UTC
HN karma
74
Public activity
31 items

About wraithm112

[ my public key: https://keybase.io/wraithm; my proof: https://keybase.io/wraithm/sigs/DEH5kBSoyG0F60haiFllX4HIxtYvEmLdU2U4GQCi_cw ]

Recent public activity

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

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

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

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

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

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

  7. comment
    Comment #22160201

    Adding a number of DisplayPort ports would be nice too.

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

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

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

  11. comment
    Comment #19176909

    Probably the investment round: https://techcrunch.com/2019/02/11/reddit-300-million/

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

  13. comment
  14. 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…

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

  16. comment
  17. 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…

  18. comment
    Comment #14554745

    Legal/compliance work is probably where this sort of service would be most useful.

  19. comment
  20. 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.

  21. comment
    Comment #11391884

    True, I was wrong. Thank you for the correction.

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

  23. comment
  24. comment
  25. 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…