- Colour
- If it was $99 instead of $399
- If it looked more like an iPhone and less like a prop from low budget 1970s scifi movie
- A touch screen instead of 600 buttons
- A proper web browser
by simon baird
Showing posts with label tech. Show all posts
Showing posts with label tech. Show all posts
Tuesday, November 20, 2007
gadgets: what might have made the kindle better
Kindle - It's a book reader from Amazon. Downloads books via mobile phone networks.
Tuesday, August 28, 2007
mystical experience delivered by technology
this is pretty cool. trick yourself into having an out-of-body experience. required: vr googles. a friend with a pointy stick.
Friday, August 24, 2007
google sky update - hubble images
Okay get this, they have put hubble photos IN THEIR CORRECT PLACE IN THE SKY. For instance to see the crab nebula in hi-res just find where it is (use the markers) and ZOOM IN. This is sublime. Google, we love you.
Thursday, August 23, 2007
Google Stars
I've been waiting for this. Cool.
I guess you can't fly out to the planets or stars yet though. But soon.
The space imagery includes over one million photographs from various sources, including the Sloan Digital Sky Survey, the Palomar Observatory at the California Institute of Technology and the Hubble Telescope.
I guess you can't fly out to the planets or stars yet though. But soon.
Monday, July 30, 2007
Announcing Fractalmapr
I had the idea for this last October. I tried to create it using a thing called OpenLayers, an opensource "Google Maps-like" system. At the time I didn't realise that it could be done with the actual Google Maps api itself. Long story short, check it out here. The domain name? Well back in 2006 it seemed cool...
What is it?
It's an online Mandelbrot set fractal viewer using the Google Maps API.
Hasn't that been done before?
Not that I'm aware of.
Things to try
I'm letting the domain name expire. The new url is this http://randomibis.com/fractalmapr/.

It's an online Mandelbrot set fractal viewer using the Google Maps API.
Hasn't that been done before?
Not that I'm aware of.
Things to try
- Double click zooming
- Mouse wheel
- Dragging the mini-map
- Dragging the blue square on the mini-map
- Implement "bookmark/link to this view...
- Better and deeper rendering. I'm using fractint (the finest fractal generator for the Intel 386 running DOS) and an antialias/size reduction method that I prefer not to mention. Hence the tiles are 256 colour gifs. I'm guessing 24 bit colour pngs would be a lot better but I can't find a free renderer that I can use in batch mode. Anyone want to help me with this? I suppose writing my own would be one solution.
- Different palettes
- Other fractals
- Show co-ordinates in some way. A layer?
- Make grey background in map into black somehow
- Start a blog?
I'm letting the domain name expire. The new url is this http://randomibis.com/fractalmapr/.
Sunday, June 24, 2007
Tuesday, June 05, 2007
iphone hype
You can get nicer videos here.
Now don't act all cynical just to be cool. Don't even start with the, "samsung this" or "nokia that". Forget it. iPhone. GREATEST THING EVAR. You know it. Sylar has one already.
But actually, Steve, can we have a iPhone DS emulator? Or at least some kick-ass solitaire. (Mmmm... touch screen cards...) Please?
Now don't act all cynical just to be cool. Don't even start with the, "samsung this" or "nokia that". Forget it. iPhone. GREATEST THING EVAR. You know it. Sylar has one already.
But actually, Steve, can we have a iPhone DS emulator? Or at least some kick-ass solitaire. (Mmmm... touch screen cards...) Please?
Wednesday, September 14, 2005
iPod nano
Tuesday, September 13, 2005
Encrypted thumb drive and autoplay howto

Requirements
- TrueCrypt. Download here.
- Windows XP with Service Pack 2. Prior to SP2 you couldn't do autoplay on removable drives. You can do everything else described here though.
- A USB thumb drive. No special requirements. Any old one will do.
TrueCrypt files
- Move all your data off your usb drive so it's empty.
- Install TrueCrypt on your PC.
- From the TrueCrypt application directory (usually C:\Program Files\TrueCrypt\) copy TrueCrypt.exe to your usb drive.
- From your Windows drivers directory (probably C:\Windows\system32\drivers\) copy truecrypt.sys to your usb drive.
Note: The TrueCrypt download is a zip file. Inside the zip file is a folder called Setup Files that contains both TrueCrypt.exe and truescrypt.sys so it's possible to skip steps 2, 3 and 4 above and just copy the two files straight from that folder to your flash drive.
Autorun file
- Create another file on your flash drive called autorun.inf. Paste
in the following:
[autorun] label=Cruzer icon=truecrypt.exe action=Mount TrueCrypt Volume open=truecrypt /v data.tc /lz /q /a /m rm /e shell=mounttc shell\mounttc=&Mount shell\mounttc\command=truecrypt /v data.tc /lz /q /a /m rm /e shell=dismounttc shell\dismounttc=&Dismount shell\dismounttc\command=truecrypt /dz /q shell=runtc shell\runtc=Run &TrueCrypt shell\runtc\command=truecrypt
- The /lz and /dz above means you will mount your encrypted volume using drive letter Z. Change Z to something else in all three places if you want to use another drive letter.
- Change the label if you want to. You can also change the icon which is the icon that your usb drive has in My Computer. (I use an .ico file that I copied to my thumb drive also).
- So far your drive should
look something like this:
...except for the file data.tc. That's the file that will contain all your encrypted files that we will create next.
Check the TrueCrypt manual to see what the other command line options do. You might want to tweak them to suit your preferences.
Note: In a file with more than one icon you can specify which icon you want by putting a comma then the icon number, eg icon=c:\WINDOWS\system32\SHELL32.dll,12
Creating the encrypted volume
- Run TrueCrypt from your start menu and click "Create Volume".
- Choose "Create a standard TrueCrypt volume" (the default).
- Type L:\data.tc at "Volume Location" where L is the drive letter of your flash drive.
- Choose your favourite encryption algorithm. (Don't ask me!)
- Select a volume size. This is how much space you will have on your encrypted volume.
I like to make it fill the entire remaining space on the thumb drive. You make it fill it exactly by doing this:
- Get the free space in bytes of your flash drive by right clicking it in My Computer and clicking "Properties".
- Divide this number by 1024 to get kilobytes.
- Back in TrueCrypt, select KB and type the number.
- Make up a password and enter it. Remember your password because there is no way to crack it. That's the point of secure encryption.
- Wiggle your mouse a bit for extra randomness, then click "Format".
- When formatting is finished click "Exit" to exit.
- This concludes the setup process. The hard part is now over!
Note: If you didn't bother to install TrueCrypt in step 2, you can just double click TrueCrypt Format.exe in the Setup Files folder.
Usage
- Remove your thumb drive in the usual way. (Click the "Safely Remove Hardware" icon in your Systray, select the drive to remove, then yank it out).
- Put it back in again. If the autoplay stuff is working you should see this:
- Click OK. You should then see this:
- Enter your password and up comes your encrypted drive. Voila!
- You can now put all your files back on it. They are now securely encrypted and can't be accessed without your password.
- To dismount
- Go to My Computer. Right click on your flash drive icon.
- Notice the menu options include Mount, Autoplay, Dismount and Run TrueCrypt.
- Choose Dismount to dismount the volume.
- Other notes
- Note that to open your flash drive now you have to right click and choose Open because a double click will run the Mount shell extension.
- You can also mount and dismount and change your password from the TrueCrypt program on your thumb drive. Read the TrueCrypt manual for more information.
Note: If you come to a PC where your chosen drive letter is already taken you can run TrueCrypt manually and mount your drive with a different drive letter.
- You can backup all your secure data just by copying your data.tc to your C: drive.
- I recommend adding a shortcut (to your real drive, not the virtual one) to your Quick Launch Bar for convenience. You can then access the right click menu from the shortcut.
Update 4-Nov-2005
Since I wrote this version 4.0 of TrueCrypt has been released with a whole load of great new features and improvements. As yet I have not tested the new version with the above procedure, but it should work.Update 7-Feb-2006
Here are a couple of notes from commenters below. You have to have Adminstrator privilege on the Windows XP to mount. This probably prevents you accessing your data in internet cafes and student labs. When I wrote this I hadn't discovered the "Traveller Mode" section in the TrueCrypt manual. Read that to see how TrueCrypt can set most of this stuff up for you automatically!Update 16-Feb-2006
Remora USB Disk Guard might be worth trying. It doesn't require that you have Administrator privilege. Found it here.Update 28-Feb-2006
This article was recently featured at MakeZine. Welcome MakeZine readers! Also made it to del.icio.us popular.Update 27-Apr-2006
I have upgraded to TrueCrypt 4.2 and everything still works except that:- There is now a second .sys file you should probably include called truecrypt-x64.sys
- TrueCrypt now wants to store some data in Configuration.xml on your thumb drive so you should leave a little bit of space on the drive instead of filling it exactly as described above. (The xml file is about 4kb but I decided to leave an extra 1MB of free space to be sure).
Update 15-June-2006
I gave Remora USB File Guard a try. I'm not saying it's bad product but from a useability perspective it doesn't compare to using TrueCrypt as described above. Here's what you do to edit your "secure" data using this product. Insert your thumb drive and open it up the root folder. Double click the remora exe file. Type your password. You get a winzip style of application window. Click on your file. Click export. Choose where you want to export to. Now it decrypts the file and puts it in the folder of your choice. (By the way now your data it is completely in the clear). When your done with it you then go back to remora and import it back. Then make sure you delete it from where ever it was. (Actually maybe there is an import and delete function, I didn't hang around long enough to find out). The inconvenience of this process is enough to render it useless to me. I'd rather leave my bank details unencrypted than go through that every time I needed them. In comparison the TrueCrypt solution encrypts your data on the fly. Once it's mounted you have a fully secure virtual drive. Use it like a drive. Dismount when you're done.Update 26-July-2006
Someone asked about removing this once it's installed. It's quite simple. Here's what to do:- Mount your encrypted drive
- Copy your stuff off it to your C: drive or whatever
- Dismount your encrypted drive
- Delete everything from your thumb drive (ie the truecrypt files and your data.tc file)
- Copy your stuff back to your thumb drive
Subscribe to:
Posts (Atom)