Tag Archives: windows

Sane Ruby console on Windows or how to patch IRB to behave like *nix.

This is a post for those poor souls who are like me stuck for whatever reasons developing in Ruby on a Windows system. I don’t know about other people, but I spend a big chunk of my development time in console, particularly in irb or rails console: trying things out & debugging. Do you want [...]
Posted in Operating Systems, Programming / Web, Technology | Also tagged , , , | Leave a comment

How to fix c00026c error in Windows 2000.

WARNING: I make no promises that this will work for you. Do it at your own risk. You and you alone assume all resposnsibility. Just came across this error yesterday: when one of our Win2K systems was booting up it kept giving us Blue Screen of Death and the error read: ” c000026c . Can’t read [...]
Posted in Operating Systems, Technology | Also tagged , , , , | Leave a comment

Why is it essential to know you subject matter, at least sometimes.

I’m not a big fan of higher educaiton, actually I think it’s counter productive for some people. I’ve been arguing for a long time that a determined and eager person can get a better education on their own. Thankfully once in a while I come across some gems that prove my point entirely, thou in [...]
Posted in Humor, Operating Systems, Programming / Web, Technology | Also tagged , , , , , , | Leave a comment

How to read & write to a dbf database file from ruby.

A little history. The company I work for has an old system that was written in house for a period of almost 20 years and it’s done in dBase. Once cool and allmighty, it’s not longer, dare we say, a system that is at the forefront of computer technology. It has a numerous problems, i.e. [...]
Posted in Programming / Web | Also tagged , , , | 6 Comments