I find that I like tech. I have a certain propensity for digging into it and when I feel I have a clear enough understanding of it I’m satisified and move on to the next piece of tech. I have a “predisposition” for for high tech. PDAs, cell phones, computers, MP3 players, etc. Or in other words, I tend to have a bias for digital products. Thus the name: Digital Bias.
If a person were tagged, much like we do for pages and posts, David Mitchell would have the following tags: husband, father, programmer, fiction writer, non-fiction writer, manager, leader, aikidoka, lds, painter, gamer, INFJ, boy scout, SCUBA diver.
Hey there, I was redirected here from opencg.org while looking for a file you used to host
The old URL was http://culhaven.opencg.org/dnd/campaign/images/faerun.jpg , I was just wondering if you could email me a copy.
Thanks a bunch, nice looking blog you have here (even if I do stick with Firefox
)
You can find a copy of said map here: http://blog.digitalbias.com/wp-content/uploads/2008/10/faerun.jpg
Would it be possible to get the source code for Android Scriptures? You apparently have solved a problem that is eluding lots of people — storing a database on the SD card.
databaseLocation = settings.getString(SetPreferencesActivity.DATABASE_PREF, SetPreferencesActivity.DEFAULT_DATABASE_NAME);
mDatabase = SQLiteDatabase.openDatabase(databaseLocation, null, SQLiteDatabase.OPEN_READWRITE | SQLiteDatabase.NO_LOCALIZED_COLLATORS);