To install a local .deb file

User dpkg

sudo dpkg -i name-of-deb-file.deb

permalink | Posted on 13:17 09/09/2009 |

Why doesn't anything install when using Python easy_install on OS X?

It’s because you have an old version of easy_install which is included with setuptools, just do the following:

sudo easy_install setuptools

and everything will suddenly be right with the world.

permalink | Posted on 13:09 08/03/2009 |

Blog Redesign

Am in the middle of resdesigning so expect things to look a bit weird, main changes are:

  • Complete graphical redesign, bit less minimal
  • Changing to fluid960gs for the layout
  • Breaking out articles and links into different columns

Still some polishing to be done but looking better than the old unstyled mess

permalink | Posted on 10:20 07/23/2009 |

Most important point when using BackgroundRb

from Kyle Neath

“…classes are not dynamically loaded. Meaning that if you change the file and hit save — your code will not be updated in the running server. Every time you make a change to the worker files, you need to restart the server to see the changes.”

The should have that in BIG RED CAPS on the Rails page on the BackgroundRb site.

permalink | Posted on 13:38 04/21/2009 |

Considering a move from Newsgator to Google Reader

Let us see if the experiment works

permalink | Posted on 20:31 03/29/2009 |

Mac Heist = Loss Leader: What part of that equation do people not get?

The usual controversy around MacHeist pops up again, but most of the talk seems to miss a massive point. I see MacHeist as an opportunity to try out a load of apps for a decent amount of time (no 15 day lockouts) and then decide what apps I’m going to keep using. It SHOULD go without saying that if I really love World of Goo or The Hit List I’m going to follow the upgrade path for that app or look at the other apps/games that the developer is working on. MacHeist = Loss Leader.

Case in point – I have paid-for copies of OmniFocus and Things so I’m not going to pay full price for another GTD-type app (Things won that shootout.) The Hit List’s inclusion in the MacHeist bundle gives me, a target customer, an incentive to try it out properly. If it is a better mousetrap then I will switch allegiances. If not, I’ve not spent yet more money on another app. Win-Win.

And another thing – I’d never heard of EventBox but am loving it. They’re giving it away free, but with no free upgrades, your stuck on the MacHeist build until you buy. I’m absolutely fine with that and am pretty much 100% sure that i’ll be buying it in the next week or so. There are many models of Freemium and it depends on the product which one you use.

Note: Calling potential customers “Cheap f***ing bastards” (http://bit.ly/omr9h) because they’re buying a MacHeist bundle pretty much ensures I won’t ever buy your software

permalink | Posted on 11:45 03/27/2009 |

Bruce Sterling drops some science

http://blog.wired.com/sterling/2009/03/what-bruce-ster.html

Says some things that need saying. I’m pretty sure that we are starting to turn the boat in the direction he wants us to go – there are definitely some positives coming out of the the financial crash. I hope the main change will be the rejection of the more abstract, post-modern ways of making money – a career built on actually creating something or providing a real, valuable service has been de-valued and we need to fix that. Sustainability is a buzzword that applies to everything and we’re getting a wake up call to apply it to career paths.

permalink | Posted on 12:10 03/02/2009 |

Rails Setup for Dell Mini 9 Hackintosh

Set up my Mini 9 as a hackintosh and wanted to set up a rails environment for fiddling about with on the commute, unfortunately the lack of make, gcc etc. stopped native gems building. Didn’t want to install the full dev tools so did it by hand, try the following.

Download the OS X dev tools from apple.com, when img is mounted go into the packages folder and install the following package – DevSDK.pkg, DeveloperToolsCLI.pkg, gcc4.2.pkg

For me the symlinks for gcc and cc were pointing at gcc4.0 which wasn’t there – go in and change these to point to gcc4.2

sudo rm gcc
sudo ln -s gcc-4.2 gcc
sudo rm cc
sudo ln -s gcc-4.2 cc

permalink | Posted on 21:28 02/25/2009 |

API Dock in Textmate

http://blog.nodeta.fi/2009/02/23/apidock-in-textmate/

  % mkdir -p ~/Library/Application\ Support/Textmate/Bundles
  % cd ~/Library/Application\ Support/Textmate/Bundles
  % git clone git://github.com/lautis/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle"
  % git clone git://github.com/lautis/ruby-tmbundle.git "Ruby.tmbundle"
  % osascript -e 'tell app "TextMate" to reload bundles'

permalink | Posted on 14:20 02/25/2009 |

Sass / Compass

Compass Tutorial
http://gom-jabbar.org/articles/2009/02/04/don-t-use-css-or-table-layout-use-sass-ad-compass

Sass Tutorial
http://acts-as-architect.blogspot.com/2008/11/compass-primer.html

permalink | Posted on 17:50 02/10/2009 |

Sysadmin Process Monitoring

http://www.ibm.com/developerworks/aix/library/au-unix-sysadmin1.html

permalink | Posted on 18:27 05/01/2009 |

Qapture, a Twitter link aggregator

http://www.qapture.net/

permalink | Posted on 15:30 04/16/2009 |

Twtqpon : Twitter Coupons

http://twtqpon.com/

permalink | Posted on 10:02 04/15/2009 |

Prediction Market for Ruby/Rails Plug-ins

http://www.pluginaweek.org/ose-ruby-markets/

permalink | Posted on 10:23 04/12/2009 |

Industrial Landscape

Great photos
http://industrial-landscape.com/FG-image-gallery/index.html

permalink | Posted on 09:45 03/28/2009 |

Employees should be masters of their own time

http://startuplessonslearned.blogspot.com/2009/03/employees-should-be-masters-of-their.html

True dat.

permalink | Posted on 10:00 03/04/2009 |

Friendfeeds Schema-less Data Store

Building a CouchDB-like system on top of MySQL – good description, this setup could be really interesting for “everything bucket” type systems

http://bret.appspot.com/entry/how-friendfeed-uses-mysql

permalink | Posted on 11:02 03/02/2009 |

Ruby Screen Scraping in 60 Seconds

http://www.igvita.com/2007/02/04/ruby-screen-scraper-in-60-seconds/

nice use of Firebug and Hpricot

permalink | Posted on 22:49 02/26/2009 |

Passenger Stack Server Provisioning

one line install of passenger and dependencies
http://benschwarz.github.com/passenger-stack/

permalink | Posted on 20:15 02/22/2009 |

Timeline Fu - Rails Timeline Plugin

Timeline Fu
http://giraffesoft.ca/blog/2009/02/20/floss-week-timeline-fu-activity-feeds-made-awesome.html

permalink | Posted on 15:38 02/22/2009 |

Rails Links Roundup

Astrotrain – scans incoming mail for mapped recipients and makes a HTTP post somewhere
http://github.com/entp/astrotrain/tree/master

Delayed Job – yet another asynchronous job processor
http://github.com/tobi/delayed_job/tree/master

XTT – private twitter with status duration
http://github.com/entp/xtt/tree/master

Machinist – test data factory
http://github.com/notahat/machinist/tree/master

permalink | Posted on 09:45 02/10/2009 |

Deploying Sinatra Apps on Dreamhost

http://railstips.org/2008/12/15/deploying-sinatra-on-dreamhost-with-passenger

then http://www.sinatrarb.com/intro.html

permalink | Posted on 22:04 02/02/2009 |

Algorithms on Wikipedia

http://en.wikipedia.org/wiki/List_of_algorithms

permalink | Posted on 17:23 01/30/2009 |

theBetageek

Log in | New | Drafts

Login Forms

Register

If you do not already have an account, please create a new account to register.