Archive for the ‘Work’ Category

Until one is committed, there is hesitancy

Until one is committed, there is hesitancy, the chance to draw back, always ineffectiveness. Concerning all acts of initiative (and creation), there is one elementary truth the ignorance of which kills countless ideas and splendid plans: that the moment one definitely commits oneself, the providence moves too. A whole stream of events issues from the [...]

Disk Space and Installer.app Problems after JB 1.1.3

Because the 1.1.3 firmware seems to take up more space on the system partition than 1.1.2, you quickly start running into disk space problems. To solve these problems (like the Installer jumping to Springboard while installing a package) you can move your applications folder to the media partition, here is how: Connect to your iPhone [...]

Display all Rails ActiveRecord Attributes

By accident I just found out that if you type the ActiveRecord model name in your Rails console session (script/console), it prints out all the attributes of your model. Now more trips to your database, to find out how attributes are named! Delayed:netmonic schmidp$ script/console Loading development environment (Rails 1.99.0) >> XenServer => XenServer(id: integer, [...]

Steve and Bill at All Things Digital

Videos of the complete Steve Jobs and Bill Gates interview: Steve Jobs and Bill Gates Prologue Steve Jobs and Bill Gates Part 1 Steve Jobs and Bill Gates Part 2 Steve Jobs and Bill Gates Part 3 Steve Jobs and Bill Gates Part 4 Steve Jobs and Bill Gates Part 5 Steve Jobs and Bill [...]

J2ME and RESTful Web Service

I’m currently working on project involving a J2ME client on a mobile phone connecting to a Rails RESTful web service. As you might know, a RESTful web services utilizes the four HTTP verbs GET, POST, PUT and DELETE. So yesterday we started to write unit tests, running on a J2ME device, which test if the [...]

Payment/Credit Card processing

I’m currently working with four other students on a rails project for the ASE (Advanced Software Engineering) course at university, which also involves payment. We are still in the elaboration phase and have only started to look into different solutions, like PayPal, Google Checkout, Authorize.net, etc. So it came in quite handy that I stumbled [...]