0 Comments

Dell announces M4800, M6800 Precision laptops built for business pros

 

The yearly updates for the DELL precision laptops arrive:

http://www.engadget.com/2013/09/09/dell-m4800-m6800-precision-laptops/

 

Most notably:

  • Haswell processors
  • 3,200 x 1,800 IGZO display

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts

PowerShell – Negate boolean – use -Not

  https://stackoverflow.com/questions/8095638/how-do-i-negate-a-condition-in-powershell     function FolderExists {     param($folder)       $folderExists = Test-Path "$($folder)"     If ($folderExists -eq $True) {         Write-Host "Folder [$($folder)] exists."…