Wednesday, August 10, 2011

Scooters and power wheel chairs

A power wheel chair should be easier to navigate than a scooter because a power chair is smaller. However, folks who use scooters say that scooters are easier to navigate.  Scooters have a higher center of gravity, so you have to be very cautious about rough terrain and you must take curbs in the center of the cut-outs/ramps.

There are various levels of power chairs and scooters.  The low end ones have flimsy tires that can't handle the outdoors much and can't go very fast.  The higher end models have sturdier tires that make for a more comfortable ride.  A 3 wheeled scooter is more maneuverable than a 4 wheeler. To use a scooter, you must have some mobility since you'll have to pull your leg over the center. 

If you're taking the bus (and most scooter/power-chair users have to), then be sure to tell the salesperson/occupational therapist that detail. Scooters that can go on the bus need to be smaller.  My co-worker's parents have a modified mini-van for wheelchairs, but I believe the modification costs between $10-20,000.  An interesting tid-bit is that you should try to contact your local transit authority.. in Vancouver, you can book a bus where you'd be able to practice moving your mobility device on and off the bus.  Interesting.

Wednesday, June 29, 2011

Reversing in-addr addresses

The following perl code will take entries that look like a.b.c.in-addr.arpa and make it into c.b.a

In the case where you have only a b.c.in-addr.arpa, then simply vi the file and remove the in-addr at the beginning of the line using [escape] to get to the edit functions and then
:%s/^in-addr.// [enter]


while () {
chomp ($_);
@sub_atom = split (/\./); #split the fields on the . character
print "$sub_atom[2].$sub_atom[1].$sub_atom[0]\n";
}

Wednesday, June 15, 2011

Looking for VIN checker or a used car?

I'm kinda sorta in the market for a used car. I keep having to look up these links so I'll just post them here for myself or for others to use when buying a used car.. you'll need the VIN.

Canadian Police Database of stolen vehicles:
http://www.cpic-cipc.ca/English/search.cfm

ICBC's vehicle status (whether it's in salvage, rebuilt, normal):
https://onlinebusiness.icbc.com/vdwqs/VDWQSServlet/WelcomeAction

This one lists something similar to ICBC's.
https://www.nicb.org/theft_and_fraud_awareness/vincheck/vincheck

This one shows you how many "records" there are for the vehicle. This would show you the claims history... well.. it shows you how many times there were "records" -- if you want to know what the "records" are, you'll have to pay, of course.
http://www.autocheck.com/consumers/gatewayAction.do?WT.mc_id=2353&siteID=2353&WT.srch=1