Proxy webinar - slides, script, FAQ (3)
share
digg
by
noreply@blogger.com (gmax) (12)
on
The Data Charmer (12)
1 week, 4 days
ago
permalink
We did it. Designing Scalable Architectures with MySQL Proxy was delivered successfully, with over 150 attendees.There is a large number of questions that were asked during the session, and you can find them in MySQL Proxy FAQ.The slides, with the highly entertaining images used by John Loehrer to illustrate his point are also onlineFinally, John posted his Connection pooler Lua script in the Forge.Thanks to John Loehrer for his lively presentation, to Jimmy Guerrero and ...
If China's Great Firewall Is So Effective, Why Can't It Stop All The Malware Hosted There? (2)
share
digg
by
Michael Masnick (1041)
on
Techdirt (1092)
3 weeks, 3 days
ago
permalink
We all know about the "Great Firewall" of China that's designed both to keep certain website inaccessible from China, but which is also supposed to block certain content in China from reaching the outside world. While there already are some questions about how effective the Great Firewall really is, it does seem odd that the majority of "badware" sites are all hosted in China. Is it that China just doesn't care or is it that ...
Goosh: Google Shell for Geeks (1)
share
digg
by
Frank Mash (6)
on
Planet MySQL (132)
1 month, 2 weeks
ago
permalink
Ever wish you could have a browser based shell for Google? One that was clutter and advertising free? Say hello to Goosh, one of the coolest service to hit the web.It even recognizes 'clear' :) For now, I am addicted to it.
Filter and Sort Tables from Web Pages (49)
share
digg
by
Ionut Alex Chitu (1848)
on
Google Operating System (1849)
1 month, 3 weeks
ago
permalink
TableTools is a Firefox extension that lets you sort, filter and export tables from any web page. After installing the extension and restarting Firefox, find a web page that includes tables (this search might help) and right-click on a table to find a lot of interesting features:* sort a column, depending on the type of elements (text, numbers, dates)* filter the rows of a table by selecting elements from a drop-down or by entering your ...
-
Voyagerfan5761 said:
That extension looks so cool... I'm going to install it now.
-
R. Francis said:
Haven't tried this yet but it sounds awesome.
-
Fernando B said:
I think it is useful... I haven't tried!
-
howking said:
これはおもろい(ワラ
-
Zaki said:
I've got three extensions now that redefine firefox as an OS. ClearForest Gnosis, TableTools and RescueTime
Tips for Linking to Google Presentations (41)
share
digg
by
Ionut Alex Chitu (1848)
on
Google Operating System (1849)
2 months, 1 week
ago
permalink
If you publish a presentation at Google Docs, you'll receive a simple URL that can be used to view the presentation online. Unfortunately, if you go to that URL without being logged in to a Google Account, Google will ask you to log in:The explanation is that Google Presentations offers some advanced features that require authentication: chatting with other people that view the presentation and joining a presentation that's already in progress. To view the ...
-
Brandon said:
Good thing to know when sharing links. Does this work for all GoogleDocs?
-
JamesEJ said:
This has some great tips for sharing presentations online
Google vs Baidu (13)
share
digg
by
Philipp Lenssen (765)
on
Google Blogoscoped (851)
2 months, 2 weeks
ago
permalink
Jason Yu provides a break down of some of the differences between Google China and their local competitor, Chinese search engine Baidu. One section compares the products of the two: <<Both Google and Baidu are trying to leverage their network effects to promote other products. Google has many excellent products, but not every product has performed well in China. For example, Google Maps is widely used by American users. Unfortunately, Google Maps in China is ...
-
Benjamin Golub said:
Google and Baidu both send a lot of traffic my way. Google + China = 4,918 visits/month. Baidu + China = 20,831 visits/month.
您会选择什么编码? (6)
share
digg
by
forcey (0)
on
Gracecode.com (60)
2 months, 2 weeks
ago
permalink
Shared by forcey 开发工具其实并不能算一个理由,我最近用过的开发工具都是默认UTF-8的 有关 Web 字符编码的问题,已经是老生常谈。今天看到 一峰 兄弟和 Lunatic Sun 不谋而合的谈到有关 UTF-8 的使用现状,也谈谈我的看法。 上图是 Google 根据近年 Web 页面编码趋势的一个总结。我很欣喜的看到 UTF-8 编码已经成为了主流,而犹如 一峰 兄弟所言,让人堪忧的是中文字符编码还是呈现很平稳的趋势,这说明目前 UTF-8 编码并没有在中文网站中推广开来。 究其原因,本人认为会有如下几点: 第一,中文编码(无论是 GBK、GB2312、GB18030 等)都变成了“传统”,毕竟这是 中文 的编码。开发者不愿意在字符编码这块花太多的心思。 第二,由于早期项目的原因,不得不继续使用 GBK 等中文编码。 我曾经就遇到过这样的一个项目,当时我很奇怪他们为什么不用 UTF-8,因为他们面对的客户不仅仅是国内用户。而解决这一方案的办法就只能是使用非常劳累的手段,但这是指标不治本的办法。虽然最后,在本人的一再坚持下,最后还是转成了 UTF-8 编码,但相信国内还有很多项目都会碰到类似的问题。 第三,开发工具方面的支持,尤其是国内的一些产品。从根本上说,除了基本的思想意识以外,还有就是开发工具的问题。或许有一天,开发者相关的开发工具都默认的就是 Unicode 的话,这样转换的成本就会非常的低。 第四(感谢小马补充),流量大、文字多的中文站点通常都会使用 GB2312,原因很简单,页面下载量会比 UTF-8 小(GBK 编码只需要两个字节,而 Unicode 需要三个或者以上)。 那么,我经常使用的些主要的中文站点,目前在使用什么编码呢?下面是一个不完全的列表,供大家参考一下(以页面 meta 标签的 Content-type 为准)。 淘宝 - GB2312 支付宝 - GB2312 口碑 - GBK 中国雅虎 - GB2312 163 - GB2312 新浪 - GB2312 搜狐 - GB2312 豆瓣 ...
-
forcey said:
开发工具其实并不能算一个理由,我最近用过的开发工具都是默认UTF-8的
-
攻疼新一 said:
foxmail邮箱收我在Gmail发的邮件显示为乱码,我的邮件编码方式是UTF-8,和国际接轨...(●´▽`●)ノ
您会选择什么编码? (1)
share
digg
by
手气不错 (56)
on
Gracecode.com (60)
2 months, 2 weeks
ago
permalink
有关 Web 字符编码的问题,已经是老生常谈。今天看到 一峰 兄弟和 Lunatic Sun 不谋而合的谈到有关 UTF-8 的使用现状,也谈谈我的看法。 上图是 Google 根据近年 Web 页面编码趋势的一个总结。我很欣喜的看到 UTF-8 编码已经成为了主流,而犹如 一峰 兄弟所言,让人堪忧的是中文字符编码还是呈现很平稳的趋势,这说明目前 UTF-8 编码并没有在中文网站中推广开来。 究其原因,本人认为会有如下几点: 第一,中文编码(无论是 GBK、GB2312、GB18030 等)都变成了“传统”,毕竟这是 中文 的编码。开发者不愿意在字符编码这块花太多的心思。 第二,由于早期项目的原因,不得不继续使用 GBK 等中文编码。 我曾经就遇到过这样的一个项目,当时我很奇怪他们为什么不用 UTF-8,因为他们面对的客户不仅仅是国内用户。而解决这一方案的办法就只能是使用非常劳累的手段,但这是指标不治本的办法。虽然最后,在本人的一再坚持下,最后还是转成了 UTF-8 编码,但相信国内还有很多项目都会碰到类似的问题。 第三,开发工具方面的支持,尤其是国内的一些产品。从根本上说,除了基本的思想意识以外,还有就是开发工具的问题。或许有一天,开发者相关的开发工具都默认的就是 Unicode 的话,这样转换的成本就会非常的低。 第四(感谢小马补充),流量大、文字多的中文站点通常都会使用 GB2312,原因很简单,页面下载量会比 UTF-8 小(GBK 编码只需要两个字节,而 Unicode 需要三个或者以上)。 那么,我经常使用的些主要的中文站点,目前在使用什么编码呢?下面是一个不完全的列表,供大家参考一下(以页面 meta 标签的 Content-type 为准)。 淘宝 - GB2312 支付宝 - GB2312 口碑 - GBK 中国雅虎 - GB2312 163 - GB2312 新浪 - GB2312 搜狐 - GB2312 豆瓣 - UTF-8 Yupoo - ...
您会选择什么编码? (3)
share
digg
by
手气不错 (56)
on
Gracecode.com (60)
2 months, 2 weeks
ago
permalink
有关 Web 字符编码的问题,已经是老生常谈。今天看到 一峰 兄弟和 Lunatic Sun 不谋而合的谈到有关 UTF-8 的使用现状,也谈谈我的看法。 上图是 Google 根据近年 Web 页面编码趋势的一个总结。我很欣喜的看到 UTF-8 编码已经成为了主流,而犹如 一峰 兄弟所言,让人堪忧的是中文字符编码还是呈现很平稳的趋势,这说明目前 UTF-8 编码并没有在中文网站中推广开来。 究其原因,本人认为会有如下几点: 第一,中文编码(无论是 GBK、GB2312、GB18030 等)都变成了“传统”,毕竟这是 中文 的编码。开发者不愿意在字符编码这块花太多的心思。 第二,由于早期项目的原因,不得不继续使用 GBK 等中文编码。 我曾经就遇到过这样的一个项目,当时我很奇怪他们为什么不用 UTF-8,因为他们面对的客户不仅仅是国内用户。而解决这一方案的办法就只能是使用非常劳累的手段,但这是指标不治本的办法。虽然最后,在本人的一再坚持下,最后还是转成了 UTF-8 编码,但相信国内还有很多项目都会碰到类似的问题。 第三,开发工具方面的支持,尤其是国内的一些产品。从根本上说,除了基本的思想意识以外,还有就是开发工具的问题。或许有一天,开发者相关的开发工具都默认的就是 Unicode 的话,这样转换的成本就会非常的低。 第四(感谢小马补充),流量大、文字多的中文站点通常都会使用 GB2312,原因很简单,页面下载量会比 UTF-8 小(GBK 编码只需要两个字节,而 Unicode 需要三个或者以上)。 那么,我经常使用的些主要的中文站点,目前在使用什么编码呢?下面是一个不完全的列表,供大家参考一下(以页面 meta 标签的 Content-type 为准)。 淘宝 - GB2312 支付宝 - GB2312 口碑 - GBK 中国雅虎 - GB2312 163 - GB2312 新浪 - GB2312 搜狐 - GB2312 豆瓣 - UTF-8 Yupoo - ...
您会选择什么编码? (7)
share
digg
by
手气不错 (56)
on
Gracecode.com (60)
2 months, 2 weeks
ago
permalink
有关 Web 字符编码的问题,已经是老生常谈。今天看到 一峰 兄弟和 Lunatic Sun 不谋而合的谈到有关 UTF-8 的使用现状,也谈谈我的看法。 上图是 Google 根据近年 Web 页面编码趋势的一个总结。我很欣喜的看到 UTF-8 编码已经成为了主流,而犹如 一峰 兄弟所言,让人堪忧的是中文字符编码还是呈现很平稳的趋势,这说明目前 UTF-8 编码并没有在中文网站中推广开来。 究其原因,本人认为会有如下几点: 第一,中文编码(无论是 GBK、GB2312、GB18030 等)都变成了“传统”,毕竟这是 中文 的编码。开发者不愿意在字符编码这块花太多的心思。 第二,由于早期项目的原因,不得不继续使用 GBK 等中文编码。 我曾经就遇到过这样的一个项目,当时我很奇怪他们为什么不用 UTF-8,因为他们面对的客户不仅仅是国内用户。而解决这一方案的办法就只能是使用非常劳累的手段,但这是指标不治本的办法。虽然最后,在本人的一再坚持下,最后还是转成了 UTF-8 编码,但相信国内还有很多项目都会碰到类似的问题。 第三,开发工具方面的支持,尤其是国内的一些产品。从根本上说,除了基本的思想意识以外,还有就是开发工具的问题。或许有一天,开发者相关的开发工具都默认的就是 Unicode 的话,这样转换的成本就会非常的低。 第四(感谢小马补充),流量大、文字多的中文站点通常都会使用 GB2312,原因很简单,页面下载量会比 UTF-8 小(GBK 编码只需要两个字节,而 Unicode 需要三个或者以上)。 那么,我经常使用的些主要的中文站点,目前在使用什么编码呢?下面是一个不完全的列表,供大家参考一下(以页面 meta 标签的 Content-type 为准)。 淘宝 - GB2312 支付宝 - GB2312 口碑 - GBK 中国雅虎 - GB2312 163 - GB2312 新浪 - GB2312 搜狐 - GB2312 豆瓣 - UTF-8 Yupoo - ...
您会选择什么编码? (1)
share
digg
by
手气不错 (56)
on
Gracecode.com (60)
2 months, 2 weeks
ago
permalink
有关 Web 字符编码的问题,已经是老生常谈。今天看到 一峰 兄弟和 Lunatic Sun 不谋而合的谈到有关 UTF-8 的使用现状,也谈谈我的看法。 上图是 Google 根据近年 Web 页面编码趋势的一个总结。我很欣喜的看到 UTF-8 编码已经成为了主流,而犹如 一峰 兄弟所言,让人堪忧的是中文字符编码还是呈现很平稳的趋势,这说明目前 UTF-8 编码并没有在中文网站中推广开来。 究其原因,本人认为会有如下几点: 第一,中文编码(无论是 GBK、GB2312、GB18030 等)都变成了“传统”,毕竟这是 中文 的编码。开发者不愿意在字符编码这块花太多的心思。 第二,由于早期项目的原因,不得不继续使用 GBK 等中文编码。 我曾经就遇到过这样的一个项目,当时我很奇怪他们为什么不用 UTF-8,因为他们面对的客户不仅仅是国内用户。而解决这一方案的办法就只能是使用非常劳累的手段,但这是指标不治本的办法。虽然最后,在本人的一再坚持下,最后还是转成了 UTF-8 编码,但相信国内还有很多项目都会碰到类似的问题。 第三,开发工具方面的支持,尤其是国内的一些产品。从根本上说,除了基本的思想意识以外,还有就是开发工具的问题。或许有一天,开发者相关的开发工具都默认的就是 Unicode 的话,这样转换的成本就会非常的低。 第四(感谢小马补充),流量大、文字多的中文站点通常都会使用 GB2312,原因很简单,页面下载量会比 UTF-8 小(GBK 编码只需要两个字节,而 Unicode 需要三个或者以上)。 那么,我经常使用的些主要的中文站点,目前在使用什么编码呢?下面是一个不完全的列表,供大家参考一下(以页面 meta 标签的 Content-type 为准)。 淘宝 - GB2312 支付宝 - GB2312 口碑 - GBK 中国雅虎 - GB2312 163 - GB2312 新浪 - GB2312 搜狐 - GB2312 豆瓣 - UTF-8 Yupoo - ...
Share and Annotate Web Pages in Google Reader (78)
share
digg
by
Ionut Alex Chitu (1848)
on
Google Operating System (1849)
2 months, 2 weeks
ago
permalink
Google Reader's sharing feature was barely noticed when it was added, then it got more exposure when the shared items started to be broadcasted to Google Talk contacts and some sites aggregated shared posts. As Google Reader became more social, people discovered that it has some important limitations. "Have you ever wanted to share something that you were reading, but you didn't want to go through the hassle of subscribing to a whole feed for ...
-
Bill said:
Very cool indeed. I like this feature.
-
R. Francis said:
Excellent feature. I can't believe I didn't notice. Now if there were just a way for me to comment on someone else's shared item, eh?
-
HH said:
hianypotolo azoknak, akikbe eddig bentragadt a szo.
-
dH said:
Now I feel myself not just as a human link aggregator but more like a creative news-dj who can add special little effects to the information noise. ;)
-
Dave E. said:
Sweeeet!!
-
Mathieu Ravaux said:
Une fonctionnalité longtemps attendue. Je suis impatient de voir les améliorations qui permettront aux notes de devenir un vrai espace de discussion. (Intégration aux commentaires du site en question, etc...?)
-
macbeach said:
It Works!
-
Marcel said:
let's see how this works
-
febbrile said:
era per fare una prova.
-
Pozsi said:
yeah!
-
metallicker said:
at last, some new features. google reader was starting to feel old!
-
Dzu said:
Ca faisait longtemps qu'on attendait ça !Ca fait plaisir quand ça sort.
-
Phuller10 said:
Awesome, I sent an email to google asking for something like this about a month ago. I will naively take credit for it.
-
Edith said:
Hooray! I can now post snarky remarks to my Google Reader shared items.
-
espencer said:
Ahora Google Reader permite compartir entradas con anotaciones :D
-
cesiro said:
Muy interesante esto de anotar los post compartidos!
-
Mike said:
This is my first time using the new feature. I just shared a couple items prior to this one without even seeing the new button. How oblivious can I be?
-
doransky said:
De vajon kiben ragadt eddig bent a szó?
-
Rk said:
Share anything feature (together with adding note) should make 'Notebook' (my "Window!") and "Google shared stuff" obsolete.
-
Tom said:
hot.if you go to the "notes" section of "your stuff" on the top left, you can create a link to add a note to (and share) items from outside of google reader.
-
k3ith said:
I am testing this new feature out. Hmmm....Ooooh I can add a note.
-
Chuck Lawson said:
This absolutely rocks...
-
Tim said:
sweet!
-
Mathias said:
weeee...!!
-
plasmaegg said:
so what about the endless loop effect - post something in your blog, only to have it appear in your google feed, on which you can comment and then comment again in friend feed and then subscribe to that feed in google reader and do some more commenting etc
-
Arto said:
Excellent - been waiting for this.
-
Scott said:
I will still share web pages through Shared Stuff and posts here.
-
Eunix said:
Shift+D и я могу написать аннотацию к записи. Удобно иногда. Правда :)
-
Brian said:
finally google reader is catching up to where it should be.
-
Jon said:
Dude, this is pretty cool.
-
odwl said:
A test with a dummy comment.
-
Robert van Bregt said:
Kijk, dit is nu precies wat er met dit artikel wordt bedoeld...
-
Kenny Stoltz said:
I've been hoping for this for some time. Nice move. Shared items is pretty good way of keeping tabs on the literati, I don't think that anyone else knows how it works yet. The question is does this nullify a lot of the behaviour of the blogosphere (which appears to be mostly linking and quoting someone else's story with a short comment on the end).Hopefully yes, because I'd really like to decouple the "blogosphere" from the "memeosphere" and get back to all original content in blogs rather than a host of me-too's trying to get first post so they get eyeballs on techmeme.
-
s7 said:
Ooooooooo..... Shiny
-
Ross said:
"Finally Google Reader added this feature... and it looks very FriendFeed-like"
-
narcvs said:
Share items from Google Reader - very much like FriendFeed...
-
andy moon said:
musim rict ze presne toto jsem si na readeru pral; kdyz sdilim clanek; chci mit moznost k nemu napsat poznamku proc by si to muj friend mel precist;)) napsal sem na to dotaz; a je videt ze jsem nebyl sam a google tuhle featurku rychle zapracoval do readeru
Download Google's Help Files (53)
share
digg
by
Ionut Alex Chitu (1848)
on
Google Operating System (1849)
2 months, 2 weeks
ago
permalink
Did you ever want to get a help file for Gmail, Google Docs or for Google Desktop so you can print it or save it on your computer? All Google services have help centers that include information about features, tutorials, troubleshooting guides, but you need to find the information in a complicated hierarchy of topics or use the search box. Fortunately, there's a way to save all the information related to a Google service: append ...
Migrating to ext4 (1)
share
digg
by
(author unknown) (4173)
on
developerWorks : Linux : Technical library (7)
2 months, 3 weeks
ago
permalink
Ext4 is the latest in a long line of Linux file systems, and it's likely to be as important and popular as its predecessors. As a Linux system administrator, you should be aware of the advantages, disadvantages, and basic steps for migrating to ext4. This article explains when to adopt ext4, how to adapt traditional file system maintenance tool usage to ext4, and how to get the most out of the file system.
Google Analytics for Blogs (48)
share
digg
by
Ionut Alex Chitu (1848)
on
Google Operating System (1849)
2 months, 3 weeks
ago
permalink
Two years ago, Google bought Measure Map, a very intuitive analytics software for blogs designed by Jeffrey Veen. Since then, Google Analytics suffered a redesign and included some interface elements from Measure Map. It seems that the transition is about to end soon as Google Analytics will integrate Measure Map's functionality: blog stats.Measure Map users received an email that instructed them how to access the new version of the software. Convert your Measure Map account ...
Taking On the Chinese Censorship Juggernaut (1)
share
digg
by
Paul Wiseman (0)
on
LinuxInsider (103)
2 months, 3 weeks
ago
permalink
If an Internet user in China searches for the word "persecution," he or she is likely to come up with a link to a blank screen that says "page cannot be displayed." The same is true of searches for "Tibetan independence," "democracy movements" or stranger sounding terms such as "oriental red space time" -- code for an anti-censorship video made secretly by reporters at China's state TV station. It's a reflection of the stifling, bizarre ...
Introducing Speaker notes and YouTube videos (13)
share
digg
by
Google Docs (33)
on
Official Google Docs Blog (106)
2 months, 3 weeks
ago
permalink
Posted by: Dave Young, User Experience DesignerThe last few months have been exciting for the presentations team. In January, we added shapes and "Save as PDF" and just recently launched "Save as PPT". Today, we have two new features to tell you about.1. Speaker notes for your presentationsSeasoned presenters keep their slides simple and use slides to help illustrate their points, not to present all of their information. They jot down their talking points, examples, ...