Live data from Hacker News

Viewing profile — anti-pattern

anti-pattern

HN member
Joined
Wed, Nov 14, 2012, 9:06 PM UTC
HN karma
229
Public activity
38 items

About anti-pattern

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #5378400

    One more reason I avoid flying them whenever possible.

  6. comment
    Comment #5370813

    Ah, that isn't something I considered. I don't write my apps multi-threaded, so it shouldn't be an issue, but definitely good to be aware of.

  7. comment
    Comment #5370753

    Ah, well, nothing is foolproof. Yes, if you don't update your dependency list when dependencies are removed, they might get stale. But I keep up on that stuff and haven't ran into …

  8. comment
    Comment #5370660

    Yes, but, if you test your classes in isolation, then you'll be forced to manually require each dependency at the top of the file.

  9. comment
    Comment #5370643

    Interesting. Why would the requires go stale? And how would you use a dependency you don't require? It wouldn't be possible to use it unless you required it. This of course assumes…

  10. comment
    Comment #5370331

    I think a lot of this unfortunately comes from Rails. Rails hides a lot of complexity which creates "magic". And since most Rubyists come to Ruby from Rails, a lot of Rubyists have…

  11. comment
    Comment #5370241

    The best code is no code.

  12. story
  13. comment
    Comment #5321535

    Thanks! Probably not, there aren't really any other products I get that excited about, and I like the idea of keeping it very niche.

  14. story
  15. comment
    Comment #5310271

    Oh, interesting. Did they give a reason? Was it legal? MacRumors has been doing this for some time, I can't imagine that there's anything illegal about it.

  16. comment
    Comment #5310251

    Indeed. Maybe I'll post the data on GitHub or something.

  17. comment
    Comment #5310248

    Actually, the entire reason I made this site was because I thought the way MacRumors visualized the data wasn't very good. If they had done a better job, I wouldn't have needed to …

  18. comment
    Comment #5307933

    I guess it depends on how you quantify usefulness. There's less info, but I think I visualized the information that I do show much better than MacRumors.

  19. comment
    Comment #5307839

    They probably meant whether or not I "took" the information from somewhere else. But yeah, actually scraping the information would have been ridiculous. It's all just in a static Y…

  20. comment
    Comment #5307732

    Ah, that makes sense. Thanks for explaining it! This was my first time using SVG. So, what is the best solution? Defining SVG styles in a style tag?

  21. comment
    Comment #5307705

    Yeah, for some reason Firefox won't show the gradient. Not sure why. In the meantime I made it so it would fallback to a solid color.

  22. comment
    Comment #5307701

    Yeah, for some reason Firefox won't show the gradient. Not sure why. In the meantime I made it so it would fallback to a solid color.

  23. comment
    Comment #5307700

    Yeah, for some reason Firefox won't show the gradient. Not sure why. In the meantime I made it so it would fallback to a solid color.

  24. comment
    Comment #5307638

    I built my own because their design, and I mean literally the way they visualize the data, isn't very good. Or rather, it's not as good as it could be. They even updated the design…

  25. comment
    Comment #5307600

    Whoops, it looks like Firefox doesn't like SVG gradients. I'll look into that. Thanks!