Latest Posts

    Connect-UTB is moving…

    No Comments

    Hey all! Just a quick note. This blog is going to move. Its moving to my own dedicated server (run on my now famous ESXi server) which will be so much better. Faster, more secure, and more stable! The new blog is still under construction, but you can already check …

    Read Post »
    Android Binder Inter Process Communication (IPC) with AIDL

    Android Binder Inter Process Communication (IPC) with AIDL

    No Comments

    Binder ICP in Android is a backbone of Android internals. Its basically a kernel driver and a handful of components and its one of the biggest pieces that makes Android an Object-oriented Operating System. Binder IPC is used for inter-process communication. This is important for Android because it relies so heavily …

    Read Post »
    ARMA 3 Alpha giveaway

    ARMA 3 Alpha giveaway

    6 Comments

    I have three copies of Arma 3 Alpha lite up for grabs. Interested? All you have to do is leave a message in the comments where you write a quick note on why you like ARMA. Hurry though, handouts will happen as comments come in! UPDATE: 1 copy given out, …

    Read Post »
    Color boosted kernel for the Nexus 4

    Color boosted kernel for the Nexus 4

    10 Comments

    I love my Nexus 4. However, I find the default display colors a bit washed out. I started tinkering with the color config in the kernel, and read up on the color discussions on XDA. I landed on a result I find satisfying and I must say I think the …

    Read Post »
    Guide: Secure your home WLAN Part 1

    Guide: Secure your home WLAN Part 1

    No Comments

    Most of us have a wireless network up and running at home, yet few bother to unleash the full potential possible. In this two part guide I will document my little project for setting up a secure WLAN environment complete with network monitoring. 

    Read Post »
    MySQL tip of the day: Truncate

    MySQL tip of the day: Truncate

    No Comments

    I was working on a simple Java project where Im using a MySQL database and I needed to quickly delete all records in a table. I learned that in MySQL there are two ways to do this, and one method is significantly quicker than the other. 

    Read Post »
    My Arducopter reborn

    My Arducopter reborn

    No Comments

    My Arducopter project took a serious hit to the gut after a brutal crash caused by a mid-air power failure last summer. While I’ve been too busy to dedicate a lot of time to fixing it up, its now back in the air, looking better than ever and flying like …

    Read Post »
    Announcement: xFuel for Android

    Announcement: xFuel for Android

    No Comments

    Fuel planning is an essential part of any serious flight simulator flight. There are currently plenty of websites and tools that help you along, but there are no Android apps that job the job. That’s about to change.

    Read Post »
    The YubiKey – Yes, you need one!

    The YubiKey – Yes, you need one!

    3 Comments

    It took me about 10 seconds to get sold on the idea behind the YubiKey. Basically, its a USB stick that emulates a keyboard and have a dual purpose button. Depending on how long you hold your finger on the button you will get either a one time use password, or a static password that is repeated. Essentially, when these keys are coupled with a service that supports them, you will have two factor authentication that can be very difficult to crack.

    Read Post »
    Major server security overhaul

    Major server security overhaul

    No Comments

    I have now done a complete security overhaul of the server. A part of that process was to disable unwanted services and impose additional restrictions on the services that are actually running. If anyone experiences any fatal issues, please let me know

    Read Post »
    [VB.NET] Check existence of values in Datagrid

    [VB.NET] Check existence of values in Datagrid

    No Comments

    The other day I was faced with a simple challenge. I needed to correlate values from selected cells of all rows in my DataGridView with values in a different DataGridView. I attempted numerous solutions and finally come up with a way that didnt have too many performance issues.

    Read Post »