Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

memory

33 Pitstops Towards the Uncanny Valley [Blip]
Thursday, 17 March 2011 11:20
MaximumPC takes a close look at how virtual representations of ourselves—or more specifically, of the video game bad guy versions of ourselves—have evolved since the days of Wolfenstein 3D's clunky Nazis. It's part "walk down memory lane," part "we did all that in 20 years?", and entirely worth your time. [MaximumPC] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/CjmJ2Vmk5zU/33-stops-towards-the-uncanny-valley

 
Gullible Brits Believe You Can See Gravity, and That Light Sabers Exist [Star Wars]
Wednesday, 16 March 2011 19:20
You've got to wonder about the sanity of some of the 3,000 surveyed people who believed that light sabers actually exist—and that memory erasers, in the style of the Men In Black neuralizer, are being used. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/BOlyaifYBPQ/gullible-brits-believe-you-can-see-gravity-and-that-light-sabers-exist

 
USB Backup 2.0
Tuesday, 02 November 2010 04:00
About USB Backup
Allows you to backup your pendrives & other removable media on an automatic basis in the background so that you don‘t have to worry about loosing files again. No matter if your memory pen becomes corrupt, looses all data or ends up in the wash, USB backup can restore all the data to any device/folder you want.

USB Backup is a lifesaver: Memory loss on flash drives is a common problem. Flash cells (which store the data) wear out and fail after a period of time,removing the pendrive without ejecting, frequent usage and frequent formatting are only a few of the causes of memory loss on flash drives.This is where USB Backup comes in - it sits in the background and watches the devices being plugged in and backs them up, so even if your pendrive fails or gets destroyed, you will always have the most recent version of the files ready to be restored. Many more features,

Read more: http://www.apple.com/downloads/macosx/system_disk_utilities/usbbackup.html

 
Eye-Fi View Quickly Shares Full-Resolution Photos With All Your Devices [Video]
Wednesday, 27 October 2010 00:15
In a hurry to share the full-resolution versions of your photos with several web-connected devices? Eye-Fi has a solution. Turns out that the company behind the wireless memory cards we know and love has a clever new photo-sharing service. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/aYY2ALqnseM/eye+fi-view-quickly-shares-full+resolution-photos-with-all-your-devices

 
S-Rscript: Implementing a basic session service
Sunday, 25 April 2010 21:54
The following example is a possible alternative to the Rack::Session.

def new_session(user_id)
Thread.new{Thread.current[:name] = user_id; puts 'hi'; sleep 40; puts 'beep'}
end

def renew_session(user_id)
Thread.list.detect {|x| x[:name] == user_id}.kill
new_session(user_id)
end

# initialise a memory store for user g234
# ...
# then start the timer
new_session('g234')

# initialise a memory store for user g238
# ...
# then start the timer
new_session('g238')

# ... 30 seconds later the user g234 makes another request which means
# we need to keep this session alive
renew_session('g234')

# user has already disconnected which means their session will
# automatically timeout and their memory store will erased.


Note: The 'puts "beep"' would be replaced by the storage clean-up code.

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/FH4i7F6sAuk/11151

 


Taxonomy by Zaragoza Online