There's nothing worse than subtle bugs. Awkward bugs that are obvious are ultimately much easier to fix.
miniblog.
I'm seriously impressed with Smalltalk. You can ask it: what method do I need to turn 'foo bar' into 'FOO BAR' -- amazing.
web2py has a web-based IDE. Cute! http://t.co/ZHk2GD3ICi
After months of writing HTML, Markdown &c using a WYSIWYG word processor is rather unpleasant. Invisible format characters everywhere.
Torvalds style backups: Put your content on other's hard drive, and vice versa: http://t.co/r86bNovTMl . Great idea, obvious with hindsight.
My favourite robots.txt so far is this one: https://www.hackthissite.org/robots.txt
Analysing a load of robots.txt files for a side-project. It's probably not a good idea to put your admin URLs in there.
To clarify previous tweet: I'm not criticising the sysadmins at GitHub, I'm saying I'd choose a softer target to DDos if I were malicious.
The more code I write, the more I see the importance of clear prose.
I'm utterly mystified as to why GitHub gets such persistent DDoS attacks. It's such an inoffensive site and has admins capable of mitigating
f.el https://github.com/rejeep/f.el looks like a brilliant file API for #emacs. /cc @rejeep
It's surprisingly tricky to update the primary key on a Django model: https://code.djangoproject.com/ticket/13069
Also, github/username.keys lets you download anyone's public SSH keys. E.g. http://t.co/JAwgJJhyJK [3/3]
For example, you can press 'y' when viewing a GitHub page showing a project's source to get a canonical URL. [2/3]
Several worthwhile git tips here: http://t.co/HBEijKOn4H [1/3]
http://t.co/7yYNruWbQA provides alerting via SMS or Android/iOS push notifications (amongst other things). Smartphones have won.
Emacs isn't an editor, it's a lisp machine that hasn't died. It does, however, include 7 text editors: http://t.co/GyC5mrcJ2p
I can't imagine another editor with recursive editing. I think it'd be much harder without a lisp.
If you use enable-recursive-minibuffers (and you should) you'll love minibuffer-depth-indicate-mode #emacs
I'm happy to announce v1.0 of django-function-cache, a lightweight friendly wrapper for slow functions: https://github.com/Wilfred/django-function-cache
Showing 7,001-7,020 of 7,508 posts