Essential Guide to Cleaning Your Keyboard and Mouse

Essential Guide to Cleaning Your Keyboard and Mouse

Computer PC Tips - bits and bytes, Rad Studio Delphi Development
Keyboards and mice tend to get dirty over a period of time and usually it is suggested to clean them. Equipment tends to pick up dust, skin and food particles, hand sweat which affects the performance. This simple task / procedure can be done on a monthly schedule and could extend the life cycle. Items needed for a IT shopping day Compressed air, microfiber cloths, wire keyboard puller, dawn dish soap, cotton swabs and even isopropyl alcohol can be used for the cleaning process. Weekly or Monthly cleanings Setting up a cleaning schedule is the first thing to accomplish. The time span can be 5 to 30 minutes before completely done. Based on the type of keyboard you have, wired or wireless perform the following Unplug the USB cable from…
Read More

Microsoft is releasing a new version of Windows 10 S for the enterprise

Software Events, Software Releases
Microsoft is releasing a new version of Windows 10 S for the enterprise Back in May, Microsoft announced Windows 10 S, a version of Windows 10 Pro that is locked down to the Windows Store. Most of the other Pro features remain, such as Hyper-V. When it was announced, it was squarely aimed at educational customers, but yesterday at Ignite 2017, the company announced that a range of Windows 10 S PCs are coming aimed at businesses, or more specifically, frontline workers. Microsoft said that it will be targeting the broader enterprise use case in the future, but for now, it's focused on the frontline worker. With that in mind, the firm is working on a new version of Windows 10 S that's based on Enterprise, aptly called Windows 10 Enterprise in…
Read More

Mini Commodore 64 is coming in 2018

Hardware Reviews
A mini version of the Commodore 64 is coming in 2018 It's hard to deny the popularity of Nintendo's retro mini systems. After all, demand far outstripped supply for the mini version of the original console, and the same is expected to happen for today's SNES release. It's not a surprise, then, that other companies are getting in on the action. Retro Games is launching a mini version of the 1982 computer Commodore 64 called the C64 Mini. It will be available in early 2018, with a price point of $70. Launched in 1982, the C64 home computer went on to dominate the home computer scene throughout the 1980s. Millions of units were sold across the world and have a special place in the hearts of its former owners. The C64 Mini,…
Read More

Swift 4.0 Released!

Software development Concepts, Software Events
Swift 4.0 Released! Swift 4 is now officially released! Swift 4 builds on the strengths of Swift 3, delivering greater robustness and stability, providing source code compatibility with Swift 3, making improvements to the standard library, and adding features like archival and serialization. Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns. Updates Swift 4.0 is a major language release and contains the following language changes and updates that went through the Swift Evolution process that can be viewed by clicking here Apple (Xcode) For development on Apple’s platforms, Swift 4.0 ships as part of Xcode 9.  Open-source Swift can be used on the Mac to target all of the Apple platforms: iOS, macOS, watchOS, and tvOS. Moreover, binary builds of open-source Swift…
Read More

How to purge Microsoft SQL email Items

Computer PC Tips - bits and bytes, SQL Tips
How to purge Microsoft SQL email Items There are times that housecleaning older mail in your database needs to be done.  A simple scheduled task can be done every month to purge what is no longer necessary.  SQL Server stores all mails and attachments in msdb database. To avoid unnecessary growth of msdb database you should remove these mail history unless it is required for auditing or other purposes. As always make sure you have your backups done prior to running any sort of removal in the event you did something incorrectly.  By purging you are reducing the amount of wasted space in the msdb database that could be used for other things activities. Simply running the following statement using T-SQL you can check the amount of database mails that have been processed from…
Read More