My attempt to start writing again which led to switching to blogger as a platform has kind of failed. I also discovered I don't like blogger as a platform which led to me not writing very because it was an annoying task to actually get a well formatted post entered into the blog-o-drome.
I've also been going through some things. You can read about them here but I must you warn you that the writing is very unpolished.
I'm only really updating this because I saw that it was recently linked to from Twisted Matrix Laboratories. It might even be that the post I'm currently writing will get syndicated on Planet Twisted. I just didn't want people to click that link and be disappointed when they saw some lame posts from 6 months ago.
Eventually I'd like to get into Twisted development and start writing more about Twisted but I just don't have it in me right now.
Lacking Credibility
November 7, 2009
April 14, 2009
McAfee apparently sends passwords to users in plaintext.
I have a very common name, which means I have a very common gmail address. I get a lot of mail for other people named David Reid. A lot of mail. Every once in a while a David Reid will sign up with my email address for some mailing list.
This morning I noticed an email from McAfee telling me how I could go about downloading some product that someone presumably just purchased. A few minutes later I get this email:
![Picture 1 [REDACTED] by you.](http://farm4.static.flickr.com/3344/3441687541_9ec8561253.jpg?v=0)
So yeah, a so-called security company is storing and transmitting their customer's passwords in plaintext.
FUCKINGAWESOME SECURITY FAIL.
This morning I noticed an email from McAfee telling me how I could go about downloading some product that someone presumably just purchased. A few minutes later I get this email:
![Picture 1 [REDACTED] by you.](http://farm4.static.flickr.com/3344/3441687541_9ec8561253.jpg?v=0)
So yeah, a so-called security company is storing and transmitting their customer's passwords in plaintext.
FUCKING
March 30, 2009
Twisted + Django + Pinax: Hey, yeah that works.
Ok, so yeah. As of about 2 hours ago Pinax runs on top of Twisted trunk. These seems to indicate that Twisted is a pretty capable and correct WSGI implementation. I suggest you start serving stuff. It's great! Here is a screenshot.

-David

-David
Twisted + Django: It won't burn down your house.
It's actually really easy to make these two things work together. Since ~8.2.0 Twisted has had a WSGI container runnable from the command line. So here is how you run Django on a supported version of Twisted.web.
So look, this is really AWESOME.
Updated (3/30/2009 4:09pm): Twisted tickets #3585, #3721 are problems on Twisted 8.2.0 but are fixed or should be fixed in Twisted trunk soon.
Updated (3/30/2009 6:34pm): Both of the above tickets are done.
- easy_install Twisted
- easy_install Django
- Profit!
- django-admin.py startproject foo
- Create a myapp.py with the following code:
from django.core.handlers.wsgi import WSGIHandler
application = WSGIHandler() - export DJANGO_SETTINGS_MODULE=foo.settings
- twistd -no web --wsgi=myapp.application
So look, this is really AWESOME.
Updated (3/30/2009 4:09pm): Twisted tickets #3585, #3721 are problems on Twisted 8.2.0 but are fixed or should be fixed in Twisted trunk soon.
Updated (3/30/2009 6:34pm): Both of the above tickets are done.
December 5, 2008
I've given up.
I've given up on Wordpress.
I've given up on postfix.
For both blogging and email I've switched to google services. I still control the dreid.org server but http://dreid.org/ is a redirect to http://blog.dreid.org/ Most of the old dreid.org URLs should still work and hopefully as I write some interesting code it'll get deployed to the server running dreid.org.
I've given up on postfix.
For both blogging and email I've switched to google services. I still control the dreid.org server but http://dreid.org/ is a redirect to http://blog.dreid.org/ Most of the old dreid.org URLs should still work and hopefully as I write some interesting code it'll get deployed to the server running dreid.org.
Subscribe to:
Posts (Atom)
