Live data from Hacker News

Viewing profile — brian_c

brian_c

HN member
Joined
Wed, May 26, 2010, 9:15 PM UTC
HN karma
64
Public activity
32 items

About brian_c

No profile information was provided.

Recent public activity

  1. comment
    Comment #38008380

    Aquaphor's the best thing I've found so far. Just takes a tiny bit, so whatever's left over on my fingertip gets rubbed into my knuckles which are probably also chapped.

  2. comment
    Comment #32586970

    Netflix's _How to Change Your Mind_ (based on a book with same name, I believe) has been a nice digestible look at psychedelics' uses in various therapies, now and in the past, if …

  3. comment
    Comment #31598640

    Ah, in that case: Still seems kinda risky? Like, what if someone else submits a solution for the ticket I'm in the middle of? What if my solution is valid, but not accepted? What i…

  4. comment
    Comment #31598419

    Free labor in exchange for the possibility of an interview? I think the fuck not.

  5. comment
    Comment #26001193

    ISeeChange | Back-end developer (with some devops) | Fully remote | Full-time contractor | https://www.iseechange.org/ ISeeChange is looking for a back-end developer to own our API…

  6. comment
    Comment #25191862

    Disappointing that all the images are built on the same shade of white skin. You're leaving out a whole lot of folks who are already underrepresented in a whole lot of research. I …

  7. comment
  8. comment
  9. comment
    Comment #13501051

    Giant thanks for making this. A suggestion, though: the "remote" switch should probably imply "or". A search for jobs in Chicago OR remote would be more more useful than Chicago AN…

  10. comment
    Comment #13125115

    Nice! I worked out a little proof of concept a while back for a pan-and-zoom wrapper around any ol' HTML, if that's of any interest: https://github.com/brian-c/react-zoomable I hav…

  11. comment
  12. comment
    Comment #11690019

    You can probably use 90% of React's functionality with like, four or five functions and four or five component lifestyle methods. What's not minimal about that?

  13. comment
    Comment #11443717

    I've had one of my package names transferred away from me with no warning, presumably after some period of inactivity. Npm as a repository seems to have gone totally insane, and I …

  14. comment
    Comment #8551007

    `curl ... | sh` installations don't really bother me. The scripts tend to be short and commented, or at least readable. Sure beats running an opaque .pkg installer, which invariabl…

  15. comment
    Comment #8265188

    So basically follow the example of pre-standards browser-specific HTML features?

  16. comment
    Comment #7953830

    In a fair world, the time and energy that went into Bower would have been spent making npm just a little bit better for front-end stuff. `npm dedupe` is halfway there. Now I have t…

  17. comment
    Comment #7461568

    Every time I start writing a new node module, I stop and see if substack (or visionmedia, for that matter) has already done it.

  18. comment
    Comment #5518505

    Yeoman makes it quicker and easier to generate boilerplate code, but I think the goal should be to eliminate boilerplate and abstract it away. Yeoman keeps spaghetti organized, but…

  19. comment
    Comment #5034639

    You can turn on Safari's awful console in the Settings app, I think under "advanced".

  20. comment
    Comment #5004872

    This is useful in a pinch, but transitioning a 100px high element from max-height 9999px to 0 means there's going to be a huge delay while it's transitioning between 9999px and 100…

  21. comment
    Comment #4607865

    It breaks returning object literals because `return` on its own line is a complete statement.

  22. comment
    Comment #4602127

    Sort alphabetically. It's not arbitrary, everybody understands it, and no tool needed. This is silly.

  23. comment
    Comment #4582088

    I really want to like this, but I can't get behind Sprockets when RequireJS and Browserify exist. Code in comments, obtuse file extensions, `require_tree`, etc. make code modulariz…

  24. comment
    Comment #4501359

    The install script takes staggering liberty with your system to fetch its dependencies. Make sure you read it before running. http://get.yeoman.io

  25. comment