Archive

Archive for January, 2012

New fonts to try

January 27th, 2012 No comments
Categories: Computer geek stuff Tags:

textures

January 22nd, 2012 No comments

Site with a lot of textures for whatever purpose. Resolution is not too high, but for most things, it will do.

http://mayang.com/textures/

Categories: Bookmarks Tags:

PB10 Prototyping Board Review

January 10th, 2012 No comments

Prototyping boards were never at the top of my priority list when spending money. The cheapest thing I could find would suffice. The most I had previously spent on a prototyping board was seven or eight dollars from local electronics surplus stores. They did the job.

However in the fall of 2011 I picked up a $24 prototyping board (PB-10 by Global Specialities  ) from Newark since my old board was giving me hassles. The problem I started having with the cheapo prototyping boards was that wires would get stuck in the hole, and would require a lot of force to yank out, and some paths just totally stopped working.

The PB-10 is a great. The insertion force is minimal, nothing gets snagged in the holes, and the battery posts are fantastic. No more battery contacts pulled out and accidentally whipped across expensive components.

Have built a couple of projects on this board, and I don’t think I will cheap out again on a prototyping board.
It’s the little things that make a development project work smoothly.

Categories: Electronics, Reviews Tags:

Recursively downling from FTP site

January 10th, 2012 No comments

I needed to do a dump of a web account to my local machine, and found this discussion which was very helpful.

I ended up using:

wget -r ‘ftp://user:password@ftp.sitename.com/public_html/files/’

Categories: Computer geek stuff Tags:

Recovery of images from camera memory card

January 2nd, 2012 No comments

I recently had a memory card fail on me on a recent trip (the filesystem somehow got corrupted) and I could not access the photos on it. I put the CF memory card aside, and left it till I got home. Once home, I used PhotoRec (in linux)to scan and recover all my photos from the CF card.
The file name of the files is lost, but all I need to do is sort by date in Bibble (my RAW converter software), which uses the meta-data date to sort, so the file name is not that important.

Categories: Linux, Photography Tags: