Live data from Hacker News

Viewing profile — fadeyev

fadeyev

HN member
Joined
Thu, Aug 28, 2008, 1:18 AM UTC
HN karma
36
Public activity
20 items

About fadeyev

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #7343482

    FontSquirrel's generator will strip out a lot of unneeded characters. By default this means including just the basic Latin subset with the main punctuation glyphs. If you look at t…

  3. comment
    Comment #5081985

    I think his point is that low DPI devices don't render detailed fonts well so we're forced to use fonts that are optimized for the screen (Verdana, Georgia, etc) if we want to see …

  4. comment
    Comment #4954800

    Hey Eric, I'm the author of the linked post. I actually do mention that light fonts on dark backgrounds look terrible on OS X and suggest using the antialiasing mode as a fix. Dark…

  5. comment
    Comment #4952439

    The margin under the subheading should be the same (or at the very least not smaller) than the bottom margin of each paragraph, otherwise you end up with the subheadings looking li…

  6. story
  7. comment
    Comment #4467149

    Not an expert in typography so I may be wrong, but I'd say it's a modern take on Humanist (also known as Venetian), one of the earliest Roman typeface styles. Here's a good article…

  8. comment
    Comment #4218182

    Thank you for your comment saraid216. I realize full well that I am prescribing my own moral framework, but that is the second part of the main idea, the first being that there be …

  9. comment
    Comment #4215984

    Hey AshleysBrain, author of the post here. Thanks for your comment. To address your point: The users' enjoyment isn't really the issue. It is not immoral to play the game, nor to p…

  10. comment
    Comment #4215792

    Author of the post here. Thank you for your comments. I'd like to address the main criticism that I see in the comments, which is that I did not specify what it is that I mean by m…

  11. comment
    Comment #2956024

    Thanks for pointing this out, you're right that the example is now outdated, though it's probably not too difficult to find more browser specific code to pick on :) I'll change tha…

  12. comment
    Comment #2954626

    Hey aditya42, I'm the creator of LESS Elements. Nothing is wrong with Bootstrap, it's just that when I wrote these mixins a while back Bootstrap wasn't yet available.

  13. comment
    Comment #2757435

    Thanks for the feedback! Glad you're finding it useful. Name should be pronounced like "Use Aura" but without a gap. It's a play on the word Aura, combined with User, or Usability,…

  14. comment
    Comment #2757004

    New project I'm working on. Wanted to make a site that's as simple as an image uploader or a code paster, but for click testing. You upload a screenshot of your interface and ask p…

  15. story
  16. comment
    Comment #1639069

    It hasn't stopped working, it just behaves differently. It stopped working on shadow blur amount of 0, but it works at 1px or more.

  17. comment
    Comment #1637788

    Yes, but the whole point of subpixel rendering is aesthetics. Its job is to make fonts look smoother and crisper, and in majority of cases it does just that. I'll accept that OS X'…

  18. comment
    Comment #1446820

    Conventional CSS

  19. comment
    Comment #1446804

    LESS or Sass are great in specific use cases. They're especially useful when you're using a lot of CSS visuals (where you have to write out about 3-5 lines just for one property be…

  20. comment
    Comment #1446663

    Less.js will cache the CSS on modern browsers after the first load using HTML5 local storage, so subsequent loads aren't an issue. First load is also very fast and won't make a hug…