Live data from Hacker News

Viewing profile — jshawl

jshawl

HN member
Joined
Sat, May 18, 2013, 9:09 PM UTC
HN karma
117
Public activity
80 items

About jshawl

https://proof.im/jshawl/on-hn

[ my public key: https://keybase.io/jshawl; my proof: https://keybase.io/jshawl/sigs/5xSMqJqlIRbO0X6XBLVx1wQxrBgluOJxhh_8_lDCPr4 ]

Recent public activity

  1. comment
    Comment #41430179

    https://gobyexample.com/ was helpful for me to understand what is possible with Go. Visit a topic that seems interesting or completely unfamiliar and try to think of a small exerci…

  2. comment
    Comment #41396847

    Gleam is fantastic! https://gleam.run/ The syntax is familiar but there are several next-level features: - no conditionals (case all the way down) - `use` expressions - pipe operat…

  3. comment
    Comment #40088301

    minisign - https://jedisct1.github.io/minisign/ super simple digital signatures!

  4. comment
    Comment #35304862

    https://archive.ph/6scOm

  5. comment
    Comment #33903064

    I saw a t-shirt from a local plant nursery that I absolutely loved. The price was $25 USD, and for me it was an instant purchase because I loved the design and wanted to support th…

  6. comment
    Comment #32830748

    The E-Myth Revisited: Why Most Small Businesses Don't Work and What to Do About It - https://www.goodreads.com/book/show/81948.The_E_Myth_Revisit... Changed the way I think about b…

  7. comment
    Comment #32818725

    https://archive.ph/LQJHu

  8. comment
    Comment #32310559

    Proving identity and authentication with public keys: https://proof.im/jshawl Signing a session claim to "log in" means I can authenticate users without storing any sensitive infor…

  9. comment
    Comment #31920360

    I'm exploring a signature-based authentication scheme here: https://github.com/jshawl/proof.im At a high level: 1. Claim and prove ownership of a public key 2. Sign a session claim…

  10. comment
    Comment #31733342

    FWIW signed packages are available out of the box with rubygems: http://docs.seattlerb.org/rubygems/Gem/Security.html >

  11. comment
    Comment #31680523

    I was curious about trying out my own diff so I went to the home page: https://www.difflensapp.com/ and didn't see an option. It would be interesting to be able to append a github …

  12. comment
    Comment #31680229

    >Meanwhile, if your caching reverse-proxy goes down, you have the option to immediately put a different caching service in front of your site, or temporarily serve static content f…

  13. story
  14. comment
    Comment #26897717

    Is there another window in your house you can open so that the airflow comes in from the other side of the house?

  15. comment
    Comment #26802311

    I wish deno files had a different file extension. Editor gets confused often switching between front end typescript and deno typescript.

  16. comment
    Comment #25765296

    I churned when Dropbox started removing features and asking for more money. e.g. limits on number of devices, more frequent nags, forcing me to unlink devices that had already been…

  17. comment
    Comment #25412485

    To be fair you have the burden of proof by asserting "computers connected to the internet can not be secured."

  18. comment
  19. comment
    Comment #25293866

    Risk tolerance?

  20. story
    Ask HN: Why are YC company posts' comments disabled?

    https://news.ycombinator.com/item?id=24208501 No comments for this post.

  21. comment
    Comment #24115246

    If you say you're willing to accept an offer at 50K less than they had budgeted for, you just lost 50K.

  22. comment
    Comment #24115209

    but.. what if they lowball in the end? isn't that a reason to give up your expected salary? IMHO I'd rather have the interview and negotiation experience than the time back. Practi…

  23. comment
    Comment #24115165

    "I'm looking for the right fit in a career and am open to many different compensation options". and then after three or so more iterations of that: "I appreciate your persistence b…

  24. comment
    Comment #24069593

    oof just spent a solid 30 minutes trying to debug why I was getting 404s in a docker build. Thanks HN!

  25. comment
    Comment #23987156

    My experience with this has been that when teams dissolve, new apis are created on top of the existing apis to avoid making changes to the original api. Debugging a production issu…