-
A simple way for websites to describe in clear, consistent terms what they do with the data we share.
Join the announcement list for up-to-date info. Recent Comments
- Ten Years Later on VRM: The user as point of integration
- Speaking of Identity – People-Centered Internet on Speaking of Identity
- In Context » Apps and Personal Data Stores on VRM and Personal Data Stores
- In Context » 2010 » March on VRM and Personal Data Stores
- In Context » Azigo on VRM and Personal Data Stores
Meta
Tag Archives: linux
Open all files in separate emacs windows
How to open everything in a directory with emacs, each in their own window: find . -type f -exec $SHELL -c ‘”$0″ “$@” &’ emacs {} \; Many thanks to ephemient at StackOverflow for the inspiration: http://stackoverflow.com/questions/853451/can-the-find-commands-exec-feature-start-a-program-in-the-background