﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>热风CG工作室 &#187; 文章日志</title>
	<atom:link href="http://www.gpbeta.com/post/category/article/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gpbeta.com</link>
	<description>&#160;&#160;&#160;&#160;希望借助妳的力量...重建这个童话世界...</description>
	<lastBuildDate>Sun, 08 Jan 2012 12:11:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>在开发路上的那些感触</title>
		<link>http://www.gpbeta.com/post/article/memories_of_development/</link>
		<comments>http://www.gpbeta.com/post/article/memories_of_development/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 03:29:38 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[开发]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=818</guid>
		<description><![CDATA[&#160; &#160; 不知道&#34;开发&#34;这个词用在自己身上是否真的合适,毕竟写的都是些小程序什么的&#8230;&#8230;但是,&#34;写一些不曾有过的,别人最需要的程序&#34;却是我每一次运行开发环境进行程序撰写的目的以及动力. Hello World &#160; &#160; 首次了解编程的应该是在大学一年级的&#60;高级程序语言&#62;这门课上吧,教的是C++&#8230;虽然首次接触的是初中时借的&#60;Delphi入门教程&#62;,但是那时候看到变量的章节就已经完全不知所以然了(可能这就是所谓的智商限制&#8230;XD).直到现在大学下学期了,虽然这门课早就上完了,可我还依然执着,而且书也从来是那本&#60;C++程序设计&#62;,也只有这一本.不是我不想多看些别的书本,只是懒得去图书馆借,而且从头开始看一本上貌似要花上很多时间~ 缺点 &#160; &#160; 不得不说的,是我在开发时的缺点&#8230;.. 先拿开发环境来说吧,自从用上了CodeBlocks之后,就不想再试试别的开发环境了,有时候不得已要用到VC++编译器的时候,也只是用CB导入一下VCProject就算了.当然了,这肯定会弄出很多不兼容的问题,然后又要手动修正一下什么的&#8230;虽然有点麻烦,但是我比起打开VS而更乐于这样做. 从不DEBUG.不是说从来都不找bug,只是从来没有编译过一个debug版本的程序,因为看着那庞大的二进制代码整个人都会变得不自在.遇到程序出错的时候,用MessageBox或者printf就忽悠过去了. 在简单的语句上斟酌很久.通常会为了一个 性能-便捷 的问题上想很久,哪怕是多加一个if语句,因为我总是认为,一个正确的算法是不应该有太多判断语句的,它是符合基本逻辑的,而不应该用穷举思维去考虑. 开始了就暂停不下来.如果自己开始了一个项目就不想停下来做别的东西/想别的事情,就连上课也是拿着铅笔在边画边想开发的事情. 道路 &#160; &#160; 记得发布第一个有实用价值的程序是 龙之谷PAK打包器 ,这个程序并不是我写的,我只负责移植部分,然而用户的热烈反应以及出现盗用问题使我开始对开发小程序增加了不少信心~之后又尝试自己啃下了FBX的SDK,写下了 龙之谷MSH转换器 ,虽然编写程序花的时间很长,但是用户反应远没有打包器热烈.尽管这样,还是坚持着在春节时又写了一个 龙之谷EXT编辑器 ,之后又因为影响游戏性问题而停止发布了&#8230;&#8230; &#160; &#160; 直到最近,BiliBili上的字幕君涌现,各种神弹幕大获观众好评.于是便有了写一个 桌面弹幕播放器 的想法.基于前面的&#34;冷门开发&#34;教训,这次我选择了在开发前期先发布一个演示视频,看看观众反应如何再决定是否继续开发下去.令人欣慰的是,演示视频获得了不少好评. &#160; &#160; 然而,当我怀揣着希望地等待发布的周一,却又给了我一个沉重的打击&#8211;全天点击量不足100人&#8230;带着沉重的心情,还是厚着面皮去顶自己的视频&#8230;终于在周五看到了一点起色,视频的点击数开始上去了~虽然很多关于程序这样那样的问题,但是我还是很高兴能够有人提问&#8230;&#8230;就这样到了周日,演示视频石沉大海,这也给这次开发的程序的用户数一锤定音了~ 感触 &#160; &#160; 我不知道别人是怀着何种心情去开发/撰写程序的,当面对一个&#34;不知道是否会有用户&#34;的项目的时候&#8230;&#8230; &#160; &#160; 我并不是那种所谓的&#34;程序狂人&#34;,只要对着代码就能多么开心多么一本满足的那种&#8230;毕竟我的脑子不算太好使,智商也不算高,高中数学也几乎没有及格过.Orz所以开发能力有点低下.但是,写程序时,每当想到这个程序最终能带给多少人方便或欢笑,那是一种多么振奋人心的动力啊~给了我勇气去克服这样那样的困难&#8230;&#8230;. &#160; &#160; 然而,理想多么美好也是徒劳吧.在我看来,一个程序的价值,并不在于它本身设计有多么巧妙,有多么复杂,有多么华丽&#8230;虽然说,编程是一门艺术,但是程序本身不是一件艺术品,实现它自身价值的还是使用性.所以,一个没有人使用/没有需求的软件是没有存在价值的~ &#160; &#160; 是否继续开发?我也不清楚&#8230;经过这几次的开发经历,我貌似得到了这样的结论: &#160; &#160; 自己不但不适合写程序,也不适合开发程序. &#160; &#160; 既然如此,还不如及早收手,抽多点时间去画画,去建模&#8230;去做这类不需要观众也能自娱自乐的事情&#8230;&#]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/memories_of_development/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>[有感]我和爱妻的那点事&#8230;</title>
		<link>http://www.gpbeta.com/post/article/i7-and-me/</link>
		<comments>http://www.gpbeta.com/post/article/i7-and-me/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:46:48 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[i7娘]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=592</guid>
		<description><![CDATA[谨以此文献给那些热爱自己的计算姬(机)和被计算姬(机)爱着的人们~]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/i7-and-me/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>时空跃迁完成,成功升级到WordPress3.0!</title>
		<link>http://www.gpbeta.com/post/article/upgrade-to-wp3/</link>
		<comments>http://www.gpbeta.com/post/article/upgrade-to-wp3/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 03:14:38 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=587</guid>
		<description><![CDATA[趁着期末考试,英语最后一科的前几天空闲时间,顺手把WordPress升级到3.0版了.<br />
WP3貌似发布都有一段时间了,不过一直都以&#34;没有中文版&#34;的理由一推再推了,而且鉴于本人健忘症LV-5,WP哪个文件修改了那些内容咱是完全记不得了,所以必须找段空余时间来慢慢从新整理了]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/upgrade-to-wp3/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>[哔--]网站复活了&#8230;ORZ</title>
		<link>http://www.gpbeta.com/post/article/web-recovery/</link>
		<comments>http://www.gpbeta.com/post/article/web-recovery/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 04:11:04 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[备案]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=561</guid>
		<description><![CDATA[呃...真不能不佩服一下有关部门的办事效率...先不说撤销了我的备案不通知我一下,最令我惊讶的是重新备案居然需要3个月...核实个身份真的有那么麻烦么?!]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/web-recovery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>200⑨再见,20①0新年快乐!^_^</title>
		<link>http://www.gpbeta.com/post/article/see_you_cirno_year/</link>
		<comments>http://www.gpbeta.com/post/article/see_you_cirno_year/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:00:47 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[Daily]]></category>
		<category><![CDATA[新年]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=554</guid>
		<description><![CDATA[眨眼间又要迎来新的一年了~2010年新一年的到来意味着什么?当然是意味着2012不远了~(众人:PIA!~星空上一多了一颗明星...嗯~)....呃..好吧...我自重]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/see_you_cirno_year/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>再见了!广州.</title>
		<link>http://www.gpbeta.com/post/article/say-good-bye-to-gz/</link>
		<comments>http://www.gpbeta.com/post/article/say-good-bye-to-gz/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 12:56:32 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[Daily]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=508</guid>
		<description><![CDATA[大家,看见这篇日志的时候,我可能已经离开了...广州.
9.5号就是我到某杯具大学某寂寞专业报道的日子了...虽然对新的生活抱着不少期待,但是想到没能留在广州,实在怎样也高兴不起来...以后就要一个人生活在离广州n公里外的城市]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/say-good-bye-to-gz/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>兴奋!更换了博客的新主题~</title>
		<link>http://www.gpbeta.com/post/article/change-theme-of-blog/</link>
		<comments>http://www.gpbeta.com/post/article/change-theme-of-blog/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 18:21:06 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[Daily]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=432</guid>
		<description><![CDATA[由于某包对博客的dark theme主题作出毫无理由的抨击,导致本人对自己什么的怀疑,于是换了一下主题~(还狡辩?明明是自己想换了...orz)]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/change-theme-of-blog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>高考==&gt;结束</title>
		<link>http://www.gpbeta.com/post/article/see-you-ncee/</link>
		<comments>http://www.gpbeta.com/post/article/see-you-ncee/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 12:51:49 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[高考]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=48</guid>
		<description><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="/wp-content/gallery/title/ncee-bye-bye.png" alt="" /></p>
]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/see-you-ncee/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>再见了~贫穷!=w=希捷250G返修失败的战利品&#8230;</title>
		<link>http://www.gpbeta.com/post/article/the-return-of-my-hard-disk/</link>
		<comments>http://www.gpbeta.com/post/article/the-return-of-my-hard-disk/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:55:05 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[Daily]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=47</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; 很久没有写点东西了...话说我的希捷250G硬盘经过多次自行修复坏道无效.终于拿去电脑城换了...</p>
]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/the-return-of-my-hard-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maya 7 For Linux试用手记</title>
		<link>http://www.gpbeta.com/post/article/maya-on-ubuntu/</link>
		<comments>http://www.gpbeta.com/post/article/maya-on-ubuntu/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 15:22:06 +0000</pubDate>
		<dc:creator>GPBeta</dc:creator>
				<category><![CDATA[文章日志]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.gpbeta.com/?p=45</guid>
		<description><![CDATA[<p style="text-align: center;"><img alt="" src="http://www.gpbeta.com/upload/maya-on-ubuntu.png" /></p><p>&#160;&#160;&#160;&#160; 本来打算在新装的OpenSuse11.0上尝试Maya7的使用,可是Suse没有提供显卡驱动的安装包(只提供了一键安装,其实还是Nvidia官方 封装驱动orz...),而且我的Audigy2ZS虽然安装正确却发声不能...想到Ubuntu对软件驱动更新的完善支持,Maya7的测试还是转移 到Ubuntu的Linux平台上了.</p>
]]></description>
		<wfw:commentRss>http://www.gpbeta.com/post/article/maya-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

