My favourite robots.txt so far is this one: https://www.hackthissite.org/robots.txt
miniblog.
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
PyPI has a test server to help you learn packaging http://t.co/dSpRlAP4x4 . Great idea.
Django has a copy of unittest2, but it helps you write integration tests. These days I'd just call them tests for simplicity.
Every Access project will fail because 80% of what the user wants is easy, the next 10% is possible, and the last 10% is not.—Dietzler's Law
Want to share Django templates with your JS? https://github.com/chrisdickinson/plate
Discovered that you access {{ forloop.parentloop.counter }} in Django templates. Really handy.
Showing 241-260 of 470 posts