Live data from Hacker News

Viewing profile — ekryski

ekryski

HN member
Joined
Thu, Oct 04, 2012, 3:37 AM UTC
HN karma
16
Public activity
40 items

About ekryski

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #15665425

    I think a lot of people still haven't seen https://feathersjs.com/ . Has been around for a while and offers all of this and more AND is drop in replacement for Express.

  3. comment
    Comment #13072645

    Sure, but it's about balance and setting expectations with the users of your open source framework. Being transparent and delegating responsibility. Your project can only scale as …

  4. comment
    Comment #13072567

    I 100% agree but it's only "a problem in open source if you don't recognize the situation". I've been writing about this a bit on Medium. https://medium.com/@ekryski/your-open-sour…

  5. comment
    Comment #13072515

    Exactly. Even at 20 hours a week you're looking $20k/month. As a freelancer that is a great rate with little overhead. There is no doubt that being the author of Hapi is a major re…

  6. comment
    Comment #12439352

    Definitely an intentionally click-baity headline :). I am in no way affiliated with either company in the at article. Just happen to know the guy that did the VERY thorough detecti…

  7. story
  8. comment
    Comment #11929772

    That's pretty smart. Effectively versioning your issued tokens. Way easier than maintaining a blacklist.

  9. comment
    Comment #11929771

    You have to be careful that you are not leaking sensitive info though, as the JWT payload is meant to be visible on the client as well.

  10. comment
    Comment #11929745

    I agree that's how we treat them with Feathers. You may know this already but JWT's are intended to be decrypted on the client so you shouldn't be be saying "if" it is cracked, mor…

  11. story
  12. comment
    Comment #11310484

    Glad you are liking it. Yes auth needs a bit more love. I'm working on it right now actually. It's getting close to a 1.0. As far as passwords go, I assume you are referring to pas…

  13. comment
    Comment #11310474

    Sounds good. Really appreciate that feedback. Seriously. I have felt a bit like we are throwing a lot at people at the beginning of the docs.

  14. comment
    Comment #11306083

    Nope. Not intentional. Looks like we had the old URL. Thanks for pointing that out. I've updated the website and the docs.

  15. comment
    Comment #11305003

    I'll quickly add to what daffl said. That there is one more manual method outline here ( https://github.com/feathersjs/feathers/issues/265#issuecomme... ) that doesn't require runn…

  16. comment
    Comment #11304471

    Nope, no reason at all. It will work just fine. Feathers is pure JS and doesn't have any hard external dependencies. On the client, it just handles the data layer and communication…

  17. comment
    Comment #11304456

    We try and help you keep it clean. Check out https://github.com/feathersjs/feathers-chat to see what our idea of an app should look like. Obviously, different strokes for different…

  18. comment
    Comment #11304429

    Sorry you feel that we are being dishonest. It's definitely not intended. I respectfully challenge the claim that Meteor is currently real-time and Feathers is not. Just because we…

  19. comment
    Comment #11304380

    All of the docs are from https://github.com/feathersjs/feathers-docs using the amazing Gitbook. We are totally open to PRs if there is something that is incorrect or could be worde…

  20. comment
    Comment #11304349

    We haven't tried it ourselves but Feathers just uses passport for auth underneath so any passport auth strategy will work. For SAML, to make it feel "Feathersy" might take a bit mo…

  21. comment
    Comment #11304324

    Feathers also supports Primus ( https://github.com/primus/primus ) so you can a bunch of other socket transports.

  22. comment
    Comment #11304319

    RethinkDB support is in the works for sure! https://github.com/feathersjs/feathers-rethinkdb/issues/9

  23. comment
    Comment #11302790

    Thanks for that feedback! What are you finding overwhelming? We're always looking to improve.

  24. comment
    Comment #11302445

    I will also follow up with, although we mention it on the site, we realize there may an implied bias with the comparisons being on the Feathers site and if anything is incorrect or…

  25. comment
    Comment #11302402

    Let us know how you fair and if you run into any issues. The best way is in slack.feathersjs.com.