Unanswered [5] | Urgent [0]
  

Posts by Miguel11795
Joined: Nov 25, 2011
Last Post: Mar 7, 2014
Threads: 3
Posts: 5  

From: Philippines

Displayed posts: 8
sort: Latest first   Oldest first  | 
Miguel11795   
Mar 7, 2014
Research Papers / Research Paper: Linux vs Windows: A Comparative Analysis [2]

Hi. I wrote a research paper that compares Windows and Linux, and I'd really like some feedback on whether it's understandable enough. Thanks.

In the Philippines, the most widely used operating system to date is Windows. Every time one enters an internet café or uses a school computer, it is likely that that computer is running some on version of Windows. But is Windows really the most efficient operating system? The majority of common users will have to agree, but a select few believe otherwise. Many programmers and computer enthusiasts believe Linux to be a far more efficient and usable system because of its flexibility and efficient code. Even so, among the common users, Linux is probably the least known and most underused computer system in the country. The objective of this paper is to determine which system truly is better for users both common and adept.

This research compares both operating systems with each other as to determine which is more customizable, easier use, and faster to run. To provide an objective and thorough comparison, this paper looks at key features present in each operating system. After assessing each system, it can be concluded that, although Windows is definitely more widely used than Linux, Linux is the better operating system because of its usability, open source code, and efficient language. However, before analyzing the necessary components, ample background for each operating system must first be provided.

The main objective of Windows was "...to provide a personal computing environment for the common user," (Alampay) the common user being people who don't have in-depth knowledge in computer technology (i.e. Programmers, system analysts, etc.). This operating system was built using the corporate model (Microsoft) and therefore has a closed source code to protect their system from their competitors.

The goal of Linux, on the other hand, was to provide an open source version of UNIX, a very prominent operating system in the government and in the academe (Alampay). Linux was meant to target computer hobbyists so that anyone mildly interested in operating system can opt to build their own version. This is why, in this day and age, Linux has become the basis for many operating systems like Fedora, Ubuntu, and EasyPC.

After understanding the motivations and objectives of each operating system, it will be easier to understand and justify the reasoning behind the components present in each operating system, starting with the open source code of Linux.

There are basically two types of software being compared in this paper: the proprietary software (Windows) and the open source software (Linux). Proprietary software is basically software that companies use to make a profit while open source software is usually free software that distributes its source code to the public (Stair and Reynolds 89-94). There is nothing users can do about proprietary software since it is up to the corporation to decide what features to add and what bugs to fix. Open source software, however, is another matter entirely.

Open source systems, unlike proprietary ones, allow multiple users from anywhere around the globe to look for and fix any errors found in the code. In the context of Linux, there is a huge community present that works on strengthening and optimizing the code. Opening the source code allows the entire community to participate in debugging the system and in making the system run more efficiently (Đurković, et al., 31-32). "When a bug is spotted in proprietary software, the only people who can fix it are the original developers, as only they have access to the source code (Wilson)." However when a bug is spotted in an open source system, people can either immediately attempt to fix it, report it to others with the ability to fix it, or join with others in fixing the code. People in this country can decide to work with others from any corner of the globe to fix whatever bug that was found. Yet, open sourcing does not only benefit users on a macroscopic level.

Open sourcing also allows individual users, whether it's people trying to use their computers at home or major companies who want to personalize their systems to suit their company, to add or remove features that would best fit their use of the system as long as they are proficient enough in the system's language or have access to someone who is. For example, a company wants a certain feature that is present in another operating system that is not present in their Linux based system. Instead of going through the process of switching systems, the company could easily just hire a programmer to add that certain feature to their current system. According to Dr. Alampay, this is the reason why Linux comes in so many "flavors" (Ubuntu, Fedora, EasyPC, etc.).

Another aspect that aids in customizing Linux is the language the system is written in. Linux is written in the C programming language (Wheeler). This is a very useful feature because not only does it widen the compatibility of the system to the point where it can transcend its original hardware specifications, but the language itself is easier to understand as C is a high-level programming language. As such, if people want to edit the code, it will no longer be necessary to write the long, complex algorithm in machine code, rather, the users will practically be coding in the English language (Widom). This element in the Linux code makes editing the code easier for the people who wish to customize their system's settings.

Although open sourcing comes with multiple benefits, it also has its dangers. In an open source model, it is also entirely possible that the open source model may become inefficient when debugging because of multiple people searching and finding the same bugs without any communication with each other. For example, one person finds bug A. Another finds bug A. They both try and fix bug A without knowing that the other person is fixing the same bug. When one person finishes fixing bug A, the other's work would have been useless (Đurković, et al., 32). This may not be as big of a problem in proprietary software like Windows because there are only a select few programmers with access to the code, however since Linux is a very large community that even has various sub-communities for each of its many different versions, it is not possible for all the users to be in perfect communication with each other. In the Philippines alone, there could be tens of thousands of people working on the Linux code. All around the world, there could be hundreds of millions. It will be practically impossible to optimize the workload of all those people even if it is assumed that all of them will be willing to work together.

Open sourcing is not the only point of comparison between Linux and Windows another issue would be the usability of the "systems".

Confusion usually arises when people compare the usability of two computer systems because when people talk of systems, it usually refers to the interaction between the system software and the computer's hardware. However, when people compare usability, they typically compare not the systems per se, but the desktop environments because the desktop environment is simply the design of the desktop (Alampay). The systems themselves aren't really talked about, rather what is assessed is usually how the desktop's layout is easier to use compared to the other.

In the context of Linux and Windows, a study was conducted in 2003 that concluded that the desktop environment of SuSE, one of the most popular Linux based systems, neared the usability of Windows with only a 17% difference in feedback (Blau). Currently, according to Dr. Alampay, Linux and Windows are definitely at par when it comes to usability, and some people even argue that the usability of Linux desktop environments even surpasses that of Windows today. Nevertheless, the usability of desktop environments remain a very subjective aspect of system software, Linux has one thing that Windows does not have that will aid in making the system more usable for all users, namely, open sourcing.

Although Linux, at its purest, unadulterated state, will continue to remain as a system that is mostly appreciated by computer enthusiasts, Linux's open sourcing has opened many avenues for Linux to be more usable for the common user (Alampay). Systems like Ubuntu and EasyPC provide systems that take the Linux system and pair it up with a more usable desktop environment while systems like Fedora and Red Hat can still cater to those who prefer greater flexibility when it comes to the system's features. Even if none of the current desktop environments provided by the different "flavors" of Linux suit a particular user, Linux's open sourcing allows the user to alter any of the existing environments to suit their needs.

Lastly, the two systems must be compared in terms of the language of their code. To avoid further confusion and to make this section more understandable to readers, the actual code itself will not be discussed in this paper, rather, what will be tackled is the construction of the code and how that affects the overall efficiency of the system.

In the case of Windows, the code focuses more on scalable multiprocessing and internal process control while on Linux, the code mostly focuses on adaptable controls

(Murphy). For example, in the memory management of Windows, there are several background system processes that run alongside the applications (Murphy). These are the "key processes" of Windows and the memory manager is set to run every one second to prioritize these processes (Murphy). As such, the efficiency of the processes that run parallel with the system processes lose concurrency control in favor of the processes prioritized by the memory manager.

Linux, however, also has a free memory manager, but along with its other system processes, it will only run when the system needs it (Murphy). Though, since Linux does not constantly run other processes, it will rely more on the computer's hardware which may result in greater RAM usage when running multiple processes. This is because, since the memory manager is not constantly running, it will work less efficiently which will affect interprocess communications (Murphy). Since it is more difficult to manage processes in Linux, it may be better for large companies with complex databases to use Windows unless the system is changed.

All in all, both systems have their own problems with their code. Although, with regard to how the code currently works and manages data, Microsoft Windows may seem ideal, Linux's open source system should still be taken into account. Unlike Window's problems, Linux's issues with memory management and concurrency control may not be experienced by everyday user. Large companies may have concerns about Linux's problems, but they can easily be fixed by a competent programmer. Window's system, on the other hand, cannot be fixed by someone outside of Microsoft's corporate model.

Another important factor is how the code is debugged. Earlier, it was mentioned that for Linux, there is a large community that aids in the debugging and for Windows, the programmers within the company maintain the system. But how is the debugging done for each system?

In Windows, there is the factor of market pressure wherein the consumers demand that the problems are fixed immediately. Because of this, the Microsoft programmers result in using kludges (meaning dirty fixes) to fix the code (Murphy). The programmers then continuously gather data so they can address special cases that aren't covered by the kludge. However, what actually happens is that after the kludge is implemented, the programmers just fix whatever problems that come up. This is why Microsoft constantly requires updates to be installed on people's computers. As a result, the code fills up with so much kludge, that the company eventually needs to release another wholesale version of Windows (Murphy). For example, Windows Vista was definitely not popular among users. Several complaints regarding the system's speed, especially in file transferring, computer security, and system crashes were filed. Because of the large amount of negative feedback, Microsoft had to quickly release several updates as well as two data packs just to attempt to fix the issues (Callaham). Eventually, the company just left Vista users hanging and Microsoft decided to just release a new system to the market: Windows 7. This issue is not an isolated case. In fact, because this has been one of Microsoft's issues for a long period of time, there are even a great amount of users that believe that only every other software released by the company is worth buying.

Linux on the other hand, does not have this problem. Although Linux also has its own kludges, the community makes it a point to research each and every kludge to come up with a more permanent solution to the bug. Since Linux started out as an operating system for hobbyists based on a system used by the academe, one of its primary objectives, which is understood by the users and programmers, is research (Alampay). This means that there isn't any marketing pressure that will affect how the code is debugged. In fact, a lot of the consumers aid in the debugging process both as people who report the bug, and people who create a solution for it. Other than the fact that Linux's open sourcing allows users to aid in the debugging process, Microsoft's codes are also assumed to be much more complicated than Linux's, therefore, kludges are more difficult to remove as compared to Linux which has its kludges removed to preserve the system's original design (Murphy).

Based on the criteria described in this paper, Linux appears to be the better operating system. Yet even if this is the case, most programs today run on Windows but not Linux. This is because of Window's corporate model. The reality is that programmers create applications for Windows because of two reasons: the fact that it entered the market first and the fact that it's a proprietary system.

According to Dr. Alampay, one of the biggest reasons why Macintosh and Windows are the leading operating systems of this era is simply because they got to the market first. This gives them the competitive advantage of a loyal customer base. As such, it will be more profitable for programmers to create applications for either of the two systems especially Windows since it was released to consumers first. Linux was released much later as an operating system for hobbyists and not the common user. Because Linux was not very big in the market at the time of its release, professional programmers never spent the time to make their programs compatible with the system. It's only in this decade that Linux is starting to be more visible in the market, but by the time this occurred, Microsoft had almost 20 years of providing systems to consumers followed closely by Mac with almost 15 years (Alampay). Meaning that by the time people started to notice Linux as a decent operating system; several computer users would have already used Mac or Windows for years and would suffer steep learning curves to be able to use Linux. Several companies would have adopted or partnered with Apple or Microsoft as their chosen system software, and if they were to switch to Linux, they would suffer severe switching costs such as the hiring of new programmers and the training of their employees (Economides and Katsamakas 217). The fact that not many are choosing to adopt Linux as their system software means that there will be less consumers which would cut the market value of Linux applications (Alampay).

The second reason why Linux is still underused is, ironically, Linux's open sourcing. When someone creates and markets a program for an open source system, by convention, the code of that program should be released to the members of the community. This creates a huge deterrent for programmers to create applications for Linux because even if they charge for the application, they won't have any means of protecting their product (Alampay). For example, a certain programmer creates a game with an extremely complex algorithm. If it is to be marketed to Linux, and that algorithm is released to the public, what's to stop another programmer from taking that application's code, improving it, and releasing it as his or her own distinct game? This eliminates one the first programmer's competitive advantages because his own algorithm was used in someone else's work, and since Linux and all its applications must be open sourced, it is not a case of plagiarism because, by definition, an open source application can be taken and edited by anyone. This means that anything released for Linux is automatically assumed to be public domain. Although this is definitely good for users, the profits of the programmers responsible will be severely reduced.

However, software companies have been noticing the boom in open source technology, and they are starting to create provisions for their applications to become OS independent which would mean that it would become compatible with almost if not every operating system (Alampay). Even with the open sourcing in play, companies have found ways to protect their software and still run it on Linux by using rich internet applications-an application that has the functionality and complexity of traditional application software, but runs in a Web browser and does not require local installation-as their medium of distribution (Stair and Reynolds 196). Nonetheless, as of now, applications will still take years to improve on compatibility and the two corporate giants will still remain on top.

Despite the fact the most companies choose to ignore Linux, there are still some companies in the Philippines have been known to have implemented the use of the Linux system in their companies. According to Dr. Alampay, the shipping company he used to work for even used Linux systems and servers for their day-to-day operations. The programmers thoroughly took advantage of Linux's open source code to customize their system to suit their needs. Though there are still only a handful of companies who have adopted this system, the fact that there are groups that have decided to take the risk of choosing to use Linux could be a crucial stepping stone for the system's usage to extend to other company and individual users.

In conclusion, in terms of the standards set-up in this paper, Linux definitely stands as the better operating system because of how its usability and language aids the users and system designers in using, developing, and debugging the system, and how the Linux's open source code extends to and strengthens all of its advantages. However, if programmers and software companies continue to ignore Linux and peg them as an operating system that is currently unprofitable and used only by those interested in computer technology, Linux will never be able to grow.

Linux definitely has a large amount of potential, but unless people use the system's full capabilities and support it with usable applications, it is not possible for Linux to compete with the software tycoons of Microsoft. Until a time comes when software becomes universally available for all systems, Windows and Mac will remain the dominant operating systems. One thing is for certain. Linux is and will forever be an operating system created for and by hobbyists and computer enthusiasts. The question is whether or not these hobbyists can make it even greater and extend the scope of this system software to the common users.

Works Cited:
2013. Web. 12 Dec. 2013.
Miguel11795   
Jul 25, 2012
Undergraduate / 'meeting new people' - experiences or achivements that helped define you as a person? [3]

Thanks for the advice. I tweaked my essay a little:

I personally believe that a person's field of experience plays a very pivotal role in defining who that person is. With that in mind, there are definitely countless experiences and accomplishments that made me who I am. It is said that a person's field of experience is the sum of all experiences that have ever happened to that person since birth. As such, the things that make me who I am are the people I meet, the things I am exposed to every day, and the things that I do.

In my life, I continuously meet new people. These people help form me. Whenever I meet someone, especially if I get to know them well enough, that person leaves his or her mark on me. Friends, family, and strangers have all contributed to my edification. The kindness I see in some of them make me realize that if you are nice to people, they will, more often than not, reciprocate your kindness. Likewise, the blind idealism I've seen in some of them made me understand that the world is not a place full of sunshine and rainbows. I once had a friend who was going through a very difficult time in his life. I saw him suffer at the hands of typhoon Ondoy. The next time I saw him, he was practically homeless. His grades plummeted and he told me he kept seeing flashes of the flood happening again and again. I assumed there was no hope for him. I thought he was falling in a downward spiral. That taught me life isn't always fair. Sometimes we go through hardships that we have done nothing to deserve, but, as the days went by, I saw that same person get back on his feet, beat the odds, and persevere despite what he went through. This taught me that, no matter what happens, we must remember that God will always be with us, and His grace abounds.

The things I am exposed to every day can be anything from what I read, what I see on a billboard, or even what I smell on the way to the cafeteria. These things help me stimulate my thoughts and reach certain realizations that help in my formation. For example, when I was at Lake Tahoe, I remember seeing a snowflake fall on my hand. When I was staring at my garden at home, I saw a petal from a flower fall down to the floor. Those things didn't mean anything to me then, but just recently, I understood that they can mean so much more. Something as beautiful as a snowflake or flower petal falling only lasts so long. The snowflake melts, and the petal withers and dies. It made me realize that the best things in life are simply the fleeting moments that come and go in a blink of an eye. That only means we need to enjoy the falling of the snowflake or the petal even more, and we can always wait for the next one to fall.

My actions have caused me both great joy and deep sorrow. There are things I regret doing and there are opportunities I have missed. Despite it all, I still say the both the things I have done, and things I could have but didn't do all contributed to my current self. If even one decision I've ever made or action I've ever done, no matter how seemingly insignificant, was changed, I probably wouldn't be who I am today. If I decided not to go with my grandmother to the hospital; if didn't suggest that she go take the helpers home and leave me there; even if I decided to stop by 7-Eleven on my way up the stairs to buy a Coke, I wouldn't have been the only one there to see my great-aunt die. If I didn't experience that, I would definitely be different. How I would have turned out, I do not know. All I know is whatever I do or don't do contributes to my field of experience.

Our fields of experience make us who we are. Everything that we've ever been through makes us who we are. Everything we see, everything we feel, every person we meet, and everything that we do help define us. As our life goes on, we continuously change. Minds broaden or narrow. Skills may sharpen or dull. Ideas may spark to life or wither and die. It is up to us whether these changes are for the better or for the worse.
Miguel11795   
Jul 17, 2012
Undergraduate / 'meeting new people' - experiences or achivements that helped define you as a person? [3]

I personally believe that a person's field of experience plays a very pivotal role in defining who that person is. With that in mind, there are definitely countless experiences and accomplishments that made me who I am. It is said that a person's field of experience is the sum of all experiences that have ever happened to that person since birth. As such, the things that make me who I am are the people I meet, the things I am exposed to every day, and the things that I do.

In my life, I continuously meet new people. These people help form me. Whenever I meet someone, especially if I get to know them well enough, that person leaves his mark on me. Friends, family, and strangers have all contributed to my edification. The kindness I see in some of them make me realize that if you are nice to people, they will, more often than not, reciprocate your kindness. Likewise, the blind idealism I've seen in some of them made me understand that not all people are as good and compassionate as they seem. Even seeing a poor old man pushing a cart on the street made me see that life isn't always fair, but seeing that man beat the odds and exceed all expectations taught me that grace will abound, and that God will always be at your side.

The things I am exposed to every day can be anything from what I read, what I see on a billboard, or even what I smell on the way to the cafeteria. These things help me stimulate my thoughts and reach certain realizations that help in my formation. For example, when I was at Lake Tahoe, I remember seeing a snowflake fall on my hand. When I was staring at my garden at home, I saw a petal from a flower fall down to the floor. Those things didn't mean anything to me then, but just recently, I understood that they can mean so much more. Something as beautiful as a snowflake or flower petal falling only lasts so long. The snowflake melts, and the petal withers and dies. It made me realize that the best things in life are simply fleeting moments that come and go in a blink of an eye. That only means we need to enjoy the falling of the snowflake or the petal even more, and we can always wait for the next one to fall.

My actions have caused me both great joy and deep sorrow. There are things I regret doing and there are opportunities I have missed. Despite it all, I still say the both the things I have done, and things I could have but didn't do all contributed to my current self. If even one decision I've ever made or action I've ever done, no matter how seemingly insignificant, was changed, I probably wouldn't be who I am today. If I decided not to go with my grandmother to the hospital; if didn't suggest that she go take the helpers home and leave me there; even if I decided to stop by 7-Eleven on my way up the stairs to buy a Coke, I wouldn't have been the only one there to see my great-aunt die. If I didn't experience that, I would definitely be different. How I would have turned out, I do not know. All I know is, whatever I do or don't do contributes to my field of experience.

Our fields of experience make us who we are. Everything that we've ever been through helps make us who we are. Everything we see, everything we feel, every person we meet, everything that we do help define us. As our life goes on, our fields expand, and every little new thing broadens our field. As long as we continue on living, we will always change. It is up to us to decide whether these changes are for the better or for the worse.
Miguel11795   
Nov 27, 2011
Undergraduate / "A page from my diary - November 2062" - Jacobs University(Germany) Suppl. Essay [14]

You write very well. It's as if your story s the beginning of a book. There are a few minor corrections though (mostly on the technical side).

It had been a long time since I walked those roads...

There's a rue of three when it comes to using an ellipsis. It's also required, for some reason established by the MLA, to put a space before each dot, so it should be "roads . . ." That also applies to:

And we both walked on....

but the heavy flux ofautomated vehicles and pedestrians

I think that the sentence isn't parallel because the first item consists of an adjective and a noun while the second item consists of just a noun (unless the pedestrians are automated which I think is possible since the setting is 2062) , so I think it should, maybe, look something like this "automated vehicles and busy pedestrians . . ." That also goes for:

brought afeeling of nostalgia and reminded me of some very pleasant memories

You could try "The building brought a feeling of nostalgia and reminiscence." Just a suggestion.

that are transitory and go by without making a difference to us

You could also try "There are some things in life that are transitory and ephemeral . . ."

Just like stumbling, falling and injuries

Here, I'm not sure if this makes it parallel, but you could try "stumbling, falling and injuring myself . . ."

It is irrelevant for what purpose the building is used now.

I think you should rephrase this sentence 'cause it sounds a little awkward to me. (It could just be me though. It's best to get a second opinion)

You also forgot to put commas before some of the coordinating conjunctions that connect two independent clauses.

I bought him a pack of M'n'M Mooncandies and we continued to walk.

Emotion is the thing that separates dance from movement and this was where I learnt to communicate in a way that transcends mere words.

Lastly, correct me if I'm wrong here, but I think you're missing the commas that come before the conjunction that connects three or more items (Oxford/serial comma)

Ex.

it taught me to be disciplined, to be persevering, to believe in myself and more importantly to love something passionately.

There should be a comma before "and" here.

Sorry if it seems like I'm nitpicking. I hope these are valid, and I hope these help. :D I really liked the story though. You connected the plot to your life very well.
Miguel11795   
Nov 26, 2011
Undergraduate / 'I am bewildered' - commonapp essay-My love of nature [23]

I really liked the second one more because it's telling more of your story. I also like the fact that you separated the dialogue in to paragraphs, but sorry if I'm being a nitpicker, there are some small grammatical errors I noticed.

When you use quotation marks, there are still supposed to be periods/question marks (or commas/question marks if it's before an attribution of speech)

"I love nature, and this is just another one of her mysteries; I want to see how it plays out."
"No, it wasn't," I say to myself
"No, I don't."
He asks, "Don't you want to know why we are speaking?"
"As you wish human, as you wish."
"Was it all just a dream?"
"O Romeo, Romeo,"

Also, there should be an Oxford Comma before the conjunction that joins three or more things together.
he settles himself on my belly, looks me in the eye, and says

I'm not really sure about this, but I also think that these sentences are run-on sentences because they're technically two independent ideas that aren't joined by a comma or semi-colon.

It is beautiful. Nature is beautiful.
The green snake blurs out of existence, and my memory hits me with a splash of icy water.
I look around; I am still on the tree but it has grown silent.

Hope this is helpful and not too insignificant. I also hope I didn't make a mistake in my corrections :D
Miguel11795   
Nov 25, 2011
Undergraduate / 'Indian culture' + 'Academic Decathlon' - UC Prompts [3]

Describe the world you come from - for example, your family, community or school - and tell us how your world has shaped your dreams and aspirations.

I liked the way it's written. You deliver your point very well.
There are some issues with grammar I'd like to tackle like:
"Home" has been many different places these past 17 years, but the one consistency is my mother and father who have constantly pushed me to set higher and higher standards for myself.

- Based on the MLA format (sorry if I'm splitting hairs here), numbers that can be spelled using only one or two words should be spelled-out, so I think you should use "seventeen." This goes for some of the other numbers in your essay as well.

- I think it would be better to replace "consistency" with "consistent thing" because consistency, in my opinion, seems awkward when you use it like that.

After a decade of my parents so called "nagging",
- When you use a quotation mark, the punctuation at the end should be inside (ex. After a decade of my parents so called "nagging,")

- This is assuming you're using the American standard not the British
- That also goes for:
- "Don't chase success, just strive for excellence and success will chase you".
- "new girl with the really long name",
- "Varsha, who never leaves a room without giving her opinion".
- and others I may have missed.

I used to shy away from change because of my ever-changing environment
- It sounds a little redundant when you use "change" twice in a sentence. Try using "ever-shifting" or (I'm not sure about this one, so maybe you should get a second opinion) "constantly evolving"

I never hesitate in front of a new opportunity, because I finally know how to take this world by storm.
- I don't really think the comma is necessary here.

Tell us about a personal quality, talent, accomplishment, contribution or experience that is important to you. What about this quality or accomplishment makes you proud, and how does it relate to the person you are?

At West Ranch High School, I did not hesitate (like I usually did[/b])[b], and pitched my love for the sport to the advisor the same week I started school.

- I think the "did" should be in present progressive form (please correct me if I'm wrong)
- I would also like to say that I don't think "hesitate" and "pitched" are parallel because not only are they not consistent in tense, but when you expand the sentence, it would end up as "I did not hesitate, and I did not pitched my love for the sport."

There is also no need for an Oxford comma because there are only two verbs (Oxford commas are used when there are three or more)

not only supported each other within team issues,
- I don't think the "-in" is appropriate. In my opinion, it would be best to stick with just "with."

There may have been errors in my checking, (things that I've missed or inappropriately corrected) so please cross-reference this with someone else and get a second opinion. Overall though, I think this was a good essay, and what I like about it is that it really is very direct and to the point. Good luck. Sorry if I'm being a nitpicker. :D
Miguel11795   
Nov 25, 2011
Writing Feedback / My Tragic Flaw - a three-part theme analogy composition [2]

Instructions: Write a three-part theme analogy composition about your tragic flaw. No word limit.

Thanks in advance!

Every day, someone always tells me what to do with my life. I hear things like "You're tall; you should join a basketball clinic. I'll enroll you tomorrow," and "You know, agriculture and farming are really high paying businesses. You should take it in college." All of these things are good and valid suggestions, but saying no to any one of these would mean three months, or more, of persuasion and one-sided conversations with adamant relatives. All these people want me to do and be so many things, and it's so much easier to consent to whatever they want me to do. Because I'm usually guilty of that luxury, I've lost track of what I truly want to do and be in this life. I need to follow my heart because I know it will lead me to what I want, but that's easier said than done. Following one's heart is like driving along Commonwealth Avenue with five Koreans back-seat driving since there will always be someone screaming at the driver, what's said is barely understood by others, and it would be so much easier just to do what everyone else wants.

There are so many people in my life that distort the route I take; so much so that what I really want gets lost in a flood of other people's "suggestions." For me to truly know what my heart is telling me, I'll need silence to be able to, occasionally, put my thoughts ahead of others. With all the noise gone, it would be easier to follow the road which I know is the best route. Although the things others tell me sometimes make sense, no one knows what I want better than myself.

People say one man's trash is another man's treasure. When it comes to the arguments I have with my family, what think is treasure is their trash. When I say what they want me to do isn't what I want to do, they say "When you grow older, you'll look back at this and see that I was right," then they bring up the topic every single day until they eventually forget about it. After a while they'll remember it again and the cycle repeats. It's hard to follow my heart when it's always rendered mute whenever my mom opens her mouth to talk about something I don't want to do because it conflicts with who I am and what I want. There's only one think I can think of doing, and that's nothing. There will always be people in life that will act as obstacles to one's ambitions. The only thing that can be done is let whatever they say go in one ear, and out the other.

Peer pressure is hard enough to avoid as it is, but when the pressure comes from within the family tree, it's basically impossible to avoid. In my family, it's so much easier to just go with the flow. I could just agree to do whatever they want, but what kind of life is a life lived by others. When I was about ten, my family wanted me to learn about Cockfighting so I could take over the farm where my grandfather breeds his roosters. I hated Sabong with a passion, so I spoke out. That was the only event in my life where I went against all of my family's wishes. At first, it seemed as if I would never talk to my grandfather again, but as time passed, we moved on with our lives. People should learn to stand up for the passions we each keep in our hearts. It may be easier to just let everyone else map-out my life, but if I do that, I'd be sacrificing my dreams, my ambitions, and my identity.

Listening to one's heart may sound like the main theme of a Disney movie where the main character ends up following his dream because his father just "wants him to be happy," but in real life, it's hell of hard. Not everyone is as understanding as a hard-shelled and soft-centered parent that appears in every feel-good movie. There will always be some apathetic, stubborn and powerful individual that will be an obstacle too difficult to overcome, and even if I release all my inhibitions and get rid of all the obstacles in my path, there is still the matter of the most difficult part, understanding whatever my heart tells me. Although I can't even begin to comprehend how I'll go about doing that, there have been times where I've had moments of clarity where I actually hear something. I hope that, eventually, my heart will lead me, inch by inch, to where I truly want to go and what I truly wish to be.
Miguel11795   
Nov 25, 2011
Undergraduate / 'I am bewildered' - commonapp essay-My love of nature [23]

I liked your essay. You used imagery very well! I don't know if it's splitting hairs, but there are little errors regarding punctuation and MLA format. I'm kind new here, so I'm not really sure if that's a comment worth posting. But anyway, overall it was a very engaging essay.
Do You Need
Academic Writing
or Editing Help?
Fill in one of the forms below to get professional help with your assignments:

Graduate Writing / Editing:
GraduateWriter form ◳

Best Essay Service:
CustomPapers form ◳

Excellence in Editing:
Rose Editing ◳

AI-Paper Rewriting:
Robot Rewrite ◳