Tag Archives: Python

Fixing Gnome Notification’s Popup Location

Gnome notifications popup in the lower left corner of your desktop by default* which constantly annoys me. I usually have a terminal open in the lower left corner, and having my work covered by notifications is quite annoying. Luckily the … Continue reading

Posted in GNU/Linux, Technology | Tagged , , , | 3 Comments

Listing All Passwords Stored in Gnome Keyring

I was toying with writing my first desktop application in years and got distracted by how cool Gnome Keyring is. Of course storing and retrieving passwords is pretty mundane, so here’s a fun example that dumps all of the current … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , | 4 Comments

Kyle Waremburg

When I worked at Tremont Community Schools, Kyle was still a student, but he helped build Firewall Admin, a Linux desktop that spanned 9 monitors, and many robots. He’s now blogging, and I can almost guarantee he’ll always be doing … Continue reading

Posted in GNU/Linux, Open Source, Python, Technology | Tagged , , | 3 Comments

Introducing Hzzah!

from the I-can-haz-a-search-engine department… Update: Sorry about the tacky donate link all. I tried to hide it from feed readers with WordPress’s <!–more> feature, but evidently that doesn’t apply to feeds. When it comes to market share, Google is to … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , , , , , , | 1 Comment

WordPress Rocks at Updates

I feel I owe it to my friends who put up with my senseless Python fanboying to admit WordPress is not only a great blog engine, but rocks at updates. I just upgraded from 2.5 to 2.6 by doing a … Continue reading

Posted in Open Source, PHP, Python, Technology | Tagged , , , , | 1 Comment

Common Django Typo in URLconf

If you’re hacking Django and get this… ImproperlyConfigured: Error while importing URLconf ‘proj.app.urls’: ‘tuple’ object is not callable …you’re probably missing a comma in your URL configuration as Rajesh Dhawan pointed out. Django pros can move along, I know you … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , | 1 Comment