TheKSmith (About That…) Hobbies, Life & Random Goodies

22Dec/112

installing Linux Mint 12 inside a virtual machine running on Windows 7 64-bit using the free VMware Player (and configuring VMware Tools)

i’ve been playing with several Linux distros lately, running them as virtual machines with Windows 7 64bit as my host OS. my first attempts at getting the latest Ubuntu (11.10 “Oneiric Ocelot”) and then Linux Mint 12 “Lisa” installed and fully working with VMware tools were a little chaotic. so i thought i would document the process for any other VMware/Linux newbies.…

Read the full post…

17Dec/111

Death Burro part 6: into the (corporate) wild…

DeathBurro was released as 1.0.0.0 beta yesterday!

beta = coded till the last minute and didn't test

i took donkey into Aimee’s work during her department’s Christmas lunch. we had a little trouble getting on the network, all were either secured with EAP-TLS or browser login & terms-acceptance pages. there are ways to make this work, and so we’ll get it going eventually.…

Read the full post…

20Nov/110

Death Burro part 5: where the hell is donkey?

santa's workshop

donkeys cause trouble. they aren’t called asses for no reason.

quite a while back donkey started actin real funny like. turning off randomly, locking up the screen, not coming on at all on the first try. eventually, even when he would spring to life, the touchscreen input was upside down (making it nearly impossible to just navigate the options screens to reset him)……

Read the full post…

16Jun/110

Death Burro part 4: them’s tha guts

this post will serve as the hardware manual for Death Burro for those that will own him soon, so they can continue where i leave off on the next version!

here was donkey yesterday, guts masked ready for a final coat of flat black to cover some scratches and what not.…

Read the full post…

6Jun/110

Death Burro part 3: before giving life…

so i promised next time we’d be stuffing the donkey, but i had to take a step back for a last few things. i beat him up pretty bad, but he’s wearing makeup to cover the cuts and bruises, so no-one has to know!

i received a request from the lead dev where donkey will end up that he be painted flat black.…

Read the full post…

27May/110

when open-source doesn’t work

arm gcj no workie workie

i’d like to try and compile a small Java app to native bytecode for a specific ARM-Linux board to see what the performance differences is (versus running through the Java SE interpreter). so far no love.

 

my impression of free open source software…

research this whole cross-compiling idea and Java compilers for a couple days.…

Read the full post…

27May/110

Death Burro part 2: deconstructing donkey

at first, i approached the donkey from behind….

i already had some LED strips that i was planning to use in the donkey. my thought was that if i put them inside of him, light would pour from all the little welding holes. i figured i could just open him from an existing seam on the bottom, shove everything inside, drill a hole for a power port and be done.…

Read the full post…

20May/110

i love the smell of solder in the morning!

Weller FTW

it’s been years since i’ve soldered anything beyond medium gauge wire splices, but with a new project, it was time this week to dust off the trusty 12 watt Weller pencil.

the first thing i did was solder nine 26 AWG stranded leads from a hacked up serial cable to the tiny ass pads on this microcontroller board i have.…

Read the full post…

20May/110

Death Burro, an embedded programming & hardware interface experiment

i call him Death Burro

make the donkey light-up when someone breaks the build” – that’s how it all started….

 

backstory

so my GF Aimee is a Software QA – at her work they have an internal application named Death Burrito which has a donkey logo (that’s it’s own story). so i guess this actually started when someone bought one of those little road-side welded metal-art sculptures of a donkey in for the team.…

Read the full post…

20May/110

HowTo: Website icons for all browsers/devices (favicon, apple-touch-icon, etc)

the favicon.ico

works in Firefox, IE, Safari, Chrome (and others). also works in Windows when dragging a shortcut to the desktop.

  • at the minimum create an 8-bit 16×16 .ico format iconĀ file
  • name the file favicon.ico and put it in the root of your website
  • add this code between the <head> and </head> tags of your html:
    <link rel=”shortcut icon” type=”image/x-icon” href=”/favicon.ico”>

if you windows desktop support, embedd a 32×32 and 48×48 pixel version in the same .ico file

if, like most people, the art if tiny icon creation is baffles you – the simplest solution is to use one of the many web tools that take a normal picture and create the .ico for you.…

Read the full post…