Random Articles (Page 2)
Have a deep view into what people are curious about.
๐ Simultaneous recruiting of new graduates
Simultaneous recruiting of new graduates or periodic recruiting of new graduates (ๆฐๅไธๆฌๆก็จ, Shinsotsu-ikkatsu-saiyล) is the custom that companies hire new graduates all at once and employ them. This custom was unique to Japan and South Korea. A 2010 age discrimination law enforced in South Korea bans employers from discriminating against job-seekers who have not recently graduated from high school or university. Japan is now the only country practising this custom; however, in 2018, the Japan Business Federation (Keidanren) announced that its 1,600 member companies, which represent a large portion of Japan's big business companies, would no longer be required to follow the custom from 2020 onwards.
Discussed on
- "Simultaneous recruiting of new graduates" | 2019-12-11 | 39 Upvotes 15 Comments
๐ Wikipedia blocks T-Mobile's entire IPv6 /32 from editing
Discussed on
- "Wikipedia blocks T-Mobile's entire IPv6 /32 from editing" | 2016-12-31 | 33 Upvotes 6 Comments
๐ Spelling of Disc
Disc and disk are both variants of the English word for objects of a generally thin and cylindrical geometry. The differences in spelling correspond both with regional differences and with different senses of the word. For example, in the case of flat, rotational data storage media the convention is that the spelling disk is used for magnetic storage (e.g., hard disks) while disc is used for optical storage (e.g., compact discs, better known as CDs). When there is no clear convention, the spelling disk is more popular in American English, while the spelling disc is more popular in British English.
Discussed on
- "Spelling of Disc" | 2023-06-22 | 19 Upvotes 8 Comments
๐ Ogham
Ogham (Modern Irish: [หoห(ษ)mห ]; Middle Irish: ogum, ogom, later ogam [หษษฃษmห ]) is an Early Medieval alphabet used primarily to write the early Irish language (in the "orthodox" inscriptions, 4th to 6th centuries AD), and later the Old Irish language (scholastic ogham, 6th to 9th centuries). There are roughly 400 surviving orthodox inscriptions on stone monuments throughout Ireland and western Britain, the bulk of which are in southern Munster. The largest number outside Ireland are in Pembrokeshire, Wales.
The vast majority of the inscriptions consist of personal names.
According to the High Medieval Brรญatharogam, the names of various trees can be ascribed to individual letters. For this reason, ogam is sometimes known as the Celtic tree alphabet.
The etymology of the word ogam or ogham remains unclear. One possible origin is from the Irish og-รบaim 'point-seam', referring to the seam made by the point of a sharp weapon.
Discussed on
- "Ogham" | 2022-12-31 | 64 Upvotes 14 Comments
๐ ToomโCook multiplication
ToomโCook, sometimes known as Toom-3, named after Andrei Toom, who introduced the new algorithm with its low complexity, and Stephen Cook, who cleaned the description of it, is a multiplication algorithm for large integers.
Given two large integers, a and b, ToomโCook splits up a and b into k smaller parts each of length l, and performs operations on the parts. As k grows, one may combine many of the multiplication sub-operations, thus reducing the overall complexity of the algorithm. The multiplication sub-operations can then be computed recursively using ToomโCook multiplication again, and so on. Although the terms "Toom-3" and "ToomโCook" are sometimes incorrectly used interchangeably, Toom-3 is only a single instance of the ToomโCook algorithm, where k = 3.
Toom-3 reduces 9 multiplications to 5, and runs in ฮ(nlog(5)/log(3)) โ ฮ(n1.46). In general, Toom-k runs in ฮ(c(k) ne), where e = log(2k โ 1) / log(k), ne is the time spent on sub-multiplications, and c is the time spent on additions and multiplication by small constants. The Karatsuba algorithm is a special case of ToomโCook, where the number is split into two smaller ones. It reduces 4 multiplications to 3 and so operates at ฮ(nlog(3)/log(2)) โ ฮ(n1.58). Ordinary long multiplication is equivalent to Toom-1, with complexity ฮ(n2).
Although the exponent e can be set arbitrarily close to 1 by increasing k, the function c unfortunately grows very rapidly. The growth rate for mixed-level ToomโCook schemes was still an open research problem in 2005. An implementation described by Donald Knuth achieves the time complexity ฮ(n 2โ2 log n log n).
Due to its overhead, ToomโCook is slower than long multiplication with small numbers, and it is therefore typically used for intermediate-size multiplications, before the asymptotically faster SchรถnhageโStrassen algorithm (with complexity ฮ(n log n log log n)) becomes practical.
Toom first described this algorithm in 1963, and Cook published an improved (asymptotically equivalent) algorithm in his PhD thesis in 1966.
Discussed on
- "ToomโCook multiplication" | 2012-09-23 | 55 Upvotes 12 Comments
๐ Gompertz Function
The Gompertz curve or Gompertz function is a type of mathematical model for a time series, named after Benjamin Gompertz (1779โ1865). It is a sigmoid function which describes growth as being slowest at the start and end of a given time period. The right-side or future value asymptote of the function is approached much more gradually by the curve than the left-side or lower valued asymptote. This is in contrast to the simple logistic function in which both asymptotes are approached by the curve symmetrically. It is a special case of the generalised logistic function. The function was originally designed to describe human mortality, but since has been modified to be applied in biology, with regard to detailing populations.
๐ Imperial Airship Scheme
The British Imperial Airship Scheme was a 1920s project to improve communication between Britain and the distant countries of the British Empire by establishing air routes using airships. This led to the construction of two large and technically advanced airships, the R100 and the R101. The scheme was terminated in 1931 following the crash of R101 in October 1930 while attempting its first flight to India.
Discussed on
- "Imperial Airship Scheme" | 2017-03-13 | 40 Upvotes 19 Comments
๐ Mars Curiosity Operating System: VxWorks
VxWorks is a real-time operating system (RTOS) developed as proprietary software by Wind River Systems, a wholly owned subsidiary of TPG Capital, US. First released in 1987, VxWorks is designed for use in embedded systems requiring real-time, deterministic performance and, in many cases, safety and security certification, for industries, such as aerospace and defense, medical devices, industrial equipment, robotics, energy, transportation, network infrastructure, automotive, and consumer electronics.
VxWorks supports Intel architecture, POWER architecture, ARM architectures and RISC-V. The RTOS can be used in multicore asymmetric multiprocessing (AMP), symmetric multiprocessing (SMP), and mixed modes and multi-OS (via Type 1 hypervisor) designs on 32- and 64-bit processors.
VxWorks comes with the kernel, middleware, board support packages, Wind River Workbench development suite and complementary third-party software and hardware technologies. In its latest release, VxWorks 7, the RTOS has been re-engineered for modularity and upgradeability so the OS kernel is separate from middleware, applications and other packages. Scalability, security, safety, connectivity, and graphics have been improved to address Internet of Things (IoT) needs.
Discussed on
- "Mars Curiosity Operating System: VxWorks" | 2012-08-06 | 93 Upvotes 44 Comments
๐ Scientific Consensus on Climate Change
There is a nearly unanimous scientific consensus that the Earth has been consistently warming since the start of the Industrial Revolution, that the rate of recent warming is largely unprecedented,:โ8โ:โ11โ and that this warming is mainly the result of a rapid increase in atmospheric carbon dioxide (CO2) caused by human activities. The human activities causing this warming include fossil fuel combustion, cement production, and land use changes such as deforestation,:โ10โ11โ with a significant supporting role from the other greenhouse gases such as methane and nitrous oxide.:โ7โ This human role in climate change is considered "unequivocal" and "incontrovertible".:โ4โ:โ4โ
Nearly all actively publishing climate scientists say humans are causing climate change. Surveys of the scientific literature are another way to measure scientific consensus. A 2019 review of scientific papers found the consensus on the cause of climate change to be at 100%, and a 2021 study concluded that over 99% of scientific papers agree on the human cause of climate change. The small percentage of papers that disagreed with the consensus often contain errors or cannot be replicated.
The evidence for global warming due to human influence has been recognized by the national science academies of all the major industrialized countries. In the scientific literature, there is a very strong consensus that global surface temperatures have increased in recent decades and that the trend is caused by human-induced emissions of greenhouse gases. No scientific body of national or international standing disagrees with this view. A few organizations with members in extractive industries hold non-committal positions, and some have tried to persuade the public that climate change is not happening, or if the climate is changing it is not because of human influence, attempting to sow doubt in the scientific consensus.
๐ Universal Decimal Classification
The Universal Decimal Classification (UDC) is a bibliographic and library classification representing the systematic arrangement of all branches of human knowledge organized as a coherent system in which knowledge fields are related and inter-linked. The UDC is an analytico-synthetic and faceted classification system featuring detailed vocabulary and syntax that enables powerful content indexing and information retrieval in large collections. Since 1991, the UDC has been owned and managed by the UDC Consortium, a non-profit international association of publishers with headquarters in The Hague (Netherlands).
Unlike other library classification schemes that have started their life as national systems, the UDC was conceived and maintained as an international scheme. Its translation in world languages started at the beginning of the 20th century and has since been published in various printed editions in over 40 languages. UDC Summary, an abridged Web version of the scheme, is available in over 50 languages. The classification has been modified and extended over the years to cope with increasing output in all areas of human knowledge, and is still under continuous review to take account of new developments.
Albeit originally designed as an indexing and retrieval system, due to its logical structure and scalability, UDC has become one of the most widely used knowledge organization systems in libraries, where it is used for either shelf arrangement, content indexing or both. UDC codes can describe any type of document or object to any desired level of detail. These can include textual documents and other media such as films, video and sound recordings, illustrations, maps as well as realia such as museum objects.
Discussed on
- "Universal Decimal Classification" | 2021-01-07 | 22 Upvotes 5 Comments