Computing and people who work with computers are not the nerdy and negative images often portrayed in the media. As a computer scientist, educator and project evaluator with my hands and feet in many fields I live these realities every day. I am like the kid who never stops asking “why?” In this blog, I share my questions and curiosity about the interdisciplinary role of computing with a special concern for how computing can make the world a better place.
Showing posts with label equal access. Show all posts
Showing posts with label equal access. Show all posts
Thursday, February 20, 2014
UNESCO Mobile Learning Week: Global Initiatives Abound
I spent the last two days attending the UNESCO Mobile Learning Week (UMLW). It has been a while since I have seen so many black and pin striped suits in one gathering. The rare academic in attendance was often identifiable by not having on wing tips. As one might expect, this was a global event, with representation from every continent (perhaps excepting Antarctica), developed and developing countries, industries, governments and teachers - lots of teachers.
The theme of this year's UMLW was "Empowering Teachers With Technology" and I was privileged to hear about initiatives and policy from Chile to Ghana to Pakistan and beyond. Languages abounded, along with excellent simultaneous translations in many of the presentations. I learned a fun piece of international vocabulary when a Portuguese speaker, who offered to speak in Spanish, apologized in advance to the translators if he slipped into "Portagñol".
So many fascinating projects ... for example, I heard from a Palestinian speaker about coordinated use of SMS for teacher professional development in 5 countries across the Middle East (Gaza, Palestine, Jordan, Syria, Lebanon) by the United Nations Relief and Works Agency (UNRWA). They are working with curriculum contextualized for each country and coordinated with regard to policies. As you can imagine there are interesting challenges to overcome.
It became crystal clear to me this week just why mobile devices hold such promise for assisting in tackling some of the world's fundamental problems (poverty, illiteracy, health care etc). Although (to cite a revealing statistic) 774 million people around the globe are illiterate, (the majority of whom are in a few countries in Sub-Saharan Africa), mobile phones have deep penetration among these populations. Mobile phones also have greater connectivity and reliability than Internet connections obtained though more traditional sources.
Literate and semi-literate people want to read on their phones. People also want to learn on their phones. I heard plenty of data (which I'll skip repeating here) about how people want to learn on their phones - feature phones no less. Many of us may grumble about reading on a 2" feature phone screen, but it turns out that millions of people around the world regularly read entire books on these tiny screens. Not only this, but 2/3 of those who are illiterate across the globe are women, and as I learned in my "How to Change the World" MOOC, providing equal opportunities to women for improving their lives has a direct economic effect on their entire family and community.
Thus, the many ongoing creative projects using feature phones - from delivery of informational, motivational and instructional material via SMS, to customized pedagogical videos. There is a lot going on with tablets as well. There were interesting conversations about which to use, why and when.
One of the over riding themes of the UMLW was how to go from the promise of technology to the expected outcomes. Pretty much everyone in these rooms, as well as most of you I suspect, does not need to be sold on the promise of technology. But many of you, as the attendees this week, have been around long enough to also clearly understand that technology in itself does not solve problems and produce sustainable change for the better.
Whether coming from an education background, development and aid background, or policy leadership position there was repeatedly stated concern for finding ways to perform capacity building and creation of sustainable empowerment of teachers. We heard from those in the trenches all the way up to corporate executives and government ministers. In my next post I'm going to pick up on the policy theme and share some additional observations from this week.
Labels:
curriculum development,
equal access,
interdisciplinary computing,
Mobile,
online learning,
Social Issues in Computing,
sustainability,
technology
Sunday, April 3, 2011
Internet Voting: Security, Networking, Politics and Some Heat
With social upheavals happening in countries across the middle east and northern Africa, the media and politicians have been talking a lot about democracy and the rights of individuals to freely express themselves politically. Although we are not in a similar situation here in the US - we are not risking civil war or overturning the government - we do have an issue that provokes heated debate and widely divergent perspectives among computer scientists: Internet Voting. The US Constitution guarantees the right to vote for its citizens. Most of us take this right for granted I suspect, whether we act on it or not. It amazes me when I hear how many people do not vote regularly, given that we can do so safely and without worrying about repercussions, but that is another issue.
For the past several years various groups and organizations have been debating, proposing legislation for, and running pilot projects using the Internet to vote. Why? A big motivator is to increase access. American citizens living overseas (civilian, military, government employees) often want to vote but if they have to rely on the postal services of several countries for ballot requests and return, or if they have to travel great distances to get to an approved polling place it can be a significant burden. State and county agencies in this country wonder if they can improve reliability and efficiency while reducing costs by implementing online voting. Given the current fiscal situation in this country that is a huge motivator. The problems of access, reliability and budgetary pressures just scream for consideration of a computing based solution. Maybe it will work, maybe it won't, but if it is going to happen it is going to be computer scientists who make it so (A Captain Picard reference in case you didn't pick up on it).
There are pros and cons and this is where opinions run hot. Let's take just one example: the need to guarantee the security and privacy of such sensitive data if it is sent over the Internet.
Why is a "guarantee" of correctness on the Internet so difficult? As many of you know, the Internet was originally designed by the US Department of Defense for use by a select number of trusted sites for the purpose of guaranteeing communications in the event of a national emergency such as a nuclear attack. Therefore, redundancy of data was the primary concern, not security of data. If Washington DC was attacked, multiple copies of sensitive data would be accessible in repositories across the country. This legacy lives on today, as the Internet has grown into a global network of diverse systems connected with everything from telephone lines to satellites, connecting state of the art computers and mobile devices to 25 year old legacy mainframes. As a result, it seems that we can communicate with almost anyone anywhere at anytime and because of built-in redundancy systems, data almost always gets through - unless someone intentionally interferes. And therein lies the problem. There will always be people who try to steal, or at least read and exploit, data that is not "theirs". Although not unique to electronic voting systems, the vulnerabilities of the Internet bring added attention to this old problem. We do *not* want anyone intercepting electronic ballots, or compromising a voting web site. How good is "good enough" when it comes to accountability and reliability?
How are these issues currently being tackled? I'm going to get technical for two paragraphs in order to provide a flavor of what computer scientists are currently doing in the realm of computer security for sensitive data.
If we can be successful, the payoffs are tangible: morally, ethically, fiscally. If we don't succeed the risks are serious: from disenfranchisement of citizens to interference with our democratic process in the worst case scenario.
What do we do? Move forward (how?), or sit it out and accept the current situation as good enough for now. What do you think?
For the past several years various groups and organizations have been debating, proposing legislation for, and running pilot projects using the Internet to vote. Why? A big motivator is to increase access. American citizens living overseas (civilian, military, government employees) often want to vote but if they have to rely on the postal services of several countries for ballot requests and return, or if they have to travel great distances to get to an approved polling place it can be a significant burden. State and county agencies in this country wonder if they can improve reliability and efficiency while reducing costs by implementing online voting. Given the current fiscal situation in this country that is a huge motivator. The problems of access, reliability and budgetary pressures just scream for consideration of a computing based solution. Maybe it will work, maybe it won't, but if it is going to happen it is going to be computer scientists who make it so (A Captain Picard reference in case you didn't pick up on it).
There are pros and cons and this is where opinions run hot. Let's take just one example: the need to guarantee the security and privacy of such sensitive data if it is sent over the Internet.
Why is a "guarantee" of correctness on the Internet so difficult? As many of you know, the Internet was originally designed by the US Department of Defense for use by a select number of trusted sites for the purpose of guaranteeing communications in the event of a national emergency such as a nuclear attack. Therefore, redundancy of data was the primary concern, not security of data. If Washington DC was attacked, multiple copies of sensitive data would be accessible in repositories across the country. This legacy lives on today, as the Internet has grown into a global network of diverse systems connected with everything from telephone lines to satellites, connecting state of the art computers and mobile devices to 25 year old legacy mainframes. As a result, it seems that we can communicate with almost anyone anywhere at anytime and because of built-in redundancy systems, data almost always gets through - unless someone intentionally interferes. And therein lies the problem. There will always be people who try to steal, or at least read and exploit, data that is not "theirs". Although not unique to electronic voting systems, the vulnerabilities of the Internet bring added attention to this old problem. We do *not* want anyone intercepting electronic ballots, or compromising a voting web site. How good is "good enough" when it comes to accountability and reliability?
How are these issues currently being tackled? I'm going to get technical for two paragraphs in order to provide a flavor of what computer scientists are currently doing in the realm of computer security for sensitive data.
The focus of much data security work is at the application and system levels. Onion routing is an interesting technique that supports anonymity across complex networks. As data is passed from an original source to a final destination it passes through many intermediate nodes (which may reach into the hundreds). Data that is “onion routed” has layers of encryption that are successively “peeled off” at each node, assuming the node in question has the correct cryptographic technique and knowledge to do so. Thus many successive security checks take place and a suspicious event at any node along the path will raise a warning flag. The action then taken is application dependent, and can include halting the process, rerouting the data or other customized response. Two other well known network level security technologies include strategic placement of firewalls and the use of Virtual Private Networks (VPNs). Various methods of authentication, encryption, verification, digital signature and hash functions find their way into this work. How well do state of the art data security efforts protect data and provide an audit trail?
Although the answer to that question invites a range of answers, computer security experts will generally agree that software alone will never be sufficient to detect or prevent tampering. Hardware level security checks are also needed. It is common practice in security intensive systems to include a Tamper Proof Module (TPM). This non-rewriteable chip contains check code to search for tampering. First the boot loader is checked, which then checks the Operating System, which then checks the application(s) for an integrity breach
There are high level issues to be addressed as well. Equally important requirements. An Internet voting system for US voters needs flexibility (to accommodate different state requirements), convenience for the user, training and education of both staff workers and voters. Particularly important is timeliness – the most flexible, friendly, convenient electronic voting system is pointless if the ballot arrives too late to be counted or has to be discarded due to suspicions of fraud.
There are always tricky issues when science and public policy intersect. Computing is particularly complicated because the field is so new, and technology changes so quickly. By the time consensus is reached on a contentious issue, the point may be moot. The technical issues alone for Internet voting are complex, but often come down to one issue: risk assessment. What degree of risk is tolerable in order to achieve a societal right guaranteed by the Constitution? In some cases entrenched opinion comes from holding a philosophical stance about whether or not the Internet can ever be an acceptable medium for any voting, overseas or otherwise. Proponents argue that it is only a matter of time until Internet voting becomes reality, and also that the subject is a matter of morals, so we must address the problem directly. Critics counter that it is not possible with current technology to implement Internet voting at an acceptable level of security and privacy, so the risks of trying it outweigh the potential benefits.
If we can be successful, the payoffs are tangible: morally, ethically, fiscally. If we don't succeed the risks are serious: from disenfranchisement of citizens to interference with our democratic process in the worst case scenario.
What do we do? Move forward (how?), or sit it out and accept the current situation as good enough for now. What do you think?
Labels:
equal access,
Internet,
networking,
public policy,
security,
Voting Systems
Saturday, August 28, 2010
Skype Going IPO - will we lose a wonderful technology?
Earlier this month, the news broke that Skype was preparing to go public, i.e. to file an IPO. The New York Times article said early in the article:
"Skype, which offers free or low-cost voice and video calls over the Internet, has grown rapidly since it was founded in 2003 by two entrepreneurs, Niklas Zennstrom and Janus Friis."
Yes. For good reason. Skype has been a boon to the average person who wants to connect with friends, families, relatives, who live far away. If you only call nationally within the US, then you likely have a "nationwide" cell phone plan, and do not pay for long distance domestic calls. But if you wish to call overseas, and talk for any length of time, the costs can be prohibitive for the average Jane or Joe. Skype was designed as a benefit for society, for all of society. The founders, Zennstrom and Friis had philanthropic ideas in mind when they decided to distribute Skype free, and dirt cheap if you chose to call from a computer to a regular phone.
After they sold Skype to eBay which then sold it to an investor group, Zennstrom and Friis had to go to court to regain some control, after they didn't like the direction they saw their product being taken. And now, it looks like there are again possible signs of trouble for the philanthropically minded.
The same NYT article quoted above said:
"Skype, which is mostly used by private individuals, has also been trying to move into the corporate market, where potential customers have had security concerns."
and:
"Unlike some technology companies that turn to the market to raise money, Skype is profitable, reporting net income of $13 million, on revenue of $406 million, in the first six months."
What does this mean? Will Skype move away from the philosophy of equal access freely available to computer users that was championed by the founders? It sounds like this could happen. Very worry some, considering that a profitable entity that has done a world of good (no pun intended) for people from all walks of life may go the route of putting increased profits ahead of a philosophy of helping people that was originally intended. When they aren't even losing money!
We have to wait and see what happens. I am sure I'm not the only person holding my breath and hoping for a positive outcome for "the average" Skype user who just wants to stay in touch with friends and family far away. It would be a shame to take away this incredibly positive use of computing technology.
"Skype, which offers free or low-cost voice and video calls over the Internet, has grown rapidly since it was founded in 2003 by two entrepreneurs, Niklas Zennstrom and Janus Friis."
Yes. For good reason. Skype has been a boon to the average person who wants to connect with friends, families, relatives, who live far away. If you only call nationally within the US, then you likely have a "nationwide" cell phone plan, and do not pay for long distance domestic calls. But if you wish to call overseas, and talk for any length of time, the costs can be prohibitive for the average Jane or Joe. Skype was designed as a benefit for society, for all of society. The founders, Zennstrom and Friis had philanthropic ideas in mind when they decided to distribute Skype free, and dirt cheap if you chose to call from a computer to a regular phone.
After they sold Skype to eBay which then sold it to an investor group, Zennstrom and Friis had to go to court to regain some control, after they didn't like the direction they saw their product being taken. And now, it looks like there are again possible signs of trouble for the philanthropically minded.
The same NYT article quoted above said:
"Skype, which is mostly used by private individuals, has also been trying to move into the corporate market, where potential customers have had security concerns."
and:
"Unlike some technology companies that turn to the market to raise money, Skype is profitable, reporting net income of $13 million, on revenue of $406 million, in the first six months."
What does this mean? Will Skype move away from the philosophy of equal access freely available to computer users that was championed by the founders? It sounds like this could happen. Very worry some, considering that a profitable entity that has done a world of good (no pun intended) for people from all walks of life may go the route of putting increased profits ahead of a philosophy of helping people that was originally intended. When they aren't even losing money!
We have to wait and see what happens. I am sure I'm not the only person holding my breath and hoping for a positive outcome for "the average" Skype user who just wants to stay in touch with friends and family far away. It would be a shame to take away this incredibly positive use of computing technology.
Subscribe to:
Posts (Atom)