Live data from Hacker News

Viewing profile — noshbrinken

noshbrinken

HN member
Joined
Fri, Apr 01, 2016, 10:32 PM UTC
HN karma
215
Public activity
60 items

About noshbrinken

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #15345749

    This tool will parse your local My Clippings file to JSON: https://github.com/maxhallinan/my-clippings-to-json

  4. comment
    Comment #15283129

    I can't speak to Typescript but check out the Flow types for Ramda: https://github.com/flowtype/flow-typed/blob/master/definitio... Maybe just a matter of perception but it looks v…

  5. story
  6. comment
    Comment #15255459

    Some (many?) slack bots will need to be updated.

  7. comment
    Comment #15219268

    >...what we call web frameworks are transforming from runtime libraries into optimizing compilers. I took that to mean that the frameworks are doing the optimization. But the artic…

  8. comment
    Comment #15218698

    > The trend started by minifiers like UglifyJS and continued by transpilers like Babel will only accelerate. Not to be pedantic, but are UglifyJS and Babel "frameworks"? Not a Embe…

  9. story
  10. comment
    Comment #15197936

    I think you're missing the point. I don't think that Americans are losing faith in the value of education. Most Americans I know envy the low cost of education in Europe exactly be…

  11. story
    Ask HN: Thoughts on Flow

    I spent the last week using Flow at work. This is the first static type system I've used. It was much more challenging than expected and yielded no (perceptible) practical benefit.…

  12. comment
    Comment #14935324

    Individual known for benevolent acts arrested on charges of other, malevolent acts chills community of benevolent actors?

  13. comment
    Comment #14935063

    I definitely appreciated this early warning to get off the ride.

  14. comment
    Comment #14906405

    Thanks for the code snippets. That actually helps me to understand quite a bit how Elm's JSON parsing situation can be improved within the FP paradigm. > So what you're frustrated …

  15. comment
    Comment #14896781

    Unfortunately, CFS is not the only illness whose existence the medical profession generally refuses to admit. There are a host of other syndromes or symptom constellations that doc…

  16. comment
    Comment #14896737

    I've wondered the same thing myself pretty much every time I've come into contact with a doctor. The fundamental lack of curiosity for someone in a field related to science (seemin…

  17. comment
    Comment #14896646

    Something I find incredibly off-putting about Elm is the evangelical and generally unbalanced tone taken by many prominent members of the Elm community. I almost never come across …

  18. comment
    Comment #14698960

    Thanks for adding redeuceur to your list! I didn't realize there were so many reducer utilities but I'm not surprised. I like the way Redux leaves room for the user to play with th…

  19. story
  20. comment
    Comment #14645260

    The last part of your comment blames front-end developers for the shortcomings of the web platform. I think many would be interested in a more uniform, stable interface. But they'r…

  21. comment
    Comment #14521998

    John Resig used Genius to annotate the jQuery source code. Seems to be broken now. https://genius.it/johnresig.com/files/jquery-original.html

  22. comment
    Comment #14403343

    Great list! Thanks a bunch.

  23. comment
    Comment #14402978

    I like python_prompt_toolkit, though I think the learning curve can be a bit steep. It gives you a ton of flexibility, which I really appreciate, but I have a hard time remembering…

  24. comment
    Comment #14401226

    This is great. Exactly the kind of thing I'm looking for.

  25. comment
    Comment #14401217

    I think many/most Node TUI's use Inquirer. I have mixed feelings about it. Python has several library's that provide lower-level constructs for building CLI and TUI's. Then they pr…