2

Jul

Filed in Code, Curse, Django, Lifestream, PHP, Work, iBegin with 5 Comments |

One of the common things we do across projects is paginate querysets and lists. Django happens to provide a base Paginator for us, but it’s usefulness is limited. It requires you to do the same repetitive tasks over and over. We’re one of those groups of people who believe that not every URL need’s to [...]

Lifestream

twitter (feed #46)
Just upgrade to Firefox 3.5 on my Mac. Seems to be a LOT more efficient than 3.0. [#]
twitter (feed #46)
RT @lifestrm: Register your interest in Lifestrm (the service): http://www.lifestrm.com/ [#]
twitter (feed #46)
Windows 7 RC1 seems less stable than the Beta... can't get my wireless to stay online for more than 10 minutes. [#]
blog (feed #1)
Published Chuggin Away
I havent made too many posts lately. Whether its been from lack of time, or simply nothing to write about whos to say. Tha...
twitter (feed #46)
iBegin Share 2.5 -- a few bug fixes, and support for pagination on bookmarks: http://www.ibegin.com/labs/share/ [#]

29

Jun

Filed in Lifestream with No Comments |

I haven’t made too many posts lately. Whether it’s been from lack of time, or simply nothing to write about who’s to say. That doesn’t mean I haven’t been keeping busy though.
We’ve been hard at work over at iBegin deploying some new architecture. It’s a pretty cool feat, but I can’t say too much about [...]

Lifestream

twitter (feed #46)
Phew. Successfully upgraded from beta -> RC1 on Windows 7 (many many hours later). [#]
twitter (feed #46)
Help tell @msofficeus that using Word to render HTML emails in Outlook is a dumb idea. See http://fixoutlook.org and RT [#]
xboxlive (feed #30)
twitter (feed #46)
Found a nice Twitter OAuth bug which is causing it to authorize the WRONG account. Sweet. [#]
xboxlive (feed #30)

3

Jun

Filed in Other with 4 Comments |

(My apologies this rant is long and should probably be called “The EA Nightmare“)
As many of you are aware, yesterday was the launch of one of the more anticipated games this year: The Sims 3. So, being a typical gamer, I had to pick it up (and the fact that my girlfriend is nuts about [...]

Lifestream

twitter (feed #46)
So EA says "wait another 24 hours because electronic purchases are slow". [#]
twitter (feed #46)
After about 15 minutes of clicking around EA's craptastic site I found a support number. I feel sorry for whoever's on the other line. [#]

17

Apr

Filed in Code, Django with 4 Comments |

One issue we had come up over at iBegin lately, is the fact that GZipMiddleware tries to encode ALL responses (with a few minor exceptions). In our cases, we sometimes stream actual binary files over the response. Doing this with the standard middleware causes a unicode error as it’s trying to encode all of the [...]

14

Apr

Filed in Code, Django with 9 Comments |

Most of our projects lately are now using JSON data storage in the database. This makes it very efficient for storing additional data without having to run alters are gigantic data sets. It also allows us to store different data for different kinds of sets within the same table.
Doing this in Django we originally created [...]

4

Apr

Filed in Code, Lifestream, WordPress with 12 Comments |

For a while now I’ve been wanting to rewrite Lifestream into a contained OO pattern. It seems to be the “best practice” when it comes to WordPress, but tutorials and what are not spread out so it took a bit of time.
During the process, I also took the opportunity to speed up certain areas, such [...]

2

Apr

Filed in Mac, Python with 1 Comment |

This is mostly a note to myself, but also since my blog is very helpful to fellow Google-users I figured I’d throw it up here publicly.
Today I needed to update a package on PyPi using setuptools:
python setup.py sdist register upload
The problem was, no matter what I did, I always seemed to get this error:
Upload failed [...]

25

Mar

Filed in Django, How-To's with 6 Comments |

A while back I posted a quick, and very simplistic guide to setting up django-sphinx within your project. Since that time we’ve gained a lot of use of the platform. It came to my attention today that the django-nyc group was going to do a presentation on how to setup sphinx within your Django project. [...]

14

Mar

Filed in Code, Django with 10 Comments |

One of the many things we do to help optimize our website load times is optimize the frontend by setting far-futures headers. This simply means that media has an Expires tag of sometime in the distant future (maybe a year), and when we make changes, the filename needs to change. The easiest way to do [...]

12

Mar

Filed in Mac with 3 Comments |

As many users like myself probably have noticed, Apple seriously fucked us with their latest security release. From what I’ve read, they reverted Perl to an older version which doesn’t support some common features.
I began receiving errors such as the following with fink and other applications:

IO object version 1.22 does not match bootstrap parameter 1.23
Storable [...]

Next Page »