This is an interesting social networking application that involves sound, touch feedback, and people.
Here’s some more info:
http://www.hawksandsparrows.org/bio.html
MAKE: Blog: Lucky Dragons’ homemade sound device
This is an interesting social networking application that involves sound, touch feedback, and people.
Here’s some more info:
http://www.hawksandsparrows.org/bio.html
MAKE: Blog: Lucky Dragons’ homemade sound device
I got some feedback after passing this out to a few friends. Here is what I’ve changed:
clear/dev/nullecho "complete"These changes remove any of the outputs to the display. The only time you will receive a message is if you have file that is currently open in an application and the script cannot unmount the volume.
For more details check out the ejectAllVolumes project page.
After some tooling around I’m finally releasing a little bash script called ejectAllVolumes. This script is named after it’s purpose. It will safely eject all mounted volumes from your Mac.
For more details check out the ejectAllVolumes project page.
Goosh (Google Shell) is a cool web-app written by Stefan Grothkopp. It’s not an official Google product but does tie into many of functions that Google does provide. All access is done through a command-line interface.
Here is a list of the commands that are available:
Check it out: goosh.org – the unofficial google shell.
This is a very cool concept for online video manipulation: A Direct Manipulation Video Player
Here is the project site: DimP
Here is a quote that describes the concept.
DimP, a direct manipulation video player, lets users drag items on the video screen to move forward and back instead of just via a scroll bar on the bottom of the video. This is not only more fun, but it also allows users to scroll through video to where they want to be βat least two times faster,β In a paper presented by Pierre Dragicevic, Gonzalo Ramos, Jacobo Bibliowicz, Derek Nowrouzezahrai, Ravin Balakrishnan, Karan Singh from the University of Toronto, the authors present their method for browsing video by directly dragging content by β1) automatically extracting motion data from videos; and 2) a new technique called relative flow dragging that lets users control video playback by moving objects of interest along their visual trajectory.β
Check the video’s after the jump.
Read the rest of this entry »
I’ve been thinking about getting an AppleTV to manage my media. But my fear has always been the size of the processor. I could spend a few hundred bucks and get one, or I could spend another $300-$400 more and get a mac mini. But if I did get a AppleTV I would definitely hack it. I came across this link from tuaw that has tutorials on how to hack your AppleTV: iClarified – Tutorials – AppleTV
When I log into the network at my job my Mac’s hostname always turns to:
larryx.na.corp.ipgnetwork.com
I have my local hostname set to:
larryx.local
So What I would like to do is set my Mac’s hostname to my local hostname. You can do this all from Terminal in a single line.
Run this command in Terminal:
sudo scutil --set HostName larryx.local