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.
TIL that calling .click() on an anchor tag doesn't do what you'd expect in jQuery: http://t.co/xN04FAj2e8
Mobile phone towers can't trust handsets: http://t.co/wr5wCN8PqT Long term, would be nice to see a fully open source handset.
Are computers getting faster usefully? http://t.co/okhlioWcGE
@duolingo You're not always highlighting the correct missing word. http://t.co/3xGTfKroC2
Automating human analysis: http://t.co/hTw8I2JDFX Simultaneously clever and scary.
Showing 6,941-6,960 of 7,508 posts