Random Articles (Page 4)

Have a deep view into what people are curious about.

πŸ”— Island of California

πŸ”— California πŸ”— Mexico πŸ”— Geography πŸ”— Mythology πŸ”— Islands

The Island of California refers to a long-held European misconception, dating from the 16th century, that the Baja California Peninsula was not part of mainland North America but rather a large island (spelled on early maps as Cali Fornia) separated from the continent by a strait now known as the Gulf of California.

One of the most famous cartographic errors in history, it was propagated on many maps during the 17th and 18th centuries, despite contradictory evidence from various explorers. The legend was initially infused with the idea that California was a terrestrial paradise, like the Garden of Eden or Atlantis.

Discussed on

πŸ”— Yaw String

πŸ”— Aviation πŸ”— Aviation/aircraft πŸ”— Aviation/gliding

The yaw string, also known as a slip string, is a simple device for indicating a slip or skid in an aircraft in flight. It performs the same function as the slip-skid indicator ball, but is more sensitive, and does not require the pilot to look down at the instrument panel. Technically, it measures sideslip angle, not yaw angle, but this indicates how the aircraft must be yawed to return the sideslip angle to zero.

It is typically constructed from a short piece or tuft of yarn placed in the free air stream where it is visible to the pilot. In closed-cockpit aircraft, it is usually taped to the aircraft canopy. It may also be mounted on the aircraft's nose, either directly on the skin, or elevated on a mast, in which case it may also be fitted with a small paper cone at the trailing end. They are commonly used on gliders, but may also be found on jet aircraft (especially fighters), ultralight aircraft, light-sport aircraft, autogyros, airplanes and helicopters. Its usefulness on airplanes with a tractor configuration (single propeller at the nose) is limited because the propeller creates turbulence and the spiral slipstream displaces the string to one side.

The yaw string is considered a primary flight reference instrument on gliders, which must be flown with near zero sideslip angle to reduce drag as much as possible. It is valued for its high sensitivity, and the fact that it is presented in a head-up display. Even the most sophisticated modern racing sailplanes are fitted with yaw strings by their pilots, who reference them constantly throughout the flight.

Discussed on

πŸ”— Ton 618, 40B solar mass

πŸ”— Astronomy πŸ”— Astronomy/Astronomical objects

TON 618 (short for Tonantzintla 618) is a hyperluminous, broad-absorption-line, radio-loud quasar and Lyman-alpha blob located near the border of the constellations Canes Venatici and Coma Berenices, with the projected comoving distance of approximately 18.2 billion light-years from Earth. It possesses one of the most massive black holes ever found, at 40 billion Mβ˜‰.

Discussed on

πŸ”— Virtual queue

πŸ”— Telecommunications πŸ”— Systems πŸ”— Business πŸ”— Systems/Operations research

Virtual queuing is a concept used in inbound call centers. Call centers use an Automatic Call Distributor (ACD) to distribute incoming calls to specific resources (agents) in the center. ACDs hold queued calls in First In, First Out order until agents become available. From the caller’s perspective, without virtual queuing they have only two choices: wait until an agent resource becomes available, or abandon (hang up) and try again later. From the call center’s perspective, a long queue results in many abandoned calls, repeat attempts, and customer dissatisfaction.

Virtual queuing systems allow customers to receive callbacks instead of waiting in an ACD queue. This solution is analogous to the β€œfast lane” option (e.g. Disney's FASTPASS) used at amusement parks, which often have long queues to ride the various coasters and attractions. A computerized system allows park visitors to secure their place in a β€œvirtual queue” rather than waiting in a physical queue.

In the brick-and-mortar retail and business world, virtual queuing for large organizations similar to the FASTPASS and Six Flags' Flash Pass, have been in use successfully since 1999 and 2001 respectively. For small businesses, the virtual queue management solutions come in two types: (a) based on SMS text notification and (b) apps on smartphones and tablet devices, with in-app notification and remote queue status views.

Discussed on

πŸ”— Project Highwater

πŸ”— Spaceflight

Project Highwater was an experiment carried out as part of two of the test flights of NASA's Saturn I launch vehicle (using battleship upper stages), successfully launched into a sub-orbital trajectory from Cape Canaveral, Florida. The Highwater experiment sought to determine the effect of a large volume of water suddenly released into the ionosphere. The project answered questions about the effect of the diffusion of propellants in the event that a rocket was destroyed at high altitude.

The first flight, SA-2, took place on April 25, 1962. After the flight test of the rocket was complete and first stage shutdown occurred, explosive charges on the dummy upper stages destroyed the rocket and released 23,000 US gallons (87,000Β L) of ballast water weighing 95 short tons (86,000Β kg) into the upper atmosphere at an altitude of 65 miles (105Β km), eventually reaching an apex of 90 miles (145Β km).

The second flight, SA-3, launched on November 16, 1962, and involved the same payload. The ballast water was explosively released at the flight's peak altitude of 104 miles (167Β km). For both of these experiments, the resulting ice clouds expanded to several miles in diameter and lightning-like radio disturbances were recorded.

Discussed on

πŸ”— Phone Cloning

πŸ”— Telecommunications πŸ”— Law Enforcement

Phone cloning is the copying of identity from one cellular device to another.

Discussed on

πŸ”— Hutter Prize

πŸ”— Computer science

The Hutter Prize is a cash prize funded by Marcus Hutter which rewards data compression improvements on a specific 1 GB English text file. Specifically, the prize awards 5000 euros for each one percent improvement (with 500,000 euros total funding) in the compressed size of the file enwik9, which is the larger of two files used in the Large Text Compression Benchmark; enwik9 is the first 1,000,000,000 characters of a specific version of English Wikipedia. The ongoing competition is organized by Hutter, Matt Mahoney, and Jim Bowery.

Discussed on

πŸ”— WinFS

πŸ”— Computing πŸ”— Microsoft Windows πŸ”— Microsoft Windows/Computing πŸ”— Computing/Software πŸ”— Microsoft

WinFS (short for Windows Future Storage) was the code name for a canceled data storage and management system project based on relational databases, developed by Microsoft and first demonstrated in 2003 as an advanced storage subsystem for the Microsoft Windows operating system, designed for persistence and management of structured, semi-structured and unstructured data.

WinFS includes a relational database for storage of information, and allows any type of information to be stored in it, provided there is a well defined schema for the type. Individual data items could then be related together by relationships, which are either inferred by the system based on certain attributes or explicitly stated by the user. As the data has a well defined schema, any application can reuse the data; and using the relationships, related data can be effectively organized as well as retrieved. Because the system knows the structure and intent of the information, it can be used to make complex queries that enable advanced searching through the data and aggregating various data items by exploiting the relationships between them.

While WinFS and its shared type schema make it possible for an application to recognize the different data types, the application still has to be coded to render the different data types. Consequently, it would not allow development of a single application that can view or edit all data types; rather, what WinFS enables applications to do is understand the structure of all data and extract the information that they can use further. When WinFS was introduced at the 2003 Professional Developers Conference, Microsoft also released a video presentation, named IWish, showing mockup interfaces that showed how applications would expose interfaces that take advantage of a unified type system. The concepts shown in the video ranged from applications using the relationships of items to dynamically offer filtering options to applications grouping multiple related data types and rendering them in a unified presentation.

WinFS was billed as one of the pillars of the "Longhorn" wave of technologies, and would ship as part of the next version of Windows. It was subsequently decided that WinFS would ship after the release of Windows Vista, but those plans were shelved in June 2006, with some of its component technologies being integrated into ADO.NET and Microsoft SQL Server.

Discussed on

  • "WinFS" | 2022-02-18 | 23 Upvotes 2 Comments

πŸ”— Random oracle

πŸ”— Cryptography πŸ”— Cryptography/Computer science

In cryptography, a random oracle is an oracle (a theoretical black box) that responds to every unique query with a (truly) random response chosen uniformly from its output domain. If a query is repeated, it responds the same way every time that query is submitted.

Stated differently, a random oracle is a mathematical function chosen uniformly at random, that is, a function mapping each possible query to a (fixed) random response from its output domain.

Random oracles as a mathematical abstraction were firstly used in rigorous cryptographic proofs in the 1993 publication by Mihir Bellare and Phillip Rogaway (1993). They are typically used when the proof cannot be carried out using weaker assumptions on the cryptographic hash function. A system that is proven secure when every hash function is replaced by a random oracle is described as being secure in the random oracle model, as opposed to secure in the standard model of cryptography.

Discussed on

πŸ”— Digital sundial

πŸ”— Systems πŸ”— Time πŸ”— Systems/Chaos theory

A digital sundial is a clock that indicates the current time with numerals formed by the sunlight striking it. Like a classical sundial, the device contains no moving parts. It uses no electricity nor other manufactured sources of energy. The digital display changes as the sun advances in its daily course.

Discussed on