Viewing profile — mundizzle
mundizzle
HN member- Joined
- Sun, Mar 28, 2010, 8:34 PM UTC
- HN karma
- 213
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About mundizzle
No profile information was provided.
Recent public activity
- comment
-
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…
- story
-
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...
-
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
-
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…
-
comment
Comment #8074935
can you pass the salt? http://xkcd.com/974/
- story
-
comment
Comment #7893651
wow, that has a Weissman Score close to the theoretical limit
- story
-
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…
- story
- story
-
comment
Comment #6441771
cool, they made the text contenteditable so you can see how things looks outside of their pre-canned text...
-
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...
-
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/
- story
-
comment
Comment #5988578
most definitely Source Code Pro
-
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…
-
comment
Comment #5922967
similar to this list... https://github.com/codylindley/frontend-tools
-
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…
- story
-
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…
-
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…
-
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…