So, I’m back in Enlightenment. It was my first X11 Windowmanager, and it is still my favorite. The thing I love the most has to be the creativity that it allows for in theme-ing. Don’t get me wrong, I DO NOT theme. I’m far to lame to pull that off. What bothers me is the [...]
Archive for December, 2006
Lack of creative themes
December 23, 2006Luxury of Break
December 21, 2006Seeing as how my classes are now out for the winter break, and I’m back to my FreeBSD box, I have a chance to work on a few things. First off, I plan to be done with the C Book (‘The C Programming Language” by Kernighan and Ritchie), touched on my Greek Lessons, [...]
I Love Amazon
December 20, 2006Back home
December 16, 2006Since classes are wrapping up, and my dependence for Internet Explorer fades away, I get to go back to FreeBSD. I don’t know why I like it more; I can’t find a single rationale. All I know is that ports are fun. I had a few, *minor* hiccups while installing. Once was the fact [...]
Incoming !
December 4, 2006Wow, for not apparent reason, the blog has recieved a MASSIVE 64 hits so far today, as compared to the normals 15 – 20 a day. strange…
Put that pointer away!
December 3, 2006I’ve been working on imagecloud more, and listening to my sister tell me how it needs a gui for mass appeal. I don’t disagree, but I am the LAST person one wants designing one of those. Think… http://www.codinghorror.com/blog/images/wgetgui-screenshot.png . Don’t get me wrong, I love wget, but I don’t know that the average user loves [...]
ImageCloud Update
December 1, 2006My Pascal version of ImageCloud is coming along decently. I couldn’t return an StrArray for some reason (fpc kept failing to compile) so rather than figure out the problem, I used a pointer instead. Seemed simpler.
program ImageCloud( input, output, TagDB );
uses
DOS; {to enable findfirst and findnext}
const
MAXDBSIZE = 224; {max number of [...]