Index ¦ Archives  ¦ Atom  ¦ RSS

Navigating WebOS Node.JS services Part 1

Mon 27 June 2011

This is actually a continuing from an earlier post regarding Enyo and services, but since Enyo is in NDA, I'm going to assume you know how to get the hello world service working and can create your own service from scratch.

I’ve written two small helpers to distinguish service …continue

Continue reading →


Creating an Enyo app + service from scratch

Mon 20 June 2011

This post was private until Enyo is outside of HP's EAP for WebOS, but no longer!

 
Just a quick note: I use a lot of fake names here that you should replace with your own names. Here's just a few examples:
approot: the root directory of wherever you put your …continue

Continue reading →


Pidgin Voice and Video on Windows

Tue 24 May 2011

Been working on adding voice and video to Pidgin on Windows, as of today I got it pretty far. If anybody can help debug the stuff from below, email me or just comment below:

(23:30:04) backend-fs2: Conference == NULL
(23:30:04) backend-fs2: Error initializing the conference.
(23:30 …
continue

Continue reading →


Funny comments

Mon 28 March 2011

http://twistedmatrix.com/trac/browser/tags/releases/twisted-10.2.0/twisted/words/protocols/irc.py#L303

# mIRC is a big pile of doo-doo

Continue reading →


Django + Twisted + IRC Server = django_ircd

Sun 27 March 2011

I've been working with Yardbird (Django + Twisted + IRC Bot) and I thought about extending the bot I use to do more than just log the one channel it's in. What if it logged all the channels? What if it was the main authentication route instead of O: lines and the …continue

Continue reading →


Development version of django-south

Fri 18 March 2011

I've used south in the past even during development because it seemed like the only way to edit fields in models.

However, when the data isn't useful such as when initially developing the project or an app, using south to migrate new fields in or out is a waste of …continue

Continue reading →


Fixing python-purple for newer Cython versions

Wed 23 February 2011

I did another incursion into plugins for Pidgin recently and found a great project called python-purple (not for plugins). However, it was made almost 2 years ago and Cython's handling of 'x and y' changed to match Python's semantics instead of C's. This means 'x and y' returns either x …continue

Continue reading →


Matching people based on their comments

Mon 24 January 2011

I'm on the board of a student group on campus that has a 'buddy system' that's been going for a few years now. Every year, the board gets together to match up interested students on campus in a mentor-mentee setup; students designate whether they want to me a mentor or …continue

Continue reading →


Real Offline Django

Tue 16 November 2010

Over the past few years, one of the projects I use Django for has come across this same conundrum every few months. They want an offline version of the website to show future and current users features of the website and get them to either signup or update their profile …continue

Continue reading →


Surlex is Awesome

Thu 23 September 2010

I'm not sure why I haven't seen anybody using this since Surlex came out in 2009. Surlex is especially powerful when using it to match Django URLs.

I've written several Django apps recently that had relatively complex URLs and Surlex has really saved the day for me. There are two …continue

Continue reading →

© Fahrzin Hemmati. Built using Pelican. Theme by Giulio Fidente on github.