

'Apple designs Mac-Inside-a-Keyboard device to evoke memories of 1980s home computers'
Apple is exploring the possibility of integrating a full-featured Mac into a keyboard reminiscent of 1980s home computers like the Commodore 64 and Sinclair ZX Spectrum.
The U.S. Patent and Trademark Office revealed the concept in a new Apple patent application titled "Computer in Input Device," which describes a thicker Magic Keyboard-style chassis , integrating "all the components of a high-performance computer" under the hood.
The patent describes the premise of such a device, which can be plugged into a separate external device via an I/O port for receiving data and power monitor and wirelessly pair with a trackpad or mouse for additional input.
While portable computing devices, such as laptops and tablets, can be docked in an office or home office station and include a secondary monitor to provide a computing experience similar to that of a desktop computing experience, these devices still require a Set additional input devices to emulate desktop computing devices. Additionally, the primary display of devices such as laptops and tablets often may not be used when the device is docked to a station that includes a secondary display, adding potentially unnecessary size and cost to such portable computing devices .
The computing devices described herein may incorporate or otherwise house one or more computing components within an input device to provide a portable desktop computing experience in any location with one or more computer monitors. For example, users can transport the computer with its keyboard attached instead of carrying an entire laptop or tower and keyboard. Since some form of input device is typically required to interact or interface with a computing device, including input device enclosures or computing components within enclosures can eliminate the need for redundant sets of input devices and reduce the need for handling by the user. Additionally, input devices can eliminate additional components, such as a monitor, that are not needed when used with a stand-alone computer monitor,
By including the computing component in the keyboard, Apple recommends This could allow users to carry a single device that can provide a desktop computing experience in any location with one or more external monitors.
In some embodiments, the device includes a trackpad "coupled" to the housing, while in other embodiments the device is foldable and the keyboard area includes an "accessory display" that displays graphics, Or the keyboard itself is displayed virtually from a projector contained within the enclosure. The remainder of the patent explores in detail various configurations of internal computer components within the space provided by the keyboard chassis.
Apple has filed patents for keyboards in the past that included the use of a Touch Bar-like touchscreen panel that stretched across the entire keyboard layout, but this is the first to suggest actually integrating the computer into the keyboard itself.
As with any filed patent, the technology is unlikely to appear in any products anytime soon, if at all, but it does provide an interesting look at how Apple is thinking about potentially replacing or A Mac design that comes with the Mac mini, which allows users to bring their own monitor, keyboard, and mouse.
The above is the detailed content of 'Apple designs Mac-Inside-a-Keyboard device to evoke memories of 1980s home computers'. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PS "Loading" problems are caused by resource access or processing problems: hard disk reading speed is slow or bad: Use CrystalDiskInfo to check the hard disk health and replace the problematic hard disk. Insufficient memory: Upgrade memory to meet PS's needs for high-resolution images and complex layer processing. Graphics card drivers are outdated or corrupted: Update the drivers to optimize communication between the PS and the graphics card. File paths are too long or file names have special characters: use short paths and avoid special characters. PS's own problem: Reinstall or repair the PS installer.

PS card is "Loading"? Solutions include: checking the computer configuration (memory, hard disk, processor), cleaning hard disk fragmentation, updating the graphics card driver, adjusting PS settings, reinstalling PS, and developing good programming habits.

The H5 page needs to be maintained continuously, because of factors such as code vulnerabilities, browser compatibility, performance optimization, security updates and user experience improvements. Effective maintenance methods include establishing a complete testing system, using version control tools, regularly monitoring page performance, collecting user feedback and formulating maintenance plans.

Solving the problem of slow Photoshop startup requires a multi-pronged approach, including: upgrading hardware (memory, solid-state drive, CPU); uninstalling outdated or incompatible plug-ins; cleaning up system garbage and excessive background programs regularly; closing irrelevant programs with caution; avoiding opening a large number of files during startup.

"Loading" stuttering occurs when opening a file on PS. The reasons may include: too large or corrupted file, insufficient memory, slow hard disk speed, graphics card driver problems, PS version or plug-in conflicts. The solutions are: check file size and integrity, increase memory, upgrade hard disk, update graphics card driver, uninstall or disable suspicious plug-ins, and reinstall PS. This problem can be effectively solved by gradually checking and making good use of PS performance settings and developing good file management habits.

The reason for slow PS loading is the combined impact of hardware (CPU, memory, hard disk, graphics card) and software (system, background program). Solutions include: upgrading hardware (especially replacing solid-state drives), optimizing software (cleaning up system garbage, updating drivers, checking PS settings), and processing PS files. Regular computer maintenance can also help improve PS running speed.

How to achieve the effect of small labels in the design draft on the mobile terminal? When designing mobile applications, it is common to find out how to accurately restore the small label effect in the design draft...

The article introduces the operation of MySQL database. First, you need to install a MySQL client, such as MySQLWorkbench or command line client. 1. Use the mysql-uroot-p command to connect to the server and log in with the root account password; 2. Use CREATEDATABASE to create a database, and USE select a database; 3. Use CREATETABLE to create a table, define fields and data types; 4. Use INSERTINTO to insert data, query data, update data by UPDATE, and delete data by DELETE. Only by mastering these steps, learning to deal with common problems and optimizing database performance can you use MySQL efficiently.