Feeds:
Posts
Comments

Archive for May, 2006

刚洗完藻呢, 时间显示晚上912, 我今天打算要开始复习CF, 下个月6号要考试咯.. .. 如果记得上个里拜的IBM我内心会觉得有点伤心.. 准备了那么久怎么会没信心.. 当我一打开考卷时, 发现我右手冷掉然后不知不觉发斗.. 我花了差不多5分钟看好题目, 越看越担心.. 然后直接下决心写第二题.. 写好大纲与介绍之后, 到一半我的内心突然迅速得跳起来, 真的到一半不懂要写什么, 英文写法也不太流利.. 然后看到周围人都是陌生, 再加上空调超冷,… 真的是人间地域

想了一想, 我就直接翻到第三页先写其他题目的, 我就选了第一题.. 有关于Decision Making 的题目.. 糟糕.. 我知道有满多种的方法呀, 然后写到一半, 也不知道该怎么办给例子也好像太抽象, 不实际, 我看我手表时间已经过了差不多 45分钟.. 我实在是很担心没通过, 然后明年要重读.. 啊啊!!!!

过一阵子呢, 我就醒了过来, 深深地呼吸, 翻开第二把6, 直接跳到第7.. 讲一些 flexible firm (Atkinson) 我知道内容, 可是啊.. 我英文写法好像有点矛盾.. 连我自己承认如果人家给我看我的文章, 也是很难看懂的.. .. 叹气一声.. 第一个小题目就是叫我讲一些纯粹理论, 第二小题呢, 给实际上的例子, 还有用这 flexible 的好处有哪些.. 我当然记得有三个好处, UO信用卡公司为例子.. 这道题我满有信心, 做的也不会像前面那两题那么糟糕..

差不多写完了第7题之后, 我把第二题的答案撕掉, 放后面来填写, 还好我脑筋有创造力填这里, 填那里.. 然后我就选了最后一题, 有关于文化方面的东西, Hofstede!!! .. 我这道题写得满流利我给的那些例题也满不错, 满有信心..

总算我已经靠完了IBM, 还有一个科目也要早点准备, CF… 今天晚上开始复习啦.. 明天打完BWL 直接关掉电脑.. 然后睡午觉, 醒了过后直接继续复习.. 电脑的存在对我来说啊.. 让我真的是不专心.. .. 明天去 starbucks 那里复习好了.. 喝咖啡, 顺便复习

eXeQzaLie

Read Full Post »

comp.sci g33k

Kernel

In computer science, the kernel is the core piece of most operating systems. It is a piece of software responsible for the communication between hardware and software components.

As a basic component of an operating system, a kernel provides abstraction layers for hardware, especially for memory, processors and communication between hardware and software. It also provides software facilities such as process abstractions and makes interprocess communication easier.

ROM

Modern semiconductor ROMs typically take the shape of IC (integrated circuit) packages, i.e. “computer chips”, not immediately distinguishable from other chips like RAMs but for the text printed on the chips. “ROM” in its strictest sense can only be read from, but all ROMs allow data to be written into them at least once, either during initial manufacturing or during a step called “programming”. Some ROMs can be erased and re-programmed multiple times, although they are still referred to as “read only” because the reprogramming process involves relatively infrequent, complete erasure and reprogramming, not the frequent, bit- or word at a time updating that is possible with RAM (random access memory).

Just after a computer has been turned on, it doesn’t have an operating system in memory. The computer’s hardware alone cannot perform complicated actions of the operating system, such as loading a program from disk; so a seemingly irresolvable paradox is created: to load the operating system into memory, one appears to need to have an operating system already installed.

Cache

A simple definition of Cache would be: A temporary storage area where frequently accessed data can be stored for rapid access.

A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations. As long as most memory accesses are to cached memory locations, the average latency of memory accesses will be closer to the cache latency than to the latency of main memory.

When the processor wishes to read or write a location in main memory, it first checks whether that memory location is in the cache. This is accomplished by comparing the address of the memory location to all tags in the cache that might contain that address. If the processor finds that the memory location is in the cache, we say that a cache hit has occurred, otherwise we speak of a cache miss. In the case of a cache hit, the processor immediately reads or writes the data in the cache line. The proportion of accesses that result in a cache hit is known as the hit rate, and is a measure of the effectiveness of the cache.

Motherboard

A motherboard is a printed circuit board used in a personal computer. It is also known as the mainboard and occasionally abbreviated to mobo or MB. The term mainboard is also used for the main circuit board in this and other electronic devices.

A typical motherboard provides attachment points for one or more of the following: CPU, graphics card, sound card, hard disk controller, memory (RAM), and external peripheral devices. The connectors for external peripherals are nearly always color coded according to the PC 99 specification.

Heatsink

A heat sink is an environment or object capable of absorbing heat from another object with which it is in thermal contact (either direct contact or radiational “contact”).

In common use, it is a device made of metal brought into contact with the hot surface of an electronic component (in most cases, some kind of thermal interface material is put between the heat sink and the heat source to increase thermal throughput), such as a microprocessor chip or a power handling semiconductor in order to reduce its temperature through increased thermal mass and heat dissipation (primarily by conduction and convection and to a lesser extent by radiation). Heat sinks are widely used in electronics, and have become almost essential to modern integrated circuits like microprocessors, DSPs, GPUs, etc.

Heat sinks are commonly made of a good thermal conductor such as copper or aluminum alloy. Copper is significantly more expensive than aluminum but is also a better thermal conductor. Aluminum has the significant advantage that it can be easily formed by extrusion, thus making complex cross-sections possible. The contact surface of a heat sink must be flat and smooth in order to ensure the best thermal contact with the object to be cooled. Sometimes a thermally conductive grease is employed to ensure the best thermal contact, such greases often contain colloidal silver (an even better thermal conductor than copper.)

Hertz Myth

he megahertz myth, or less commonly the gigahertz myth, refers to the “hertz myth” error of using clock rate to compare the performance of different microprocessors. While clock rates are a valid way of comparing the performance of different speeds of the same model and type of processor, other factors such as pipelines and instruction sets can greatly affect the performance when considering different processors. For example, one processor may take one clock cycle to add two numbers and another clock cycle to multiply by a third number, whereas another processor is able to do the same calculation in one clock cycle. Another example would be a dual core processor which could theoretically equal the performance of a similarly designed single core processor operating at double the clock rate. Comparisons between different types of processors are difficult because performance varies depending on the type of task.

In November 2000 Intel’s heavily advertised advances in clock speed reached an extreme with the release of the Pentium 4 which sacrificed per-cycle performance and used a deep instruction pipeline to gain very high clock speeds, ignoring problems that this introduced of heat production and power consumption.

The power hungry hot running Pentium 4 was unsuitable for laptops, and in March 2003 Intel overcame these difficulties with the successful Pentium M which proved capable of matching the Pentium 4 on performance at much lower clock rates. In 2002 problems of overheating led Intel to abandon further development of its Pentium 4 experiment in high clock speeds. Instead, Intel focussed its future plans on the Pentium M architecture which by then incorporated RISC techniques to the point that the distinction between RISC and CISC was now meaningless. The IBM G5 also proved unsuitable for laptops, and in 2005 Apple announced that over the following year Macintosh computers would switch to Intel CPUs developed from the Pentium M. The megahertz myth was effectively over, but passionate arguments by apologists for both sides still continue.

Ironically, Intel is now having to dig itself out of a marketing hole it created for itself when it released the Pentium 4. Their new generation of chips, the Intel Core, runs at clock speeds of around 2 GHz. While the Core line is a breakthrough in terms of performance-per-watt, its low clock speed when compared to late generation Pentium 4’s (rated at upwards of 3.5 GHz) is likely to cause some marketing confusion. Intel is now in the position of trying to sell consumers processors with lower gigahertz ratings, having spent the better part of the last five years telling consumers that slower clock speed denotes inferiority.

This can also cause problems for third party manufacturers. For example, Panasonic list a Pentium 4 based machine running at 3 GHz as the minimum system requirement for their soon to be released Blu-ray Disc drives. A Dual Core 1.8 GHz is significantly faster then the P4, but to a naive consumer reading specifications on the side of a box this statement can be completely confusing.

Moore‘s law is the empirical observation that the complexity of integrated circuits, with respect to minimum component cost, doubles every 24 months[1].

Wirth’s law: Software is decelerating faster than hardware is accelerating.

Hardware is clearly getting faster over time, and some of that development is quantified by Moore’s law; Wirth’s law points out that this does not imply that work is actually getting done faster. Programs tend to get bigger and more complicated over time, and sometimes programmers even rely on Moore’s law to justify writing slow code, thinking that it won’t be a problem because the hardware will get faster anyway.

As an example of Wirth’s law, one can observe that the time it takes to boot a modern PC with a modern operating system is usually no less than the time it took to boot a PC five or ten years ago.

Read Full Post »

– Azshara screenshot Posted by Picasa

Read Full Post »

准备大考啦!

刚和陈思吃完麦当劳时, 在路旁有讲到未来的发展会如何.. 许多朋友在加拿大, 美国等先进国家求学, 提到他们的学费会很高时, 我突然想起和我哥哥有谈过这件事情.. “你在国外求学, 将来最好能报复你父母亲这年以来提供你所有!” 然后我就..目瞪口呆啦..说我没信心也不是,唉.压力可不是少啊.. 再过4-5天我就要考试啦.. 最好我能通过啦,考试前记得要有信心的姿态,写法正确,用词恰当,. 说起来满简单但是啊.. 如何能写好一篇文章呢.这我经历了不少..

唉. 我看书去了啦.哦对!昨天我妈打电话给我,叫我快点归来,至少2个月要呆在那,要不然她会生气,然后我回答她说"不行,我要忙我的事啊.包括打工等等之类 的"还没说完她就直接说最起码要1个月,帮我父亲的事业什么的.(借口)说实在的话,父母亲可真想念我啦.然后他们担心我不再回来.=.= 唉..头痛 啦.要开始安排好时间啦.订飞机票,不懂要经过 batam 还是直接去章宜(贵点可是方便嘛)差不了多少 …

那..我看书去了..大家等着我回啦!有空来玩哦!

Read Full Post »

me and robby.. difoto oleh grace. (takashimaya) Posted by Picasa

Read Full Post »

robi dateng ke spore!

2 days have passed since my last sociology exam, and yet I have a strong feeling that I will pass this subject, regardless the marks given by the examiner (as long as I pass the subject.. heheh..). Hmm.. a lot of things happened this particular week though..

Tuesday: I took a screenshot showing my /played (in-game played time).. probably only happened once in a life time, that I already played 123days and 4hours and 56minutes of World of Warcraft! haha.. that’s remarkable isn’t it? I’ll post the screenshot soon, and yes, although the next day is my final, I still keep my char online with an tag on..

Wednesday: in the morning I joined Onyxia lair raid to get another 2 DKPs, and we managed to down her after the 2nd try. The first try was horrible, aggroed everything, unable to face her correctly, etc.. ended up forcing us to restart the thingy again.. that moment I still abit sleepy coz’ the day before I slept at 2.. barely can’t sleep because I took a nap on earlier afternoon..

Thursday: around 3 o clock I met my old friend of mine, robby, I’m quite surprised that his appearance and also my impression of him hasn’t change.. typical robby, wearing jeans with blue t-shirt.. and the first thing I noticed about him is a red scar around his neck.. haha I thought it was something *special* earlier, but he said his friend accidentally scratch his neck when he was playing basketball… haha.. during our way to orcrhard (meeting grace there) We have lots of conversation going on btw, including past experience, his current condition, livings, costs, etc all kind of that.. and I just realized that he’s now at Purdue university, Oregon.. hoho.. it was kinda fun though.. sharing stories between us, several years’ memories… haha.. errr… after that, we went to hereen, and he bought a polo white T-shirt, he said the purpose is for covering his neck because that scar was somewhat obvious… w/ever, and together with grace, we went eat dinner together and we talked much more about our friends, something like a common gossip, but it’s unusual and different.. and I was stunned to hear that tata, (sioli) is going to married soon..

Tobecontinued. Brb. Emerald dragonspawned!!!

Read Full Post »

Account Name: Gozalie
Server: Tichondrius

I’m posting on behalf of the user, Gozalie.

Dear GameMasters,

Around 1Hour ago i logged in my alternate character named “Sunlia (level 5)”. My only purpose is to re-selling the items that expired in the mailbox, and upon putting the items on auction house, i read the General Chat and alot of discussions going on there regarding the GrandMarshall stuff.. and as a joke, i typed “I’m a GM..” on general chat (which is impossible because i’m a lvl5 alt.

After about 5mins, i logged back in my real char, Exeqzalie, afk abit (bath), and found out a Game Master Ketcho private messaged me.
Here’s the screenshot:

http://img130.imageshack.us/img130/5738/gm15vj.jpg

http://img46.imageshack.us/img46/8034/gm2yo.jpg

He stated that since i’m AFK, i need to go check my Email. and i do that within 5minutes.

Here’s the SS of the email.

http://img386.imageshack.us/img386/7711/gm26fn.jpg

It has been said that i got 72hours suspension by saying “i’m a GM…”

Details (Note – Times are listed in Greenwich Mean Time, GMT):
5/11/2006 15:27 (GMT) – Sunlia says in General – Stormwind City “i’m a GM…”

as i’m very very unhappy and surprised with this, i checked the link that GM provided to me, which is http://www.worldofwarcraft.com/legal/termsofuse.html

Q u o t e:
In particular, you may not use any name:

1. Belonging to another person with the intent to impersonate that person, including without limitation a “Game Master” or any other employee or agent of Blizzard Entertainment;

This statement said that “Game Master” word cannot be used. However, we know that “GM” word itself is ambiguous, it can be interpreted as Grand Marshall, Game Master and/or Guild Master.

I asked the GM and he didn’t respond me at all. After i requires an explanation of this, the Game Master disconnects my connection. I tried to relog but in vain.

It is just a mis-understanding and I don’t have any intention to replicate or impersonate Game Master at all, and what screwed me up is, on these following days i have raids to attend. If i do violates anything, please don’t suspend my account for that long 3days period.

Hopefully my account will get back soon.

Thank you in advance,
Exeqzalie

Read Full Post »

Where’d you go?

“Where’d you go?” – Fort Minor

Where’d you go?
I miss you so,
Seems like it’s been forever,
That you’ve been gone.
Where’d you go?
I miss you so,
Seems like it’s been forever,
That you’ve been gone,
Please come back home…

Read Full Post »

What is the purpose of studying Sociology? Well, yesterday I asked this question to myself and yet I’m unable to solve it. I realized that the way I’m studying this subject previously was wrong. This subject is not meant to be memorized-just like that. A better understanding is important, 思考!!, and the most important is, applying these concepts into our real world, finding a practical example is the easiest way to learn!! And the result, according to some people that study sociology, you can achieve more broad knowledge about what’s going on in our real world. Achieving more critical thinking, and makes us to feel objectively, detached from its gut-feelings or mere perception.

Well, Comte is considered as a father of sociology, and that’s when industrialization occurs in most of the European countries. People starts to think and behave more rationally, Comte proposed the 3laws of human stages; theological, metaphysical, and positive stage, from polytheism, monotheism, control over nature, and people starts to exploring and finding an explanation of how things happen. This is when rationality and human intelligence comes out, positive stage – the search of absolute knowledge.

Epistemology: guiding principles or rules of enquiry. :: positivism, interpretivism, realism.

Ontology :: establishes some first principles about the essential nature of the world we are studying.

Research design: social survey, comparative study, experimental, ethnography.

Science appeared capable of producing objective knowledge that could be used to solve human problems and increase human capacity in an unprecedented way, it wasn’t surprising, therefore, and that many early sociologists chose to turn to science for a methodology on which to base their subject. (positivist) scientific way to study society. They’re trying to find objective knowledge, a knowledge that free from bias, human perceptive, opinion or prejudice.

Structure (Materialist) (society changed through Conflict) firstly introduced by Marx, claimed that social change was caused primarily by changes and resulting tensions in the underlying economic structures of societies.

Structure (Idealism) (society changed through Consensus): Durkheim, heavily influenced by Comte and Spencer, he introduced the concept of society as an organic society. same ideas as Tonnie’s Gemeinschaft and Gesellschaft, the societies changed due to the increased in population within its city, division of labor, social change from mechanical solidarity to organic solidarity, etc. famous study: suicide, telling us that the level of integration within its society have somewhat relationship in suicide rates. Highly integrated society = less suicide happens. (comparative study)

Social Action: it views the relationships between the individuals and societies rather differently. Argue that as societies are produced by the intentional activities of people, they should begin by studying individual social action and the meanings people give to these actions;. Action theorists sometimes suggest that structural theories reduce to the mere puppets of societies.

Another preview of society, best described by interpretivist, was introduced by Weber. The core concept is verstehen, the ideas is that researchers place themselves imaginatively in the position of those they are studying and ask how they see the world and what ends they believe are served by their actions.

General information;:

Reliable: constant, repeatable research in the hands of another researcher at any point in time. Consistency of your measurement, transparency.

Validity: correctly represents the active phenomenon, construct validity, ecological validity, internal validity.

Concepts: general ideas of how they describe and explain the social world. E.g the concept of social class.

Indicators would be: income levels, educational level, ages, etc

Emic vs etic

Secularization, emotionally detached

Read Full Post »