Year: 2024

History of Microsoft Windows

Have you ever wondered how Microsoft Windows came to be what it is today?  Below is a brief history, written by Microsoft Co Pilot.

  1. Windows 1.0 (1985):
    • Announced by Bill Gates in November 1983, Windows 1.0 was released two years later.
    • Initially, it served as a graphical user interface (GUI) for MS-DOS.
    • Windows 1.0 featured basic applications like Notepad, Paint, and Calculator.
  1. Windows 3.0 (1990):
    • A significant milestone, Windows 3.0 introduced Program Manager and File Manager.
    • It supported TrueType fonts and multimedia capabilities.
    • The iconic Solitaire game made its debut in this version.
  1. Windows 95 (1995):
    • A game-changer, Windows 95 had its own operating system, separate from MS-DOS.
    • It introduced the Start menu, taskbar, and Windows Explorer (now called File Explorer).
    • Windows 95 also marked the arrival of Internet Explorer.
  1. Windows 98 (1998):
    • Windows 98 included USB support, plug and play, and the controversial Windows Desktop Update.
    • The integration of Internet Explorer 4 led to an antitrust case in the United States.
  1. Windows Me (2000):
    • The last DOS-based version, Windows Me targeted consumers.
    • It introduced features like System Restore and the Help and Support Center.
  1. Windows NT Series:
    • Windows NT 3.1 (1993): A fully 32-bit operating system with NTFS file system.
    • Windows NT 4.0 (1996): Included a 32-bit version of Windows Explorer.
    • Windows 2000 (2000): Merged consumer features with NT technology.
    • Windows XP (2001): Introduced the Luna visual style and improved user-friendliness.
  1. Windows Vista, 7, 8, and 10:
    • Each version brought enhancements, from Aero in Vista to the modern UI in Windows 10.
    • Windows 7 gained popularity for stability and usability.
    • Windows 8 introduced a touch-centric interface.
    • Windows 10 emphasized universal apps and Cortana.
  1. Windows 11 (2021):
    • The latest iteration, Windows 11 features a redesigned Start menu, Snap Layouts, and more.

From its humble beginnings to the cutting-edge Windows 11, this journey reflects Microsoft’s commitment to innovation and user experience.

How to backup, use, and share Xcode Code Snippets

If you have used Xcode for any length of time, then you probably used a feature called Code Snippets.

Code Snippets are frequently used blocks of code that you can assign a key combination that'll allow Xcode to automatically type in the code block for you.  You can also backup and share those snippets with other developers.  Unfortunately, this is in a hidden Folder named Library which is apart of the Home Folder.

But first, you have to know where these snippets are stored.

  1. Open Finder.
  2. From the above menu, select the "GO" option and then press the [Option] key.
  3. When the drop down menu appears, there should be a Library option.
  4. Click it. 
  5. The Snippets Folder is in the Library > Developer > Xcode > UserData > CodeSnippets.
  6. Here's where you can Copy/Paste the Code Snippets Folder to back them up or share them with other Developers.
  7. That's it. 

Now that you know where the snippets are stored, lets find out how to use them in Xcode.

  1. Open Xcode.
  2. Create a new project OR open an existing project.
  3. When the project loads, highlight the code you wish to save as a Snippet.
  4. Right click on the highlighted code.
  5. A drop down menu appears.
  6. Find and then select Create Code Snippet....
  7. A new window opens.
  8. This window is where you give the snippet a name, description, and assign shortcut combination for the snippet.
  9. Study the window as it is self-explnatory, except for the bottom.
  10. At the Completion field, here's where you assign the shortcut for the code.  This is up to you.
  11. When finished, click DONE.

Now when ever you type in that shortcut combination and press [ENTER] that code will appear.

How to update the Apple Vision Pro Automatically

The Apple Vision Pro has the ability to automatically update itself.

Here's how:

  1. Go to Settings  > General > Software Update > Automatic Updates.
  2. Turn on Download visionOS Updates and Install visionOS Updates.
  3. That's it. 

When an update is available, Apple Vision Pro downloads and installs the update overnight while the battery is connected and charging, and the device is connected to Wi-Fi. You’re notified before an update is installed.

You may have Missed:

Verified by MonsterInsights