Archive

Author Archive

Phone “phantom ringing”–changing pockets

February 5th, 2012 No comments
Number of View: 24

phonevibrateI noticed a few months ago an interesting phenomenon.  I would feel my iPhone vibrate when I was not carrying it.  This strange sensation has happened a few time in the past, but last month it seemed more intense.  I found out this is something that others have experienced.  It even has a wikipedia page.  This sensation can be called “phantom ringing” or Ringxiety (what a great made up word).

The other interesting thing that happened around this time I also began to miss a lot of phone calls.  I keep my phone on vibrate continually.  Because of the number of text messages and calls I get, my phone goes off frequently.   However, in the last few months I have noticed that I am missing these calls (vibrations).     It is strange, I can feel phantom calls (vibrations) but not the real ones.  This is particularly bad when a client is trying to contact you.

So to help combat these issues I have tried a few things.  The first was to just turn on sound and use the ringer.  This worked for about a day.  It turns out that a ringer is annoying and also impractical if you attend a lot of meetings.  

To keep from missing important calls I turned on custom vibrations on my iphone (another post on that later).   The custom vibrations worked but it was only from particular contacts.

The change that has helped the most is to switch pockets.  I have carried my phone in my right pocket for years.  It has been second nature that any time I leave the house to put my phone in the right pocket, keys and wallet in the left.   So 2 weeks ago I friend from work suggested that I should give it a try.  I joked that I wouldn’t make it the day.  However, 2 weeks running I’ve been switched. 

DID IT WORK?

So far this has solved missing any calls and notifications. It has also caused me to think a bit when leaving the house.  Making sure I don’t forget things.  The most interesting change is attempting to answer the phone and not  drop it.  As a right handed person, this took a bit to get used to.  However, I find myself talking on the phone with my left hand more.

Overall, this has been a  good solution to missing calls but has not stopped the phantom ring.  As a side note, my dress pants seem to have a pocket inside the pocket that fits the iphone perfectly to keep it vertical.  This great feature is only in the right pockets….

Categories: iphone, Mobile Tags: ,

QR codes

January 25th, 2012 No comments
Number of View: 277

jimizI found a great site for creating custom QR codes. 

I had a project a few years back where I had to generate QR codes, so I wrote my own engine.  Then I used the .net framework to impose images on top of QR codes using GDI+.  The qrhacker.com site does a great job of putting the elements I did a while back into an easy to use site.  

The issue I had with the program we wrote, is that depending on the jimiznetQR code generation the logo or icon you placed over the image would cause the QR to not render.   What I like is how they let you know when you may have caused the QR quality to be out of range.    I have just a generic version that generates a QR code based on size quality at tilde32.com/qr.aspx.   

QR codes have come  along way in the past two years.   Part of the reason I created my own generator is that I could validate the quality and also have control when needing to batch the QR generation.  Here is the previous post on some discussions on QR codes  – http://jimiz.net/blog/2010/12/qr-code-generator-2d-barcode/

Categories: .NET, Projects, Tech Tags: ,

Ghost in the Wires–Kevin Mitnick

January 21st, 2012 No comments
Number of View: 370

This has been a great book so far.  Not only is Kevin a very sociable person but he is a very entertaining writer.  His stories are amazing.  To think that he left some out.

http://www.amazon.com/Ghost-Wires-Adventures-Worlds-Wanted/dp/0316037702

Watch is interview with Snubs on Hak5. “23 Questions with Kevin Mitnick”

http://hak5.org/episodes/hak5-1017

Indoor Cycling–Bar Racing

January 17th, 2012 No comments
Number of View: 453

I saw this article from a group that I am a member of.  What a great idea.  Some old roller equipment and a low-tech speedometer.   What a great event to go to, I would love to watch this in a local GR environment.

http://www.nytimes.com/2011/12/25/nyregion/cyclists-race-in-bars-going-nowhere-fast-spokes.html?_r=3

Here is a video of one of the final races.  Check out the speed they are turning at.

Categories: Biking Tags:

New Gadget

January 16th, 2012 No comments
Number of View: 476

feedairI was watching some CES news and ran across a new gadget that I would like to purchase. It looks like I’ll have to wait till March for this one.  Only $50 dollars.   It is called feedair.

http://www.feedair.com

I have tried in the past to use the Ambient orb to get something like feedair to work.  Weather forecasts, information, etc…   I think I even wanted something like pointcast to be delivered to my TV.   I can’t wait to see what I cn program to be delivered on this.

Categories: Tech, Technology Tags: ,

Pfsense – SARG (squid reports) setup

January 15th, 2012 No comments
Number of View: 505

sarg1Here is a tutorial on how to setup SARG (http://sarg.sourceforge.net/) – Squid Analysis Report Generator on Pfsense.   If you don’t know what any of those words meant then here are some references.

  • SQUID – (www.squid-cache.org): Squid is a web proxy that can filter traffic from your network to the internet.
  • Pfsense – (www.pfsense.org) : PFsense is a free opensource firewall / router for home or office

I have recently setup a Pfsense router / firewall to replace my old “blue plastic” router that was purchased at the big box location.   This solution has been working great.  It has been in place for over a week and I have been adding configuration settings to it.  One of the great tools included in this router is the ability to add packages.  In particular one of the packages is SQUID.  A proxy tool that can help monitor web traffic and also speed up performance.  

I have used SQUID in the past and know it’s benefits and also issues.  One great benefit is reports on web usage and traffic.   The pfsense implementation also has a package for reporting on squid called lightsquid.  Lightsquid is ok, but not my favorite tool for displaying information.    I would rather use SARG.   So I began to do a few searches and found some outdated information and ways to configure SARG.  From these searches (NOTE: Most of the info below I was able to find from other forum posts)

Install SARG on pfsense

  1. Install the Squid package and have squid running on your firewall
  2. Validate that SQUID is logging (Services | Proxy Server |) – Enable Logging (check) and keep the log store directory “/var/squid/log” squid1
  3. SSH into your firewall
  4. Open a shell
  5. (optional) I added nano as a text editor so I ran this command.
      pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/nano.tbz
    
  6. Run the package command to add SARG (this retrieves the latest stable package for freebsd stable branch)
    pkg_add -r ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable/Latest/sarg.tbz
    
  7. Now to configure SARG – You can start with the default config

     cd /usr/local/etc/sarg/     
    cp sarg.conf.default sarg.conf      
    nano sarg.conf
  8. I actually created my sample from some other settings.  You can just copy and paste this into sarg.conf if you like
    #Locatoin of log files - from pfsense settings  
    access_log /var/squid/log/access.log     
    title "Squid User Access Reports - SARG"     
    graphs yes   
    graph_days_bytes_bar_color orange     
    #LOCATION of WEB PAGES  
    output_dir /usr/local/www/squid-reports   
    #Display usernames or IP  
    resolve_ip no   
    #Sort Order 
    topuser_sort_field BYTES reverse    
    user_sort_field BYTES reverse
  9.   Run SARG for the first time.  This may take a bit to run depending on your system and how long you have log files for.
    cd /usr/local/bin     
    chmod +x sarg
  10.   Configure the system to run the reports once a day using CRON. 
    #crontab -e    
    01 * * * *   root /usr/local/bin/sarg
  11. To view the reports you will need to go to a specific url http://<your pfsense box>/snort-reports/

Here are some example reports: (ip’s blocked to protect the innocent )

LANDING PAGE

sarg1

DAILY REPORT

sart2

INDIVIDUAL USERID (IP)

sarg3

GRAPH OF INDIVIDUAL

sarg4

 

I prefer SARG because of the graphs and the look and fee.  Let me know if you have any preference on reporting systems.

Zoneminder and video camera

January 10th, 2012 No comments
Number of View: 615

zm2I recently purchased an ip camera for the house.  I have wanted one for a long time and finally made a purchase.   The reason for the camera was to monitor the kids and also the garage.  The camera I purchased was a dlink DCS-930L.   It was on sale at Best Buy for about $55.

The reason I chose this camera was for the price.  There are many more expensive camera that allow for Dark viewing (LED) and also pan and tilt.  This is an entry level IP camera and has limited resolution.

With that said, this is a great camera.  I am planning on adding it to my garage where I can view the kids and any motion detection.   Currently the camera is sitting in the bay window that is viewing the new construction of the house next door.zm3

The camera comes with a great application to use called mydlink.com it allows you to access yor camera from anywhere even on your phone.  A neat feature I have found is that it also streams audio as well as video.  Nothing is better than using it when away to have the kids share with you what they are up to.

I have also paired it up with my linux server and a software package called zoneminder.    Zoneminder is a security camera package that allows you to monitor multiple cameras.  It allows you to set motion detection.  I currently have it set to record when motion detection happens.

Categories: Tech, Technology Tags: ,

New home firewall / router

January 8th, 2012 No comments
Number of View: 651

router1I have been having some performance issues with my home firewall.  Last year I upgraded my networking to use a Cisco e3000 running tomato firmware.  This configuration worked well when I paired it with an airport extreme to be the dedicated wireless access point.   I had moved to a dedicated wireless AP as we added more wireless devices in the house.  This also allowed for my wireless repeater/bridge in the office to have better connections.

Previously in 2009 I had used just a netgear router with DDWRT. This was quickly overpowered by the number of connections I have in my home.    I did a quick inventory yesterday to see what the kind of numbers were were talking about.  There are about 16 devices using my wireless:

  • 2 Nintendo DS
  • 2 tablets (ipad, etc..)
  • 3 iPhones
  • Tivo
  • Windows Media center
  • 2 wireless cameras
  • wireless printer
  • 3 Laptops
  • Wii

To help with this issue I decided to build a more robust firewall router.  This would allow me to shape traffic better and add some QOS rules.  I tried a few versions of firewalls.

My original intent was to build a low power dedicated server for routing and firewall.  I chose an atom processer mini-itx board.  I’ll share the hardware info in another post.   I thought for sure that I was going to use smoothwall. I had some experience with it in the past.  router2Unfortunately I decided against it in the end.  I gave each a shot to be in stalled.  Overall, the untangled had the easiest install but I really never got it working.  It could have been that I configured the system behind my existing network, but I did not have a good experience once it was setup.

As I said earlier I had intended to use smoothwall.  The install did not go well initially.  I did not have a CD-ROM on my new system, so I tried to do a usb boot.   smoothwall somehow did not install properly.   I ended up getting a usb Cd-rom to do the install only to find out that one of the nic cards was not recognized.   I decided after that to give monowall a shot.   I got half-way through the monowall install and my Cd-Rom failed.   I was frustrated enough that I just decided to throw another package on it to try. 

I installed pfsense and have not looked back. It is a BSD based application and has been working perfectly.   I added a few packages to the system.  Ntop – to monitor bandwidth and systems.  SQUID proxy for proxying and tracking all web usage.

Overall, the usage of opendns and the proxy has significantly increased web performance at our house.

Categories: General Tags:

Logos with “Normal” fonts

January 8th, 2012 No comments
Number of View: 644

logosjimizI have mentioned before I  am not a designer.  I can see recognize good design and appreciate how creative minds can put together a cohesive look and feel.  However, I can’t do that.   These logos were originally created with a specific font in mind, it is amazing how just changing a font can change the logo.

When I first read this article I thought how funny it was that I was that person, the one who just thought a logo could use “arial” or “Verdana”. 

Take  a read “What if famous brands had regular fonts?” – Pixelonomics.

I particularly like the coca cola logo and facebook logos.  It makes me think of what a knock off brand would look like.

Categories: design Tags: ,

Soccer–Paul Scholes returns to Man U

January 8th, 2012 No comments
Number of View: 650

I am a huge fan of Paul Scholes.  He recently retired, and was looking to do some management with Manchester United.   I saw in the news today that he is making a return to MU.  That is just great news.  Paul is 37 and still just an amazing player.

 

http://soccernet.espn.go.com/news/story/_/id/1005940/paul-scholes-signs-for-man-united-for-rest-of-season?campaign=rss&source=soccernet&cc=5901

Categories: soccer Tags:

iPhone Jailbreak 5.0.1

January 7th, 2012 No comments
Number of View: 665

I decided to jail break again. I really like the sbsettings That lets you turn things like wireless, bluetooth, and other features on and off with a simple click.

I also use mywi to tether when on the road, since I purchased the app it is very useful.

Some of the other reasons to jailbreak are to test out some fun themes.

To jailbreak I used the always up to date lifehacker post:
http://lifehacker.com/jailbreak/

Beyond the main applications I normally use I also installed the best jailbreak apps from lifehacker

Categories: iphone, Mobile, Tools Tags: ,

Emergency Contact information – card for wallet

January 6th, 2012 No comments
Number of View: 467

My wife went to a seminar today and came back with a good idea. That she and I should have an emergency contact card in our wallet. She also mentioned an ICE contact for our phones. I had not heard of ICE contacts, “In Case of Emergency” – here is a quick blurb from lifehacker – How to add an ICE contact to your phone

After some research I came up with a format for us to have a business card size emergency contact for us to carry. I used the Microsoft Word template called “pocket emergency contact reference.” You can download the template from the Microsoft office site

http://office.microsoft.com/en-us/templates/pocket-emergency-contact-reference-TC030001514.aspx

It is a quick and easy way to make an emergency contact card. I created one to put in my wallet, backpack, and bike bags. I typically carry my ID when I bike, but this would be valuable as well.

Great looking bikes

January 1st, 2012 No comments
Number of View: 506

I’ve been looking at upgrading the old commuter and in the process of looking at some custom bikes ran across this site.

http://www.cycleexif.com/

What a wonderful collection of some of the best looking bikes available.  The site is maintained by Adam Leddin.  Keep up the great work.

Categories: bik Tags: ,

Fred Meijer Millennium Trails–Dec 30th

December 31st, 2011 No comments
Number of View: 438

dec30-4How often do you get to go for a ride on Dec 30th.  I took off from walker and hit the Millennium park trails.  I wanted to see the new bridge across Maynard, that connects the millennium area to the Kent trails.

I had a chance to use my new gloves and coat.  Both were purchased at Dunhams sports.  I’ll have to do a quick review of these when I have some time.  I decided against spending a lot of money on a cycling jacket at this point because I did not want to throw out the cash.  Instead I purchased a $28 waterproof jacket.   I needed all of that riding.

It started out nice and dry for about 10 min.  Then after that it started to sprinkle then the rain came down.   I was on my Schwinn commuter and it was just a great ride.   I was having too much fun being out in the rain and biking. 

Grand rapids offers so much for biking.  The Meijer Trails were so great.   I took a few pictures of myself (in the rain) and a few little lakes along the way.   Not too many people out, so I felt like I had the place to myself.

Here is a quick map of the Fred Meijer Trails (map)  and more info:  I plan on doing a few more discovery blog posts on these trails.

Miles: 20

Temp: 33 F

Bike: Schwinn Commuter

PHOTOS:

http://www.flickr.com/photos/jimiz/sets/72157628654680285/

Blogging Tool– Windows Live Writer

December 29th, 2011 No comments
Number of View: 515

windowsliveThis new year I plan on blogging more.   For one reason, it is a good stress relief.   The other reasons revolve that I like to do it.    

To make the process easier I plan on utilizing Windows live writer.  The reason for using live writer is the simple ease of use and great layout functions it allows.   I currently use WordPress as my blog engine.  It is fantastic and I can’t say enough about this blog engine.  However, I find that writing in the small text window is difficult when attempting to add  a lot of content.  

Live Writer is basically a scaled down word processor.   It works seamlessly with WordPress and give you the ability to do offline writing.   I have used it in the past but did not make blogging that much of a priority. 

Here is a great overview of live writer from PCworld

http://www.pcworld.com/article/211388/windows_live_writer_makes_beautiful_blogseven_when_youre_offline.html

In more recent weeks I have noticed a trend of blogs to start using livewriter as the editor.  You can see the increase from builtwith.com trends

See this chart of how it has increased usage.

livewriter