Topic: Computing/Computer hardware (Page 3)

You are looking at all articles with the topic "Computing/Computer hardware". We found 43 matches.

Hint: To view all topics, click here. Too see the most popular topics, click here instead.

πŸ”— N8VEM – Homebrew Computing Project

πŸ”— Computing πŸ”— Computing/Computer hardware

N8VEM was a homebrew computing project. It featured a variety of free and open hardware and software. N8VEM builders made their own homebrew computer systems for themselves and shared their experiences with other homebrew computer hobbyists. N8VEM homebrew computer components are made in the style of vintage computers of the mid to late 1970s and early 1980s using a mix of classic and modern technologies. They are designed with ease of amateur assembly in mind.

In November 2015 the N8VEM project was ended by its creator Andrew Lynch and the community reconvened under the new name of Retrobrew Computers.

Discussed on

πŸ”— The Illiac IV Computer

πŸ”— Computing πŸ”— Computing/Computer hardware

The ILLIAC IV was the first massively parallel computer. The system was originally designed to have 256 64-bit floating point units (FPUs) and four central processing units (CPUs) able to process 1 billion operations per second. Due to budget constraints, only a single "quadrant" with 64 FPUs and a single CPU was built. Since the FPUs all had to process the same instruction – ADD, SUB etc. – in modern terminology the design would be considered to be single instruction, multiple data, or SIMD.

The concept of building a computer using an array of processors came to Daniel Slotnick while working as a programmer on the IAS machine in 1952. A formal design did not start until 1960, when Slotnick was working at Westinghouse Electric and arranged development funding under a US Air Force contract. When that funding ended in 1964, Slotnick moved to the University of Illinois and joined the Illinois Automatic Computer (ILLIAC) team. With funding from Advanced Research Projects Agency (ARPA), they began the design of a newer concept with 256 64-bit processors instead of the original concept with 1,024 1-bit processors.

While the machine was being built at Burroughs, the university began building a new facility to house it. Political tension over the funding from the US Department of Defense led to the ARPA and the University fearing for the machine's safety. When the first 64-processor quadrant of the machine was completed in 1972, it was sent to the NASA Ames Research Center in California. After three years of thorough modification to fix various flaws, ILLIAC IV was connected to the ARPANet for distributed use in November 1975, becoming the first network-available supercomputer, beating the Cray-1 by nearly 12 months.

Running at half its design speed, the one-quadrant ILLIAC IV delivered 50Β MFLOP peak, making it the fastest computer in the world at that time. It is also credited with being the first large computer to use solid-state memory, as well as the most complex computer built to date, with over 1 million gates. Generally considered a failure due to massive budget overruns, the design was instrumental in the development of new techniques and systems for programming parallel systems. In the 1980s, several machines based on ILLIAC IV concepts were successfully delivered.

Discussed on

πŸ”— Ferroelectric RAM

πŸ”— Computing πŸ”— Computing/Computer hardware

Ferroelectric RAM (FeRAM, F-RAM or FRAM) is a random-access memory similar in construction to DRAM but using a ferroelectric layer instead of a dielectric layer to achieve non-volatility. FeRAM is one of a growing number of alternative non-volatile random-access memory technologies that offer the same functionality as flash memory.

FeRAM's advantages over Flash include: lower power usage, faster write performance and a much greater maximum read/write endurance (about 1010 to 1014 cycles). FeRAMs have data retention times of more than 10 years at +85Β Β°C (up to many decades at lower temperatures). Market disadvantages of FeRAM are much lower storage densities than flash devices, storage capacity limitations and higher cost. Like DRAM, FeRAM's read process is destructive, necessitating a write-after-read architecture.

Discussed on

πŸ”— Model M keyboard

πŸ”— Computing πŸ”— Computing/Computer hardware

Model M designates a group of computer keyboards designed and manufactured by IBM starting in 1984, and later by Lexmark International, Maxi Switch, and Unicomp. The keyboard's many variations have their own distinct characteristics, with the vast majority having a buckling-spring key design and swappable keycaps. Model M keyboards have been praised by computer enthusiasts and frequent typists due to their durability and consistency, and the tactile and auditory feedback they provide.

The Model M is also regarded as a timeless and durable piece of hardware. Although the computers and computer peripherals produced concurrently with the Model M are considered obsolete, many Model M keyboards are still in use due to their physical durability and the continued validity of their ANSI 101-key and ISO 102-key layouts, through the use of a PS/2 female to USB male adapter with a built-in level converter. Since their original popularity, new generations of writers and computer technicians have rediscovered their unique functionality and aesthetics. The Kentucky-based company Unicomp continues to manufacture and sell Model M keyboards.

Discussed on

πŸ”— IBM Parallel Sysplex

πŸ”— Computing πŸ”— Computing/Computer hardware πŸ”— Computing/Software

In computing, a Parallel Sysplex is a cluster of IBM mainframes acting together as a single system image with z/OS. Used for disaster recovery, Parallel Sysplex combines data sharing and parallel computing to allow a cluster of up to 32 systems to share a workload for high performance and high availability.

Discussed on

πŸ”— Kensington Security Slot

πŸ”— Computing πŸ”— Computing/Computer hardware πŸ”— Computing/Computer Security

A Kensington Security Slot (also called a K-Slot or Kensington lock) is part of an anti-theft system designed in the early 1990s and patented by Kryptonite in 1999–2000, assigned to Schlage in 2002, and since 2005 owned and marketed by Kensington Computer Products Group, a division of ACCO Brands.

Discussed on

πŸ”— Dadda Multiplier

πŸ”— Computing πŸ”— Computing/Computer hardware

The Dadda multiplier is a hardware binary multiplier design invented by computer scientist Luigi Dadda in 1965. It uses a selection of full and half adders to sum the partial products in stages (the Dadda tree or Dadda reduction) until two numbers are left. The design is similar to the Wallace multiplier, but the different reduction tree reduces the required number of gates (for all but the smallest operand sizes) and makes it slightly faster (for all operand sizes).

Dadda and Wallace multipliers have the same three steps for two bit strings w 1 {\displaystyle w_{1}} and w 2 {\displaystyle w_{2}} of lengths β„“ 1 {\displaystyle \ell _{1}} and β„“ 2 {\displaystyle \ell _{2}} respectively:

  1. Multiply (logical AND) each bit of w 1 {\displaystyle w_{1}} , by each bit of w 2 {\displaystyle w_{2}} , yielding β„“ 1 β‹… β„“ 2 {\displaystyle \ell _{1}\cdot \ell _{2}} results, grouped by weight in columns
  2. Reduce the number of partial products by stages of full and half adders until we are left with at most two bits of each weight.
  3. Add the final result with a conventional adder.

As with the Wallace multiplier, the multiplication products of the first step carry different weights reflecting the magnitude of the original bit values in the multiplication. For example, the product of bits a n b m {\displaystyle a_{n}b_{m}} has weight n + m {\displaystyle n+m} .

Unlike Wallace multipliers that reduce as much as possible on each layer, Dadda multipliers attempt to minimize the number of gates used, as well as input/output delay. Because of this, Dadda multipliers have a less expensive reduction phase, but the final numbers may be a few bits longer, thus requiring slightly bigger adders.

Discussed on

πŸ”— iSmell (2001)

πŸ”— Computing πŸ”— Computing/Computer hardware

The iSmell Personal Scent Synthesizer developed by DigiScents Inc. is a small device that can be connected to a computer through a Universal serial bus (USB) port and powered using any ordinary electrical outlet. The appearance of the device is similar to that of a shark’s fin, with many holes lining the β€œfin” to release the various scents. Using a cartridge similar to a printer’s, it can synthesize and even create new smells by combining certain combinations of other scents. These newly created odors can be used to closely replicate common natural and manmade odors. The cartridges used also need to be swapped every so often once the scents inside are used up. Once partnered with websites and interactive media, the scents can be activated either automatically once a website is opened or manually. However, the product is no longer on the market and never generated substantial sales. Digiscent had plans for the iSmell to have several versions but did not progress past the prototype stage. The company did not last long and filed for bankruptcy a short time after.

In 2006, the iSmell was named one of the "25 Worst Tech Products of All Time" by PC World Magazine, which commented that "[f]ew products literally stink, but this one did--or at least it would have, had it progressed beyond the prototype stage."

Discussed on

πŸ”— Atanasoff–Berry Computer

πŸ”— United States πŸ”— Computing πŸ”— Computing/Computer hardware πŸ”— Computing/Early computers πŸ”— United States/Iowa

The Atanasoff–Berry computer (ABC) was the first automatic electronic digital computer. Limited by the technology of the day, and execution, the device has remained somewhat obscure. The ABC's priority is debated among historians of computer technology, because it was neither programmable, nor Turing-complete. Conventionally, the ABC would be considered the first electronic ALU (arithmetic logic unit) – which is integrated into every modern processor's design.

Its unique contribution was to make computing faster by being the first to use vacuum tubes to do the arithmetic calculations. Prior to this, slower electro-mechanical methods were used by Konrad Zuse's Z1, and the simultaneously developed Harvard MarkΒ I. The first electronic, programmable, digital machine, the Colossus computer from 1943 to 1945, used similar tube-based technology as ABC.

Discussed on

πŸ”— Viewtron

πŸ”— Computing πŸ”— Computing/Computer hardware

Viewtron was an online service offered by Knight-Ridder and AT&T from 1983 to 1986. Patterned after the British Post Office's Prestel system, it started as a videotex service requiring users to have a special terminal, the AT&T Sceptre. As home computers became important in the marketplace, the development focus shifted to IBM, Apple, Commodore and other personal computers.

Viewtron differed from contemporary services like CompuServe and The Source by emphasizing news from The Miami Herald and Associated Press and e-commerce services from JCPenney and other merchants over computer-oriented services such as file downloads or online chat. Intended to be "the McDonald's of videotex," Viewtron was specifically targeted toward users who would be apprehensive about using a computer.

Viewtron also offered airline schedules from the Official Airline Guide (OAG), real estate research from Century 21, e-cards from Hallmark, product information from Consumer Reports, educational software from Scott Foresman, online auctions, financial services from American Express and EF Hutton, as well as limited online banking services as part of a research program into the uses and costs of banking online that included 20 US and Canadian banks.

At its height, Viewtron was operated in at least 15 cities by various newspaper companies. After six years of research and an investment reportedly in excess of $50 million, Viewtron never turned a profit, and, despite its developer's forecasts of breaking even in two years, Knight Ridder did not expect it ever would be profitable. AT&T had invested over $100 million in the project, but was forced to write off that investment as part of its court-ordered breakup. Viewtron closed on March 31, 1986, after an attempt by the Independent Commodore Users Group to buy the service failed.

A feature tying Viewtron to local newspapers was envisioned, with printed text instructing users how to access further information online, but it was never implemented.

In 2008, PCWorld magazine named Viewtron to a list of the biggest project failures in information technology (IT) history.

Discussed on