Live data from Hacker News

Viewing profile — mundizzle

mundizzle

HN member
Joined
Sun, Mar 28, 2010, 8:34 PM UTC
HN karma
213
Public activity
37 items

About mundizzle

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #8974497

    i always found Chomsky's take on sports to be quite interesting... "Take, say, sports -- that's another crucial example of the indoctrination system, in my view. For one thing beca…

  3. story
  4. comment
    Comment #8321876

    the only thing i care about for the next version of IE is progress on this list... http://status.modern.ie/?iestatuses=notplanned,underconsider...

  5. comment
    Comment #8217681

    agree. i prefer to write anything (code, markdown, etc) in my own text editor - sublime for live preview, i used Marked.app which also supports GitHub flavored markdown

  6. comment
    Comment #8094327

    thanks for the tips! i've also sampled all the coconut waters i can find. 2 things i've come to notice... - coconut water from thailand has a better (sweeter?) taste than from braz…

  7. comment
    Comment #8074935

    can you pass the salt? http://xkcd.com/974/

  8. story
  9. comment
    Comment #7893651

    wow, that has a Weissman Score close to the theoretical limit

  10. story
  11. comment
    Comment #6970660

    i'm surprised no one has mentioned Marked 2 from Brett Terpstra - http://marked2app.com it's a Markdown document viewer that displays changes as you make them in your favorite edit…

  12. story
  13. story
  14. comment
    Comment #6441771

    cool, they made the text contenteditable so you can see how things looks outside of their pre-canned text...

  15. comment
    Comment #6386509

    Atwood's Law "any application that can be written in JavaScript, will eventually be written in JavaScript." http://www.codinghorror.com/blog/2007/07/the-principle-of-le...

  16. comment
    Comment #6258946

    no idea if it accomplishes anything, but i wrote a strongly worded complaint through the jetblue website here - http://www.jetblue.com/contact-us/email/concern/

  17. story
  18. comment
    Comment #5988578

    most definitely Source Code Pro

  19. comment
    Comment #5954269

    instead of the "nuclear option" of reset proposed by the author, i would go with normalize... http://necolas.github.io/normalize.css/ also, an issue that never fails to rear it's u…

  20. comment
    Comment #5922967

    similar to this list... https://github.com/codylindley/frontend-tools

  21. comment
    Comment #5821728

    it's not a myth. just look at CSS Zen Garden - http://www.csszengarden.com/ if bootstrap markup becomes the lingua franca for common UI patterns, that's a plus in my opinion. no ne…

  22. story
  23. comment
    Comment #4815366

    >>> Personally, I'm moving away from using frameworks. if i'm not mistaken, that is the entire point of Flatiron. just a collection of independent modules. use as much or as little…

  24. comment
    Comment #4433993

    i got 99 problems but recruiters spamming me with job opportunities ain't one. given the economy and the unemployment rate, i'm thankful for what i've got. just a bit of perspectiv…

  25. comment
    Comment #4200696

    i generally avoid putting all properties of an object in one the same line in the name of readability and also to avoid the 80 char limit. instead i do something like this. (incorr…