Thursday, June 28, 2012

Debunking Responsive CSS Performance Myths - igvita.com

Debunking Responsive CSS Performance Myths - igvita.com: "However, when it comes to performance, we still have a lot of kinks to work out with responsive design. For one, while we can optimize the presentation on the client, most of the sites do not optimize the actual assets: you may be viewing a mobile version of the site, but you are likely downloading the same desktop assets. Not a great story for mobile."

'via Blog this'
"
Why, hello!. I'm Yeoman - a robust and opinionated client-side stack, comprised of tools and frameworks that can help developers quickly build beautiful web applications."

Monday, June 11, 2012

Z-Shell completion system introduction

Z-Shell completion system introduction: "Zsh's completion system (compsys) is one of the most praised and one of the most complex parts of the shell. That's true for users, as well as developers.

People asking for gentle introductions hit the `#zsh' IRC channel on freenode every once in a while; often enough that we added a question about it to the wikifaq (question 15 at the time of writing). The complaint is usually, that `zshcompsys(1)' and `zshcomwid(1)' are dense and dry to read and that they lack a general overview of how the system works."

'via Blog this'

kragen/pytebeat

kragen/pytebeat: "This is Pytebeat, a piece of software I wrote for doing livecoding bytebeat performances --- that is, writing tiny programs that generate music while the program is running, in front of an audience.

"

'via Blog this'

Saturday, June 02, 2012

Java-Mode Argument Indenting in Emacs - Stack Overflow

Java-Mode Argument Indenting in Emacs - Stack Overflow: "(defun my-indent-setup ()
  (c-set-offset 'arglist-intro '+))
(add-hook 'java-mode-hook 'my-indent-setup)"

'via Blog this'