Live data from Hacker News

Viewing profile — atjoslin

atjoslin

HN member
Joined
Mon, Feb 06, 2012, 12:18 PM UTC
HN karma
212
Public activity
78 items

About atjoslin

MVbr2nKlTb

Recent public activity

  1. comment
    Comment #39093525

    I use it for a very large monorepo to replace prettier. So much faster! Also have it run on save in my editor now. Now linting full codebase on precommit and it’s faster than just …

  2. comment
    Comment #39057308

    <3 <3 <3 <3 THANK YOU

  3. comment
    Comment #28801401

    to what purpose

  4. comment
  5. comment
    Comment #24849655

    "Well, gee, that's a lot. I'd be really impressed if our team could get to `$GOAL x 0.75` in $TIME. `GOAL x 0.25` is a big ask, we'll have to see..." Lots of under promising. Aggre…

  6. comment
    Comment #22894598

    I even used this for a family call the other day to clip someone's dumb joke and share it later with fam.

  7. comment
    Comment #12394417

    Yep. I'm already sour against the IRS from just doing some tax calculations, saw the article title, and didn't even read the article before commenting! Edited my comment.

  8. comment
    Comment #12394405

    Cool, he got paid and all, but keep in mind that's $22M of yours and my tax money. EDIT: Nevermind, I did not read the article before commenting. My mistake.

  9. comment
    Comment #12221775

    The reason most people tell me they use todos is, "you can't do everything up front." I agree, but I hate TODOs. They're the worst form of keeping track of technical debt. Just ope…

  10. comment
    Comment #12188931

    AngularClass knows what they're doing. This course is gonna be legit.

  11. comment
    Comment #11879471

    +1 -- I use Stout all the time. I don't have to rely on anyone's uptime except AWS's. Stout's just a "shortcut" for using AWS infrastructure that I have full control of. With Surge…

  12. comment
    Comment #11762362

    So Kickstarter money is counted as donations, right? Does that mean that they don't have to pay sales tax on any of these preorders?

  13. comment
    Comment #11582708

    Why don't more people do, "We're not 100% sure if you're the right fit, but we'd like to find out. We'll pay you to work with us for [2/4] weeks."

  14. comment
    Comment #11348951

    Counter-argument: A good micro-module removes complexity. It has one simple purpose, is tested, and you can read the code yourself in less than 30 seconds to know what's happening.…

  15. comment
    Comment #10959885

    Ridiculous, Canada. The "Language Police" literally exist.

  16. comment
    Comment #9695019

    That's also a Javascript decorator. You can use it with Babel today if you pass in `{stage: 0}`. https://github.com/wycats/javascript-decorators http://babeljs.io/docs/usage/experi…

  17. comment
    Comment #9694791

    I didn't check the web-at-large, that's why. I just thought 'classy! It's classes.' Then I checked npm. Then I pushed it. Probably was a bad idea.

  18. comment
    Comment #9694747

    I'm not sure if you're being sarcastic here. But again, there was no passive aggressiveness in my previous comment. I meant what I said, and nothing more: He's assuming things abou…

  19. comment
    Comment #9694237

    Good point, fixed https://github.com/eaze/ng-classy/commit/90ad4d8f493daad38f4...

  20. comment
    Comment #9694175

    Careful with those assumptions, friend.

  21. comment
    Comment #9693999

    Unfortunately, this is going to happen. Best wishes with your project. Edit: I'm only trying to be straightforward. I meant only what I said: name collisions do happen, especially …

  22. comment
    Comment #9486217

    Web cached version: http://webcache.googleusercontent.com/search?q=cache:lVzsGlt...

  23. comment
    Comment #9395056

    Run `emacs -nw --daemon` to start a background emacs server. Now, you can do `emacsclient -nw ` to boot up with almost no startup time. I have vi aliased to this, and `emacs -nw --…

  24. comment
  25. comment
    Comment #9395040

    I used Vim my whole career. But I always hated all the little bugs. Then I found Spacemacs a couple weeks ago and switched. I had an equivalent environment set up in a few days. No…