Sha 的个人资料wang's space照片日志列表更多 ![]() | 帮助 |
|
|
5月9日 放假了听起来很不错,但事实上是一点也没轻松。考完最后一科ssa抓紧时间跳入泳池游了1000+米,然后直奔com1 overnight。大家都觉得我们彻底没救了,假期熬夜的频率比上课时还高。没办法,一个山寨的团队要把一个山寨的东西放到一个山寨的平台上,任重而道远~ 这么多专业的人都对山寨市场感兴趣,看来主席当年的人口战术真是造福子孙。 往返于油池和com1之余还得收拾行李搬家。本来是可以住原来的寝室,但为了强迫自己仍掉不用的东西,还是换了一个block。三箱书,两箱衣服,一大堆预科无聊时买的东西。行李轻了不少,心里感觉也很爽,but I still need some guys to help when I move to RVR next sem~~ 林希,明天就去美国,开始她早上ice cream 晚上 svn+skype 的生活了,enjoy it! YM的牙,忍了那么久,还是治了吧。我都有一颗烤瓷,没啥丢脸的 =P ZC,看样子假期会是另一个reading week。不过感觉他的睡眠系统已经历练出来了,走上了一条不归路...... 四川,离上次大地震快一年了。存活下来的人都好好的,"英雄猪"也没得流感。真的很佩服老家无穷的生命力,只要震不散龙七对,四川就不会跨! 诶,发现写中文的速度回到小学写作文的级别了,有空还是要多练字。 {今天收东西时发现毛笔被蚂蚁啃了 =( }5月1日 Talking about YouTube - LOVE STORY (Taylor Swift) meets VIVA LA VIDA (Coldplay) - Piano Cello - ...4月15日 CS3216 Final wordIt is so encouraging to read people’s final blog. Everybody learns A LOT from this course. Still remember the sentence Prof Ben told us in the first lecture? What does not kill you makes you stronger. Now, we all survived and we all did a fabulous job in delivering the application. Congrats! The same as cs1101s, Prof Ben’s last lecture is always the best lecture, cause it is not rocket science but LIFE.
What have we learnt?1. HTML, PHP, CSS, Ajax, ActionScript, SQL, Mysql, Flex, Microsoft Visual Studio, WPF Four month ago, I knew absolutely nothing about them. Now I can use them to create something. The more important thing behind these acronyms is the courage and ability to learn new things. It dose not matter how experienced you are in programming. For everything that you need to learn, just learn it. It’s no big deal. 2. Project plan and teamwork For the first project, my team did not deploy a fully functional application because we did not plan well in advance. Our dream was too big while our ability and time was very limited. Nevertheless, we learnt from that and applied the lesson to our final project. Entity, bean, service, logic layer, presentation layer, seems we have already covered many topic of my future courses. After a proper plan, execution is the key step to GET THINGS DONE. Here, I must thanks my dearest team members. Without you, I could do nothing. It’s all right we are all freshmen. It’s also OK none of us knows anything about web programming. No matter how steep the learning curve could be, we can conquer that for sure. 3. Networking or fluffy For every problem I could not Google a solution, we will try every possible way for help. Tutor, senior, PHD, friends, maybe the next call will give you some clue towards the solution. Actually, Zheng Yang, the person who contributed a lot effort in our project, was met in accident. I just explained the problem and did not expect any breaking idea. Later, it turned out that he became an unofficial team member and stayed overnight with us for many days. Don’t believe? It’s true. Despite the people around us, those who are far away in China also offer lots help. Xiaonei engineers were very kind and help during the authorization and post-authorization of our application. For some xiaonei bugs we reported, they solved them very quickly. The same as our application, xiaonei platform is still young. There may exist some problems but things are getting better day-by-day. Here I also want to thank our twelve thousands users for trying My Campus. The application itself is still very basic. We have many plans for it and we need more time to implement them. For the 3000 universities that do not in our application for now, we will add them once we finish our final exams. All in all, networking is not that hard. Computer science students can do it well. The only thing to remember is to make friends with your boss, make friends with your clients and be sincere. How do we a difference?We make a difference on ourselves. One sentence I said in the first lecture was “ I know nothing now but I hope I can make something when I finish this course.” I fulfill my wish and I believe everybody shares the same feeling with me. We make a difference on some one around us. It is very encouraging to hear form my friends that they wish to take this course given that they already know how many times we saw the sunrise while doing the project. Everything is possible. All you need is a little bit courage and effort. Don’t workAgree, and one more sentence, don’t study. When I was taking the theory test for my driving license, everybody in my testing group majored in management except me. Does China really have so many people to manage? Some parents would be very proud if their children study a popular major but what is the point in that? Can law, medicine, bioengineering guarantees a happy life? Some of my juniors are still worrying about course difficulty, teaching quality, job opportunity and average salary when choosing a major. Actually, they do not need to care about those figures unless they admit they are mediocre. There is always a choice,And you don’t know what comes next. For the final project pitching party, I did not prepare anything to pitch initially. However, on the spot, I caught the gut to introduce Xiaonei platform and it turned out to be a very popular topic on that day. What’s more surprising. It gave birth to my first business in life. My tutor was a little bit worried because the contract is due at the same time with my final exam. It’s OK. I can handle that and I really don’t know what will come next. Final wordsGreat thanks to Prof Ben, CS3216 tutors, CS3216 students, Zheng Yang, Feng Xuanti, Su Zhan, James, Chun Lin, Zi Han, Xiaonei development team, My Campus users and who help us throughout the whole process. 3月14日 The learning curveWhat if this lecture was held when the semester just started? Would it be helpful for our first assignment? The answer is yes; at least our code would be more organized. But I feel this kind of skill can only be learnt through experience or failure. Once you know the pain, you start to avoid that. When we were reflecting on our fish project, we could see the consequence of not obeying some of the software engineering principles. We did not have a folder structure, so it became very messy when the number of files increased. For the coding part, we did not write comment as a habit, which may be hard for others (yourself as well) to read your code and debug. Another problem was the division of job and workload. Designers could be very busy at the start but had nothing to do near the end. For programmers, each person was working on a certain part i.e. database, facebook api. There was no overlapping of jobs and it became very hard to us to help each other. These were the main problems of our first assignment. I do not know how many of them could be avoided if we learn software engineering in the first hand. One of my friends said that you can never fully appreciate the software engineering unless you dirty your hand. I agree. It might be a good idea to teach us these things after we have some experience. Otherwise the lecture could be forgotten quickly. So what do we learn? Abstraction, modularity… Apart form the basic rules in coding; we overlap each other’s job to minimize errors and debugging time. Before we start coding, we spent a LOT time in designing modules, database schema, logic flow. It is hard. Now, I can preview the pain of the coming CVWO project. =0 But once everybody is clear about the process, life becomes much easier. =P For scrum, it is useful for us to estimate the process. But sometimes, it is hard for us to estimate the workload cause we do not know how much time it takes to learn. Different from normal projects that milestones are cleared quickly at the beginning, our group has to spend much effort in learning. So it is slow at first and speed up later. These are the things we learnt from our experience and the lecture. Still very naïve, but we are trying our best to get smarter. =)
3月7日 GetHelp revisited User Study?
I have done a lot case studies since our group started brainstorming our final project. Several weeks before, I said that there were no any apps like Graffiti in xiaonei and it would be successful if some one translates the app to Chinese. However, I was wrong. There do exist several similar applications, most of which are more technically advanced than Graffiti. One of them can even function as an online version of adobe Photoshop. But nobody use these app. I tried to think hard about the reason. User interface? User interaction? Although they are not as good as Graffiti, none of them could explain the one digit of monthly active user. Later, I was convinced the problem is that developers did not study their user properly. Xiaonei has a very special group of user than facebook. Major xiaonei users are between 18-25 years old. They are either university students or workers. This group of people share some common characteristics: don’t like to think very hard when playing a game, want to have some reward of every mouth-click, eager to show their profile/personality. Understanding the user can help explain some phenomena unique to xiaonei. Some people use xiaonei as frequent as msn and check the news feed every several minutes. Some will go through all the applications every time they login to xiaonei. Some will check their rank among their friends in every application before they sleep and make sure they are among the top five. According to this logic, it is not hard to understand why Graffiti-like application could not succeed. Also, apps like Geo-challenge that require some sort of thinking might not be very popular. One app that has many users in one platform does not necessary mean it will be welcomed in another platform. Why? Users are different. There are so many SNSs in the Internet. Even in China, several SNSs co-exist and they are all have a large user base. So the great idea of develop one and deploy to all may not always work. =( Let’s review the GetHelp. For me, version 3 is much better than the first version. The page is neat, color is calm, the smiley face is cute and the form is straightforward. Also the tabs are reduced to three with the graphs replaced by pure text. Compare to the colorful older version, I definite like the new one. However, when I ask my friends to comment about the two versions, some girls said they prefer the first version because they think the newer one is too formal. Here, I am not going to discuss more about the user interface. I just want to point out that there is no way to build an app that suits everybody’s taste. What can be done is to identify the characteristic of the largest user group and make them happy. To some degree, writing an application is very much like lunching a new product. Before that, you have to do all the market research. However, on top of all, the most important thing is the functionality. If the application is really useful, users won’t be too particular about the interface. From this point, GetHelp has improved a lot from the previous version. Some suggestions: 1. When I fill in the form, I want to choose a category the help message belongs to. After I select a category, the application will generate a list of suggested friends who are good at that area. I just need to select among them and send the message. 2. Add one more parameter to show users’ status: I am willing to offer help. I am so sad. I need you. Sorry, I am too busy to help. Urgent! Help! (red color) Sometimes, the task doesn’t require any special skills but take some time to do. And this makes it easier for callers to target their users and get a response more quickly. It is also easy for helpers to filter out the most urgent call. Some bugs: 1.when I offer help with empty message. The help is still sent successfully. One last word: Sorry lah Huihui. This blog is finished across three weeks and the logic may be discontinuous. There might be some repeated ideas also. Ask me if you don’t know what I am talking about. =P
2月16日 ca3216-5 CaseStudy:Get Help!
Home Page Analysis: At first glance, the home page looks ok. The only minor problem is there are too many colors in the canvas. A little bit messy and don’t know where to focus. Another point is the “Call for help” button which is supposed to locate at the bottom part of the page, so that users can fill all the details can submit. The “SMS” checkbox looks very interesting, but I wonder the user can actually send a call-for-help message to friends through sms. If so, there should be a <fb:friend-selector/>. In tab bar, the “Profile” tab is highlighted. This is somewhat misleading, cause normally the homepage tab should be the first item and the content should be something like “Home” or “Make a call”. Overall, the font choice and size is neat and user-friendly. Also, it is a very good idea to categorize the help messages (e.g. IT, English) and build a specific page for , so that they can be targeted by helpers more efficiently. In this way helpers and helpees could form a community according different area of interest.
Overview Page Analysis This page looks ok except the tab bar. The layout is different from the home page with no tab highlighted. The “Help him” and “Refer a friend” buttons are too big and might distract user’s attention to the actual content of help message. Also, to be consistent with the “Project Page”, there should be a button called “Wish her luck!”
Project Page Analysis
For the privacy issue, user can indicate whether the message should be hidden from a specific person. I don’t know how the developers handle the situation when the indicated person visit this page.
Statistics Page Analysis Tab bar has the same problem as mentioned above. It could be a good idea to indicate each person’s field of interest to promote the efficiency of the whole process. Invite Page Analysis I can not see the content of invite page, but this page is of crucial importance. In order for the users to get quick response, this app needs a large amount of users. And each user should get some kinds of reward when they refer a friend or invite a friend to join. Conclusion Generally, I like the idea of this application. It’s simple, user-generate-content. The smartest idea is to allow you to outsource your friends and social-network with your friends’ friends. It gathers people with a common interest. Useful app!
2月14日 cs3216-4 It's good to pitch ^_^The piching party was very fun. Initially, I did not prepare anything to pitch. However, after hearing so many interesting ideas, I was triggered to share the joke that I made one week ago ¾¾ copy Graffiti to Xiaonei. When I was doing the facebook seminar, I mentioned to my friends that xiaonei users would like this app. Later, my friend went to check and make sure that no such an application exists in xiaonei. Then, I just treated the whole thing as a story until today's pitching session.
Unexpectedly, people are very interested in this issue. So let's analyze xiaonei seriously. Facebook was founded in 2004 and I remember one of my friends predicted that if someone copy it into a Chinese version, it will be a huge success. Two years later, his prediction became true. But xiaonei's success is not merely based on copying things. In fact, xiaonei did a very bad job in copying the APIs. The current set of APIs is very limited compared to facebook. auth.createToken auth.getSession users.getInfo(updated) users.getLoggedInUser users.isAppAdded profile.getXNML profile.setXNML friends.get (new) friends.getFriends friends.areFriends friends.getAppUsers friends.getAppFriends(new) feed.publishTemplatizedAction(beta) notifications.send (new) invitations.getOsInfo admin.getAllocation You may notice that, it is really limited. But the good/evil thing about xiaonei is that it has APIs that charge money. =P pay.regOrder pay.isCompleted pay4Test.regOrder(new) pay4Test.isCompleted(new) XNML(FBML): xn:name xn:profile-pic xn:networklink xn:is-in-network xn:if-is-app-user xn:if-is-friends-with-viewer xn:if-is-user xn:iframe xn:swf xn:if xn:else xn:multi-friend-selector xn:invite-form xnjs: xn:js-string Others: xn:title xn:redirect xn:if-online xn:talk-to xn:ggad As you can see, the resources available to developers are really limited and xiaonei apps generally don't have a very good user interface. But people still like to play. Reasons? First, xiaonei is new and people like to explore new things. Xiaonei users will go through the list of applications and try whatever that catches attention. Second, the number of applications in is not very big. Users don't suffer from information overflow. They will regularly check the newly released apps which is not likely to happen in facebook. Third, the target group of user is college/university students. They are free and active. Moving forward, the company that bought xiaonei is going to lauch a branch of SNS, targeting different group of users. Kaixin is another copy of xiaonei focus on office workers. And, surprisingly, there are only 18 applications in Kaixin! Personally, I feel Kaixin has a bigger business potential than xiaonei. Xiaonei is young, naive and full of gossip. Many of my friends that graduated from university also drop their xiaonei accounts. Strictly speaking, xiaonei is a place for fun, not serious social networking. There is no way to build your profile in xiaonei, but, I think, it's possible to do it in Kaixin. That's the rough situation of Chinese SNS, new and growing fast. It is really a good opportunity and I welcome everybody that has interest in it to join us. =) The pitching party is fun and full of exciting ideas. Thanks Janus and his delicious food. He is really the Caption Cook. Thanks Kok wee for the organization, logistic and photographing. Thanks Prof Ben to bring the industry fellows and seniors. I get to know many smart people through this course. Happy Valentine's Day. =P 2月3日 Cs3216-3 What’s really good and what’s not so goodXiaonei Profile page template. People can use money to buy that.
Customized xiaonei profile page.
There are lots of things to learn from yesterday’s seminar, presentation skills (fluffy), app design and case analysis. I want to thanks my team members for all the interesting ideas in our presentation: sketch of our Ev*l Prof and Able’s brilliant comic. Other groups did very good jobs also which teach me many things that can’t be learned somewhere else. Elven Blood I am not a gamer, so I am not particular interested in this kinds of Role Playing Game. Several things about this app really draw my attention. First, it is a social game which incorporates lots of user interaction. A very smart design about this game is that each player is dependent on others to proceed the story so that the amount of user goes up very quickly. Another success strategy Elven Blood adopted is Blood.NET, a separate platform for advertisers. Those advertisements are embedded in the game smoothly without offending the players. However, given all the good ideas mentioned above Elven Blood also suffered from huge user loss within a month. The problem here is that designer couldn’t catch up with the players. That’s why I am very keen on the idea that developers create a platform and let the users fill the content. This is already successfully implemented by Graffti. Geo Challenge When I first saw my friend playing it, I was impressed by the idea. It is not only a purely a game that provide entertainment but also a channel to learn stuff and show your knowledge. Humm…no comments about other features. The creativity itself guarantees a popular application. Whopper Sacrifice I have to say, this idea is stunning, but it makes me uncomfortable. Also I think it is a very risky marketing strategy for Burger King. Parents will definitely teach their children to sacrifice a friendship for a hamburger and I will be very sad to notice that one of my friends do such things even though I am not the target. Burger King used to have very weird business ideas. They recently launch a perfume with the scent of flame-broiled meat. Maybe it is their company culture or whatever. Pet society Our goal. The UI is very good. User interaction is good also. I think, given enough time, we can do much better than what currently is done. Graffiti This is the app that makes me exciting. I see its success on facebook and I can imagine its boom on xiaonei. Xiaonei is a place which resides numerous talented artists. Xiaonei actually allows users to decorate their profile page and they make money from selling beautiful template. So there are many people in xiaonei that can draw very well and they just need a platform for them to draw. Graffiti actually have all the features that I like, useful, show user’s talent, easy to maintain and makes me happy. =) If this app is transplant to xiaonei, it surely will success. 1月24日 CS3216-the first two weeks: About dream and possibilitiesThe past two weeks are really a mix of different taste: dream, desperation, tiredness, sleeplessness, and hope. Never have experience so much within two weeks time, only my cs3216 fellows can understand this. Quite funny, we seldom meet with each other during weekdays, but everybody is doing the same weird thing, playing apps during lectures, writing code in tutorials and skipping ******. Every time, when my group leaves COM1 at about 1am, we can meet another group of guys working in the basement.Humm, life of a facebook application is really not that easy. I never expect myself to learn so much stuff in the first two weeks of a semester. Also, because of this killing assignment, I make friends with bunch of smart people. Here I really want to give my sincere thanks to Zheng Yang, who gives me hope when I was desperate. The greatest thing about him is not merely helping us building the app, but also the willingness and commitment to stay with us to build our dreams. =)Back to the lecture itself, WPF and Silverlight demos are very cool. Xbox is also very impressive, I have to admit that, although I am not a gamer. Imagine Cup is interesting, cause some of the categories require both software and hardware development in which I can touch my favouite two subjects programming and physics.Em... not sure about what kind of thing I am going to do in the future. But I am sure that if I can find the right teammates we can build something pretty COOL~Now is 5pm, many cs3216 fellows are still working at com1. Maybe we can hold a Chinese New Year party tomorrow. :pHappy 牛 year and all the best to our apps!1月14日 the best first lecture
Wow, the most exciting and scaring first lecture I have ever had. Of course, the cool, crazy, evil or whatever professor plays the most important part. However I have already spent a semester with him in cs1101s, kind of used to that. I like the first lesson. It gives me a clear view about what we are going to build for the next 12 weeks. I know the programming part is not very hard but still needs lots of effort to learn the necessary things. After applying for this course, I have tried many apps. Frankly speaking, I do not like playing games very much. Having tried so many apps, I can feel the key things that make an app popular may not be the fancy features or good looking. The most important part is easy to understand and use. Being a programming person myself, I don’t like apps with lengthy How to play explanation. Sometimes it is the easy and simple app that attracts people during the short break of daily work. Understanding this helps me to design my own app. I have some ideas but, unfortunately, there are already similar apps existing in facebook and they are much better than what I can build. So I am still in the process of brainstorming. Any particularly memorable things? What doesn’t kill you makes you strong! I’ve heard this sentence several times from Prof Ben and probably will repeat it myself more frequently in the future. Another sentence that I like very much is from Randy Pausch Don’t complain, just work harder. Anyway, very
happy to meet the seniors in this class and hope to have a good time working
with them. 12月10日 闲里找忙考完试到回家前的这十多天是最难熬的,一定要给自己找很多的事干。4号考完,5号参加concert演出,6号数学camp,7号成都的同学去海边烧烤,晚上去看junior陪他们散步聊天,8号参加教堂婚礼,9号在寝室休息一天。
今天南洋的同学就要搬去大学住了,舍不得... 下午准备和邦邦的妹妹去新加坡赛马场玩玩,顺便取一下帮她带回国的东西。
明天计划和蕾蕾去新加坡国家博物馆,卢浮宫的部分希腊雕塑正在那里展出,所以今天还要抽空做research,以免明天走马观花~
12号应该是请jonior吃饭,再陪他们逛逛乌节路。
13号去一直给我讲圣经的老师家里做客。
14、15号暂时无事,请朋友出去喝咖啡消磨时间吧,反正上次数独比赛赚了400rmb的代金券。
16号回家 12月6日 上岛一周年今天是上岛一周年纪念。回想去年的兴奋登录和接下来的风风雨雨,过得还真不容易。这一年真的经历了太多的事情,酸甜苦辣,把回忆填得满满的。好在大家都在磨砺中逐渐成长,现在也完全适应了新的生活。
今天全天都是数学的enrichment camp, 最后一个话题是数独外加一个小比赛。我居然是第一名(Oh, Yeah~!),看来数学头脑还不算太差。不过相对于物理,数学还是软肋,专业选择估计也不会考虑会计、统计之类的。唉,想不了那么远,放假了,玩咯~ junior来啦昨晚为junior们准备了一台晚会,我参加了line dance. 七中今年来了九个,其中两个数学一等奖,一个保送北大,一个生物竞赛全国十五名,很多四川小美女... 反正质量相当高。感觉他们还挺适应的,不过也有人在国内时无聊得想过来,过来后又想回去的。今后这一年肯定不容易,祝他们一路顺利~ 11月21日 wednesday昨晚为班上的最后一个project忙得很晚,今早起来嗓子不太舒服。用热牛奶冲了一杯抗病毒冲剂,发现比学校的奶茶还要好和很多。无心的组合真的能创造出意想不到的结果。
关于LinKin Park的演唱会,开始以为对这个感兴趣的人不多(至少本寝室的淑女们对此很陌生,误以为是周杰伦来了~),没有找人一起去看。直到最后一天发现了很多同道中人,结果还是没看成。不过我是个不会后悔的人,也没怎么觉得可惜。以后会有更多机会的... 11月5日 Dr Tay上周四去参加国际物理年会,唯一的感觉就是茫然。以前上物理竞赛有过一大半听不懂的时候,这次是一个字也听不懂。不过最高级别的学术会议嘛,我能听懂就奇怪了。我为什么有资格和诺贝尔物理学奖得主坐在一起听讲座?这要感谢我“和蔼可亲”的,“像爸爸一样的”的物理教授Dr Tay.他帮我们买单去听这个讲座。多少钱?新币100元,人民币500元一人,我们共有170人。也就是说他掏了8.5万元人民币。这是什么概念?记得有一个数学讲师在他的课上告诉我们,他请别人吃饭时需要客人自己付酒钱,于是一次一个法国客人吃饭饭后就写了“ I owe you $20 (rmb 100)"的欠条。由此可以看出新加坡人的吝啬不是一般人能够想像的,他们自己叫这个kiasu,大概意思是“怕输”。了结了这一点就会觉得Dr Tay太伟大了,真的是把我们这些小留学生当孩子在养... 7月30日 无所事事太久没有光顾这里了,看来我真像妈说得那样“懒得离奇”。 这两个月发生了太多的事情,回国、同学高考、狂欢、回新加坡、同学报志愿、录取、落榜。 这么多的回忆,注定没法在这个无聊的下午理清。 回国当然快乐,对于身在异地的人来说,没有什么比回家更让人憧憬的了。 6月7日8日送同学高考,天气不错,他们自信的笑容更是灿烂。 过后是接连不断的聚餐、旅游,一群人玩得昏天黑地,不知比读高三要累多少倍。在家的三个礼拜就这样转瞬而逝,拖着行李又远下南洋。
第二次到这个小国。已经是轻车熟路,又买了冰箱、安了空调,生活舒适了不少。次日理科的课程便全面启动。上午计算机、下午化学试验、晚上些实验报告。忙了很多,但比起无所事事的英语课要有趣很多。回来以后进行了三次测验,加上本周四的C语言编程就是四次。四次成绩平均下来如果低于70分的话就会收到教育部的警告信,连续收到两封警告信就会被遣送回国。听起来很恐怖,但对于中国学生来说拿70一点也不难,当然前提是认真学。
今天一下午都让我们编程。题目很简单,都能在半小时内解决,所以我才会到这里来写写东西。前几天陆陆续续收到同学大学录取的消息,都还不错,落榜的比较惨。年级上落榜人数最多的班高考平均分最高,被拒绝的也大多是高分段的考生。真不敢想,我参加高考的话会是什么结果。
5月22日 creat your own blues songWoke up this , had to find my . (time of day) (article of clothing)
Woke up this , had to find my .
(time of day) (article of clothing)
(name of best friend) I’m going to them, bring her back home (verb)
I’m going to them, bring her back home
(verb) Tell everyone in , to feed while I’m gone. (name of town) (name of pet) Now 1 and 1 is (number between 1 and 10) 2 and 2 is (number between 1 and 10)
She’s done it times, should’ve known she’d do it some more. (number between 1 and 10)
Now I feel so , you hear me when I (emotion) (bodily sound) Now I feel so , you hear me when I (emotion) (bodily sound) I’ve been so lonely for , ever since you’ve been gone. (noun) Oh , don’t you want to go. (term of endearment) Oh , don’t you want to go. (term of endearment) Come back home to sweet . (name of town) 5月16日 终于结束了考完了,讲完了。没什么成就感,也懒得庆祝。不想用同学的话“混”来形容过去的日子。有些颓废,还不至于麻木。下周放假,好好休息,计划一下以后的学习。今年好像高三考前一周的自习好像取消了,或许我可以陪他们走完最后的几天,回味一下充实的高中生活。 5月14日 本周考试期末考试加上team projec的presentation应该很忙吧。第一阶段的英语学习就这样结束了,同学说我进步挺大,自己倒没什么感觉。单词背了一些,作文写了几篇,team project做了3次,时间浪费了不少。学校里没学到多少东西,生活能力进步很大。新加坡这个地方要比它的学校有趣很多,随时都有各种的展览、比赛和表演。价格非常合理,多数都是免费的。歌剧《剧院魅影》学生票s$50,新加坡羽毛球球公开赛决赛s$10,总统府在公共假期免费开放,植物园、水库、体育馆、博物馆全都免费,游泳池18岁以下s$0.5。
考完试下周放一星期的假,算是对一天春节和一天五一的补偿。现在已经有很多计划了,参观美术馆(卢浮宫的部分藏品正在那里展出),参观海军装备展,给爸妈同学买礼物,预习计算机讲义(回家前一周还要做一个10Mb的网站)。
不应该像那么远,现在应该好好学习。国内的同学也要加油,离高考没几天了。 |
|
|