_____ _ _ _____ ____ / ____| | | | | ____|___ \ | (___ | |__ __ _ __| | _____ _| |__ __) | \___ \| '_ \ / _` |/ _` |/ _ \ \ /\ / /___ \ |__ < ____) | | | | (_| | (_| | (_) \ V V / ___) |___) | |_____/|_| |_|\__,_|\__,_|\___/ \_/\_/ |____/|____/
Wow, I've spent so much of my blogging time on my other blog that I haven't done anything for this one yet! Well that's about to change.
I'm just a techie. I am learning how to program and have put together a couple of nice projects, but I have a lot more to learn still. I use Linux almost exclusively - occasionally Windows on school computers or the family desktop, but Arch Linux on my laptop! Heck yeah!
Posts on this site will most likely involve me reviewing some sort of open source program or system, talking about some project I'm working on, or sharing my thoughts on other things. I haven't really decided yet.
package com.shadow53.helloworld; class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }