Wrote up a post on how we use feature switches at Disqus within Django templates and views. (In the future we’ll be posting all of our tech over on the Dev section of the Disqus blog)
Lifestream
|
|
Just realized TF2 engi update is out. Going to be a LONG day tomorrow :) [zeeg]
|
|
|
I'm at Osha Thai Restaurant - Third St (311 Third St, at Folsom St, San Francisco) w/ 3 others. http://4sq.com/a1iUhK [zeeg]
|
|
|
|
|
|
Checked in at Osha Thai Restaurant - Third St
|
|
|
Well, I have a (very) basic app directory using Redis + Pylons... for Django apps :) [zeeg]
|
As many you of know I joined Disqus last month. This was a pretty big move for me, and definitely a great one. They have some amazing challenges, and the company has a great group of people willing to solve them. I’ve always been a big advocate of MySQL. Not because it’s the best relational [...]
Today I pushed out a slight overhaul to the UI (and functionality) of django-db-log. The 1.7 version set (use 1.7.1 as 1.7 had a couple minor issues). Here’s the brief changeset: Renders full debugging pages just like you’d see with Django (only for newly logged errors) under the new Messages admin. Supports logging full exceptions [...]
18
Feb
StarCraft 2 is here
Yesterday an old colleague dropped me a message saying SC2 beta accounts had started to pop up. I was hopeful, but didn’t expect to get in right away. So, I jumped over to my Battle.net account, and to my surprise there it was. A few hours later I received an email from Blizzard as well: [...]
Today I’m going to talk (rant) about runserver, a great inclusion of the Django software package. It’s designed to help you easily run a Django project in a local (development) environment. Well, like many people, I have Rails in my background, and I miss certain things from it. One of those things, is the shiny [...]
Today (for many hours) I sat here attempting to debug an error which Django wasn’t spitting out. This happened when combining Django+mod_wsgi and having a runtime import error. The result is a generic white internal server error page from Apache, and nothing recorded in any kind of error log. So, to make your life easier, [...]
And then want to take a chainsaw to their operations center.. My girlfriend and I started playing World of Warcraft so I figured I’d just reactivate my old account. Went to login and got an “account permanently banned” notice. Well, sure, I did odd things Blizzard didn’t like back in the day, but it wasn’t [...]
Just thought I’d throw up the resolution I found for my networking issues on Windows 7. I’ve had these non-stop for as many weeks as I can remember. Originally, they were happening via my wireless connection (which uses generic Broadcom drivers). So I figured that maybe the drivers were to blame, and I switched to [...]
One of the many issues which one must overcome with Jinja2 is using it with 3rd party modules. A lot of these already have built-in views, and many have yet to realize the benefit of class-based views. Today, I’m going to explain how we approached this for DjangoSpot (GitHub) and django-registration. The goal, as always, [...]
As an advocate of Jinja2 I figured it was about time I got on board the train. Up until now I had been using Jinja1 at work, and in most projects. The main reasoning behind this was there was no good connector. Now many might say that you don’t need a connector, you can just [...]
