Thursday, October 14, 2010

Breast Cancer Awareness Month



It's that time of year, when stores and football stadiums alike paint themselves with pink and recite the mantra "Breast Cancer Awareness".

Every time pink awareness catches my eye, I bite my tongue. Really, I want to yell, "HOW IS *THAT* HELPING WOMEN WITH BREAST CANCER?"

I found this great post addressing this years lame facebook meme.

Many of the pink-washing is done under the guise of breast cancer awareness. But what good is it doing besides generating money for the manufacturers?

If you want to contribute this month, donate directly to breast cancer research.

I've written about this before, but I'll repeat myself; Think Before You Pink.

Thursday, September 16, 2010

My Life Run by Google: Google Voice

Google has many amazing and useful applications. The past few years, I've come to rely on many of them, making my life easier yet sometimes more complicated. Why do I do it? How does it work?





This past year, Google Voice has become one of the most important Google products I use everyday. For awhile I could not afford a cellphone and used Voice completely to keep in touch with everyone. Now I have a phone and don't have to worry about giving everyone a new number, I just forward my Google Voice number to my phone and it works great! Everyone always asks me, why don't I have a phone number? why do I check my texts on the internet? what is a google voice number?

Texting: The biggest thing I use my Voice account for is texting. Luckily I had most of my contacts already in my GMail Contacts so it was easy to continue texting everyone. All of my texts show up in my inbox instantly and I can reply to everyone easily. I also have a notification go to my GMail so I know weather to check my Voice inbox or not. When I am using my cellphone, it is easy to forward texts and reply to texts.

Voicemail: The next best greatest thing. Google Voice will automatically transcribe your voicemail to text in your inbox. This is great for when I miss calls, I never have to listen to them, I just read what they say online. My mother is not always the best at texting, at one point when I was phoneless, I would text her cellphone, she would call and leave me a voicemail which I read in my inbox and then I would text her back right then and there. Unconventional, but worked.

Calls: Surprisingly less important to me, but still the pillar of a Google Voice number. I can forward my phone calls to many different phone numbers which is useful depending on where I am. My one gripe about Google Voice: From my cell phone, I cannot place a call and have it show up as from my Google Voice phone number. Although I believe they are working on fixing it. What I CAN do, is use the website to place a call and have it ring my cellphone and then the person I am calling. That usually works out alright.

How to get a Google Voice: Unfortunately, Google Voice is available by invite only, and not every person has invites to give. I use to have a limited amount of invites but once you use them up, you don't seem to get more. I got my number way back when it was GrandCentral, before it was bought by Google and revamped into Google Voice. Ask around your friends, maybe someone will have an invite to share so you can try it out!

Wednesday, September 15, 2010

Applying Design Thinking in Software Development

This was written for a course I took titled Design Thinking and Concept Development. The class was last spring, but the topic is something I am continuously rethinking.

There are many different sectors in the software industry, such as operating systems, enterprise software, security, and industry specific software. One of the most visible sectors is online or web development. This part of software industry has embraced design thinking approaches such as open source software, crowdsourcing, user generated content, and online and offline complete systems. Unfortunately this is just a small portion of the software industry and the majority of the industry operates in their own way and unseen by most.
A popular model in software engineering is the waterfall model. It moves the life cycle of software through five main steps; requirements, design, implementation, verification and maintenance. Comparing this with the Life Cycle Assessment Model shows how many steps the waterfall model is lacking when designing a piece of software.
Most of the time in software lifespan is spent in development, the actual coding of the software. Before this begins, requirements are gathered from the user or customer, planning out the entire functionality of the software. These requirements are the blueprint used throughout the development process and are often held sacred. Changes are not often made to these requirements after the initial planning for many reasons. Once coding has started, a change in requirements can cause problems to the software or other requirements to be needed to be changed as well. Often, this will cost the software company more time and money that they are not willing to spend. Because of this, developers are encouraged to think of everything they want the software to do before hand and not make any changes after that. This inflexible view can lead to bloated, useless software that is not necessarily the most user friendly it could be. To test the requirements, use cases are made, visualizing what the user will need to get done, and testing that that functionality is in the software. Once all the use cases are passed, the software is considered done.
A debate among companies in the industry is what kind of company do they want to be? Software versus service. A software company creates a piece of software and then markets it as is, making profit by selling it over and over. A service company creates software that will be adapted and rewritten over and over specifically for each client, making profit through customization. Both of these types have up and down sides, a software company cannot easily change their software if it was not useful or user friendly, they need a success the first time they build it, although they spend less time and money on the development. The service companies can tailor the software very closely to what the client wants unfortunately spending a lot of man hours and money in the process.
Another common problem is the software industry is the disconnect between software developers and the customer. Often the coders of the software and the users don't communicate with the same language. This causes a need for an intermediary, or as Tim Brown talked about, T-shaped people. A T-shaped person is one with a depth of skill yet still a breath of knowledge or empathy that allows them to communicate with those in other fields. These people are not as common in the software industry as would be hoped, often causing discrepancies in software between end user and coder, such as how user friendly the software is. Often, those designing the software are more computer literate then the average user and the entire user experience is not really considered. The obvious solution to the problem is to gain user feedback on how easy it is to use the software. Unfortunately, how to do this, is not as obvious. For an online or opensource tool, its easy to get feedback right away from users, but with enterprise or industry software, it is not as simple. Having users come test the software before it is finished could be one way a company gets feedback. But how much of the functionality needs to be complete before user feedback can be tested? If you implement too little functionality then you run the risk of not having the test be useful or complete, but if you implement too much functionality then it defeats the purpose of feedback during the process as you run the risk of having to redesign too many things. An accepted model of programming is agile development. This is an iterative process of developing small amounts then getting feedback as the drive for development rather than requirements. This is a generally good approach on paper, but very difficult to put into practice for many companies.
A design thinking concept that is important to consider is crowdsourcing and co-creation. The bringing together of several different minds to solve a problem collectively. This is a very difficult thing to do in the software industry, yet useful enough to try. One way to do this is known as partner programming, where two people work together on coding. The theory being, that with someone looking over your shoulder, mistakes can be caught easier and code will be more efficient with two people thinking about it rather than one. Unfortunately, the are many downfalls to this approach, one being that it sometimes results in one person working and the other simply sitting. Often a company will not like partner programming because it results in half as much work getting done while still costing time and money for two developers. Another attempt at co-creation in software is known as code reviews. This is a process that is repeated often where someone's code is given to a group of people and they all together go over it. This allows them to check mistakes, find better more efficient ways of developing, all while keeping the entire group informed all parts of the software. In practice, these code reviews often dissolve into tedious reviews of mundane code that don't really provide anything useful.
Perhaps there is no easy way to apply design thinking to the software industry. Developing software is not a science or even an art. It is a mixture of both that is susceptible to human flaws at many parts of the process. It is common knowledge that most of a developers time will be spent fixing problems they themselves created during the writing of code. Perhaps this is inevitable and there is not a way to improve the process, or perhaps we just haven't discovered it yet and one day someone will have an innovative solution that will solve the problems of making useful software.

Friday, July 18, 2008

I hate you paypal!

Dear PayPal,

Yesterday I received an email saying I had limited access to my own paypal account, and today I reached even more roadblocks with trying to resolve it.

I was informed by an information bubble that I have limited access because a third party tried to use my account. I agree, I think it was Apple. Yesterday I tried to hook up my paypal account to my iTunes account and I was told it was successful, and then that it had timed out and I should try again. So I did, several times. As that was the same day you limited my access, I assume that was the problem; you not working with iTunes.

Then to get access back to my account I was told I needed to change my password and security question, which I did. I also had to verify my location by a phone call to a landline at my home address. I don't have a landline at my home address. I have a cell phone, I don't need a landline. How else can I verify my own home address? By you mailing me a letter. Of course! I will wait a few days while you snail mail me something to prove that I am myself. Seeing as you have my money and I wanted to buy a keyboard today since mine stopped working, how about if I just take a picture of me outside of my house and email it to you instead?

You are holding my money hostage and I don't appreciate it, if I knew there would be a problem I would have had people write me checks and mail them into the bank rather than paypal-ing me money. I live at the address I said AND it is in fact my own paypal account. Please let me have my account back now. I promise to not let Apple and iTunes touch it again. And I still don't want to get a landline phone.

Sincerely,
Jenny

Friday, June 13, 2008

Failure as a 1930s Housewife

-16

As a 1930s wife, I am
Very Poor (Failure)

Take the test!



Looking at the scoring:

0-24 - Very Poor (Failure)
25-41 - Poor
42-58 - Average
59-75 - Superior
76+ - Very Superior

I am off the chart a poor 1930s housewife! No surprise.

Sunday, May 25, 2008

Happy Geek Pride Day!


May 25 is Nerd Pride Day or Geek Pride Day!

Read about Nerd Pride Day, visit the official Geek Pride Day site, or buy some items to show off your Geek Pride!

Just remember to be proud to be a geek!

Friday, May 9, 2008

Paying Invites Forward

I was inspired to figure out what sites I have invites to and pay them forward.
If you want one of them send me your email address to jdots24 at gmail or dm me on twitter.

Ping.fm - use code "pingscompany"

socialthing!

brightkite

SkyDeck

DropBox

Orgoo

StatusTweet

Twine

TunesBag

Jaiku

Vorolo

Mento

Wuala

Social Browse

Updated 8/1/08