Browsing articles tagged with " Programming"
May
10

Farewell life blood (caffeine)

By Tom Schultz  //  Blog Post  //  No Comments

Caffeine is a staple in computing and nerdom. ThinkGeek.com for example has tons of caffeine products! Everything from caffeinated soap to mugs with the caffeine molecule on them.

Why does caffeine have such a following in the tech community? Well it could have to do with how caffeine works.

read more

Aug
21

Week In Links – 8/21/2009

By Tom Schultz  //  Blog Post  //  No Comments

Over the last few weeks I’ve noticed a few things,

  1. I always have a lot of links open in FireFox that I haven’t looked at yet.
  2. Blog traffic drops like mad on Fridays ;)

These are just some sites or articles that I found interesting or helped me in some way this week.

So here’s what I have this week!  (other posters can add to this page as they wish)

  1. http://www.infoq.com/articles/agile-version-control
  2. http://kenai.com
  3. http://oauth.net
  4. http://code.google.com/p/modwsgi/wiki/DebuggingTechniques
  5. http://blog.lowkster.com/2008/01/getting-to-pesky-foreign-key-data-in.html
  6. http://www.box.net
  7. http://beanstalkapp.com
  8. http://www.ducea.com/2006/08/11/apache-tips-tricks-deny-access-to-some-folders
  9. http://www.fogcreek.com/FogBugz
  10. http://www.sitepoint.com/article/build-to-do-list-30-minutes
May
26

Podcast Episode #6 – Way behind Schedule

Well we are extremely behind in recording these.  I hope to get caught up at some point.

Here’s some of what we talked about…

  1. Topics
    1. Win 7 RC – is it worth getting hyped up for, windows mobile sweetness – gAlarm
    2. Agile/processes – New toys (Macbook Pro, Nokia BH-503), boxee
    3. OS X Java Vulnerability
    4. IT Conversations (Stackoverflow)
 
Apr
23

How to get a Sansa Clip working with Rhythmbox in Ubuntu

By Tom Schultz  //  Blog Post  //  1 Comment

So I got me an 8gb Sansa Clip from Walmart the other day for $50.  Yeah I know pretty decent deal for an 8gb. Anyway I was trying to get it to work with Rhythmbox, and I was having some trouble but then I ran across this post on Ubuntu Forums.

So apparently all you have to do in order to get the player to show up in Rhythmbox is to  add a file called “.is_audio_player” in the root directory of the Sansa MP3 player.

read more

Feb
10

Python Scripting within a Python Script

UPDATE: In order to use reload in Python 3, it must be imported from the imp built-in module. Thus, some of the examples below will require the line from imp import reload in order to work in Python 3.

I’ve been mulling over an idea for a little while now, but didn’t have the chance to do anything with it until today. Turns it it was way easier than I thought it would be. For reasons I won’t go into here, I wanted to have a Python program which could write and run other Python programs. Clearly Python can write programs (since it can save text as a .py file), and it can easily run programs just by importing a module. The trouble was editing those files and running the updated code in the master program without having to restart the master program. Here’s how I did it.

read more

Jan
28

Episode #0

This is the zeroth episode of Pointless Rants (of course it’s zero-indexed, it’s a technology podcast).

In this episode of Pointless Rants we did the following: