Al Gore and the Purpose-Driven Web

简介: Former Vice President Al Gore speaks at the Web 2.0 Summit in San Francisco. (Credit: Eric Risberg/AP) Forget about swapping party pictures on Face...

Former Vice President Al Gore speaks at the Web 2.0 Summit in San Francisco. (Credit: Eric Risberg/AP)

Forget about swapping party pictures on Facebook and other “gee-whiz stuff,” says former Vice President Al Gore. “Web 2.0 has to have a purpose.”

And since it’s Al Gore, you know that purpose has got to be green.

“The purpose, I would urge all of you — as many of you as are willing to take it up — is to bring about a higher level of consciousness about our planet and the imminent danger and opportunity we face because of the radical transformation in the relationship between human beings and the Earth,” Mr. Gore said Friday evening at the Web 2.0 Summit in San Francisco.

In other words, Web 2.0 should be used to fight global warming. He didn’t say exactly how, but that didn’t stop the audience from giving two standing ovations to the Oscar-winning movie director, venture capitalist, money manager, book author, cable television mogul and Nobel laureate.

Mr. Gore said that he feared that his advocacy work, spearheaded by his documentary, “An Inconvenient Truth,” has not done its job. “I feel, in a sense, I’ve failed badly,” he said. “Because even though there’s a greater sense of awareness, there is not anything anywhere close to an appropriate sense of urgency. This is an existential threat.”

Mr. Gore called on President-elect Barack Obama to set a national goal of getting 100 percent of America’s electricity from renewable and non-carbon sources within a decade.

John F. Kennedy’s declaration that the nation would land a man on the moon in ten years was thought to be impossible, but was achieved eight years later. The engineers who made it possible were an average age of 18 when President Kennedy issued the challenge, Mr. Gore said. “We need exactly that all over this country,” dedicated to reversing climate change, he said.

Mr. Obama has pledged to spend $150 billion over the next ten years in clean energy. That is not enough, Mr. Gore said.

The nation needs to build “an electronet,” a unified national smart grid, with high-voltage, low-loss underground wires that deliver renewable energy from the places that produce it — like the sunny Arizona deserts or the windy Dakota plains — to the cities where the majority of it is used. Such a grid would require a $400 billion investment upfront, but would pay off in just over three years, he said, because the nation spends $120 billion annually on costs from power outages blamed on the existing grid.

In addition, the United States needs a national retrofit program to insulate homes and install new windows and light bulbs. Forty percent of the carbon dioxide released into the atmosphere comes from buildings, he said. Making these changes would not only save homeowners money but create 10 million new jobs, he said.

The Internet — specifically, the “cloud” where information is stored — also has a role to play, Mr. Gore said. “We have to have the truth — the inconvenient truth, forgive me — stored in the cloud so that people don’t have to rely on that process, and so we can respond to it collectively.”

 

版权

作者:灵动生活 郝宪玮

出处:http://www.cnblogs.com/ywqu

如果你认为此文章有用,请点击底端的【推荐】让其他人也了解此文章,

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

 

相关文章
|
数据安全/隐私保护 开发者 CDN
CDN 防盗链设置| 学习笔记
快速学习 CDN 防盗链设置。
CDN 防盗链设置| 学习笔记
|
11月前
|
存储 编译器 程序员
【C语言】auto 关键字详解
`auto` 关键字用于声明局部变量的自动存储类,其作用主要体现在变量的生命周期上。尽管现代C语言中 `auto` 的使用较少,理解其历史背景和作用对于掌握C语言的存储类及变量管理仍然很重要。局部变量默认即为 `auto` 类型,因此在实际编程中,通常不需要显式声明 `auto`。了解 `auto` 关键字有助于更好地理解C语言的存储类及其在不同场景中的应用。
590 1
|
SQL Oracle 关系型数据库
安装最新 MySQL 8.0 数据库(教学用)
安装最新 MySQL 8.0 数据库(教学用)
552 4
|
Kubernetes Ubuntu Docker
从0开始搞K8S:使用Ubuntu进行安装(环境安装)
通过上述步骤,你已经在Ubuntu上成功搭建了一个基本的Kubernetes单节点集群。这只是开始,Kubernetes的世界广阔且深邃,接下来你可以尝试部署应用、了解Kubernetes的高级概念如Services、Deployments、Ingress等,以及探索如何利用Helm等工具进行应用管理,逐步提升你的Kubernetes技能树。记住,实践是最好的老师,不断实验与学习,你将逐渐掌握这一强大的容器编排技术。
2178 1
|
Java 编译器 C语言
【一步一步了解Java系列】:Java中的方法对标C语言中的函数
【一步一步了解Java系列】:Java中的方法对标C语言中的函数
164 3
PR曲线、ROC曲线、AUC能干个啥
评判二分类分类器性能的指标有那么多,为什么PR曲线、ROC曲线、AUC值这几个用的比较多。本文从概念、代码实现方面着手进行分享。
PR曲线、ROC曲线、AUC能干个啥
|
敏捷开发 分布式计算 BI
阿里云云效产品使用合集之如何新增代码库
云效作为一款全面覆盖研发全生命周期管理的云端效能平台,致力于帮助企业实现高效协同、敏捷研发和持续交付。本合集收集整理了用户在使用云效过程中遇到的常见问题,问题涉及项目创建与管理、需求规划与迭代、代码托管与版本控制、自动化测试、持续集成与发布等方面。
|
计算机视觉
【OpenCV】-5种图像滤波的综合示例
【OpenCV】-5种图像滤波的综合示例
154 3
|
自然语言处理 Java 索引
SpringBoot 实现 elasticsearch 查询操作(RestHighLevelClient 的案例实战)
SpringBoot 实现 elasticsearch 查询操作(RestHighLevelClient 的案例实战)
753 1
|
存储 安全 算法
Spring Security-PasswordEncoder密码解析器详解和自定义登录逻辑
Spring Security-PasswordEncoder密码解析器详解和自定义登录逻辑
Spring Security-PasswordEncoder密码解析器详解和自定义登录逻辑