Archive for the 'Technology' Category

Setting up an HD Antenna

Monday, January 14th, 2013

antennaA lot of people have asked me about how to set up an HD Antenna, especially after me boasting about the quality, and no monthly fees. It’s a very simple process, however; many fail and give up due to not having the knowledge or patience to do it right. Here are the core ingredients you will need:

An HD antenna (the one on the left is a 4-bay. I use a 2-bay, but it depends no how much room you have)
An HDTV with an ATSC tuner OR a CRT tv with a digital decoder box (quality will suffer but you will get channels)
Patience

Basic setup: attach a coax cable from the antenna to the antenna input on your TV. Position the antenna where you want… Here is where you have options. This all comes down to what you have available. For best results – mount the antenna as high as possible (rooftop) and be prepared to adjust the position based on scanning results. Multi directional antennas can aid this process or if you have a premium antenna that allows for remote adjustment, that’s even better. On a much more simplistic level, I personally use a 2-bay antenna that I have just outside of a window on a ledge where it fits perfectly. There are indoor antennas you can use too but the results may not be as good.

Once the antenna is attached and positioned, go to your TV and select the channel feature in the menu (it will differ from one tv to another) and then select ‘scan’. Wait until this process finishes and then you can go through the channels to see which ones you get and how clear they are. The following factors will affect how many channels and the clarity: positioning of antenna, quality of antenna, weather, line of sight, strength of over the air signals (positioning of your residence in terms of whether it is up on a hill which is better or in a gully, and how far away it is from the signal, as well as whether you are surrounded by large buildings).

The most important thing about setting up a HDTV antenna is to keep in mind that there are many factors that affect results in terms of stations and quality. The bottom line is “you will get, what you get!” If you want more stations or better quality, then get the antenna up higher, position it better (you must rescan each time you reposition the antenna if you want to check to see if it picked up more stations), or failing all of that… move!

You will not get as many stations as you will get with cable or satellite, however; the HD stations you should get will come in very clear in most likely 1080i video and HD audio. The quality in my experience is amazing! I use it to watch football and primetime specials mostly. The internet is the optimal choice for anything else in my opinion. The cost is very minimal. My antenna was roughly $20. They can get quite expensive. I have found in general that I’ve had the best luck with the wired antennas as you see pictured above. Results will, of course, differ from person to person as there are many variables. Some say they can get about 40-50 stations including many HD. I personally get about 20 including about 6 or 7 HD stations. I am very content with that. I am also quite content with not spending $80 or more for a bunch of stations I never watch and I feel good about not giving money to unsavoury companies.

 

 

Google Nexus Devices Promoting Marijuana Use

Tuesday, November 20th, 2012

Yes, some people will say I’m reading too much into this, but it just seems like way too much of a coincidence. If you go ahead and visit the Google Nexus 4 website, you will notice that not only the Nexus 4, but also the Nexus 7 and even the Nexus 10 all have the same time displayed – 4:20. Now, surely a bunch of people will be laughing about this, others rejoicing, but some may not have the same opinion. Personally, I am disgusted by this move on the part of Google. I had planned on ordering on a Nexus 4 on release date and would have done so, if it weren’t for the nearly instant sell out status. The last thing I heard was that there was a 3 week backorder for those who had ordered it due to website glitches even though it had actually sold out prior. Now, I am grateful for this unavailability as I am unsure whether I am even interested anymore.

My question is – does Google really want to portray this image? Going out on a limb and saying it was unintentional makes me question the quality control of the not only the website, but also of the device itself.

I have been praising and promoting this device to others for weeks on end. Now it will stop. Will Google fix this or will it be ignored?

 

Le Pan TC970 Upgrade to Gingerbread and Rooting

Saturday, April 21st, 2012

I would normally write detailed instructions here but the original posts are quite accurately done so I will simply provide the links…

Rooting your Le Pan TC970: see this link

Why Root? Mainly access to system settings you wouldn’t normally have and you can do proper full backups.

Then after rooting, you can upgrade your tablet to gingerbread and cyanogenmod at that, which is even more customized. This is in beta 5 at the time of writing this, so be sure to download whichever is newest and best rated. There were still a couple of functions not perfectly working at the time of beta 5 so when you check, you’ll need to decide if those are dealbreakers or not for you.

Here is the link to the xda developers site with instructions: Grab them cakes!

** The pic shows a different launcher than the default ADW which I generally consider a mess, I much prefer Go Launcher Ex.

 

Filezilla drag and drop crash fix – Ubuntu Natty

Thursday, June 16th, 2011

filezillaAfter some recent upgrades after moving to Ubuntu 11.04 (Natty Narwal), I noticed that whenever I would try to move a directory using drag and drop in Filezilla, it would crash. I even upgraded my Filezilla from 3.3 to 3.5 but it did not fix anything. I spent a lot of time searching online to try to find a fix for this which proved unsuccessful. I decided to search again today and looked at some really old information from years back because I couldn’t find anything current. One previous issue was with wxwidgets containing a bug that would cause Filezilla to crash for this very reason. I decided to look up which version Natty used for wxwidgets and compare that to their current version. It turned out that Ubuntu was using an older version 2.8.11 and the more recent one was 2.8.12 which was released a couple months ago. I’m not sure why this incremental version was held back from being updated, but I decided to try it out nonetheless.

Instructions on how to update wxwidgets along with other packages can be found on the wxpython wiki page. I upgraded these packages on three separate Ubuntu machines and the issue disappeared. I am now able to drag and drop directories without any crashing on Filezilla. Hopefully Ubuntu decides to update these associated packages to resolve it. All that is really necessary is to do sudo apt-get update and sudo apt-get upgrade and it will upgrade 2 packages and that fixes the issue.

As always with any software upgrade, it’s up to you to try it out if you want. The instructions are very easy and it did fix the annoyance for me on 3 machines. I can’t say what impact upgrading may have on other installed packages but my issue with Filezilla is resolved so I’m happy.

MPD fix after upgrading Ubuntu to 11.04 Natty Narwal

Friday, May 27th, 2011

With the upgrade to Ubuntu 11.04 – Natty Narwal, I noticed that mpd stopped working. After some trial and error, it turned out it was an easy fix. What you do need to know before upgrading is that you should definitely back up your current queued tracks to a playlist if you want to have them back after the upgrade. While you won’t lose any data, your current state will be gone.

Here is what was needed to do to get mpd running again…

You can either do this via command line with your favorite text editor or via a graphical environment.

Command line: sudo nano /etc/mpd.conf

Graphical: sudo gedit /etc/mpd.conf

1 – Delete or comment out the error_log line in your /etc/mpd.conf:

previous line:
error_file        “/home/username/.mpd/errors.log”

after the change:
#error_file        “/home/username/.mpd/errors.log”

Keep in mind that your directory choices in the quotes may differ but that is a non issue. Once that is done, save the file. The next thing to do is to recreate your entire database for mpd. This has never been necessary before after an upgrade, but it could be due to changes in mpd or Ubuntu.

You can do this upgrade a few different ways. If you run a graphical front end like Sonata or GMPC, you need to first make sure that you are connected to mpd. Lastly, you need to update the entire database. This will take some time depending on the size of your collection. You could alternatively do this from command line by using the command: mpd –create-db. If that doesn’t work as a normal user, you may need to sudo mpd –create-db. After the database updates, you should be able to play your tunes as before. All in all, it is a fairly simple fix, but something that could be quite frustrating if you aren’t aware of it.