<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Systems Thoughts</title>
	
	<link>http://blog.systemsthoughts.com</link>
	<description>关于IT，技术，互联网及其他，中国人在瑞典。About IT, technology and lots more. A Chinese in Sweden.</description>
	<lastBuildDate>Tue, 02 Mar 2010 15:40:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SystemsThoughts" /><feedburner:info uri="systemsthoughts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><item>
		<title>在Google App Engine SDK里运行web2py</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/32AufqUHsDw/web2py-problem-in-google-app-engine-sdk.html</link>
		<comments>http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:40:43 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[小技巧]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[计算机]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=683</guid>
		<description><![CDATA[论坛上所有人都在感叹，web2py对GAE的支持太他妈好了，搞得我也心痒痒的，今天试了一下，首先看到web2py包里有个app.yaml，还一阵小鸡冻，结果接下来怎么也整不起来。运行倒是可以，就是在浏览器里访问不了。加上我主机所在地inmotionhosting的mod_python有点问题，搞得很郁闷。搜索了一下午终于发现一个傻子小弟和我遇到问题一样，然后web2py的作者Massimo Di Pierro（总觉得这哥们是机器人，一天24小时不带睡觉回答问题，网上到处都有他的影子。然后还不停的更新web2py文档和程序，佩服，肯定没有女朋友:P）问他用的是不是Python2.6，原来GAE只能用2.5。我靠，顿时茅厕顿开！立马拖了一个Python2.5下来，在dev_appserver.py里第一行加上2.5，一跑，成了。web2py真实太伟大了。


Related posts:打开web2py的远程访问
Py2exe编译Pywinauto程序
WinWaitActive Timeout in AutoIT



Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html' rel='bookmark' title='Permanent Link: 打开web2py的远程访问'>打开web2py的远程访问</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/06/py2exe-compile-pywinauto-script.html' rel='bookmark' title='Permanent Link: Py2exe编译Pywinauto程序'>Py2exe编译Pywinauto程序</a></li>
<li><a href='http://blog.systemsthoughts.com/2010/03/winwaitactive-timeout-autoi.html' rel='bookmark' title='Permanent Link: WinWaitActive Timeout in AutoIT'>WinWaitActive Timeout in AutoIT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>论坛上所有人都在感叹，web2py对GAE的支持太他妈好了，搞得我也心痒痒的，今天试了一下，首先看到web2py包里有个app.yaml，还一阵小鸡冻，结果接下来怎么也整不起来。运行倒是可以，就是在浏览器里访问不了。加上我主机所在地inmotionhosting的mod_python有点问题，搞得很郁闷。搜索了一下午终于发现一个傻子小弟和我遇到问题一样，然后web2py的作者Massimo Di Pierro（总觉得这哥们是机器人，一天24小时不带睡觉回答问题，网上到处都有他的影子。然后还不停的更新web2py文档和程序，佩服，肯定没有女朋友:P）问他用的是不是Python2.6，原来GAE只能用2.5。我靠，顿时茅厕顿开！立马拖了一个Python2.5下来，在dev_appserver.py里第一行加上2.5，一跑，成了。web2py真实太伟大了。</p>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html' rel='bookmark' title='Permanent Link: 打开web2py的远程访问'>打开web2py的远程访问</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/06/py2exe-compile-pywinauto-script.html' rel='bookmark' title='Permanent Link: Py2exe编译Pywinauto程序'>Py2exe编译Pywinauto程序</a></li>
<li><a href='http://blog.systemsthoughts.com/2010/03/winwaitactive-timeout-autoi.html' rel='bookmark' title='Permanent Link: WinWaitActive Timeout in AutoIT'>WinWaitActive Timeout in AutoIT</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/KPXav2aBYOmTtMEI-Ffu6lpDTOw/0/da"><img src="http://feedads.g.doubleclick.net/~a/KPXav2aBYOmTtMEI-Ffu6lpDTOw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/KPXav2aBYOmTtMEI-Ffu6lpDTOw/1/da"><img src="http://feedads.g.doubleclick.net/~a/KPXav2aBYOmTtMEI-Ffu6lpDTOw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/32AufqUHsDw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html</feedburner:origLink></item>
		<item>
		<title>WinWaitActive Timeout in AutoIT</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/PQkXf74MaxQ/winwaitactive-timeout-autoi.html</link>
		<comments>http://blog.systemsthoughts.com/2010/03/winwaitactive-timeout-autoi.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:02:17 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[autoit]]></category>
		<category><![CDATA[software testing]]></category>
		<category><![CDATA[winwaitactive]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[软件测试]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=672</guid>
		<description><![CDATA[前两天又玩了玩SilkTest，然后试验了一下WinWaitActive的Timeout功能。用AutoIT做测试最大的难处就是TestCase的是Pass还是Fail最后不好处理。除了Actual Result和Expected Result不一致可以把Test Case设为fail，还有很多原因会把TestCase fail掉。其中一个就是该出来的窗口没有出来，这时候就是一个错误，SilkTest有很强大的错误处理机制，如果一个语句超时(timeout)整个TestCase自动判为fail。用AutoIT一般这个脚本就会傻等下去导致后边的TestCase全都等着。其实比较正规的处理方法就是在用WinWaitActive的时候使用Timeout这个参数，比如下边一个脚本：

Run&#40;&#34;C:\Program Files (x86)\Lavasoft\Ad-Aware\Ad-Aware.exe&#34;&#41;
If Not&#40;WinWaitActive&#40;&#34;Ad-Aware&#34;,&#34;&#34;,60&#41;&#41; Then
&#160; &#160; &#160; &#160; MsgBox&#40;0, &#34;Warning&#34;, &#34;Ad-Aware Window is not found!&#34;&#41;
&#160; &#160; &#160; &#160; Exit&#40;0&#41;
EndIf
MsgBox&#40;0, &#34;Information&#34;, &#34;Ad-Aware launches successfully.&#34;&#41;

这样的话当窗口没出来或者出了一个错误的窗口的话就会自动弹出错误信息，然后终止TestCase。


Related posts:在Google App Engine SDK里运行web2py
打开web2py的远程访问
给Squid添加密码验证



Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html' rel='bookmark' title='Permanent Link: 在Google App Engine SDK里运行web2py'>在Google App Engine SDK里运行web2py</a></li>
<li><a href='http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html' rel='bookmark' title='Permanent Link: 打开web2py的远程访问'>打开web2py的远程访问</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/02/%e7%bb%99squid%e6%b7%bb%e5%8a%a0%e5%af%86%e7%a0%81%e9%aa%8c%e8%af%81.html' rel='bookmark' title='Permanent Link: 给Squid添加密码验证'>给Squid添加密码验证</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>前两天又玩了玩SilkTest，然后试验了一下WinWaitActive的Timeout功能。用AutoIT做测试最大的难处就是TestCase的是Pass还是Fail最后不好处理。除了Actual Result和Expected Result不一致可以把Test Case设为fail，还有很多原因会把TestCase fail掉。其中一个就是该出来的窗口没有出来，这时候就是一个错误，SilkTest有很强大的错误处理机制，如果一个语句超时(timeout)整个TestCase自动判为fail。用AutoIT一般这个脚本就会傻等下去导致后边的TestCase全都等着。其实比较正规的处理方法就是在用WinWaitActive的时候使用Timeout这个参数，比如下边一个脚本：</p>
<div class="codesnip-container" >
<div class="autoit codesnip" style="font-family:monospace;"><a href="http://www.autoitscript.com/autoit3/docs/functions/Run.htm"><span class="kw3">Run</span></a><span class="br0">&#40;</span><span class="st0">&quot;C:\Program Files (x86)\Lavasoft\Ad-Aware\Ad-Aware.exe&quot;</span><span class="br0">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">If</span></a> <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Not</span></a><span class="br0">&#40;</span><a href="http://www.autoitscript.com/autoit3/docs/functions/WinWaitActive.htm"><span class="kw3">WinWaitActive</span></a><span class="br0">&#40;</span><span class="st0">&quot;Ad-Aware&quot;</span><span class="sy0">,</span><span class="st0">&quot;&quot;</span><span class="sy0">,</span>60<span class="br0">&#41;</span><span class="br0">&#41;</span> <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Then</span></a><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span class="kw3">MsgBox</span></a><span class="br0">&#40;</span><span class="nu0">0</span><span class="sy0">,</span> <span class="st0">&quot;Warning&quot;</span><span class="sy0">,</span> <span class="st0">&quot;Ad-Aware Window is not found!&quot;</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Exit</span></a><span class="br0">&#40;</span>0<span class="br0">&#41;</span><br />
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">EndIf</span></a><br />
<a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span class="kw3">MsgBox</span></a><span class="br0">&#40;</span><span class="nu0">0</span><span class="sy0">,</span> <span class="st0">&quot;Information&quot;</span><span class="sy0">,</span> <span class="st0">&quot;Ad-Aware launches successfully.&quot;</span><span class="br0">&#41;</span></div>
</div>
<p>这样的话当窗口没出来或者出了一个错误的窗口的话就会自动弹出错误信息，然后终止TestCase。</p>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html' rel='bookmark' title='Permanent Link: 在Google App Engine SDK里运行web2py'>在Google App Engine SDK里运行web2py</a></li>
<li><a href='http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html' rel='bookmark' title='Permanent Link: 打开web2py的远程访问'>打开web2py的远程访问</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/02/%e7%bb%99squid%e6%b7%bb%e5%8a%a0%e5%af%86%e7%a0%81%e9%aa%8c%e8%af%81.html' rel='bookmark' title='Permanent Link: 给Squid添加密码验证'>给Squid添加密码验证</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/lyvGANdLvnw70uHCF1yzMXo28qw/0/da"><img src="http://feedads.g.doubleclick.net/~a/lyvGANdLvnw70uHCF1yzMXo28qw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lyvGANdLvnw70uHCF1yzMXo28qw/1/da"><img src="http://feedads.g.doubleclick.net/~a/lyvGANdLvnw70uHCF1yzMXo28qw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/PQkXf74MaxQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/03/winwaitactive-timeout-autoi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/03/winwaitactive-timeout-autoi.html</feedburner:origLink></item>
		<item>
		<title>视频 – Jingjing</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/KLTa203UYIc/video-cat-jingjing.html</link>
		<comments>http://blog.systemsthoughts.com/2010/02/video-cat-jingjing.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 12:40:55 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[个人]]></category>
		<category><![CDATA[视频]]></category>
		<category><![CDATA[jingjing]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=644</guid>
		<description><![CDATA[在Chrome和Firefox浏览器下可见，Opera应该也可以看到。
另一个视频，Flash插件播放。重点是37秒以后的画面&#8230;

 


Related posts:搬家到加拿大吧



Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2008/10/%e6%90%ac%e5%ae%b6%e5%88%b0%e5%8a%a0%e6%8b%bf%e5%a4%a7%e5%90%a7.html' rel='bookmark' title='Permanent Link: 搬家到加拿大吧'>搬家到加拿大吧</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>在Chrome和Firefox浏览器下可见，Opera应该也可以看到。<br />
<!-- degradable html5 audio and video plugin --><div class="video_wrap"><video width="512" height="342" controls autobuffer id="html5video-0"><source src="http://www.systemsthoughts.com/video/JingjingAndTap.m4v" type="video/mp4" /><source src="http://www.systemsthoughts.com/video/JingjingAndTap.ogg" type="video/ogg" /><object width="512" height="342" type="application/x-shockwave-flash" data="http://blog.systemsthoughts.com/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://www.systemsthoughts.com/video/JingjingAndTap.m4v" id="f-html5video-0"><param name="movie" value="http://blog.systemsthoughts.com/wp-content/plugins/degradable-html5-audio-and-video/incl/videoplayer.swf?file=http://www.systemsthoughts.com/video/JingjingAndTap.m4v" /><p>Could not use HTML&nbsp;5 or <em>Flash</em> for playback. You can download the file as <a href="http://www.systemsthoughts.com/video/JingjingAndTap.m4v">MPEG4/H.264</a> or <a href="http://www.systemsthoughts.com/video/JingjingAndTap.ogg">Ogg Theora</a> file.</p></object></video></div><br />
另一个视频，Flash插件播放。重点是37秒以后的画面&#8230;<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="512" height="400" align="middle"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.systemsthoughts.com/video/MVI_4097.swf"><param name="quality" value="high"><param name="bgcolor" value="#ffffff"><param name="allowFullScreen" value="true"><embed src="http://www.systemsthoughts.com/video/MVI_4097.swf" quality="high" align="middle" bgcolor="#ffffff" width="512" height="400" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><br />
</object> </p>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2008/10/%e6%90%ac%e5%ae%b6%e5%88%b0%e5%8a%a0%e6%8b%bf%e5%a4%a7%e5%90%a7.html' rel='bookmark' title='Permanent Link: 搬家到加拿大吧'>搬家到加拿大吧</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/bDRAcFaPbqD1o1Cd7Q67SuavHiU/0/da"><img src="http://feedads.g.doubleclick.net/~a/bDRAcFaPbqD1o1Cd7Q67SuavHiU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bDRAcFaPbqD1o1Cd7Q67SuavHiU/1/da"><img src="http://feedads.g.doubleclick.net/~a/bDRAcFaPbqD1o1Cd7Q67SuavHiU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/KLTa203UYIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/02/video-cat-jingjing.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.systemsthoughts.com/video/JingjingAndTap.ogg" length="8650875" type="video/ogg" />
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/02/video-cat-jingjing.html</feedburner:origLink></item>
		<item>
		<title>Skydur可用服务大全</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/fYudcdovmx4/skydur-services.html</link>
		<comments>http://blog.systemsthoughts.com/2010/02/skydur-services.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 10:43:19 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[skydur]]></category>
		<category><![CDATA[翻墙]]></category>
		<category><![CDATA[被禁网站]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=610</guid>
		<description><![CDATA[



最后更新2010-02-16
这个网页专门收集用Skydur可以使用的，那些由于限制IP或者被禁而不能用的国外优秀的多媒体网站服务。更新不断添加中&#8230;

使用美国IP
Youtube
世界上最流行的视频分享网站。
Hulu
看正版美剧的好去处，每周基本和美国本土同步更新一些TV show，很多还有字幕。还有很多纪录片和老电影。
Pandora
几个比较早的网络收音机之一（第一个音乐DNA库就是他们的），输入一个人名，一个类别即可收听。
ABC
ABC电视台，有一些美剧(Grey&#8217;s antonomy, Lost等）。每周更新。
FOX
FOX家出品的美剧有Family Guy, Glee, Lie to me，24等。
HBO
大名鼎鼎的HBO，不用多说了吧？Sex and City就是他们家的。
CBS
CSI, Big Bang Theory&#8230;太多了&#8230;.


使用英国IP
BBC iPlayer
和美国Hulu一样，都是正版英剧，还带字幕。看Hustle, the Real Hustle, Heroes, Litte Britian的好去处。大部分带字幕。
Spotify 强烈推荐!!
瑞典的音乐流媒体服务（类似于酷我音乐盒），但是内容是由服务商提供的，正版+广告模式。想听最新的或是找不到的外文音乐专辑就靠她了。需要在客户端里加入自己的代理地址(127.0.0.1:2007)。
Last.FM
英国的网上电台，最近好像对于英国外IP开始收费了。还好有英国IP可以用。



Related posts:Skydur试用小记



Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/01/try-skydur-out.html' rel='bookmark' title='Permanent Link: Skydur试用小记'>Skydur试用小记</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5008995866388592";
google_ad_slot = "3387257388";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

<p>
<span style="color: #ff0000;"><span style="text-decoration: underline;">最后更新2010-02-16</span></span><br />
<strong>这个网页专门收集用Skydur可以使用的，那些由于限制IP或者被禁而不能用的国外优秀的多媒体网站服务。更新不断添加中&#8230;</strong></p>
<ul>
<li>使用美国IP<br />
<a href="http://www.youtube.com">Youtube</a><br />
世界上最流行的视频分享网站。<br />
<a href="http://www.hulu.com">Hulu</a><br />
看正版美剧的好去处，每周基本和美国本土同步更新一些TV show，很多还有字幕。还有很多纪录片和老电影。<br />
<a href="http://www.pandora.com">Pandora</a><br />
几个比较早的网络收音机之一（第一个音乐DNA库就是他们的），输入一个人名，一个类别即可收听。<br />
<a href="http://www.abc.com">ABC</a><br />
ABC电视台，有一些美剧(Grey&#8217;s antonomy, Lost等）。每周更新。<br />
<a href="http://www.fox.com">FOX</a><br />
FOX家出品的美剧有Family Guy, Glee, Lie to me，24等。<br />
<a href="http://www.hbo.com">HBO</a><br />
大名鼎鼎的HBO，不用多说了吧？Sex and City就是他们家的。<br />
<a href="http://www.cbs.com">CBS</a><br />
CSI, Big Bang Theory&#8230;太多了&#8230;.</li>
</ul>
<ul>
<li>使用英国IP<br />
<a href="http://www.bbc.co.uk/iplayer/">BBC iPlayer</a><br />
和美国Hulu一样，都是正版英剧，还带字幕。看Hustle, the Real Hustle, Heroes, Litte Britian的好去处。大部分带字幕。<br />
<a href="http://www.spotify.com">Spotify</a> <span style="color: #ff0000;">强烈推荐!!</span><br />
瑞典的音乐流媒体服务（类似于酷我音乐盒），但是内容是由服务商提供的，正版+广告模式。想听最新的或是找不到的外文音乐专辑就靠她了。需要在客户端里加入自己的代理地址(127.0.0.1:2007)。<br />
<a href="http://www.last.fm">Last.FM</a><br />
英国的网上电台，最近好像对于英国外IP开始收费了。还好有英国IP可以用。</li>
</ul>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/01/try-skydur-out.html' rel='bookmark' title='Permanent Link: Skydur试用小记'>Skydur试用小记</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/w6neTr0bIvizBaXI05rgT3vo3Q8/0/da"><img src="http://feedads.g.doubleclick.net/~a/w6neTr0bIvizBaXI05rgT3vo3Q8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/w6neTr0bIvizBaXI05rgT3vo3Q8/1/da"><img src="http://feedads.g.doubleclick.net/~a/w6neTr0bIvizBaXI05rgT3vo3Q8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/fYudcdovmx4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/02/skydur-services.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/02/skydur-services.html</feedburner:origLink></item>
		<item>
		<title>看看你用哪种手动测试框架</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/5xmV17zxBYk/which-manual-test-framework.html</link>
		<comments>http://blog.systemsthoughts.com/2010/01/which-manual-test-framework.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:03:56 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[测试]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[平台]]></category>
		<category><![CDATA[测试框架]]></category>
		<category><![CDATA[谷歌]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=585</guid>
		<description><![CDATA[今天在Google Testing Blog看到一篇好文,不过看看Google的Tester入职门槛:
C/C++/Java/Python &#8211; Strong
PHP/Perl/Vbscript(??) &#8211; Good
Script language (awk和sed) &#8211; Strong
其实跟Developer差不多了&#8230;不过一般developer可能应聘不上Tester因为他们对开发流程中的测试了解有限。
什么？你说blogspot在国内看不了？我还以为现在机器翻墙都标配了&#8230;. 那我跟着转一下都有几种framework吧。
The Input Domain Framework treats software as an input-output mechanism. Subscribers of this framework think in terms of sets of inputs, rules about which inputs are more important and relationships between inputs, input sequences and outputs. This is a common model in random testing, [...]


Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2008/09/test-specification-vs-test-cases.html' rel='bookmark' title='Permanent Link: Test Specification v.s. Test Cases'>Test Specification v.s. Test Cases</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>今天在Google Testing Blog看到一篇<a href="http://googletesting.blogspot.com/2010/01/interviewing-insights-and-test.html">好文</a>,不过看看Google的Tester入职门槛:<br />
C/C++/Java/Python &#8211; Strong<br />
PHP/Perl/Vbscript(??) &#8211; Good<br />
Script language (awk和sed) &#8211; Strong<br />
其实跟Developer差不多了&#8230;不过一般developer可能应聘不上Tester因为他们对开发流程中的测试了解有限。</p>
<p>什么？你说blogspot在国内看不了？我还以为现在机器翻墙都标配了&#8230;. 那我跟着转一下都有几种framework吧。</p>
<blockquote><p>The <strong>Input Domain Framework</strong> treats software as an input-output mechanism. Subscribers of this framework think in terms of sets of inputs, rules about which inputs are more important and relationships between inputs, input sequences and outputs. This is a common model in random testing, model-based testing and the testing of protocols and APIs. An applicant who uses this framework will talk about which inputs they would use to test a specific application and try to justify why those inputs are important.</p>
<p>The <strong>Divide and Conquer Framework</strong> treats software as a set of features. Subscribers begin by decomposing an app into its features, prioritizing them and then working through that list in order. Often the decomposition is multi-layered creating a bunch of small testing problems out of one very large one. You don&#8217;t test the feature so much as you test its constituent parts. An applicant who uses this framework is less concerned with actual test cases and more concerned with reducing the size of the problem to something manageable.</p>
<p>The <strong>Fishbowl Framework</strong> is a big picture approach to testing in which we manipulate the application while watching and comparing the results. Put the app in a fishbowl, swirl it around in the water and watch what happens. The emphasis is more on the watching and analyzing than it is on exactly how we manipulate the features. An applicant who uses this framework chooses tests that cause visible output and large state changes.</p>
<p>The <strong>Storybook Framework</strong> consists of developing specific scenarios and making sure the software does what is is supposed to do when presented with those scenarios. Stories start with the expected path and work outward. They don&#8217;t always get beyond the expected. This framework tests coherence of behavior more than subtle errors. Applicants who employ this framework often take a user&#8217;s point of view and talk about using the application to get real work done.</p>
<p>The <strong>Pessimists Framework</strong> starts with edge cases. Subscribers test erroneous input, bad data, misconfigured environments and so on. This is a common strategy on mature products where the main paths are well trodden. Applicants who use this framework like to assume that the main paths will get tested naturally as part of normal dev use and dog-fooding and that the testing challenge is concentrated on lower probability scenarios. They are quick to take credit for prior testing, assume its rationality and pound on problematic scenarios. </p></blockquote>
<p>如此看来我比较偏向Pessimists Framework，哈哈，不过我可是绝对的optimist <img src='http://blog.systemsthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2008/09/test-specification-vs-test-cases.html' rel='bookmark' title='Permanent Link: Test Specification v.s. Test Cases'>Test Specification v.s. Test Cases</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/-zJGjWubnW64Zfw0QbHzuHun2yE/0/da"><img src="http://feedads.g.doubleclick.net/~a/-zJGjWubnW64Zfw0QbHzuHun2yE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-zJGjWubnW64Zfw0QbHzuHun2yE/1/da"><img src="http://feedads.g.doubleclick.net/~a/-zJGjWubnW64Zfw0QbHzuHun2yE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/5xmV17zxBYk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/01/which-manual-test-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/01/which-manual-test-framework.html</feedburner:origLink></item>
		<item>
		<title>Skydur试用小记</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/EPXIzo5dXbI/try-skydur-out.html</link>
		<comments>http://blog.systemsthoughts.com/2010/01/try-skydur-out.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 15:44:53 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[尝鲜]]></category>
		<category><![CDATA[bbc iplayer]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[pandora]]></category>
		<category><![CDATA[skydur]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=576</guid>
		<description><![CDATA[



某日偶然从twitter看到有人销售skydur帐号，以解国内翻墙之急。然后简介里写了可以用hulu.com, pandora还有bbc iplayer。三个月16美刀，我觉得还是很合算得。
现在买了一个天天在家看hulu和bbc iplayer，好处就是很多电视剧，电影都是带字幕的。而且有很多纪录片网上下不到。100k/s应该不成问题，有时候能到500多。我觉得如果国内能到这个速度的话，还是挺好的，看youtube上twitter还可以看最新英剧美剧。而且还有一个firefox插件，可以自动配置IE和Firefox，不用打开Firefox控制面板直接在软件里设置就可，非常方便。
国内有同学想买的话我可以帮忙。
更新：能用的服务越来越多了，这16刀花的很超值！详情请参照我另外一贴《Skydur可用服务大全》


Related posts:Skydur可用服务大全



Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/02/skydur-services.html' rel='bookmark' title='Permanent Link: Skydur可用服务大全'>Skydur可用服务大全</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-5008995866388592";
google_ad_slot = "3387257388";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
<a href="http://blog.systemsthoughts.com/wp-content/uploads/2010/01/screenshot.png"><img class="size-medium wp-image-577 alignleft" title="用Skydur看BBC的iPlayer" src="http://blog.systemsthoughts.com/wp-content/uploads/2010/01/screenshot-300x260.png" alt="" width="300" height="260" /></a><br />
某日偶然从twitter看到有人销售skydur帐号，以解国内翻墙之急。然后简介里写了可以用hulu.com, pandora还有bbc iplayer。三个月16美刀，我觉得还是很合算得。</p>
<p>现在买了一个天天在家看hulu和bbc iplayer，好处就是很多电视剧，电影都是带字幕的。而且有很多纪录片网上下不到。100k/s应该不成问题，有时候能到500多。我觉得如果国内能到这个速度的话，还是挺好的，看youtube上twitter还可以看最新英剧美剧。而且还有一个firefox插件，可以自动配置IE和Firefox，不用打开Firefox控制面板直接在软件里设置就可，非常方便。</p>
<p>国内有同学想买的话我可以帮忙。</p>
<p><span style="color: #ff0000;">更新：能用的服务越来越多了，这16刀花的很超值！详情请参照我另外一贴《<a title="Permanent Link: Skydur可用服务大全" rel="bookmark" href="http://blog.systemsthoughts.com/2010/02/skydur-services.html">Skydur可用服务大全</a>》</span></p>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/02/skydur-services.html' rel='bookmark' title='Permanent Link: Skydur可用服务大全'>Skydur可用服务大全</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/FId280IZlCeqhqNxGQRYDqmwT4c/0/da"><img src="http://feedads.g.doubleclick.net/~a/FId280IZlCeqhqNxGQRYDqmwT4c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FId280IZlCeqhqNxGQRYDqmwT4c/1/da"><img src="http://feedads.g.doubleclick.net/~a/FId280IZlCeqhqNxGQRYDqmwT4c/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/EPXIzo5dXbI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/01/try-skydur-out.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/01/try-skydur-out.html</feedburner:origLink></item>
		<item>
		<title>打开web2py的远程访问</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/s4QvZH4LwLE/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html</link>
		<comments>http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 11:05:48 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[小技巧]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[web2py]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=567</guid>
		<description><![CDATA[


今天想把这个搞定，突然发现中文资料少的可怜，所有的文章都是“转载”于一个人，无非就是用Putty里的ssh隧道功能。其实人家说了，必须开https才能远程访问。
运行python web2py.py &#8211;help，参数表中关于ssl的有:
-c SSL_CERTIFICATE, &#8211;ssl_certificate=SSL_CERTIFICATE
file that contains ssl certificate
-k SSL_PRIVATE_KEY, &#8211;ssl_private_key=SSL_PRIVATE_KEY
file that contains ssl private key
看来只要有证书就可以打开ssl连接，参考这篇文章。如果没有其他服务要用这个证书的话，完全可以放在web2py目录里。执行以下命令：
$openssl genrsa -des3 -out server.key 1024
然后输入密码产生一个server.key文件
$ openssl req -new -key server.key -out server.csr
接下来输入一些问题，产生证书，然后就该签名了
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
期间要输入你以前输入的密码。
到这里你就生成了密钥和证书，只要在web2py里把他们载入就可以了。
python web2.py &#8211; -ip=xxx.xxx.xxx.xxx  - -port==xxxx &#8211; -password=***** -c server.crt -k server.key
启动后还会问你密钥密码，然后从浏览器里访问https://ip:port/就成了。web2py真强大！


Related posts:在Google App Engine SDK里运行web2py
Python 2.6.2 subprocess在linux下不能传递参数的处理
给Squid添加密码验证



Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html' rel='bookmark' title='Permanent Link: 在Google App Engine SDK里运行web2py'>在Google App Engine SDK里运行web2py</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/11/python-262-subprocess%e5%9c%a8linux%e4%b8%8b%e4%b8%8d%e8%83%bd%e4%bc%a0%e9%80%92%e5%8f%82%e6%95%b0%e7%9a%84%e5%a4%84%e7%90%86.html' rel='bookmark' title='Permanent Link: Python 2.6.2 subprocess在linux下不能传递参数的处理'>Python 2.6.2 subprocess在linux下不能传递参数的处理</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/02/%e7%bb%99squid%e6%b7%bb%e5%8a%a0%e5%af%86%e7%a0%81%e9%aa%8c%e8%af%81.html' rel='bookmark' title='Permanent Link: 给Squid添加密码验证'>给Squid添加密码验证</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-5008995866388592";
google_ad_slot = "3387257388";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
今天想把这个搞定，突然发现中文资料少的可怜，所有的文章都是“转载”于一个人，无非就是用Putty里的ssh隧道功能。其实人家说了，必须开https才能远程访问。</p>
<p>运行python web2py.py &#8211;help，参数表中关于ssl的有:</p>
<div class="codesnip-container" >-c SSL_CERTIFICATE, &#8211;ssl_certificate=SSL_CERTIFICATE<br />
file that contains ssl certificate<br />
-k SSL_PRIVATE_KEY, &#8211;ssl_private_key=SSL_PRIVATE_KEY<br />
file that contains ssl private key</div>
<p>看来只要有证书就可以打开ssl连接，参考这篇<a href="http://blog.i4pace.net/frog/user/Teru/article/2009-04-06/72">文章</a>。如果没有其他服务要用这个证书的话，完全可以放在web2py目录里。执行以下命令：</p>
<div class="codesnip-container" >$openssl genrsa -des3 -out server.key 1024<br />
然后输入密码产生一个server.key文件<br />
$ openssl req -new -key server.key -out server.csr<br />
接下来输入一些问题，产生证书，然后就该签名了<br />
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt<br />
期间要输入你以前输入的密码。<br />
到这里你就生成了密钥和证书，只要在web2py里把他们载入就可以了。</div>
<p>python web2.py &#8211; -ip=xxx.xxx.xxx.xxx  - -port==xxxx &#8211; -password=***** -c server.crt -k server.key<br />
启动后还会问你密钥密码，然后从浏览器里访问https://ip:port/就成了。web2py真强大！</p>


<p>Related posts:<ol><li><a href='http://blog.systemsthoughts.com/2010/03/web2py-problem-in-google-app-engine-sdk.html' rel='bookmark' title='Permanent Link: 在Google App Engine SDK里运行web2py'>在Google App Engine SDK里运行web2py</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/11/python-262-subprocess%e5%9c%a8linux%e4%b8%8b%e4%b8%8d%e8%83%bd%e4%bc%a0%e9%80%92%e5%8f%82%e6%95%b0%e7%9a%84%e5%a4%84%e7%90%86.html' rel='bookmark' title='Permanent Link: Python 2.6.2 subprocess在linux下不能传递参数的处理'>Python 2.6.2 subprocess在linux下不能传递参数的处理</a></li>
<li><a href='http://blog.systemsthoughts.com/2009/02/%e7%bb%99squid%e6%b7%bb%e5%8a%a0%e5%af%86%e7%a0%81%e9%aa%8c%e8%af%81.html' rel='bookmark' title='Permanent Link: 给Squid添加密码验证'>给Squid添加密码验证</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/Y6PvgPWxjRYhzxjlnlpy83VzOIM/0/da"><img src="http://feedads.g.doubleclick.net/~a/Y6PvgPWxjRYhzxjlnlpy83VzOIM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Y6PvgPWxjRYhzxjlnlpy83VzOIM/1/da"><img src="http://feedads.g.doubleclick.net/~a/Y6PvgPWxjRYhzxjlnlpy83VzOIM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/s4QvZH4LwLE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/01/%e6%89%93%e5%bc%80web2py%e7%9a%84%e8%bf%9c%e7%a8%8b%e8%ae%bf%e9%97%ae.html</feedburner:origLink></item>
		<item>
		<title>Web UI vs Desktop UI</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/xSC42K8FAuY/web-ui-vs-desktop-ui.html</link>
		<comments>http://blog.systemsthoughts.com/2010/01/web-ui-vs-desktop-ui.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 16:04:01 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[想法]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[web framework]]></category>
		<category><![CDATA[界面开发]]></category>
		<category><![CDATA[程序开发]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=555</guid>
		<description><![CDATA[好几次为了给自己的Python脚本选择UI framework浪费了大量的时间，直到有一天看到Google为他的Product Package做的Updater，界面感觉很像一个典型Google网页，莫非&#8230;.
为什么早点没想到，其实用Web控件做桌面程序界面有何不可呢？只要给自己的程序带一个小的web server，到时候还可以顺便加上远程控制的功能。
测试的话，现在网站测试测试工具(黑白盒)其实比桌面端多。


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>好几次为了给自己的Python脚本选择UI framework浪费了大量的时间，直到有一天看到Google为他的Product Package做的Updater，界面感觉很像一个典型Google网页，莫非&#8230;.</p>
<div id="attachment_556" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.systemsthoughts.com/wp-content/uploads/2010/01/google-updater.png"><img class="size-medium wp-image-556" title="google-updater" src="http://blog.systemsthoughts.com/wp-content/uploads/2010/01/google-updater-300x227.png" alt="Google Updater" width="300" height="227" /></a><p class="wp-caption-text">Google Updater</p></div>
<p>为什么早点没想到，其实用Web控件做桌面程序界面有何不可呢？只要给自己的程序带一个小的web server，到时候还可以顺便加上远程控制的功能。<br />
测试的话，现在网站测试测试工具(黑白盒)其实比桌面端多。</p>


<p>No related posts.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/mBNs3k-y3o7oVwO5ipg4f2zkGwg/0/da"><img src="http://feedads.g.doubleclick.net/~a/mBNs3k-y3o7oVwO5ipg4f2zkGwg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mBNs3k-y3o7oVwO5ipg4f2zkGwg/1/da"><img src="http://feedads.g.doubleclick.net/~a/mBNs3k-y3o7oVwO5ipg4f2zkGwg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/xSC42K8FAuY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/01/web-ui-vs-desktop-ui.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/01/web-ui-vs-desktop-ui.html</feedburner:origLink></item>
		<item>
		<title>GPRS Settings for tele2 with bluetooth phone</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/3v8om-j8Jgk/gprs-settings-for-tele2-with-bluetooth-phone.html</link>
		<comments>http://blog.systemsthoughts.com/2010/01/gprs-settings-for-tele2-with-bluetooth-phone.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 16:00:46 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[gprs]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[tele2]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=544</guid>
		<description><![CDATA[


It took me quite some time to figure out how to get the gprs internet connection via a bluetooth phone, i think it applies for all the gprs connections that require a proper APN value. Basically what you need to do is to go to device manager, check out your bluetooth modem properties, add
AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;internet.tele2.se&#8221;
into the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-5008995866388592";
google_ad_slot = "3387257388";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
It took me quite some time to figure out how to get the gprs internet connection via a bluetooth phone, i think it applies for all the gprs connections that require a proper APN value. Basically what you need to do is to go to device manager, check out your bluetooth modem properties, add</p>
<div class="codesnip-container" >AT+CGDCONT=1,&#8221;IP&#8221;,&#8221;internet.tele2.se&#8221;</div>
<p>into the extra initialization command field. (For providers other than Tele2, replace &#8220;internet.tele2.se&#8221; with the corresponding server address.</p>


<p>No related posts.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/3SGn0DpH8vFMEqI7VQs-0vG2754/0/da"><img src="http://feedads.g.doubleclick.net/~a/3SGn0DpH8vFMEqI7VQs-0vG2754/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3SGn0DpH8vFMEqI7VQs-0vG2754/1/da"><img src="http://feedads.g.doubleclick.net/~a/3SGn0DpH8vFMEqI7VQs-0vG2754/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/3v8om-j8Jgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/01/gprs-settings-for-tele2-with-bluetooth-phone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/01/gprs-settings-for-tele2-with-bluetooth-phone.html</feedburner:origLink></item>
		<item>
		<title>Google Reader的替代品-Feedly</title>
		<link>http://feedproxy.google.com/~r/SystemsThoughts/~3/vN7_C0m-y-U/google-reader%e7%9a%84%e6%9b%bf%e4%bb%a3%e5%93%81-feedly.html</link>
		<comments>http://blog.systemsthoughts.com/2010/01/google-reader%e7%9a%84%e6%9b%bf%e4%bb%a3%e5%93%81-feedly.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 10:38:47 +0000</pubDate>
		<dc:creator>linuxcity</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[feedly]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[新网站]]></category>

		<guid isPermaLink="false">http://blog.systemsthoughts.com/?p=553</guid>
		<description><![CDATA[用Feedly也有一段时间了，总体而言是越来越喜欢，中文介绍的文章有很多，我说说自己的感受吧。我订阅的源有100来个，每天也差不多看这么多数字的文章。
1.在Netbook上表现欠佳。因为是纯Javascript的原因吧，可是我用Chrome在Linux上感觉还是明显便慢。
2.快捷键有待改进。读完一个文章按Esc不能把文章设为read，必须要点击最右上角的&#8221;Mark as read and hide&#8221;。不然的话一直都会在页面里待着。
3.算法有问题。似乎不是按我的兴趣，而是偏重更新量和频率。
4.有时候不能发起Google Reader Conversation.
5.看朋友的Shared articles不是那么方便。
不过总体而言还是一个比较有新意的Feed Reader的，值得试一试。


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>用Feedly也有一段时间了，总体而言是越来越喜欢，中文介绍的文章有很多，我说说自己的感受吧。我订阅的源有100来个，每天也差不多看这么多数字的文章。</p>
<p>1.在Netbook上表现欠佳。因为是纯Javascript的原因吧，可是我用Chrome在Linux上感觉还是明显便慢。</p>
<p>2.快捷键有待改进。读完一个文章按Esc不能把文章设为read，必须要点击最右上角的&#8221;Mark as read and hide&#8221;。不然的话一直都会在页面里待着。</p>
<p>3.算法有问题。似乎不是按我的兴趣，而是偏重更新量和频率。</p>
<p>4.有时候不能发起Google Reader Conversation.</p>
<p>5.看朋友的Shared articles不是那么方便。</p>
<p>不过总体而言还是一个比较有新意的Feed Reader的，值得试一试。</p>


<p>No related posts.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/hG3UHK6l0l_9mGvvCPOWp2zxIP8/0/da"><img src="http://feedads.g.doubleclick.net/~a/hG3UHK6l0l_9mGvvCPOWp2zxIP8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hG3UHK6l0l_9mGvvCPOWp2zxIP8/1/da"><img src="http://feedads.g.doubleclick.net/~a/hG3UHK6l0l_9mGvvCPOWp2zxIP8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SystemsThoughts/~4/vN7_C0m-y-U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.systemsthoughts.com/2010/01/google-reader%e7%9a%84%e6%9b%bf%e4%bb%a3%e5%93%81-feedly.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.systemsthoughts.com/2010/01/google-reader%e7%9a%84%e6%9b%bf%e4%bb%a3%e5%93%81-feedly.html</feedburner:origLink></item>
	</channel>
</rss>
