Upgrading to #Emacs 24.3? You probably want to recompile *all* your .elc files, or you will hit quirky issues like: https://github.com/mooz/js2-mode/issues/72
miniblog.
Treating v1.0 as an official release is incompatible with semantic versioning, since you might change your API before a 'grand unveiling'.
PyPI is painfully slow sometimes. We've bitten the bullet and started setting up pep381client internally so we can always set up a fresh env
That feeling when the act of writing a Stack Overflow question helps you solve the problem unaided.
This week has seen Pip 1.9 with SSL support, and a setuptools/distribute merge announced. Things are looking up for Python packaging!
I'm very impressed with Jedi for Python auto completion. Plugins available for all the best text editors...
Argh, Python's PIL has disappeared from PyPI. Googling suggests this has happened before, and Pillow is superseding PIL anyway.
For managing #Emacs depedencies, there's Carton, Pallet, EVM and EL4T. It's exciting to see many solutions being built. No clear winner yet.
Announcing loop.el, the Elisp loop structures you always wished you had! https://github.com/wilfred/loop.el #emacs
VP8 has patent protection from Google and MPEG-LA. Even Adobe are talking about adding it to Flash. Looks like it might win the format wars.
Duck programming: http://t.co/AhuX8Z9Huj
['Fizz'*(not i%3) + 'Buzz'*(not i%5) or i for i in range(1, 100)]
No true scotsman^W idiomatic code fallacy: http://t.co/v4s1mosMSK
To avoid confusion: s/fiancé/fiancée/ in my previous tweet.
Had a rather confused conversation with my fiancé -- eventually realised she'd interpreted 'pair programming' as 'pear programming'.
OH: "KDE should have a tie-in with Kate Middleton" (promoting the editor)
"For most people on Earth, the digital revolution hasn't even started yet." --
@ericschmidt http://t.co/LEJD8VlHqs (only ~35%!)
Today I learnt that Django has had shortcuts.render since 1.3. It saves you passing a RequestContext to render_to_response. Hurrah!
Using ELPA is conspicuously faster than just dumping packages in ~/.emacs.d/vendor-lisp, since it byte-compiles everything. #emacs
"go fix will rewrite your source to accommodate API changes in the standard library or builtins if you upgrade your language version" Wow!
Showing 401-420 of 470 posts