Today I learnt that this is valid elisp: (setq white\ space\ symbol 3) ; Yikes! #emacs
miniblog.
I've moved to smartparens for day-to-day scripting (Python etc). It's faster and smarter than anything else I've played with (autopair etc).
Python's built-in JSON parser is implemented in C, but ujson is significantly faster still. Hurrah!
The speed and quality of Emacs answers on Stack Overflow is excellent. I skim the questions trying to help, but others have already answered
PEP 285 http://t.co/NE8mvAk9ta, which introduced True and False to Python, is worth a read. It's surprising how much controversy it caused.
Flatstrap: http://t.co/oQwj9I6oaF is a easy way of using Bootstrap without looking like *every other Bootstrap site*.
@readthedocs Looks like some URLs are broken on the ribbon your provide. https://graphite.readthedocs.org/en/1.0/url-api.html links '1.0' and 'latest' point to RTD home.
Is your Python code becoming too readable? Here's a solution for you: http://t.co/6b85FR068G
Integration tests are wonderful. Refactor everything and anything, but ensure the program still works correctly.
Extraordinary hack for finding out which sites have been visited by a browsser: http://t.co/BFxNMb28tE
Reducing exposure to root certificate authorities: http://t.co/vBf34QZ8cC
Python's bisect will (after several closed tickets) gain a key= keyword argument, but only in 3.x: http://t.co/8qMDXUIztt
http://t.co/ahZeZxcYCv simply doesn't load in Presto Opera. That's unfortunate.
I expect all electronic devices to set their own clocks now. I shouldn't have to do anything when the hour changes.
Beware Python predecence. `print "Percentage: %s" % 0.25 * 100` does not do what you'd expect.
Showing 6,991-7,005 of 7,553 posts