option key? im on a surface rt tablet/laptop and on my keyboard there is no optionkey is there an alternative?
Alt key.
hello vonnie
ojovivo

bliss lane
$LAYYYTER

if i look back, i am lost
I'd rather be in outer space 🛸
RMH
Interview Vampire Daily

Origami Around
🩵 avery cochrane 🩵
Monterey Bay Aquarium

shark vs the universe
🪼
d e v o n
Keni
No title available
TMBGareOK. The Official They Might Be Giants tumblr

tannertan36
almost home

Game Changer & Make Some Noise
seen from United States

seen from United States
seen from Belgium

seen from United States

seen from United States
seen from Japan
seen from Morocco

seen from United States
seen from Colombia

seen from United States
seen from United States
seen from United States

seen from Latvia

seen from United States
seen from Singapore

seen from Türkiye
seen from T1

seen from Philippines
seen from Indonesia
seen from United States
@optionkey
option key? im on a surface rt tablet/laptop and on my keyboard there is no optionkey is there an alternative?
Alt key.
NAIT's Linux (Unix) Core Certificate Program
I had the pleasure of taking the NAIT "Linux (Unix) Core Certificate Program". The reason I had chosen this program to update my skills is in our computing environment about 60% of our servers use open source software. From the web server to the firewalls to the NAS devices the majority of our major infrastructure is or will be running on some sort of Linux/Unix system. I was looking to improve my use and knowledge of the operating system. I feel this course did exactly that; it is a course that I would highly recommend. The following is a summary of the course, how I felt the course went and what I learned. The NAIT course is broken down into 5 smaller courses. CCTM520Linux/Unix Essentials and Command LineCCTM530 Linux/Unix Installation and Management CCTM540 Linux/Unix Shell Scripting and Automation CCTM550 Linux/Unix Administration CCTM560 Linux/Unix Networking The instructor for the course is Harm Gerding Overall I found this course very informative and that I didn't know Linux as well as I thought I did. I picked up may more skills and updated ones I already had. I found him knowledgeable, and confident when presenting. His classroom exercises were well thought out and engaging. Course CCTM520 - Linux/Unix Essentials and Command line This course is really basic, it covers the following: different distributionsdesktop applications, x windows and accessiblitygeneral operating system use, how to use Man (manual pages) and infoediting and the manipulation of files, permissions, pipes, redirects, and STDIOsystem variables, shells, and set command I found this course to be a really good base for everything that followed; the notes provided were clear and concise. I was worried that this course would be too basic, but I was happily mistaken, I really enjoyed this course and picked up several more tools that I now regularly use. The most useful thing that was covered is vi. I found it great and use many of the features in the program now that I didn't otherwise know about. Course CCTM530 - Linux/Unix Installation and Management The course is exactly what the title says it is, the installation and management of Linux on systems. Course objectives: selecting a distropartitioning and installing linuxusing yum and apt for installing, updating and removing softwarecreating archive filesdetermining who is logged inmaintaining skeleton directories, profiles, setting limits and other settingsservers vs desktops vs virtual machinesfile system typesbasic user and group management, authentication and securitytime, timezone and ntpmanaging and maintaining logs, logging and journalctl This was an interesting part of the course, it is always fun to do a fresh install of an OS, and having a look at systemd the relatively new core for Linux was interesting and very informative. Course CCTM540 - Linux/Unix Shell Scripting and Automation I found this part of the course to be the most fun and rewarding. I come from a web programming background (PHP, Javascript and CSS is what I mostly use) I took the Certificate course mainly for this course and it was well worth it. There are many things in shell scripting that are different then in web programming, and since I do need to automate a lot of what I do I found this course to be the most useful. Through the extent of this course we created many small shell scripts and we were given a useful guide when to use and not to use shell scripts. I found after this course I am better able to write my own shell scripts and I understand how the Linux Operating system works especially with variables (now I can fix some of my older scripts) and reading and understanding scripts is much easier too. Course CCTM550 - Linux/Unix Administrator I found this part of the course really good as well especially using the updated command line commands. Course Objectives: Sudo, su and securityTCP Wrappersbasic networking, and troubleshootingnetstat, ip command, and pingfile/printer sharing and printingusing virtual machinesbackup and restore strategies and techniquesintro to mail servers/MTA ssh and telnetGnuPG config, usage and revocation This course was really good for getting us to use the commands and seeing the differences between the legacy commands vs the new commands. I have been forcing myself to use the new commands to get use to them, they do require some getting use to but I have found it to be time well spent. Course CCTM560 - Linux/Unix Networking This part of the course was a lot of fun. It took everything we had learn and forced the class to use it. It involved setting up our own Lan, with specific ip addresses and subnets, making everything route properly to each network and out to the internet. We discussed best practices, planning, dealing with and managing issues. Course Objectives: connecting between machines and enabling/disabling network servicescovering common tcp/udp services and portsnetwork troubleshootingtcpdumps, wireshark, port scans and nmapname resolution, dig and nslookuphost vs network security. Summary: I found this course a great experience. Harm is knowledgeable, he took his time and answered questions the students had and kept everyone very engaged. The course covered a lot of material in two weeks and could have easily been much longer. In fact we were not able to cover everything in the material (specifically IPv6) however the notes are good enough to go with on their own and there was a lot of discussion about IPv6 during the networking part of the course. I would recommend this course to anyone if you have the computer skills and understanding to handle it. I came out of this course knowing much more then I did before and many concepts are much clearer now then they were before.
Backing Up Your Android Phone Stock Rom
Backing up your Android Phone's Stock Rom and Recovery
BACKING UP YOUR ANDROID PHONE'S STOCK ROM AND RECOVERY
Have you ever wanted to mod your new android phone but wanted a way to get back to the factory settings without having to mod the phone first? It is possible to do but you need a few things, the Android Dev tools, fast boot, and some command line know how. For this example I will be using a HTC One X on the Telus Network. With HTC you have to get a developer token which can be obtained from http://www.htcdev.com. You will have to sign up as a dev to get your developer token. HTC has a great tutorial on how to unlock your bootloader on the htcdev site.
Once your bootloader is unlocked you can now download a 3rd party rom manager (don't worry we are just going to boot off it; were not installing it yet - also make sure you have enabled USB Debugging in the developer tools). I used TWRP, it is more compatible with my device then clockworkmod is. Once downloaded (I renamed the downloaded rom manager to recovery.img) and moved it into my fastboot directory on my computer.
Here is a look at the fastboot directory on my computer
Now the fun can begin; make sure you have all the files you need in the directory your working out of, in my case the fastboot directory. Your phone should be plugged in via usb to your computer then I used adb to reboot my phone into the bootloader
C:\fastboot>adb reboot bootloader
Then I booted off the recovery.img file in my fastboot directory.
C:\fastboot>fastboot boot recovery.img
Then your phone should boot off the custom recovery rom without installing it. Then you can make a backup using the recovery rom. Once done reboot into the phone's system and load a file manager like ES File Explorer to get the files off using dropbox or some other means.
Now you have a backup of your stock phone and you can now mod your phone to your heart's content.
Update: I forgot to mention that with HTC you also have to update your boot.img file using the commandline interface. To get the boot.img file you can get it by extracting it from your backup or the zip file from your thrid party rom like cyanogenmod.
C:\fastboot>fastboot flash boot boot.img
Build your own cloud
I've been in the computer industry for over 12 years and the biggest changes I've seen is the move to third party cloud services such as Dropbox, Box, Google Drive, One Drive, etc. It has never been easier to send and receive files, especially for printing or getting photos from a photographer after a job is finished. I've been a production manager for a print company and the easiest way we could get large oversized files to us was to try and have a ftp server with a java applet that worked about 70% of the time or a step by step PDF the links to a ftp program and hope the user was techy enough to follow the instructions. I've help on some projects where I used a web based file manager like extplorer to create something likeDropbox only without someone needing to sign up and become a member of the cloud service but it never really worked quite right and it required more technical knowledge for creating users with proper directories.
I learned about owncloud last year from a google plus post and I found the project interesting and the thought of having my own 500gb cloud storage is pretty awesome. I did a default install on a Linux php mysql platform, and it had a default limit of 2 GB per upload. I have a 50 mbps connection through telus so I have 10 up 50 down a 400 GB bandwidth cap. This worked really well and it does not require more then basic computer skills to setup users and share files.
The user setup is really straight forward. After a successful setup you can login and start creating users. Go to where your name is and click on it; it is an actionable button and select users. You will then see a screen much like this one. To create a user simply put in a username and password and hit create; That is it. It's that simple.
You can get really crazy and setup different user groups, and have granular control of things on the server. Some great use cases that I've setup others using the other software would be for submitting content for a contest, gallery or a website, large project collaboration, the list goes on. Since you have control of the server you don't have to go though the hassle of having the users create online accounts with Google, Microsoft, Dropbox or any other cloud storage service. You can login, setup the user, and email them the URL or make a shortened URL via bit.ly and include their username and password. They do the rest with the web browser and as you can see by the image below it is extremely straight forward.
New lets you create a new file but the main one we are interested in is the upload icon next to the new. It will upload a file from the computer to your owncloud.
As you can see when you hover over a file in owncloud you get options as to what you want to do with it. In this case share it.
If the person has your owncloud name in this case "demo" they can share it with you and it will end up in your owncloud, however they can also send it to you via email link and password protect it and set an expiration time for that access. If you are setting this up as a "file drop solution" the drive that users upload files to could be shared out and accessed by those with the proper share path and username and password to access the files, making it extremely easy to access the files that are uploaded.
This is extremely impressive technology for an open platform, and that the community edition is free, is even better. The site is also mobile responsive and works well in the browser, but if you want the app it's going to cost you a whole $1.00 on both Android and iOS. There are also desktop apps for Windows, Mac OS and Linux. You can also specify whether you want to enforce https or use either http and https depending on what your needs are and how your server is setup.
Creating A Secure Password
Creating A Secure Password
CREATING A SECURE PASSWORD
Password security is critical to your online life. If you don't have a secure password you will be easily hacked, many passwords are set to be 12345 or password. Here is an example of a bad password. https://www.youtube.com/watch?v=a6iW-8xPw3k The best passwords have upper and lower case, numbers and alternate characters like underscores, dashes, asterix and are long typically over 8 characters; 8 characters would be a minimum length for a password today. Try remembering this password created by Data on Star Trek The Next Generation. Creating a good password is hard, and making one you can remember is even harder but not impossible. Elements Every Password Should Have:
Be longer then 8 characters
Not be a dictionary password
Should have at least 2 numbers
Should have at least 2 capitals
It should have at least one alternate character
Here is a form to help you create a good password; please fill out the following: Favorite Animal/Colour/Activity: ______________________________________ Favorite Object/Word/Family Member: ________________________________ Select one of the or more of the following characters: ! @ # $ % ^ & * ( ) _ - + = | ? / Put down your favorite Number ____________________ (if your favorite number is a single digit please put a 0 in front of it. Ie. 01) Example: Favorite Animal/Colour/Activity: __cat_ Favorite Object/Word/Family Member: _orange_ Select one of the or more of the following characters: ! @ # $ % ^ & * ( ) _ - + = | ? / Put down your favorite Number ______24_______ Your password can be OrangeCat@24 or other variants can be used what ever is easiest to remember. Password Testers Microsoft Password Checker http://www.passwordmeter.com/ http://howsecureismypassword.net/ Password Generators http://www.testyourpassword.com/ Crazy Password Generators https://www.grc.com/passwords.htm https://www.grc.com/ppp.htm Top 500 Worst Passwords For the regular user expecting them to change their password every two weeks for all their online services is pretty crazy. However for them to have a tiered password system or to have one good password they use for everything I think is good enough for the "regular user" And in case your wondering it would take an average desktop over 18 trillion years to crack my password. How about yours, try it out on http://howsecureismypassword.net/
Apple Rotten To The Core?
Is a mac the machine to buy? You might want to think twice!
I've been using Apple products since I was 7, so I'm very familiar with the way Apple does things but now I'm calling them out on the lack of a physical recovery disk when you purchase a mac instead opting to go with a recovery partition. Ok so why should you care? Here's why.
If your a geek like me you like to push your hardware to the limits, finding compatible cards, and accessories is fun and getting them to work is even more fun, and you do a lot of reinstalling, and if your not a geek you should also be concerned, because this takes getting your computer fixed out of your control. Now your better off to go with a Windows computer because at least you can make recovery disks.
Here is a copy of a letter I've sent Apple.
Dear Apple Support,
You probably won't care about this email but I'm writing it anyway. I must express my profound disappointment with your decision to go with a recovery partition over a recovery disk. As a tech person I am often helping people with their systems, and as such have the occasional time where a machine is past warranty and they don't have the money to purchase a new one, or they want to do some sort of hardware upgrade where a reinstall of the operating system is required.
Now that you are no longer offering bootable disks with your systems I must now categorize you in the company of HP or Dell, (That is a bad thing). I often recommended Apple Computers for their pick of hardware, but the fact you actually got some sort of other bootable media other then the hard drive if anything were to happen to your computer. Now that is not the case and the fact that you need an internet connection to do a restore will make things take longer and to frank about it is a joke. I know your trying to make the move to cloud computing but there are some things that the cloud can't do well and operating system installs is one of them. Now your going to tell me that I can take my Mac to any apple store and they will do it for me and at no doubt with some sort of charge. When you made this decision did you think everyone was made of money and time?
If you are going to sell computers without a recovery disk you should at least give users an option to guy a bootable flash drive of the OS or some sort of removable media. I've purchased every Apple OS from system 9 to 10.7 and have been a large supporter of apple computers in my social circles but now unless you change your current policy I can no longer do that. I always felt you were trying to do what is right on for the user but in this I can't support and won't support, you are taking away a user's right use their computer as they see fit and if that's your policy that's your policy there is nothing I can do about it but tell you about it and how I don't like it. (Hell at least Microsoft will let you make recovery disks you guys won't even do that; and the thought of that use to suck).
I hope you will reconsider shipping your systems with removable bootable media.
Trevor Tye
Posted via email from The OptionKey Blog | Comment »
QR Codes and some good advice on how to use them.
Quick Response codes or otherwise known as QR Codes started showing up in marketing here in Edmonton about 3 years ago. Originally created back in 1997 these were primarily use for tracking parts in vehicle manufacturing but are now used for a wide variety of purposes. Whether or not those purposes are useful to the end user is another question. In my experience, QR Codes are best used to give an end user direct access to something they may be looking for such as information on a product, a form to enter into a contest, or a link to download a newsletter, ebook, audiobook, etc.
QR Codes can also make excellent editions to business cards with information already filled out and added to a client's address book with minimal or no fuss. They are also handy for connecting to an encrypted wifi network (Sorry, Android only). However QR Codes can and have been horrifically misused, such as having a QR Code in an ad that doesn't go to the the product advertised but a cheap useless landing page or the companies website. Another example I've seen are QR Codes on realty signs that go to the realtor’s website instead of the property that is for sale.
The QR Code empowers the user giving them instant access to something that they are doing, wanting to do, or get information on. They can also be used to contain information like your library card number, an address, phone number and event information. It also adds a bit of interactivity between you and the user, getting your proverbial “foot in the door”.
My favourite QR Code Generator is http://www.qrstuff.com and you can customize the colour of your QR Code without using a graphics program like photoshop, it's free and easy to use.
Recommended QR Code Readers:
Android: QR Droid Private iPhone: QR Reader For iPhone Windows Phone7: Esponce QR Reader Blackberry: QR Code Scanner Pro - Free Other: Neo-Reader
Some other good information on QR Codes:
Mashable Article
What is a QR Code and why do you need one
CNET Video on QR Codes
Posted via email from The OptionKey Blog | Comment »
Digital Locks, If your MP doesn't get it they can screw us all.
Digital Locks, If your MP doesn't get it they can screw us all.
Do you have itunes, or purchase movies, music or tv shows from some sort of online service? If you answered yes, then you should write your MP and get them go change the digital locks provision in Bill C-32. The conserivate party with one noteable exception in the Industry Minister Tony Clement who seems to be very technically savvy, and has fought for alot of the fairuse provisions in bill C-32. However due to his position as industry minister or other reasons, has been very silent about changing C-32 to include a fairuse provision for breaking digital locks. As Bill C-32 is currently written, all fairuse excemptions are over ruled by the digital locks provision. (see my previous blog post).
The conservative Member Ed Fast seems more interested in play politics and with our future in regards to "fair use" or "fair dealing" then doing what is best in the interest of all Canadians.
Mr. Fast asked the question how could justify "eliminating digital locks altogether by allowing circumvention for fair dealing purposes?" to the Canadian Federation of Students and the Canadian Civil Liberties Association. Both times his response to their answers was "my concern is if you go that extra step and allow circumvention for fair dealing, you've now made it so much more easy to actually allow the cheaters to undermine the system, where digital locks become absolutely meaningless."
He obviously misses the point. Copyright was designed to stop people from making MONEY from other people's work. For example it was designed to stop people from starting selling CD's and DVD's from out of your basement, to people for 5 dollars where Walmart is selling them for 10 dollars; or buying a projector and selling seat tickets to people who go view a movie. A 21st Century example would be to stop someone from ripping a DVD and selling a digital copy of that movie for money.
If you try and stop fair use you will only encourage piracy. Look at what happened in the United States with the DMCA, it has been changed to allow for the ripping and copying of DVD's for personal use and backup.
What's going on and why should I care?
Mr. Fast seems to be having a hard time seeing the light as to why the digital lock circumvention is essential to Canada's new copyright bill. We want artists to be paid fairly, we don't want to be charged $24.99 for each copy of a movie we want to put on our personal devices. Let me see, to put it in money terms, a copy on your computer, copy on your ipod, perhaps your phone, and don't forget a backup copy, that's $24.99 X 4 formats = $99.96 plus tax for 1 movie in 4 different formats. That is ridiculous. Don't even get me started about what happens if you have an itunes account and a 3rd party or non Apple video player. Guess what under C-32 in it's current form it would be illegal for you to circumvent the digital lock on that purchased DVD and rip it to your computer to put on your ipod, android or windows device. That in my opinion is wrong and as someone who has an entertainment server where I put a digital copy of my purchased DVD's and CD's along with the digital copies I've purchased from itunes, and other online stores, to make it easily accessible for my wife and I to watch our shows listen to our music and play our games. I don't know about you but I don't want to be thrown in jail for ripping a DVD.
What can you do.
Email this Ed Fast, the members of the copyright committee and your MP. Tell them why Bill 32 needs a by pass for consumers to circumvent the digital lock for fair dealing purposes.
Trevor Tye
PS. Please feel free to start your letter or email by copy and pasting the following text.
Feb. 16, 2011 First Name, Last Name Address City, Province Postal Code email
Dear Mr. Ed Fast MP and the copyright committee,
I as a consumer have an answer to your question "Why does Bill 32 needs a by pass for consumers to circumvent the digital lock for fair dealing purposes?"
{Now put what you do with movies, and music. Also put what you would like to do with all that in the future. Also think about how much money you have invested in the movies and music you purchased and how much you would have to spend if you had to re-purchase everything. Don't you think your entitled to a backup?}
Sincerely,
Your Name
Posted via email from The OptionKey Blog | Comment »
The Usage Based Billing Issue is not over in Canada
The Usage Based Billing Issue is not over in Canada
The CRTC has recently ruled that they will take 60 days to review the usage based billing decision. According to Konrad Von Finckenstein's speech to MPs - Feb. 3, 2011, he is trying to balance what heavy users pay vs light or low use users. In this respect Usage based billing is the way to go; however we do not have a fair and competitive environment in Canada. We have a an oligopoly; that is why there is no innovation or deals such as price cutting, no heavy use bandwidth plans, nothing. You can argue you get the occasional 4GB XBox by switching but I'm talking about things that matter, like bandwidth caps, reliability, fair pricing on internet use. My situation is unique, If the CRTC wants to treat the internet like water or electricity; as a utility then there should be a way for me to get just a dumb fast pipe to my house, not 3 plans with caps.
Let's say the maintenance cost of running the network is $0.03 / gigabyte, that's what the ISP's need to break even and maintain the network. I would be totally up for paying $0.06 or $0.09 per gigabyte, it would reduce my internet bill to $30 or $45 per month assuming I used 500 GB! Not only that I'm paying 2 to 3 times more then their cost! CRAZY! (They are really making a killing since I have a cap of 125GB and they charge me $70 a month that is $2.10 per gigabyte and an additional $1.00 / GB after I go over the cap)
As a consumer I'm tired of being screwed by the big telcos and cable companies, who are making tones of money hand over fist off the internet. We have no consumer protection here, and as the internet overtakes TV, Radio, and other mediums, It will cost us even more especially with the low bandwidth caps. The best example of this is Telus and their optik tv is tv over the internet, Shaw and their digital phone is simply a type of skype with a phone; which by the way you can do with a Magic Jack and it cost you nothing; (Shaw is making a killing on there phone and they don't have to do real 911 service)
What is_enhanced_911 | Toddler Dies because of Glitch in enhanced 911 Services | Skype VOIP Prices
So in my opinion if your going to have caps then you account for what a family of 4 spending say 3-5 hours at home would use. Assuming there is say 4 people spend at least an hour each on youtube, or watch a movie from netflix, that is 4-6 Gigabytes a day for video, on the minimum, plus any online gaming, surfing and email; I'd say average about 10 GB a day multiply that by 30 days and you have 300GB! It adds up fast. I'm assuming your only spending 3-5 hours a day doing that, imagine if you spent all day watching movies or a marathon on netflix. You will pay and pay big time.
Konrad Von Finckenstein's obviously doesn't understand the technology and Bell, Telus, Shaw and Rogers are trying to protect their old dieing business practices by making the new one unaffordable. So to this I say the CRTC should either get people that understand the technology and are not puppets of these companies or be disbanded. The CRTC has been put on record saying IPTV and VOIP services are NOT internet related. Um? Correct me if I'm wrong but I'm sure they use the internet, um... yep pretty sure that's why IP stands for INTERNET PROTOCOL!!!! What is IPTV | What is VOIP
So we can't stop, if we want affordable internet access here in Canada we have to keep up the pressure, I for one don't want our internet access to be like our cell phone access "The MOST EXPENSIVE in the world" I do everything on the net, I don't have cable, or subscribe to anything like that, I have a lan line phone that goes to an answering machine, but that's it. Pretty soon in the future everyone will just have a internet line coming into their house for everything, you won't have 3 times anymore you will just have one and you'll either rent or buy the hardware straight out if you want to have TV or Phone in the "Traditional Sense".
What has to happen, is there needs to be 6 tiers of service. Low/Medium/High Speed with support and Low/Medium/High Speed with no support for people like me who want just a dumb pipe with lots of bandwidth.
Let's make Canada a leader in the world, and encourage other companies to come to Canada for true competition, because as it is right now there are 4 companies and they are more then happy to screw us for as long as possible; and will do anything to make sure the status quo doesn't change.
Donate to OpenMedia.ca Stop The Meter Read the CRTC Speech by Konrad Von Finckenstein's yourself.
Posted via email from The OptionKey Blog | Comment »
An Internet Charter of Rights and Freedoms
An Internet Charter of Rights and Freedoms
I. We have the right to connect.
No person shall be denied connectivity based on race, religion, economic status or sex. With the following exception of promoting HATE Speech, publishing content that violates the rights and freedoms of others and violating basic human rights and freedoms.
II. We have the right to speak.
No one may abridge our freedom of speech. As users we must acknowledge the limitations on freedom of speech (such as hate speech) but they must defined as narrowly as possible, lest we find ourselves operating under a lowest common denominator of offense. Freedom is our default.
III. We have the right to speak in our languages.
The English language’s domination of the internet has faded as more languages and alphabets have joined the net, which is to be celebrated. We want to build bridges across languages and cultures. We will want to speak in our own languages but also speak with others.
IV. We have the right to peaceful assembly.
The right to peaceful assembly is listed separately from the right to speak. The internet enables us to organize without organizations and collaborate and that now threatens repressive regimes and wrong doing by governments as much as speech.
V. We have the right to act.
We connect to speak and speak to assemble and assemble to act. That is how we can and will change the world, not just putting forth grievances but creating the means to fix them; and putting an end to the institutions that would stop the will of the people.
VI. We have the right to control our data.
We control our own online presence and should be seen as much or as little as we choose. Companies and governments do not own the access to data about you. What’s yours is yours. The internet should operate on a principle of portability, so data cannot and should not be held prisoner by a service or government. The User retains control; but keep in mind that when control is given to one, it is taken from another the devil is in the details. This principle speaks to copyright and its laws, which set the definitions and limits of control or creation. This principle also raises questions about whether the wisdom of the crowd belongs to the crowd.
VII. We have the right to our own identity.
Our online identity is made up of our names, addresses, speech, creations, actions, and connections. Maintaining anonymity — hiding one’s identity — is a necessity; thus anonymity, with all its faults and baggage and trolls, must also be protected; to protect the people who disagree with the status quo; the ones who disagrees in matters of popular opinions, beliefs, social and religious values. Not to mention the ever important whistleblower. Controlling our data and our identities — make up the right to privacy.
VIII. What is public is a public good.
The internet is public; indeed, it is a public place (rather than a medium). In the rush to protect privacy, we must beware the dangers of restricting the definition of public. What’s public is owned by the public. Making the public private or secret serves the corrupt and tyrannical. IX. The internet shall be built and operated openly.
The internet must continue to be built and operated to open standards. It must not be taken over or controlled by any company or government. It must not be taxed; it must not be limited. It is the internet’s openness and potential that gives it its freedom. It is this freedom that defines the internet.
You can read a similar post on the Buzz Machine
Posted via email from The OptionKey Blog | Comment »
Metered Internet and the Response from the Industry Minister
We finally have a statement from Industry Minister Tony Clement about the CRTC Ruling on metered internet. As it stands right now ISP companies that have implemented Usage Based Billing (UBB) are permitted to operate that way and charge accordingly. In a post from Tony Clement from http://www.tonyclement.ca/EN/3413/124561 he says that he his have a look at the usage based billing of customers. Now Tony Clement is the minister for allowing an opening of the mobile market (in some what of a limited fashion) but none the less he did open it some what allowing Wind Mobile to operate in Canada mostly backed by an Egyptian Billionaire. For that I give Mr. Clement Credit. However he has moved very slowly, compared to the cell phone portfolio. The internet is the medium that all communications will occur in 21st century. From Shaw's use of Home VOIP Service to Telus Optik TV, companies are finding new ways of using the internet to their advantage.
I am not in favor of UBB and am a big advocate of net neutrality but I do feel that the ISP companies do have the right to manage the traffic on the network to a point. For instance they can prioritize a Voip call or netflix stream over my torrent of the latest version of Ubuntu. The main reason I think the ISP's think they can get away with this is the outrageous fees and bandwidth limits they put on Cell Phone Plans. Think about it, most people are living with 500MB caps, I myself am pushing around 5GB per month. I know on my home internet account I average around 200 - 300 GB / month. The internet is the only thing we have, we don't have cable, nor do we want it with 99% of the shows on TV, I regard to as less then acceptable quality, and the shows I am interested in I get off itunes, netflix, or watch right on the channel's website.
Companies are looking to offset the costs of running their more costly and dieing business plans like conventional cable tv. Programming, good programming costs money, networks like HBO know this and if people like the show or the channel they will pay for it. The advertising model must also change, having companies pay for product placement like in 30 Rock with snapple. Advertisers have been getting a great deal when it comes to advertising on TV and on the internet and that has to change. If companies will not pay to have their product in a show then you need to go to brand X or have a bidding process for product placement. Imagine Tina Fey Drinking Safeway brand cola because Safeway had the highest bid for the advertising on the episode. I sure safeway would see a big spike in sales.
The world is changing, old business models don't work anymore, and the best way to make sure your company survives is to adapt and adapt fast. If this is the way private companies want to proceed then perhaps we need a publicly paid for internet access line, or perhaps we should allow the power companies to be ISPs, you can get 85 Mbps with power line Ethernet; that would make Bell, Rogers Shaw and Telus happy, NOT. I don't know what the answer is, I know the minister must respond. I hope he responds with a unmetered net neutral response but I'm not the one making the call. We will just have to wait and see.
Read my Open Letter On Metered Internet to the Government
Posted via email from The OptionKey Blog | Comment »
Top 20 Must Have Android Apps
Android is the hottest mobile platform on the market and it is also the most affordable. Being able to purchase handsets for as little as $100 it doesn't take much to get you up and going. However Apps are a huge part of the experience, from syncing your itunes library with your Android phone to playing games and remote accessing your computer from your phone.
Android can do it all. With over 200, 000 apps in the apps store it can get a little confusing and dangerous when choosing apps. So here are my top 20 android apps everyone should have; and my top 20 every tech should have.
Lookout mobile security suite is a free smart phone protections system that is an anti-virus, backup and device location software all rolled into one. Get LookOut Mobile Security Suite
App 2 SD Free is an Ad-supported app. New "Clear cache" helps you to get more free space! Need more free space for your internal phone storage? "App 2 SD" helps you to move apps to either external or internal storage. Get App 2 SD Free
AppBrain - a different take on the Android market. Find your next favorite app, live wallpaper or widget. Includes features like App recommendations, Hot apps of the day, Find apps with a price drop, Share apps and more. Get AppBrain
Android Booster - This free app is designed to optimize Android smartphones while minimizing the power consumption, and keeping users in control of the amount of internet usage. Get Android Booster
Rockplayer Lite - An ad supported video player that can play multiple formats. It plays XVid, DivX, MPEG4, MKV and much more. A suitable substitute until VLC Player is released for android. Get RockPlayer Lite
doubleTwist Player finds all the music on your phone and syncs music & video with the free doubleTwist app. Imports iTunes music playlists, ratings & playcounts; sync music, play music & video podcasts! Get DoubleTwist Player
Shazam. Start your music journey now with Shazam to discover, buy & share music. This free app gives you 5 tags each month to identify music anywhere. Get Shazam
Shop Savvy Barcode Scanner is the original barcode scanner on Android. Aim the camera at any product's barcode, wait for the beep and ShopSavvy will provide you with a list of online and local prices. Get Shop Savvy Barcode Scanner
Adobe Reader is a must-have app for high quality PDF viewing on Android. It Opens PDF files as email attachments, on the web or on device and has Text Reflow. You can send PDF files via email and has Multi-touch gestures for Navigation & Zoom. Get Adobe Reader
Color Note is a simple notepad app. It give you a quick and simple notepad editing experience when you write note, email, message, shopping lists and todo lists. Color Note makes taking a note easier than any other notepad apps. Get Color Note
Easy Uninstaller - Easy & fastest uninstall tool. Advanced Task Killer is a tool to kill applications running. Fast Reboot - closes/restarting all processes and frees up memory
GDocs is a simple notepad that can view, edit and sync documents from your Google Docs account. It allows you create, import/export and send documents. Get GDocs
File Expert is a Powerful & Leading File Manager for Android; it can do all basic file operations - Copy, Paste, Move, Create and Rename your files and folders FTP/HTTP Server - Web Sharing or WIFI File Explorer and can provide both Web & FTP transferring support. SMB Plugin Available. Get File Expert and File Expert SMB Plugin
CamCard. It can capture business card images with phone-based camera, and recognize the card image content, and the recognized result is automatically organized as a contact and saved into phone address book. Get CamCard lite get the unlocked CamCard - BCR (Western) for $6.99
QR Droid is a complete QR code reader, generator and scanner for your Android. Easily scan QR codes from camera, decode them from images saved in your device or from URL of images stored in Internet. Get QR Droid
TweetDeck is your mobile browser for staying in touch with what's happening on Twitter, Facebook, Foursquare and Buzz. TweetDeck makes it easy to stay up to date and organized no matter where you are. Get TweetDeck
Skype offers free Skype-to-Skype calls over 3G or WiFi. Call landlines or mobile phones at great Skype rates; Instant message one or many friends at the same time. Get Skype
TeamViewer TeamViewer connects to any PC or server around the world within a few seconds. You can remote control your partner's Mac, linux or windows PC as if you were sitting right in front of it. Get TeamViewer
Dropbox Sync your files between your computers and your mobile device; browse the files in your Dropbox folder from anywhere! Share links to files, save photos and video from your camera to your computers, and open files using your favorite Android apps. Get Dropbox
Tricorder A multi-sensor environmental monitor -- turn your Android device into a working tricorder! Get Tricorder
Posted via email from The OptionKey Blog | Comment »
My open letter to the copyright committee
Honorable Members of the Copyright Committee,
First off, I would like to thank you for opening up the committee to accepting submissions from the public; now with that I would like to get down to business.
Bill C-32 is not overall a horrible bill; it updates many items that should be modernized like the right to post remixing of copyrighted material for creative non-commercial benefit, an updated fair use regime for personal and educational purposes. However all that is nullified by the inclusion of a single clause; 41.1, making it illegal to circumvent copy protection even if it is for reasons that are covered under "fair use".
I will be frank with you I believe, artist and companies should be paid for their work. What I do not believe is as technology and distribution gets cheaper that the price stays the same if not gets increased my the production companies. For example, the recent changes to the itunes pricing scheme. It now cost the same if not more to purchase the same quality movie like "Alice In Wonderland" on iTunes then it does to buy the DVD or even the Blu-Ray in some cases. That's fine, if the production companies want to overcharge for digital distribution to try save their dieing distribution industry, that's their choice. It is not the place of the Government to stand in the way of technology and innovation to "bail out" bad and changing business practices. The best example I can show you would be Leo Laporte's TWIT Network. A low cost technology network that produces high quality shows about technology distributed over the internet. Now if it were up to what I refer to as "Old Media" would not exist. Another Successful example of this would be a Show Called the "Guild" which is freely available to watch on NetFlix. "Old Media" had to be dragged kicking and screaming by Apple to be put on iTunes, which ended up being a huge win for them; if it were up to "Old Media", they would have sued Apple out of existence much like they did to Napster.
Giving consumers choice is always a good thing, this includes the ability to backup content, and change platforms to consume that content as the consumer sees fit. Under C-32 it would be illegal for me to rip a DVD and put it on an computer, ipad, iphone, android or windows device because of section 41.1. DVD's have digital copyright protection called CSS, it was cracked about 10 years ago. Has Copyright protection stopped piracy? No. Did Copyright Protection Inconvenience members of the open source community that cracked to the copyright protection because they couldn't watch or listen to items they purchased on their computers? Yes. That is why the copyright protection was cracked in the first place. To watch DVD's on a Linux (Open Source) based computer.
Now we are coming to a crossroads and it's important to pick the right way to proceed. It is important we keep the internet in Canada a free and neutral place for innovation, communication and the free flow of idea's that will make Canada a world leader in the 21st century. Having fragmented systems where you can watch and listen to content on one device over another makes no sense. We must allow consumers the ability and choice to watch and listen to what they want where ever they want on any device they want to use.
I implore the committee to change provision 41.1 to allow for the circumvention of DRM for personal and educational uses. The economy of the 21st century is going to be a knowledge based economy, let's make Canada, a leader in this brave new world.
My submission for an amendment is as follows.
42. Fair Use and Moral Rights - media shall not be restricted to or prohibit the user from not being able consume purchased media from a non-subscription based service on media consumption devices. The user shall be allowed to change the format of media for devices that the user owns at the time of purchase and in the future. Subscription based services shall not be prohibited or locked down to a single platform or content device.
For more information you can read my blog post about this topic
I would like to thank the committee for the time it took to read this email.
Trevor Tye
Posted via email from The OptionKey Blog | Comment »
A creator and consumer's view of copyright reform in Canada
A creator and consumer's view of copyright reform in Canada.
Bill Freeman wrote an interesting commentary on straight.com, and from the article what I can gather is either Mr. Freeman, doesn't consume any media himself so the copyright changes don't apply to him or he missed the issues with it all together.
As a content creator and a content consumer I can tell you that unless the digital locks provision is changed to allow backups, change formats and break copyright protection so you can use the content on other devices the bill is useless to everyone except copyright lawyers, and the people hiring copyright lawyers; here's why.
In case you haven't noticed the price on music and videos have been steadily increasing on iTunes. A user I know was telling me that a show they subscribe to on iTunes went from $30 for the season to $45 for the season. They called it a rip off and are now canceling their subscription to the show. In my humble opinion Mr. Freeman thinks the way Mr. James Moore thinks about content and copyright - you pay a licensing fee for every format you want the content on regardless if you can convert it yourself. Should digital copies cost as much as their printed counter parts in the store? Why would you pay $45 for say a digital copy of season 9 of CSI when you can go to the store and buy the same season on DVD for $20 and you get the nice packaging and pressed DVD's. <sarcasm>Makes complete sense!</sarcasm>
The copyright holders don't have their heads on straight. Lets see what's going through their heads. The consumer pays more if we put a digitally locked file on iTunes, they pay as much for it as they would pay for the DVD, but they don't get packaging, artwork or an original copy, they we tell them what devices they have to buy to play our content, and we can take away the right for them to play back their digital content.
This changes everything. Please allow me to clarify; this is right out of the proposed law. So I need to put things into perspective here. This is the proposed law's definition of "Circumvent"
“circumvent” means,
(a) in respect of a technological protection measure within the meaning of paragraph (a) of the definition “technological protection measure”, to descramble a scrambled work or decrypt an encrypted work or to otherwise avoid, bypass, remove, deactivate or impair the technological protection measure, unless it is done with the authority of the copyright owner; and
(b) in respect of a technological protection measure within the meaning of paragraph (b) of the definition “technological protection measure”, to avoid, bypass, remove, deactivate or impair the technological protection measure.
“technological protection measure”
« mesure technique de protection »
“technological protection measure” means any effective technology, device or component that, in the ordinary course of its operation,
----------------------------------------------------------------------
Now here is what a person is NOT allowed to do.
----------------------------------------------------------------------
Prohibition
41.1 (1) No person shall
(a) circumvent a technological protection measure within the meaning of paragraph (a) of the definition “technological protection measure” in section 41;
(b) offer services to the public or provide services if
(i) the services are offered or provided primarily for the purposes of circumventing a technological protection measure,
(ii) the uses or purposes of those services are not commercially significant other than when they are offered or provided for the purposes of circumventing a technological protection measure, or
(iii) the person markets those services as being for the purposes of circumventing a technological protection measure or acts in concert with another person in order to market those services as being for those purposes; or
(c) manufacture, import, distribute, offer for sale or rental or provide — including by selling or renting — any technology, device or component if
(i) the technology, device or component is designed or produced primarily for the purposes of circumventing a technological protection measure,
(ii) the uses or purposes of the technology, device or component are not commercially significant other than when it is used for the purposes of circumventing a technolog- ical protection measure, or
(iii) the person markets the technology, device or component as being for the purposes of circumventing a technological protection measure or acts in concert with another person in order to market the technology, device or component as being for those purposes.
-----------------------------------------------------------------------
You can read the full bill here or an excellent summary on Michael Geist Website.
The point is that you can do anything you want to the content so long as it's not copyright protected. Guess what... Everything is copyright protected! If you ever played card games like bridge, spades and hearts you should know what trump is and that is what this bill has. This bill gives consumers much updated rights to the content they buy except the copyright holders have a great big trump card that nullifies all the consumers rights.
The only way around this is the creators of the content have to come out with software that will either convert your content to different devices because under Bill C-32 it is illegal for you to do so or to seek services or any software, to put your digital copy of Toy Story Three on your New Android Tablet. That's right the digital copies provided only work in iTunes, Windows Media Player, Apple and Microsoft devices. They will not work on your PSP, Android, or other devices. This also makes ripping DVD's illegal because it has a digital lock called CSS, it was just broken a long time ago by DVD Jon.
I'm of the belief that you should only have to pay for content once and if you want to take the time to change the content from platform to platform all the power to you; and if the media companies and copyright holders want to provide that content at what consumers consider a "reasonable" price even better. In my opinion a digital copy should be 1/3 of the price of the "hard" copy since there is no shipping for the digital copy no box, no store, no sales person to sell it to me, the cost just aren't their with the digital copy that their are with disks at the store.
The other part of C-32 I wanted to comment on is the "Educational" use of copyrighted material. In my opinion, the Creator's Copyright Coalition is essentially fear mongering that they are all going to starve if a teacher don't get fair use rights in the classroom. This is ridiculous; teachers loving being able to give students books and if possible I know for a fact most teachers would rather buy 30 copies of a book then photocopy a few pages. The educational exemptions are just going to more or less legalize what is going on in schools now, like watching a movie about World War II with out having to pay a licensing fee, or copying a few pages out of a book to analyze the meaning of a phrase poem etc.
Bill C-32 has some great things in it but the digital locks issue must be addressed and changed to allow for the circumvention of DRM for personal or educational uses. Once that change is made, the bill should be allowed to pass. If a member of the Copyright Committee is reading this please feel free to add the following text to C-32 in the copyright infringement section.
41.15 to allow for the circumvention of media by use of service and software for personal, non commercial and educational uses of owned content.
42. Fair Use and Moral Rights - media shall not be restricted to or prohibit the user from not being able consume purchased media on media consumption devices. The user shall be allowed to change the format of media for devices that the user owns at the time of purchase and in the future.
That seems fair to me. I have a huge library of DVD's and we recently purchased a blu-ray player for our HD TV, this doesn't mean I'm entitled to a new blu-ray movie because I have the DVD but I am entitled to rip my DVD's to my computer for backup or to watch them on my Linux media server. If I want to re-purchase the movies I own to a higher quality format or purchase a digital copy because I don't have to convert the movie myself (because it's more convenient) that's my choice. I should not be dictated to by media companies, manufactures and government that I have to re-buy everything to pay for some executive's diamond studded solid gold TV or ivory back scratcher.
If you think I'm harsh about this don't even ask me what I think about the book publishers and their copyright issues with digital books.
Trevor
Posted via email from The OptionKey Blog | Comment »
Intel's New SandyBridge Processor and Integrated DRM
Intel's New SandyBridge Processor and Integrated DRM
Intel has made a deal with the devil; OK I'm sorry I didn't mean to insult the Devil, they made a deal with the MPAA. SandyBridge for all intents and purposes looks like a great processor, high performance low cost and worst of all integrated DRM. It was something Intel slipped into the chip when no one was looking; Digital Restrictions Management (DRM), the bane of consumers every where. It prevents you from using media you have legally purchased on different devices. The best example I can give is purchasing a song or video on iTunes then trying to load that song or video on to a non-apple device such as a Windows Phone 7, or Android tablet/phone. So now Intel is going to make every person that purchases a SandyBridge i3, i5 and i7 subject to this DRM. This isn't the first time Intel tried a boneheaded move like this, it tried it with the Tualatin-Based Pentium III's with a technology called PSN (Processor Serial Number) but privacy advocates managed to get Intel to remove this feature and it was not carried though to future processors.
This new DRM technology built onto the chip could be used to allow or deny you use of your computer depending on how it is implemented. To support this argument further it is also known that SandyBridge processors have a feature called Anti-Theft 3.0. This technology allows the processor to be disabled even if the computer has no internet connection. It was implemented under the premises if someone stole your computer you could shut it down. Now consider what we have here. Technology where that tracks what you have purchased; probably tracks what your using and technology that can shut your computer down. Hmmmmm...... I smell trouble here. I wonder what would happen if you tried to rip a DVD with handbrake or even tried to install handbrake? Would your computer shut off never to be turned on again or perhaps you might get a nice letter from the MPAA informing you of a court date? I don't like the idea of all these different technologies on the Intel processors calling home it feels like a violation of our privacy. If I want to spend the time and RIP my purchased DVD to my Android Phone, iPod Touch, or make a digital copy then I should be able to do that and without looking over my shoulder.
Trevor
Sources:
http://www.engadget.com/2011/01/03/intel-to-launch-insider-movie-service-with-1080p-content-widi-2/
http://www.theinquirer.net/inquirer/news/1934536/intels-sandy-bridge-sucks-hollywood-drm
http://hardware.slashdot.org/story/10/12/18/2230221/Intels-Sandy-Bridge-Processor-Has-a-Kill-Switch?from=rss
http://www.techspot.com/news/41643-intels-sandy-bridge-processors-have-a-remote-kill-switch.html
Posted via email from The OptionKey Blog | Comment »
How to stream media to your Android Phone from a Network Attached Storage Device (NAS).
Ever since I got my HTC Desire at the End of September 2010, I've wanted to be able to stream shows and songs from my NAS to my Phone.
Let's face it syning though USB sucks and when I'm at home I can have access to my entire media collection on my NAS.
One of the best things about Android is it's Linux Roots and Google's commitment to keeping Android an Open Source Platform.
This allowed some very cleaver app developers to create the apps that are going to allow us to do this very simple thing.
*Note: iPhones and at the time of this post Windows Phone 7 devices can't do this without some major setup or some sort of media server such as VLC or Windows Home server etc.
What you need.
Any NAS, I am using a Linksys Dual Bay NAS200 (which only has 10/100 Ethernet access), you will need a Android Phone the better the specs the better the performance. My Android Phone is a HTC Desire with the 1Ghz Snapdragon Processor and am running Android 2.2 (Froyo).
The app I am using for accessing the NAS is called File Expert, which is free. For playing the videos I am using RockPlayer which will also allow you to play DivX and Xvid videos. RockPlayer will stream the video from the NAS to your Android Phone.
The nice thing about this is on the Apple iOS devices you have to have your mac on and itunes open to with and have some sort of third party software installed on your Mac and iOS device to access your content wirelessly. On Android you just need the two apps.
Here is how you set it up; first I will assume you have a NAS already setup on your network; and your have configured it so everyone will have access or "guest" access
In File Expert on your Android handset, press on the network tab, then depending on your phone it may be a little bit different but on my HTC Desire I need to press the menu button then I want to press "New" then select Add New SMB Server; then Fill out the Server IP Address xxx.xxx.xxx.xxx and check Anonymous. Press Ok.
Then that's it, you can then browse your NAS if everything has been configured properly, and when you want to watch a video be sure to use RockPlayer especially if your using DivX or Xvid Files.
Full Video Tutorial Coming Soon!
Trevor
Posted via email from The OptionKey Blog | Comment »
Windows Phone 7 Review
Windows Phone 7 Review
I've never had a problem working with technology. I've worked with windows, OS X, iphones, ipods, Android 1.6, 2.1, 2.2 and blackberry devices. I've seen and used windows mobile 6.5. I have never had any issue syncing, navigating or doing anything with any of these devices. Now welcome Windows Phone 7; Microsoft's "iPhone and Android" killer which it definitely is not. When Windows Phone 7 was released I went to have a look at it; they had a demo of it at the local Futureshop. At the time I thought the phone was mostly "Flash" id was a little confusing moving around Microsoft's operating system. Other then that I thought it might be ok. The overall impression I got is if you didn't like the way or style the iPhone or Android looked; Windows Phone 7 Might be a good solution. Boy was I wrong.
So Why do I dislike the Windows Phone 7 OS so much? There are a few things.
1) The Data Syncing is very lack lustre it is about the same as the Blackberry, just a little bit worse (in my opinion).
2) Adding a contact took 6 steps. That is ridiculous. The I was adding the contact I was never qued to add the phone number or email address to an existing contact. On my Android and iPhone it only took 2-3 steps!
3) The Messaging application only selected addresses that were imported from the gmail account so we could only send emails. If we wanted to SMS we had to input the full number.
4) If you want apps you have to have a LIVE Account! So I had to sign up for one. I was not impressed.
5) When we downloaded an one of the very few free apps, I have no idea where the heck it went!
6) The search only seems to work in sections. For example if I am in the Microsoft Apps Store it only searches the store, if I am in the email it only searches the email.
7) I was beginning to find the navigation confusing. there is a huge amount of scrolling in Windows Phone 7 and it varies from up and down to side to side. You never know which way your going to have to scroll.
This phone was picked out by someone with very limited computer skills against my suggestions for an iPhone 3GS or Android phone. The person that bought it was told by the sales person that they would find it easier then an iPhone, and when they couldn't get it working. So they called me and I found it frustrating to get setup. Perhaps if I had an Xbox with a XBox Live account and a regular Microsoft Live account I would love it.
So this is my recommendation for those of you looking to buy a Windows 7 Phone. If your tied into Microsoft's services hey then go for it if you don't have Microsoft's Services then stick with A BlackBerry, iPhone or Android. If you are wondering Yes I did find Windows Mobile 6.5 easier to use and setup no matter how awkward it was.
Video to be posted soon!
Posted via email from The OptionKey Blog | Comment »