• Home
  • Posts RSS
  • Comments RSS
  • Edit
Blue Orange Green Pink Purple

Welcome

Just a place for me to spew some relatively random (relative to being mostly IT related) stuff for those who might be Googling for a solution or an idea.

Quick thoughts on the Glo Bible

I've been tying the Glo Bible (www.globible.com) recently. It has some great content and functionality; and a new way of filtering and slicing the various aspect of it's content in a powerful way. There are clients for Windows, Mac, iPhone and iPad and a license allows you to install on 5 devices and sync your notes, etc between them. If you haven't seen it check out the features.

Among other things at my day job, I help companies implement analytics and dashboards, to make sense of their data and to make gobs and gobs of their information usable quickly to help them find inefficiencies, new trends, and the like. In a similar way and what has me most impressed with Glo is the "Lens" functionality that they showcase here really makes doing research on related scripture, etc. easy. Watch that video to get a feeling of how Glo works.

But, while the interface and content are impressive, it's not without shortcomings. I've worked up a few of the reasons I think it's a good tool for kids and teens to study Scripture, but it's has a way to go before I would say it's a full fledged tool.

This is just a few things that came to mind while I was using it. Some are content related, but certainly many can be easily addressed in future releases.

  • No cross references
  • No commentaries
  • No concordance
  • No ability to set verse range for notes
  • No export of notes
  • Want ability to attach audio
  • No way to de-authorize computers
  • You get a 'User access control' warning on every start
  • Needs better sharing / community
  • Would be nice: Integration with church websites to allow collaboration around messages
  • The site says free updates, but there is no clear indication of whether this includes lifetime updates, major version, minor only, etc.
Don't get me wrong, you should most definitely download and check out the Glo Lite version - it's impressive. But to really be worth the investment in my mind it needs those features.
Read More 0 comments | Posted by John Voorhis | edit post

Work around for Open-mesh low-cost routers not checking in.

Ran up against an issue recently after allowing my mesh to upgrade to r2693 - the pro units updated fine and reconnected to the mesh with no problems, but the standard unit would not update from r2671, and would no longer check in even when wired directly to the internet and left for a few days . The power and the internet lights would light up, but the WLAN light would never come on. The solution was to manually flash the firmware to r2695 using these instructions . Fifteen minutes later, I connected the unit back to the wired LAN and the low-cost unit was back up and meshing! Hope this helps!

BTW, the intructions there are not worded in an totally understandable manner, so here's what you need to do in a nutshell:
1) Get WinPCAP
2) Download the flasher updater (open-mesh-flash.exe)
3) Connect the open-mesh unit to the Ethernet port on your computer using a standard patch cable, but don't power the unit up.
4) In a command prompt, run open-mesh-flash with no options. It will list your network connections / devices. Note the number of the device you will connect the open-mesh unit to.
5) In the command prompt, run open-mesh-flash again adding a space then the number you noted in step 4 eg. if your wired Ethernet connection is number 3 in the list, type "open-mesh-flash 3" (with out the quotes) and hit enter.
6) turn on the unit. It will initialize for 30 seconds or so, the flash will start. it takes a few minutes, then you'll see "Done. Restarting Device..." That's it you're done. Plug it in to the network and in 3o minutes or so it will pull all of it's previous settings down (naturally, flashing the firmware erases all of it's config so you probably don't want to do this during operating hours).
Read More 0 comments | Posted by John Voorhis | edit post

What happened to Window Media Encoder's File Editor?

*** See Update below ***
Expression Encoder is a nice free replacement for the old Windows Media Encoder 9 series, with lots of added functionality and support for editing other formats etc. But one thing that made me very reluctant to switch was the nice little "File Editor" utility that came with Encoder.

That utility let you split WMV's very quickly, and without having to re-encode, maintaining the quality of the original. The downside was that it would only split the file at the nearest Key Frame, which could be a few seconds before where you wanted the split to happen depending on the original encoding settings.

I couldn't find the equivalent in the Expression Encoder, and I was leery of the increased time and decreased quality that using Expression Encoder would have when simply splitting files.

Then, I replaced one of the machines that I used to do some editing on and I was surprised to find that I could no longer download WME 9. So I bit the bullet and went to the Expression Encoder 4 page to download the free version. I happened to notice a blurb stating something to the effect that one of the features of Expression Encoder was that files could edited and saved with only minimal re-encoding. But the question was how? I went looking for some sort of Menu option or utility to perform the operation, to no avail.

It turns out it was right in front of my face the whole time. You edit the file in Encoder as would any project, but to save it without re-encoding the full thing, you set the "Video" and the "Audio" settings on the "Encode" tab to "Source". Now, when you click "Encode", the file will only be re-encoded at the beginning and end of the clips, as needed. This has the additional benefit of making the resulting file exactly match the edit you made, instead of having to match the Key frames. Nice!


[UPDATE]
It seems that this doesn't quite work as advertised - in my case, the resulting file has corrupted audio, not usre what the story is, I'll let you know what I find.
Read More 0 comments | Posted by John Voorhis | edit post

SQL strangeness

I have a table new_table that has 2 cols: ID - nvarchar (5), and Value - nvarchar(20)
the table has 7 a rows:
ID, Value
E1, yes
E2, 32.3
E3, 9
R1, 151
R2 40
R3, 20
R4, 99

I need to get the count of the rows where the values are in (R1, R2) and Value >= 151

If I select count(*) from new_data where ID in (R1, R2) it returns '2'
If I select value from new_data where ID in (R1, R2) it returns 151 and 49
If I select value from new_data where ID in (R1, R2) and Value >=151 it tells me it can't convert 'yes' to integer.

Tried making a CTE to tempData where ID in (R1, R2) then doing a select count(*) from tempData where Value >= 151 I get the same error.

However, select count(*) from tempData gives me the correct 2 and select value from tempData gives me 151 and 40 as you would expect. Any ideas?

Tried adding a convert, isnumeric, etc, no change.

The real issue is why is it even seeing the "yes" row when I add in the Value >=151 condition since any rows without valid values should have been filtered out of the tempData table?
Read More 5 comments | Posted by John Voorhis | edit post

The sum is greater than the parts

An over looked strength of the MS platform is interoperability. See my post about it here.
Read More 0 comments | Posted by John Voorhis | edit post

Open Mesh wireless AP's

Some thoughts and observations on the Open-Mesh wireless routers:

General Info about the units:
Pilot Hardware Purchased:
2
Open-Mesh Pro's ($49), 1 standard (aka lowest cost - $29) .

Pros:

  • Cost obviously.
  • Open Source nature of firmware (http://www.open-mesh.org/).
  • Support for 3rd party hardware from Ubiquity and others.
  • Good accessories such as higher gain antennas, indoor and outdoor enclosures, PoE injectors ($5!), etc.
    interesting support for Captive Portals, redirects on access, Private and Public SSIDs, RADIUS support, bandwidth limiting (up and down) on the Public network, ACL's, public network status page, etc. See my previous post on the DashBoard configuration screenshots.

Cons:

  • Can't do VLANing out of the box with these - all traffic from Private or Public flow trhough the same subnet (unless you do something like MAC filtering at your switch, but nothing built in)
  • Seemed to get a little warm.
  • Changes to configuration resets the AP. Connectivity is lost until the updates propagate throught the AP's which would be expected. The more hops from the wired connection the longer it takes, seems to be about 10 - 15 mins a hop. Recently however, Open-Mesh released a new update, and they set the "Disable Automatic Update" option in everyone's dashboard. so that administrators could plan for the outage that occurs. When I turned off that option, the update was pushed to the first AP in just a couple of minutes.

Thoughts on Best Practices:

  • Note that the standard and the pro use two different A/C adapters - Std = 5v/2a, Pro = 12v/1a, so don't plan on compatibility for the wall warts.
  • Before you build out the network, connect each node directly to the internet connection individually with the others shut off to allow it to flash the new firmware.This is for safety (so you don't pull the plug on it accidentally while it might be flashing - requiring a manual re-flash) and for time savings while testing, setup, etc. The same holds true any time you are adding a new node to your mesh - plug it in and connect it to the internet somewhere where it can't see the mesh, let it get the latest firmware, then add it to your mesh.
  • Use inSSIDer (free), Ekahau HeatMapper (free) or Wi-Spy ($99-$199) to verify your coverage

Other Notes:

  • Several members of the Church IT Roundtable group are using them in production. Tweet to the #citrt hastag or com to the #citrt IRC channel on freenode if you want to talk about them.
  • See my other post on the DashBoard Configuration and options
  • I'll write my findings as I go into production with them.
  • There is a nice Google Maps mash up showing the status of your mesh an key data such as users, throughput, data sent, AP's with issues, etc. See my previous post for a screen shot.
  • Open Mesh will email daily notices (or hourly if you like) on the status of your mesh. Here is a sample:
    "The following nodes are down at Tenth Presbyterian Church:
    Delancey 3rd fl . Last Check-in: 10 Hours, 4 Minutes.
    Reception Hall . Last Check-in: 9 Hours, 34 Minutes.
    Delancey 1st fl. Last Check-in: 9 Hours, 38 Minutes.

    This is an automated once-per-day message. Please don't reply to this address.
    You may view your network status at http://www.open-mesh.com/overview.php?id="

Testing the Open-Mesh wireless mesh routers
Testing Config:
Set them up in a Pro-Std-Pro linear mesh. Tested with the standard attenna that is included with the unit, higher gain and directional antenna are available.

Signal strength:
Set up in my house, typical construction, brick front. I did some ad-hoc range testing. Seemed comparable to most consumer level APs, and actually performed better than my FiOS ActionTek router (I put a Pro AP directly on top of the ActionTek). I was Able to listem to Pandora and do other streaming though My entire yardm, and was able to remain connected across street, approximately 100 feet away.


Speed Tests:
I will publish my findings on speed testing shortly.

Read More 2 comments | Posted by John Voorhis | edit post

Open Mesh config

Open Mesh wireless configuration screens, for those who are interested. See some more detailed info on testing, etc here. Click for larger images.
General, SSID #1, SSID #2:


Advanced, Network Status:

Read More 1 Comment | Posted by John Voorhis | edit post
Older Posts

Glyphs

  • About
      I'm a supervisor in IT consulting for a top-5 accounting and consulting firm, as well as the Chair of the IT and Webcast Committees @ Tenth Presbyterian Church.
  • Search






    • Home
    • Posts RSS
    • Comments RSS
    • Edit

    © Copyright Glyphs. All rights reserved.
    Designed by FTL Wordpress Themes | Bloggerized by FalconHive.com
    brought to you by Smashing Magazine

    Back to Top