CooperativeA cooperative (also known as co-operative, co-op, or coop) is "an autonomous association of persons united voluntarily to meet their common economic, social and cultural needs and aspirations through a jointly owned and democratically-controlled enterprise". Cooperatives are democratically controlled by their members, with each member having one vote in electing the board of directors.
Worker cooperativeA worker cooperative is a cooperative owned and self-managed by its workers. This control may mean a firm where every worker-owner participates in decision-making in a democratic fashion, or it may refer to one in which management is elected by every worker-owner who each have one vote. Worker cooperatives rose to prominence during the Industrial Revolution as part of the labour movement. As employment moved to industrial areas and job sectors declined, workers began organizing and controlling businesses for themselves.
Agricultural cooperativeAn agricultural cooperative, also known as a farmers' co-op, is a producer cooperative in which farmers pool their resources in certain areas of activity. A broad typology of agricultural cooperatives distinguishes between agricultural service cooperatives, which provide various services to their individually-farming members, and agricultural production cooperatives in which production resources (land, machinery) are pooled and members farm jointly.
Workers' self-managementWorkers' self-management, also referred to as labor management and organizational self-management, is a form of organizational management based on self-directed work processes on the part of an organization's workforce. Self-management is a defining characteristic of socialism, with proposals for self-management having appeared many times throughout the history of the socialist movement, advocated variously by democratic, libertarian and market socialists as well as anarchists and communists.
Critique of political economyCritique of political economy or simply the first critique of economy is a form of social critique that rejects the conventional ways of distributing resources. The critique also rejects what its advocates believe are unrealistic axioms, faulty historical assumptions, and taking conventional economic mechanisms as a given or as transhistorical (true for all human societies for all time). The critique asserts the conventional economy is merely one of many types of historically specific ways to distribute resources, which emerged along with modernity (post-Renaissance Western society).
Anti-capitalismAnti-capitalism is a political ideology and movement encompassing a variety of attitudes and ideas that oppose capitalism. In this sense, anti-capitalists are those who wish to replace capitalism with another type of economic system, such as socialism or communism. Socialism Socialism advocates public or direct worker ownership and administration of the means of production and allocation of resources, and a society characterized by equal access to resources for all individuals, with an egalitarian method of compensation.
Das KapitalCapital: A Critique of Political Economy (Das Kapital. Kritik der politischen Ökonomie), also known as Capital, is a foundational theoretical text in materialist philosophy and critique of political economy written by Karl Marx, published as three volumes in 1867, 1885, and 1894. The culmination of his life's work, the text contains Marx's analysis of capitalism, to which he sought to apply his theory of historical materialism "to lay bare the economic laws of modern society", following from classical political economists such as Adam Smith, Jean-Baptiste Say, David Ricardo and John Stuart Mill.
Urban historyUrban history is a field of history that examines the historical nature of cities and towns, and the process of urbanization. The approach is often multidisciplinary, crossing boundaries into fields like social history, architectural history, urban sociology, urban geography, business history, and archaeology. Urbanization and industrialization were popular themes for 20th-century historians, often tied to an implicit model of modernization, or the transformation of rural traditional societies.
Urban sociologyUrban sociology is the sociological study of cities and urban life. One of the field’s oldest sub-disciplines, urban sociology studies and examines the social, historical, political, cultural, economic, and environmental forces that have shaped urban environments. Like most areas of sociology, urban sociologists use statistical analysis, observation, archival research, U.S.
SolidaritySolidarity or solidarism is an awareness of shared interests, objectives, standards, and sympathies creating a psychological sense of unity of groups or classes. Unlike collectivism, solidarism does not reject individuals and sees individuals as the basis of society. It refers to the ties in a society that bind people together as one. The term is generally employed in sociology and the other social sciences as well as in philosophy and bioethics.
Urban studiesUrban studies or pre-urban planning education is based on the study of the urban development of cities. This includes studying the history of city development from an architectural point of view, to the impact of urban design on community development efforts. The core theoretical and methodological concerns of the urban studies field come from the academic disciplines of history, economics, sociology, geography, political science, anthropology, civil engineering, environmental studies, business administration, and the professional fields of urban planning, architecture, landscape architecture, and urban design.
Solidarity economySolidarity economy or Social and Solidarity Economy (SSE) refers to a wide range of economic activities that aim to prioritize social profitability instead of purely financial profits. A key feature that distinguishes solidarity economy entities from private and public enterprises is the participatory and democratic nature of governance in decision-making processes as one of the main principles of the SSE sector. Active participation of all people involved in decision-making procedures contributes to their empowerment as active political subjects.
Protected modeIn computing, protected mode, also called protected virtual address mode, is an operational mode of x86-compatible central processing units (CPUs). It allows system software to use features such as segmentation, virtual memory, paging and safe multi-tasking designed to increase an operating system's control over application software. When a processor that supports x86 protected mode is powered on, it begins executing instructions in real mode, in order to maintain backward compatibility with earlier x86 processors.
Real modeReal mode, also called real address mode, is an operating mode of all x86-compatible CPUs. The mode gets its name from the fact that addresses in real mode always correspond to real locations in memory. Real mode is characterized by a 20-bit segmented memory address space (giving 1 MB of addressable memory) and unlimited direct software access to all addressable memory, I/O addresses and peripheral hardware. Real mode provides no support for memory protection, multitasking, or code privilege levels.
Virtual 8086 modeIn the 80386 microprocessor and later, virtual 8086 mode (also called virtual real mode, V86-mode, or VM86) allows the execution of real mode applications that are incapable of running directly in protected mode while the processor is running a protected mode operating system. It is a hardware virtualization technique that allowed multiple 8086 processors to be emulated by the 386 chip. It emerged from the painful experiences with the 80286 protected mode, which by itself was not suitable to run concurrent real-mode applications well.
X86 assembly languagex86 assembly language is the name for the family of assembly languages which provide some level of backward compatibility with CPUs back to the Intel 8008 microprocessor, which was launched in April 1972. It is used to produce object code for the x86 class of processors. Regarded as a programming language, assembly is machine-specific and low-level. Like all assembly languages, x86 assembly uses mnemonics to represent fundamental CPU instructions, or machine code.
X86-64x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit version of the x86 instruction set, first released in 1999. It introduced two new modes of operation, 64-bit mode and compatibility mode, along with a new 4-level paging mode. With 64-bit mode and the new paging mode, it supports vastly larger amounts of virtual memory and physical memory than was possible on its 32-bit predecessors, allowing programs to store larger amounts of data in memory.
Long modeIn the x86-64 computer architecture, long mode is the mode where a 64-bit operating system can access 64-bit instructions and registers. 64-bit programs are run in a sub-mode called 64-bit mode, while 32-bit programs and 16-bit protected mode programs are executed in a sub-mode called compatibility mode. Real mode or virtual 8086 mode programs cannot be natively run in long mode. An x86-64 processor acts identically to an IA-32 processor when running in real mode or protected mode, which are supported modes when the processor is not in long mode.