Live data from Hacker News

Viewing profile — lsdafjklsd

lsdafjklsd

HN member
Joined
Tue, Sep 13, 2011, 10:31 PM UTC
HN karma
289
Public activity
90 items

About lsdafjklsd

javascript developer

NYC

http://www.ryanhaywood.com http://www.github.com/lsdafjklsd

Recent public activity

  1. comment
    Comment #22745767

    Actually 100% 17 days still going

  2. comment
    Comment #22716470

    My wife's last day was the 10th but I had tried to get them to stop earlier, basically put my foot down. We actually left the city that Saturday, now we are dealing with driving ar…

  3. comment
    Comment #16001401

    I think it's really people's experience. I'm in your camp, I write functional javascript, I learned clojure, I think about writing software in a way where react-redux (and re-frame…

  4. comment
    Comment #16001381

    I really don't get the love around vue... I always read the glowing sentiment and go, "Ok, I'm missing something, let me go back to the vue.js docs and see what's good" Things that…

  5. comment
    Comment #15745335

    Yea basically this. Built a 'big data app' using Ember, which was all well and fine until some of the routes essentially became their own apps, that were more akin to apps like pho…

  6. comment
    Comment #15741603

    In the apps that I've built, having many components manage their own private state makes it hard to coordinate said components, because all of the application state is stuffed insi…

  7. comment
    Comment #15144655

    There weren't really 'legions' of front end devs when node came out. People were just learning backbone.js and the idea of SPA's being viable was still forming. It was not easy to …

  8. comment
    Comment #15069555

    my dad is a fox news republican, a few years back we were driving for 5 hours and were listening to npr. he was basically waiting for the overt liberal bias, but instead we listene…

  9. comment
    Comment #14421809

    Yup, front end development is light years ahead of JS. sad

  10. comment
    Comment #14421805

    Parinfer is a huge game changer. Everyone afraid of writing lisp needs to try again using parinfer.

  11. comment
    Comment #14421801

    The issue is more that I have to add, and use an immutable library vs it being just baked in to the language. I have to convert from and to JS. Worry about setting a deep value tha…

  12. comment
    Comment #14421800

    The issue is more that I have to add, and use an immutable library vs it being just baked in to the language. I have to convert from and to JS. Worry about setting a deep value tha…

  13. comment
    Comment #14421791

    > with not very nice tooling The tooling is the best. Figwheel is hot reload that never goes down, devcards is revolutionary, and a browser repl for live in editor evaluation... > …

  14. comment
    Comment #14276988

    but the OO api is a bummer, give us the Clojure Atom api!!! vamos reframe!

  15. comment
    Comment #14276986

    but the OO api is a bummer, give us the Clojure Atom api!!! vamos reframe!

  16. comment
  17. comment
    Comment #11270548

    At work we've turned an ember-cli ember app into a react redux app in place using immutable.js and ramda for everything. It's been a huge boon. PS Ramda it eats lo-dash and its imp…

  18. comment
    Comment #11120501

    Reminds me of an episode of Bones: a: These are what are known as "Guidos. b: (chuckles) Yeah, Sweetie, I don't think they actually like to be called that. a: But they do. a: That'…

  19. comment
    Comment #11021681

    As an artist the apple pencil has been a complete game changer for me. I don't find tablets particularly useful for much other than drawing, and the apple pencil delivers the most …

  20. comment
    Comment #10948815

    In short that's up to the developer. It would be like asking how does Redux handle security? Well it doesn't, it just dispatches an action object to functions, the functions you wr…

  21. comment
    Comment #10914188

    It seems that moving html into javascript versus moving javascript into html has been the winning choice. Like the clojurescript counter parts, I want to write code.

  22. comment
    Comment #10799971

    I'm basically saying this. At work we've started to move from Ember to React over a year and a half ago, directly because of the work David Nolen has done in the space. And now we …

  23. comment
    Comment #10799923

    I think the problem is that the people using React see the grand architecture in Relay / Falcor / Om.next, and are trying to recreate those API's using current libs. There are stil…

  24. comment
    Comment #10799873

    Working for me

  25. comment
    Comment #10501741

    Yea SUITCSS is a great solution and it's completely cleared up so many CSS issues my team has had in the past. Looking at rscss I kind of cringe because it doesn't make it easy to …