Open Source Digital Camera

camera_marcandrew_news

Those brainy folks over at Stanford are working on an open source digital camera. This is an effort to advance what they call “computational photography”. Basically they’re looking to combine some of the functionality of Photoshop or Gimp right into the camera. One example they discuss is utilizing an algorithm to even out the light levels from one side of the picture to the other. Another trick they’ve already accomplished in the lab is increasing the resolution of full motion video. They take a full resolution photo once every few frames and use the computing power of the camera to incorporate that information into the low-res frames around it.

We like the idea of being able to get at the firmware that runs on our digital cameras. Going with open source would certainly provide that access, but cost will be an issue. The Stanford team hopes to produce a model of what they now call Frankencamera that sells for “less than $1000”.

[via crave]

Diamond Thermal Paste: Update

thermal_paste_test_rig

The need to conduct laboratory-style experiments runs deep in some people. [Freddyman] built an apparatus to test out several commercial and homemade thermal pastes, including the DIY diamond thermal grease we reported on last month. He setup each experiment in the middle of an air conditioned room, ran the heat sink fan for 30 minutes to equalize the temperature, then turned on the DIY heat generator that the paste and heat sink were connected to. He’s got a lot of data from tests he ran with the eight thermal conductors; air (using no paste), Arctic Silver 5, Ceramique, Dow thermal fluid, pure silicone oil, silicone and diamond slurry, Dow fluid with diamonds, and the Inventgeek.com remake.

One of the big problems with DIY paste is the air bubbles that are introduced into the slurry as you mix in the diamonds. All of the homemade pastes except one were put in a vacuum chamber in an attempt to remove tiny bubbles. The one that wasn’t put in the vacuum performed the worst of all the thermal conductors. In all cases, the commercially available products performed quite well while the DIY solutions delivered mixed results.

Take Command Of Your BASH Prompt

color_bash_prompt

[Joshua] has put together a list of BASH prompt customizations. The command prompt is used in a command-line interface to show that the system is ready for the next command. Often times this is nothing more than a user name, host name, and working directory:

mike@krusty:~$

[Joshua’s] customization examples can be used to color code the information in your prompt, change what information is displayed, and make the prompt respond differently when an invalid command is typed. A BASH prompt reference is helpful in deciphering what each of these commands do. The easiest simplification is to understand that non-printing characters (such as color codes) are surrounded in escaped square brackets. For example, line 1 is the sequence for Red, line 2 is the sequence for Dark Grey, and line 3 sets a simple prompt to display in Red and all text after that to be in Dark Grey:

\[\e[0;31m\]
\[\e[1;33m\]
PS1="\[\e[0;31m\]\u@\h:\w\$ \[\e[1;30m\]"

Continue reading “Take Command Of Your BASH Prompt”

Multi-screen Video With Ipod

multivid_ipod_multi_sync

[Marco Tempest] has developed some software called MultiVid that allows synchronized video across multiple iPhone or iPod Touch devices. For this to work, all of the devices must be connected to the same WiFi network. Playback can be controlled from any one of the iPhones/iPod Touches or from the Mac running the controller software. There is of course the option of connecting to larger monitors through a video output cable. The app also supports OSC. We’ve embedded the example video as well as a video detailing the software setup after the break.

The client software is available at the apps store and controller software can be downloaded from [Marco’s] website. Both are free which is our favorite price point.

Continue reading “Multi-screen Video With Ipod”

How A Storage Company Builds Their Own

blackblaze_storage_pods

Want 67 Terabytes of local storage? That’ll be $7,867 but only if you build it yourself. Blackblaze sells online storage, but when setting up their company they found the only economical way was to build their own storage pods. Lucky for us they followed the lead of other companies and decided to share how they built their own storage farm using some custom, some consumer, and some open source components. Continue reading “How A Storage Company Builds Their Own”

Hackit: Why We Don’t Need Phone Numbers

do_we_need_phone_numbers

[digg=http://digg.com/software/Why_we_don_t_need_phone_numbers]We’re starting to think that phone numbers are deprecated; it may be time to integrate how we connect telephones with the new digital millennium. To get a firm grasp on this topic it is important to take a look at the reason we started using phone numbers, why we still use them, and the why’s and how’s of transitioning to a new system.

Continue reading “Hackit: Why We Don’t Need Phone Numbers”