Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Dumb reasoning? (Score 2) 566

All the major platforms can create virtual disk images, it's just not one of them is cross platform.

Windows 7 (not sure about previous) lets you create VHD disk images in Disk Management. I assume BitLocker can be enabled on these, more cumbersome than TrueCrypt since you'd need to attach the VHD then mount the BitLocker volume. Not sure how correct this is as I have Windows 7 Home Premium which doesn't do BitLocker.

Alternatively you could GPG encrypt the VHD file, but that would require decrypting it before attaching and would require that it be stored on disk in a decrypted state. TrueCrypt is purely on-the-fly, the data never touches the disk without being encrypted.

Macs support easily creating encrypted disk images through Disk Utility and mounting+unmounting them is painless. Even more so than TrueCrypt.

Linux you can create encrypted loopback files with losetup or cryptsetup. Cryptsetup supports mounting TrueCrypt volumes so there's that.

Comment Re:Truecrypt was the hardest thing for the NSA (Score 1) 566

Not only for Windows, but cross platform. I love Truecrypt because I can keep a volume in my Dropbox and use it on my personal Mac, my work Fedora desktop, and my secondary PC at home running Windows. There are even mobile apps to mount them. Linux has cryptsetup which can mount TC volumes, but as far as I know there aren't any comparable options outside Linux.

Sounds like Bitlocker might be a reasonable option for full disk encryption at least. All our our work laptops which leave the office currently use TC for full disk encryption, might be time to switch.

Comment Re:Still waiting (Score 1) 254

PHP already has case sensitive variable names. $Foo and $foo are always different variables.

Function names, class names, keywords (class, function, extends, if, while, etc) are always case insensitive.

However, constants are sometimes case sensitive, depending on their declaration.

I do a lot of PHP development, but these days it's only sane by the fact that I've been doing it so long I understand many of it's weirdness. Also, using frameworks (Symfony 1 & 2) and finally using a template engine (Twig) helps enormously. Helps in the same way jQuery has saved me from writing vanilla JS and trying to deal with browser quirks.

Comment Re:Same with every nexus device (Score 5, Informative) 177

The Galaxy Nexus was pretty much in a league of it's own at the time. Seems like Samsung was really pushing for it.

The Nexus One was basically an HTC Desire.
The Nexus S was pretty much a Galaxy S.
The Nexus 4 is very close (internally) to the LG Optimus G.
This new Nexus 5 looks like will be based on an LG G2

Comment Re:My theory (Score 1) 1010

I think they may be coming back soon. I'm in the market for an "ultrabook" right now and I'm quite pleased that there are actually some with higher screen resolutions.

Many of Asus's Zenbook lineup have 1980x1080, same with the new Dell XPS 13. They're still restricting themselves to screens they can market as "Full HD" and 1080p, but we're moving. I doubt anybody will market a higher resolution until they can market it like Apple with their Retina display.

I'm looking at a 13" to replace my 4 year old Macbook Pro. 1280x720 on it was small in 2009, and it feels like it is growing more so in this day and age.

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...