Thursday, September 5, 2019

History of The Boston Tea Party

History of The Boston Tea Party A very historical event in U.S history happened on December 16, 1773 it would be known has The Boston Tea Party. Some American patriots dressed as Mohawk Indians boarded ships in the Boston Harbor belonging to the British East India Company and threw 342 chest of tea into the water. Their reasons for doing so were because they were protesting the tax on tea (Taxation without representation). This would also unite the colonist in the colonies more than ever before. It all started with the Townshend Acts that were passed by parliament in 1767 which were composed of four acts that was basically an attempt to assert its historical right to the colonies through strict collection provisions of revenue duties. In 1773 Parliament passed the Tea Act that was to financially help the East India Company. The Tea Act that Britain had passed added a monopoly on the tea that they were shipping to the colonies. The tea that Britain was sending over to the colonist was only to be carries by the company known as the East India Company. The company could then sell the tea in the colonies at a less than usual price that then led to colonial merchants to form an alliance with the radicals that were being led by Samuel Adams and the Sons of Liberty. In a few cities in the colonies like New York some tea agents even resigned or just flat out canceled their orders of tea. All of the acts expect the Tea Act were repelled after the colonist resisted them with verbal agitation, physical violence and acts of violence towards British enforcement agents. The royal governor who was Thomas Hutcherson determined to maintain the law and that the three ships that would be arriving to the Boston Harbor the Beaver, Eleanor and Dartmouth should then have the right to deposit their crates of tea. Then on December 16, 1773, a group of around 60 men (The Sons of Liberty) boarded the ships wearing their Indian disguises and dumped all 362 chest of tea into the waters of the Boston harbor. The tea they dumped was valued at around $1 million. The Boston Tea Party Played a significant role in U.S. History due to the fact that it was one of the first major events that led to the revolution, since this was the first time the colonist started fighting back. After the Boston tea party, the colonist started to become more independent and confident that they could do just fine being separated from Britain. Which then all of this events of course led to the Revolutionary War then to the signing of the most important document in United States history. Even though the Boston Tea Party didnt really instant results, but it lit a fire in the colonist hearts to give them the courage that they needed to standup to the big old bully Great Britain and fight for their right to have independence and freedom. Without this ever happening who knows maybe the colonist never would have had the courage to standup for their rights? One thing I found while researching and found it quite interesting that not one person ended up dying during all of this cause me personally I just it funny how there was one person that got injured and they thought that he was dead so they hid him under a pile of wood in a close by shop but turns out he wasnt dead. He regained consciousness a few hours after and was the only person said to be injured during the Boston Tea Party. I also seen where there was only one guy who got punished due to the fact that someone gave an anonymous tip and the guy was then stripped, tarred and feathered. After all that happened not one person ever came forward with any information. I just was always under the speculation that no one ever actually would get caught due to the fact they couldnt actually identify them with all the native American disguises on but I guess I was wrong. The Boston Harbor was also shut down for a couple weeks after all the tea was dumped into the harbor it then caused the harbor to smell. The harbor was then shut down until all 340 chest of tea was paid that was dumped during the Boston Tea Party. Another Boston Tea Party happened three months later on March 1774, 60 men disguised themselves and bored a shipped named the Fortune the slung 30 chest of tea overboard but since it was such a smaller protest, but due to it being a smaller protest it didnt end up getting all the attention since it was a much smaller protest unlike the Boston tea party that happened a few months earlier. Even though it was named the British East India Company the tea didnt actually come from India turns out that the tea they dumped came from China. The tea that was destroyed in the Boston tea party was described as Bohea. In the 18th century black tea was referred to as Bohea, it was a variety of black tea that came from the Wuyi Mountains in the Chinese pr ovince of Fujian. A popular belief was that the ships that brought the tea to were British made ships but turns out the ships were built by Americans and owned by them but the tea they were carry from London and Boston was owned by the British East India Company. Researching for this paper I found a lot of things I never even knew about the Boston Tea Party it was pretty cool to find out there was actually a second Boston Tea Party and the tea didnt actually come from India but instead it came from china. The Boston Tea Party was a major event in American History. It played a major role in Revolutionary war as it helped the colonist gain the courage that they needed to help them first began to stand up to the evil bullies over in Britain that thought that they could just control the people over in the colonies like the owned them. Without out it happening who knows maybe the colonist never would have had the courage to stand up to them? I enjoyed finding out all the neat things that I never knew and I am glad I picked the Boston Tea party. Work Cited Page Boston Tea Party Facts | Boston History. Boston Tea Party Ships and Museum. N.p., n.d. Web. 21 Feb. 2017. https://www.bostonteapartyship.com/boston-tea-party-facts Boston Tea Party. Encyclopedia Britannica. Encyclopedia Britannica, Inc., n.d. Web. 21 Feb. 2017. https://www.britannica.com/event/Boston-Tea-Party The Importance of the Boston Tea Party ÂÂ » Independence Day ÂÂ » Surfnetkids. Independence Day ÂÂ » Surfnetkids. N.p., 06 May 2014. Web. 20 Feb. 2017. https://www.surfnetkids.com/independenceday/255/the-importance-of-the-boston-tea-party/

Functions Of Database Management System

Functions Of Database Management System Before we start with DBMS we should know what is data. A data is a piece of information, and database is the collection of data that is set in an orderly way. And managing this database is known as Database Management System in short DBMS. The person who manages, creates, controls and maintain this database management system is known as Database Administrator (DBA). Another important term to remember is information. Any data which has been converted to a useful and understandable form is called information. There are some differences between data and information. Data Information Any raw figure or fact is data. For example 6 is a data. A processed form of data is known as information. For example weight = 6 kg is data Data does not help in making decisions. With right information we can make decision. Functions of Database Management System Data Modeling: The structured definition of data storage is known as data modeling. Processing Query: This a mechanism of manipulating the data Concurrency Control: To ensure the accuracy and simultaneous access of the database by multiple users. Security of Information: Security of the database is very important. Crash Recovery: Data recovery after the system crashes. Types of Database users Database Administrator (DBA): The database administrator is the person who who maintains designs and creates the database. Database Designer: A database designer is a person who plans or designs the database. End User: The one who uses the database, it may be that he/she only views the database or it may be that he/she makes the data entries. Make queries, etc There may be different types of end user, for example: Sophisticated: these are the users who has a good knowledge in database and can make queries, with SQL manipulate data with DML (Data Manipulating Language) Specialized: who makes application programs that interacts with the database Native: only interacts with the database via some sophisticated programs Application Programmers: A person who makes applications which interacts with the database using programming language like C++ , Java, etc. He may create a software which gives a easy to use interface to input data into a complex database, so that even the clerks of the office can input data or search for some data from the companies database without knowing Oracle, MySQL or other DBMS software Database Model Database Model is the structure or the format of the data; it may be physical or conceptual. Database Model is also known as database schema. Conceptual Model: Conceptual Model helps to overview the organizational schema rather than the database schema. Physical Model: Physical Model is the database design which means that this model describes the data storage, data structure, etc. basically we get to know about the physical media of the data storage and the mode of access of that data from this model. Frame Memory Model: This type of model is generally used for large manufacturing database application. Modifying the characteristic of the complex database easily and accurately. Unifying Model: in the Unifying Model the Entity-Relation concept has been extended to introduce a new form of diagrammatic representation other than class diagrams. Object Oriented Model: A Object Oriented Model is a data model in which the real life data or entities are organized. Generally Object Oriented Data Model or OODM consists of the following concepts, they are as follows: Object and object identifier Attributes and methods Class Class hierarchy and inheritance Record Based Model: The Record Based Model helps us to specify the overall logical structure of the database. In this type of data bases the numbers of types of data are fixed. And each of the record type or data type has a fixed number of fields with fixed field length. There are three types of record based data model they are: Hierarchical Model: In a Hierarchical Model the data is organized in a form of tree like structure. In this kind of structure the parent à ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬ child relationship can easily be shown. A very famous use of this kind of database is the Windows Registry developed by Microsoft. 320px-Hierarchical_Model.jpg Network Model: This is a type of database model where it is easy to represent objects and relationship. Its more easier to define many to many relation in this model rather than in the hierarchical model. A well known implementation of Network Model is RDM Server. 320px-Network_Model.jpg Relational Model: The relational model was developed by E.F Codd. The properties of a relational database model are as follows: The columns of table are all homogenous i.e. they are of the same kind. Every item should have simple value. All the relationship of tuples must be distinct. The key value should be used to order the tuples within a relationship. Columns are named distinctly and their ordering is not so important. 280px-Relational_Model_2.jpg Manual Database. A Manual Database is a record kept by a human without the use of any computers or electronic devices. This obviously has many problems like: Searching: It is very difficult to find a particular result from a manual database if the size of the database is huge. Updating: Updating a new entry is also problematic as we have to manually find the old record, scratch it, or erase it then make the new entry. Backing up: Suppose there is a database of 10,000 pages making a manual backup of this database, i.e. a handwritten copy of it will be difficult to make. Sorting: It is virtually impossible to sort the data say names of customers by alphabetic order, etc on a manual database. As we see that making a manual database of a large amount of data becomes impossible to manage so now we use computerized data. Traditional File Processing System One of the earliest forms of computerizing data storage is the file processing system. Creating, sorting, organizing and accessing the content of the file is known as File Processing System. Characteristics of File Processing System. Each file is different from each other. This is a collection of files, or sorted data. Each of the file is called a flat file. Every file contains processed information of a specific function such as one file may be for accounting other file may be of contacts. Files are created by the help of program which are written in C, C++ or COBOL. Drawbacks of the File Processing System. There are many drawbacks of File Processing System. Separated Data Duplicated Data Data Dependency Data inflexibility Problems in representing the data to user. File format problems. Database: A database is a organized form of data. This organization is very important because when the size of data increases it becomes difficult to use or control the data. Database Management System: A DBMS or Database Management System is a collection of data and programs which help us to access and modify those data. The collection of data is called database. The main purpose of DBMS is to efficiently store and control the database. Advantages of DBMS Control Redundancy: With the help of DBMS data redundancy can be controlled. In the File Processing System there used to be data redundancy, which means that the same data stored more than once. Integrity: Maintaining Integrity means that the data stored in the database is accurate and precise. This is very much important as incorrect data can not be stored into the database so some integrity constraints are enabled on the database, to check the accuracy of the database. Avoiding inconsistency: Consider there are two data storage sites of data and some changes are made in one site but those changes are not reflected on the other site for some reasons then it gives rise to data inconsistency. To avoid this data redundancy should be removed if data redundancy is checked it will also remove data inconsistency. Data Sharing: Suppose a same data is required by two databases then that data can be shared from a centralized database. Maintaining standards: As we know that DBMS is a centralized system so it can be standardized effectively. A company database can be standardized in Department Level, National Level, International Level, etc. Preventing unauthorized access: Lots of security can be enabled to prevent the unauthorized access of the data. Passwords and encryptions are enabled in database to provide better security to companyà ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒ ¢Ã¢â‚¬Å¾Ã‚ ¢s data. Backup and recovery of data: Data loss can happen at any moment due to number of reasons so it is very much important to create backup so that the data can be recovered if there is any accidental loss of data. Disadvantages of DBMS Complexity: The functionality of DBMS is a very complex process. The database designer, database administrator, developer and the end user should have a clear understanding of the DBMS working and functionality to make it work in a correct way. If they fail to do it DBMS will not work in a proper way. Size: As time passes the size or the volume of data increases which makes the size of database larger. Moving, copying and editing this large amount of data take a considerable time and system resource. Sometimes upgrading RAM or Disk Space becomes necessary to run the DBMS properly Performance: DBMS software tends to run slower than the typical File Processing System. Cost: Cost of implementing the DBMS is high. Sometimes the DBMS software for the specific environment is high, or the upgradeing of hardware to run it becomes costly or when converting from an older system to DBMS the process of conversion of the data costs a lot. Failure rate higher: As it is a centralized system I it fals every operation comes to a halt. Difference between File Management System and Database Management System File Management System Database Management System File management Systems are relatively small in size and volume Database Management Systems are comparatively larger in size. They are cheaper to implement Much costlier to implement It deals with few files It deals with a large number of files. The structure of this system is very simple The structure is very much complex in nature. There are many redundant data. Redundant data is very much reduced. Data inconsistency takes place in File Management System Data inconsistency is checked in the DBMS In File Management System data is isolated. In DBMS data can be shared. There is no security. It is secured. Very simple and primitive form of backup and recovery. Highly sophisticated and complex form of backup and recovery. Mainly single user. Most of the time its multiuser. Less preliminary design Vast preliminary design Purpose of DBMS Database Management System is very useful and is used in many sectors. Some the areas where it is used is given below. Railway: for making the railway enquiry and reservation system to work properly there is a needed of implementing DBMS as all the data has to be stored in a centralized location and the data is then used by every railway stations throughout the country. Banking: As now a days there are many branches of a bank there has to be a DBMS to track and record the transactions of every customers. This will have not been possible if File Management System were used. Schools/Colleges and Universities: To store the records of students like their name, roll number, address, contact number, marks obtained, etc a DBMS is used so that the database can be updated easily. Business and Offices: To store the companyà ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒ ¢Ã¢â‚¬Å¾Ã‚ ¢s sales, profit , etc and its record of employees a sophisticated DBMS is used. Instances and Schemas The database changes from time to time, the information which is stored in the database at a particular time is known as Instance. A Schema is a overall design of the database . QUESTIONS What do you mean by DBMS? A DBMS or Database Management System is a collection of data and programs which help us to access and modify those data. The collection of data is called database. The main purpose of DBMS is to efficiently store and control the database. How does DBMS differs from MS Excel? What are the differences between data and information? What is the difference between Conceptual Model and Physical Model? Conceptual Model: Conceptual Model helps to overview the organizational schema rather than the database schema. Physical Model: Physical Model is the database design which means that this model describes the data storage, data structure, etc. basically we get to know about the physical media of the data storage and the mode of access of that data from this model. What are the difference between Traditional File Management System and Database Management System? Traditional File Management System Database Management System File management Systems are relatively small in size and volume Database Management Systems are comparatively larger in size. They are cheaper to implement Much costlier to implement It deals with few files It deals with a large number of files. The structure of this system is very simple The structure is very much complex in nature. There are many redundant data. Redundant data is very much reduced. Data inconsistency takes place in File Management System Data inconsistency is checked in the DBMS In File Management System data is isolated. In DBMS data can be shared. There is no security. It is secured. Very simple and primitive form of backup and recovery. Highly sophisticated and complex form of backup and recovery. Mainly single user. Most of the time its multiuser. Less preliminary design Vast preliminary design What do you mean by Data Duplicity? Data Duplicity means repetition of the same data more than once in the same database. Data Duplicity causes lot of problems like: It is waste of time and money. It leads to loss of data integrity. It takes up additional storage and increases the size of the database which effects the search time. What do you mean by Data Dependency? In a File Processing System the specific physical format of file and record were hard coded on the application programs. So a change in database format required the codes to be updated. What is data isolation? Data Isolation means a data which is isolated form other databases that means when data can not be shared. It is not possible to share data in a File Processing System so the data remains in a isolated condition. Write down the necessary steps to secure a data into a database. What do you mean by redundant data? Data Redundancy means duplication of data. A same data may be present more than onces leading to data inconsistency. Write down the applications of Database Management System. There are many applications of Database Management System , some of them are explained below: Railway: for making the railway enquiry and reservation system to work properly there is a needed of implementing DBMS as all the data has to be stored in a centralized location and the data is then used by every railway stations throughout the country. Banking: As now a days there are many branches of a bank there has to be a DBMS to track and record the transactions of every customers. This will have not been possible if File Management System were used. Schools/Colleges and Universities: To store the records of students like their name, roll number, address, contact number, marks obtained, etc a DBMS is used so that the database can be updated easily. Business and Offices: To store the companyà ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒ ¢Ã¢â‚¬Å¾Ã‚ ¢s sales, profit , etc and its record of employees a sophisticated DBMS is used. Who are the End Users? How many types of End Users are there in DBMS? End User: The one who uses the database, it may be that he/she only views the database or it may be that he/she makes the data entries. Make queries, etc There may be different types of end user, for example : Sophisticated: these are the users who has a good knowledge in database and can make queries, with SQL manipulate data with DML (Data Manipulating Language) Specialized: who makes application programs that interacts with the database Native: only interacts with the database via some sophisticated programs

Wednesday, September 4, 2019

My Educational Philosophy :: Philosophy of Education Teaching

My Educational Philosophy The responsibilities that educators have in the education field is to teach our students the basic training skills needed to be successful in the future. As an educator I will be involved in classroom instruction, grading papers, taking attendance, planning lesson plans around activities, readings and projects that will not only teach, but also engage. Without engagement, students are not likely to have a positive learning experience. I will make sure that every child is envolved and no child is left behind. As an educator I will modify instructional methods by using a wide range of teaching styles for the academic achievement of all my students. I will seek the need to self-motive my students learning skills; explore their academic, cultural, and social needs, which makes these central to the classroom experience. As an educator I will help students understand, investigate, learn, and determine how the knowledge process influences in discipline. I will use teaching methods and materials to reduce student prejudice, and work to create a school culture that empowers all students especially those from minority groups. I will engage all students in learning which is a goal of mine. As an educator I am also a mentor, who is a trusted and experienced advisor that has direct interest in the development and education of another individual. I want to encourage and motivate my students as well as maintaining a constructive and caring manner towards their needs. As an educator I will be very social, orderliness, and practical. I enjoy helping others and appreciating their needs and values as an individual. I am very orderly, which I keep things in their proper place, which makes the classroom environment more flexible.

Tuesday, September 3, 2019

Nursing Diagnosis Essay -- Clinical Reasoning Cycle

J.P., a 58 year old female, presents to the Emergency Room on March 18th. She has a past medical history of cervical cancer, atheroembolism of the left lower extremity, fistula of the vagina, peripheral vascular disease, neuropathy, glaucoma, GERD, depression, hypertension, chronic kidney disease, and sickle cell anemia. She complains of right lower extremity pain accompanied by fatigue, a decreased appetite, increased work of breathing, burning on urination, and decreased urine output for three days. On admission, a complete physical assessment was performed along with a blood and metabolic panel. The assessment revealed many positive and negative findings. J.P. was positive for dyspnea and a productive cough. She also was positive for dysuria and hematuria, but negative for flank pain. After close examination of her integumentary and musculoskeletal system, the examiner discovered a shiny firm shin on the right lower extremity with +2 edema complemented by severe pain. A set of baseline vitals were also performed revealing a blood pressure of 124/80, pulse of 87 beats per minute, oxygen saturation of 99%, temperature of 97.3 degrees Fahrenheit, and respiration of 12 breaths per minute. The blood and metabolic panel exposed several abnormal labs. A red blood cell count of 3.99, white blood cell count of 22.5, hemoglobin of 10.9, hematocrit of 33.7%, sodium level of 13, potassium level of 3.1, carbon dioxide level of 10, creatinine level of 3.24, glucose level of 200, and a BUN l evel of 33 were the abnormal labs. After a thorough examination, J.P. was diagnosed with a deep vein thrombosis (DVT). â€Å"DVT develops most often in the legs but can occur also in the upper arms†¦Ã¢â‚¬  (Ignatavicius & Workman, 2013). Due t... ...diagnoses that cause physical pain, but also problems that can cause emotional, spiritual, and psychosocial trauma. After the implementation of the stated interventions, the patient made physical and emotional progress towards the aforementioned goals. The above goals were not only met, but exceeded expectations of the patient and the nurses who provided care. Works Cited Ackley, B. & Ladwig, G. (2010) Nursing diagnosis handbook:an evidence based guide to planning care. Maryland Heights, MO: Mosbey. Ignatavicius, D. D., & Workman, M. L. (2013). Care of Intraoperative Patients. Medical-surgical nursing: patient-centered collaborative care (7th ed.). St. Louis: Elsevier. Taylor, C. (2011). Introduction to Nursing. Fundamentals of nursing: the art and science of nursing care (7th ed.). Philadelphia: Wolters Kluwer Health/Lippincott Williams & Wilkins.

Monday, September 2, 2019

Asean

The Association of Southeast Asian Nations (ASEAN) has plans to fast track the integration of its member countries over the next few years. Aside from encouraging cooperation through traditional diplomatic and cultural activities, there are also ambitious proposals for ASEAN to issue a single visa and currency, and even form a united regional Olympic team. The advantages of a united ASEAN are easy to imagine. A cohesive ASEAN would likely bring tremendous benefits to Southeast Asians in the forms of more jobs, more tourists, stronger defense forces and improved camaraderie among competing neighbors.Besides, who would oppose the idea of unity and greater economic coordination in the region? But ASEAN’s basic problem is not merely an absence of unity. Wasn’t unity the main objective of ASEAN when it was established in 1967? The fact that after four decades, the group is still pushing to integrate its ten member countries suggests a pretty significant failure to foster sol idarity in the region. Without undermining the laudable efforts of the ASEAN Secretariat, many doubt it can realize the One Community vision by its announced target date of 2015.How can it, if it continues to use the same approach that has singularly failed to unite its members to date? ASEAN unity will remain an impossible vision as long as its members continue to demand it for the wrong reasons. In truth, each member nation views its association with ASEAN as a means to pursue its national interests. Sacrificing the national agenda to realize the regional good is largely an alien concept to ASEAN members. Member nations are in favor of unity as long as it doesn’t conflict with their respective national objectives.To be sure, ASEAN has successfully coordinated aid and relief efforts when natural disasters have devastated the region. But the group should be more than the region’s answer to Red Cross. But such instances are usually when ASEAN unity is invoked, namely, w hen a member is overwhelmed by a problem it can’t solve or when it is affected by a neighbor’s woes. Today, for example, we hear demands for ASEAN to intervene in Burma’s Rohingya Dilemma, maritime disputes in the South China Sea or West Philippine Sea, and human trafficking across the region.ASEAN’s next step will most likely be to decide whether to issue a joint statement to address these issues. In the absence of disasters, and in between ministerial conferences, however, ASEAN has failed to engage in the essential task of building regional unity. ASEAN hasn’t even been able to prevent members from accusing each other of being bad neighbors. East Timor’s attempts to join the club have been blocked by Singapore, among others, which view its entry as a threat to their national interests, although the reason given to the public is usually East Timor’s internal conflicts.Ultimately, ASEAN’s unwillingness to form a more united an d powerful regional grouping has been exploited by global powers like the United States, China and Japan, which are aggressively promoting their geopolitical interests in the region. A unified ASEAN could challenge the political and economic resources of these big nations. Instead, each ASEAN member has preferred to negotiate individually. It’s tragic enough that ASEAN is not united.It’s more tragic to hear ASEAN members articulate and advance the interests of non-ASEAN superpowers during ASEAN summits. At the minimum, a united ASEAN could prevent colonial powers old and new from dominating the region. But that’s just a start. After asserting its independence, it would be great to see ASEAN aspire to become a global power in its own right. With this vision in mind, perhaps it’s time to unite and promote the Southeast Asian way of life as a viable alternative to the world. Asean The Association of Southeast Asian Nations (ASEAN) has plans to fast track the integration of its member countries over the next few years. Aside from encouraging cooperation through traditional diplomatic and cultural activities, there are also ambitious proposals for ASEAN to issue a single visa and currency, and even form a united regional Olympic team. The advantages of a united ASEAN are easy to imagine. A cohesive ASEAN would likely bring tremendous benefits to Southeast Asians in the forms of more jobs, more tourists, stronger defense forces and improved camaraderie among competing neighbors.Besides, who would oppose the idea of unity and greater economic coordination in the region? But ASEAN’s basic problem is not merely an absence of unity. Wasn’t unity the main objective of ASEAN when it was established in 1967? The fact that after four decades, the group is still pushing to integrate its ten member countries suggests a pretty significant failure to foster sol idarity in the region. Without undermining the laudable efforts of the ASEAN Secretariat, many doubt it can realize the One Community vision by its announced target date of 2015.How can it, if it continues to use the same approach that has singularly failed to unite its members to date? ASEAN unity will remain an impossible vision as long as its members continue to demand it for the wrong reasons. In truth, each member nation views its association with ASEAN as a means to pursue its national interests. Sacrificing the national agenda to realize the regional good is largely an alien concept to ASEAN members. Member nations are in favor of unity as long as it doesn’t conflict with their respective national objectives.To be sure, ASEAN has successfully coordinated aid and relief efforts when natural disasters have devastated the region. But the group should be more than the region’s answer to Red Cross. But such instances are usually when ASEAN unity is invoked, namely, w hen a member is overwhelmed by a problem it can’t solve or when it is affected by a neighbor’s woes. Today, for example, we hear demands for ASEAN to intervene in Burma’s Rohingya Dilemma, maritime disputes in the South China Sea or West Philippine Sea, and human trafficking across the region.ASEAN’s next step will most likely be to decide whether to issue a joint statement to address these issues. In the absence of disasters, and in between ministerial conferences, however, ASEAN has failed to engage in the essential task of building regional unity. ASEAN hasn’t even been able to prevent members from accusing each other of being bad neighbors. East Timor’s attempts to join the club have been blocked by Singapore, among others, which view its entry as a threat to their national interests, although the reason given to the public is usually East Timor’s internal conflicts.Ultimately, ASEAN’s unwillingness to form a more united an d powerful regional grouping has been exploited by global powers like the United States, China and Japan, which are aggressively promoting their geopolitical interests in the region. A unified ASEAN could challenge the political and economic resources of these big nations. Instead, each ASEAN member has preferred to negotiate individually. It’s tragic enough that ASEAN is not united.It’s more tragic to hear ASEAN members articulate and advance the interests of non-ASEAN superpowers during ASEAN summits. At the minimum, a united ASEAN could prevent colonial powers old and new from dominating the region. But that’s just a start. After asserting its independence, it would be great to see ASEAN aspire to become a global power in its own right. With this vision in mind, perhaps it’s time to unite and promote the Southeast Asian way of life as a viable alternative to the world.

Sunday, September 1, 2019

Brave New World by Aldous Huxley

In the novel Brave New World by Aldous Huxley, one of the main characters that is presented to the readers is Bernard Marx. What this character’s name brings to the mind of the reader, and surely the intention too of the author, is the historical figure Karl Marx who wrote the book Communist Manifesto. In the book, Bernard Marx is described as a hypnotic specialist at the Hatchery and Conditioning Centre in the modern world. He belongs to the Alpha caste though his physical features do not fit him to be in this caste.Those who are Alphas are known to be tall but Bernard is rather short. Furthermore, he acts as an outcast amongst his social group. As Alphas are expected to be sporty in their manner and orientation, he does not participate in this leisure activity. This is the reason why he is seen as odd by the people around him (Huxley 38). As the novel progresses, the reader sees Bernard Marx as a loner and unhappy. The social group that he moves around with sees him as a reb el and a non-conformist. He questions the system of the World State and wants to fight for his individuality.In some ways, he is seen as someone who always wants to go against the system. He can be termed as a protestor to put it in another way. But this thing changes when one time he goes to the Reservation (Huxley 45) where he meets John who is considered a savage by the World State. When he brings the latter to London, he instantly gains a popularity he never experienced before. He becomes outgoing and happy to participate in the activities in the World State. This participative attitude of Bernard Marx in the new society will only changed when John refuses to be part of his agenda.The reader sees again that Marx returns to his old, protestor way. The World Controller sees that he has not changed and in the end he is thrown out of the World State to be deported to Iceland (Huxley 98). What can we see then in the character of Bernard Marx? We can conclude then that the protest att itude of him is not borne out of intellectual or of moral form in origin. The best term that we can see to it is that his act of his being a non-conformist among his social group originates from a personal and social one.I make this conclusion to the nature of his character since his being alone surely must have stemmed from his being short as an Alpha. As mentioned above, Alphas are designed to be tall but Marx is not. His manifestation of being a protestor comes from his anger of being not accepted fully by his peers, of being different from them. So in effect he sees no point of participating in all the activities that are expected of his caste. When an opportunity is presented to him that he can be accepted and even become popular, his attitude towards the World State suddenly changed.â€Å"Success went fizzily to Bernard's head, and in the process completely reconciled him †¦ to a world which, up till then, he had found very unsatisfactoryâ€Å" (Huxley 66). This opportu nity is when he brings John to London and quickly gains popularity (Huxley 66). Still, Marx goes back to his old ways when the chance to become popular slips to his hands upon John’s rejections of his agenda. In the end, he is deported to Iceland against his protests. The moral of the character of Marx then is that he is a hypocrite in his being a non-conformists and critic of the ways of the World State.His criticism of the system in the society that he lives in stems from the rejection he gets from his being physically different from his social group. We can thus sum up that the flaws that he sees in the World System are not genuine. The order of the World State will be a defect as far as Marx is concerned up until he is not accepted as part of his social group. When this has changed it is only then that he can truly feel a part of the new society. Works Cited Huxley, Aldous. Brave New World. New York: HarperCollins Publisher Inc. ,1998 Brave New World by Aldous Huxley The Brave New World, written by Aldous Huxley, is an extemporary novel that deals with moral problems like the problem of how to achieve happiness in the best possible way. The novel includes the poignant role of the government in achieving this goal and the drawbacks it can create in a society. This paper will thoroughly discuss both side of the moral problem and how it affected the society as a whole. More often than not, a novel is a little interpretation and portrayal of an author’s life, experiences and knowledge. It would be hard not to incorporate his/her own opinions and thoughts inside his/her work.An author can go as far as draw sound arguments to defend his/her point, and all this can be easily done by describing his/her characters, the setting, plot, and so on. Aldous Huxley started writing the Brave New world in 193, and by that time, technological innovations as well as world-changing events were taking place, and society was at its total make over. From its prim itive way of life, the world was developing and advancing to a new and completely modern era. The event as a whole didn’t escaped the attention of Huxley, and all of this, no doubt, affected him, and resulted in one of the most powerful, thought provoking novels.His visualization of the world in the near future, maybe decades or centuries from the time he wrote his work, gave deep insight of the unfavorable would-be lifestyle of the world, which may not be so far from today’s way of life. It is Huxley’s ability to portray the future that uses his current observations that made his novel a classic, affecting not only the people of his time, but also the latter societies. Inside the book, Huxley introduced a moral problem. He presented a society that was under the total power of a manipulative government.Due to advanced scientific techniques, people live in constant happiness. Here Huxley wanted his readers to see an important question, should the state of happine ss be the prime goal of mankind, or should free will, at the expense of contentment, be the key. The Brave New World’s government chose the former, to keep its people happy while ensuring stability. It was the director in the novel who explained the mechanics of the World State. He explained that tremendous amount of conditioning is necessary to unfold the secret of happiness, and that you must like what you are doing.Making people like both their pursuit and the way of life the government wants them to do is the goal of all the conditioning. One of the defining moments of the novel was when the lead character, John, entered the story. The other side of the argument was brought into account. John, who came from a very different society, sees the World State in a very different way. Because he had grown up in a society where the government doesn’t have total control over its citizen, he sees how the citizens were denied of the truth of literature, history, emotion, and most of all, humanity.It was when he met the world leader, Mustapha Mond, that he was able to adamantly point his observations. But even though he understood John’s view, the leader refused to listen and continued to argue that it must be done in order to achieve happiness and stability. These aspects are much more important compared to humanity, the leader continued. He insists that social stability requires the sacrifice of the things John values. As long as people are happy everything will be fine. John protests that, without these things, human life is not worth living, even with happiness.Mond explains that the government’s plan is foolproof, with the help of soma, a drug that offers a way to deal with unpleasant emotions that lead to inefficiency and conflict, and keep people from trying to change the way they live. As everyone knows, utopias strive to work as perfection; therefore it is completely necessary for these societies to have moral values. The society i n Brave New World lacks values like promiscuity, over-population, use of drugs, and elimination of religion and family, creating a Dystopia. During the entire novel, Huxley makes evident that these values are missing in the society.As a peculiar characteristic the World State eliminates the word family. This word doesn’t exist for the people anymore, meaning that there are no parents or siblings; a person is created in an assembly line in mass production, creating 96 persons in one blow (Huxley, 6). This civilized society lives in a world where science and technology play an important role. Religion is replaced with God does not exist anymore (Huxley, 230). Instead of attending church on Sundays, people attend to services where morals are not learned at all. They just get accustomed to having sexual intercourse or taking soma.The government not only controls how one thinks, but it also controls one’s physical usefulness to his society. By genetically engineering oneâ⠂¬â„¢s body, the government can make it infinitely useful to itself. To make that one body feel no pain, to make the soul feel like it belongs to the society, and to make the mind open to any ideas is a vital asset for this government. The people are not always worried about death and can always relax in this utopian society since other people pleasure them, and with a society of happy people, the government never fears a revolt.One aspect of control that is touched upon from the beginning of the novel until the end is the control of the population birth and growth. As a way to maintain the society’s motto of Community, Identity and Stability, the number of inhabitants is managed through the artificiality of the brave new world’s use of technology. In the first chapter of the novel, the reader is introduced to the process of creating humans in this Utopia. The fact that machines do what is done by human reproductive systems shows how science has dominated over man in t his world.The actual process of creating humans is made possible through the use of a single ovary, which makes thousands of identical people. Since these people are similar in appearance, thought and relations, they are able to live in perfect harmony with each other. Huxley uses Lenina and Fanny, two of his female characters who are distant relatives from the same ovary, as people who get along well and are on the same page on issues concerning Utopian lifestyles. This is how the government of Utopia, made up of only ten controllers, is able to maintain stability among its people.Since stability is part of the brave new world’s motto, it is a crucial deal for the government to uphold. Something else that is controlled by government and science is any thing to do with marriage, romance and pregnancy. It is a rule by the government for everyone to freely have sex with anybody at anytime they want. It is against the rules of the Utopia to date anyone regularly. Government forb ids anyone to go towards thoughts of monogamy and romance because they require too much time and bring no stability to life.Science controls the aspect of pregnancy in the way that females have to wear contraceptive belts while having endless sex to avoid any pregnancy. Pregnancy is controlled because it brings pain and goal of the brave new world is to have happiness. Government and science restrain Utopia’s citizens from what is part of being human. In Brave New World, there are no feelings and emotions whatsoever because they are refused by the dominating authority which gives out the soma that allows people to do whatever they please without being guilty about it.But they live their lives with ignorance. Lastly, literature is another characteristic that makes this society a dystopia. It is completely banned for anyone to read because it brings ideas to people, creating individual. They are more focused in a society that consumes and every time is buying new things. Even M ustapha Mond, one of the new worlds' seven controllers, admits that the world they inhabit is far from perfect. Mond says to John those who have the ability to write the laws also have the ability to break them (Huxley, 248).Even the seven controllers of the World State break the rules by reading books. It is evident that even though they want to create a new world where the past is completely forgotten, they still want to read and learn. The truth is that by knowing about the past societies learn to not make the same mistakes again. Much of Huxley’s vision is already reality today. We are already seeing the development of the fundamental principles evident in the novel with things like cloning, government control, drugs to make us happier, and being a consumer based society.Now, when a scientific breakthrough is discovered, people will refer to us coming closer to the brave new world. We are more conscious of changes that technology brings upon us and try to recognize its po tential threats. This is the reason why there are always opposing groups of certain advancements, trying to see not only the pros but also the cons of new technology. Huxley therefore hasn’t so much aided in the creation of new technologies, instead he has made us guarded or worried about these advancements.The book helped the population see a future, which may not be so appealing, compared to many other futuristic novels, which portrayed a much happier lifestyle. Huxley’s upbringing, along with the world events going on around him, was contributory in some ways to the writing of Brave New World. More significantly however, are the effects the book has had on modern society. Not so much, that people have consciously taken ideas from the book and tried to implement them, more that the ideology has served as a gauge against which we judge the advents of technology.In conclusion, science has become a major part of this modern life. In Brave New World, Huxley predicts a wo rld dominated by government and science and how the two aspects influence humanity. Although I lack the understanding of a society of this New State, I can picture out what might happen to the world if the government makes this drastic operation. I can see a world deprived of passion and love. Everything movement is mechanical. Every reaction will create confusion. I can see them asking themselves, how will I react when I accidentally do something wrong? How will I love someone?The questions somewhat made me laugh, but at the same time made me sad. The prospect of having the same fate as anyone else frightens me. It’s as if we’ll all be buried inside the same caskets. I don’t like the idea at all. And by creating people massively, it automatically eliminates individuality. Parents are not necessary to raise a person, but they are actually wrong. Education starts at home, something very true in the real world. So if there isn’t any home or family, how can a person be raised to be a well-mannered adult? Reference Huxley, A. (1975). Brave New World. Markham, Ontario

Saturday, August 31, 2019

The Re-Occupation of Rhineland

This source is suggesting that Hitler was only sending troops to his land which already belongs to Germany. He had right to do this as if you have a garden you are allowed to go there. We can agree with this source because the Rhineland was part of Germany but it had been demilitarised under the Treaty off Versailles. Many people felt the Treaty was unfair and harsh on Germany. Hitler’s actions were reasonable as he was not invading another country.Some people thought though it was breaking the Treaty but doesn’t mean it is going to lead to war. Some of the British also support and hostile to fascist Hitler because they were more concerned about communist Stalin’s Russia. People also thought to believe that Hitler was a peaceful man who wants peace and not a threat to the Britain. British people also trusted Hitler because they made a naval Agreement with him in 1935. They took far more notice of Hitler’s promises.It is reliable because the source is from a British politician so he would know the position of the government and why they have taken no action over the breaking of the Treaty of Versailles. He is trying to explain to the public why the government has taken no action against Hitler. He is trying to justify the government’s decision to do nothing. However the source is not valid because there were lots of other reasons why Britain didn’t oppose against Hitler.Economic trouble during the early 1930s meant Britain had reduced their spending on Arms and their military. Previous to the remilitarisation of the Rhineland, Britain had followed a policy of disarmament which left them vulnerable. Britain believed that even combined with France, they did not have enough power to overcome Germany, not only that but also that they had already met to discuss the possibility of future remilitarisation but had decided against taking any action should it occur.Britain's first priority was to protect their Empire therefore a W ar was not in their best interests as it would mean that the Navy would have to concentrate on other countries instead of the Empire. The policy of appeasement meant Britain wished to avoid War, and the fear that a possible European War could occur also prevented them from conflict as this would help to form an alliance between two powerful fascist leaders, Hitler and Mussolini which was a dangerous risk that Britain was not prepared to take.Britain was also concerned about with the actions of Japan and Mussolini’s invasion of Abyssinia. Overall nobody wanted another war because people could still remember the casualties of First World War. Finally I don’t agree with what this source is suggesting was the main reason that British did not oppose Hitler’s remilitarisation Rhineland in 1936. As we know this source is reliable because many people in Britain at the time thought Hitler was a man of peace and he is only sending troops to Rhineland which belongs to Germ any anyway.However the reason is not completely valid. So with the benefit of hindsight we also know so many things that many public didn’t know at that time. As I mentioned above Britain was behind on rearming. They were more concerned about Mussolini’s invasion of Abyssinia. Britain was also going through economic depression as the America’s Wall Street crashed in 1929. Finally there was a little Britain could do to Stop Germany because nobody wanted another war at any cost.