Ihr Browser versucht gerade eine Seite aus dem sogenannten Internet auszudrucken. Das Internet ist ein weltweites Netzwerk von Computern, das den Menschen ganz neue Möglichkeiten der Kommunikation bietet.

Da Politiker im Regelfall von neuen Dingen nichts verstehen, halten wir es für notwendig, sie davor zu schützen. Dies ist im beidseitigen Interesse, da unnötige Angstzustände bei Ihnen verhindert werden, ebenso wie es uns vor profilierungs- und machtsüchtigen Politikern schützt.

Sollten Sie der Meinung sein, dass Sie diese Internetseite dennoch sehen sollten, so können Sie jederzeit durch normalen Gebrauch eines Internetbrowsers darauf zugreifen. Dazu sind aber minimale Computerkenntnisse erforderlich. Sollten Sie diese nicht haben, vergessen Sie einfach dieses Internet und lassen uns in Ruhe.

Die Umgehung dieser Ausdrucksperre ist nach §95a UrhG verboten.

Mehr Informationen unter www.politiker-stopp.de.


Ipernity Upload Button for Picasa

1 02 2009

Now there is a Ipernity Upload Button for Picasa available at the Ipernity website. It’s also working with the Mac version of Ipernity.

I made a screencast on how to install and use.



Picasa Ipernity Upload Button Screencast from Falko Zurell on Vimeo.

One glitch I noticed is that the tags you enter during upload from Picasa wont be transfered to Ipernity. You have to reenter them after upload is complete on the Ipernity website.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





Little Snitch Update

27 01 2009

Of course you are using Little Snitch to control the application traffic of your MacOS X, don’t you? Now there is a update to Verison 2.0.5 which brings a few bugfixes and improvemnts regarding memory consumption.

The release notes say:

General

  • Improved compatibility with various screen savers.
  • Improved Little Snitch Installer.

Network Monitor

  • Fixed context menu entry “copy IP address”.
  • Fixed memory consumption problem.

So go and get your hands on the fresh release and update your installation.

If you still wonder what Little Snitch can do for you….

Little Snitch Connection Dialog

Little Snitch is some kind of Firewall and Network Traffic monitor which controlls the outgoing traffic of your applications. Freshly installed it will ask you to allow, deny or temporarily allow the traffic of certain applications. So you can see where your applications try get or send data in the internet. This is sometimes very interesting to see which applications when are trying to get internet access. If on doubt you should deny the traffic or only allow it for this session.

Little Snitch Rules

With the Little Snitch Network Monitor you can also have a glimpse on which application is currently consuming all your bandwith.

Little Snitch Network Monitor

So Little Snitch is one of the most usefull programs on my Mac and thus the app. 30 € for the single seat license is absolutly OK with me.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





Update for Paparazzi Website capture

26 01 2009

For some years I used to make full screenshots of Websites with Paparazzi. This is a little free tool wich renders a website and saves it as a image file. In contrast to a normal screenshot you can make a picture of websites which doesn’t fit on your screen. This is very usefull when it comes to blogs and news websites. These often have very long pages.

Paparazzi hasn’t got an update for quite a long time and I was afraid the developer had fiven up. But to my positive suprise I saw an update announcement of Paparazzi at macupdate.com this morning.

The new release is a bug fixing release with a few minor feature enhancements. Paparazzi uses the WebKit rendering engine which is the same as the one from Safari, Apples popular browser.

Paparazzi-main.jpg

One of the enhancements I noticed is the capability of Paparazzi to batch render URLs which are read from a text file.

Paparazzi Batch Capture.jpg

You can do the very same with some add-ons for Firefox. The Screengrab! add-on will render and save the pages from within Firefox. The Pearl Crescent Page Saver add-on has a pro version and is controllable via the command line. I used the latter on to create a website render monitor.

I got a special album on my Ipernity Account for my website screenshots.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





The beast inside the beauty

21 01 2009

I just worked on a software project where subversion is used as version control system. MacOS X has the subversion client (although an slightly old version) already build in. I got some fancy GUI tools as subversion frontend like Versions, Cornerstone or SmartSVN.

In this projekt I have to work on the code on different machines with different operating systems. Some of the machines are Windows, I usually work on a mac and sometime on an Ubuntu Linux machine. This is where the trouble begins.

I always think of MacOS X as BSD like Unix system with a charming graphical front end. But this doesn’t hold true for some very basic facts I’m used to on Unix/Linux systems. Especially the per default case insensitive HFS+ filesystem on my Mac almost drove me nuts these days.

I added some files to the said project when working on my Linux machine. I got these from a developer working on a windows machine as ZIP file, unpacked them and commited them to the subversion repository.

Back on the Mac and Windows systems I wasn’t able to check out the new revision of the project. This is because the one developer used capital letter filenames of some already there files. No problem on windows as cases doesn’t matter. But the linux system recognized these files as new and added them as additional files to the repository.

If I try to check out or update on a case insensetive system then of course I got errors from the subversion as it tries to check out two files with the same name but different meta data.

So be warned when working in heterogenous environments. A Mac with default filesystem settings is not case sensitiv which might be unusual if you come from the Unix/Linux world.

I once tried the case sensitive HFS+ filesystem under Tiger (MacOS X 10.4) but remember vague that there where some problems. Maybe I check that out again on Leopard.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





MacGeeks auf neuem Server

11 01 2009

MacGeek sind soeben auf einen neuen Server umgezogen. Sollte sich ein bisschen schneller anfühlen ;-)

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





poor man’s TimeMachine backup

7 01 2009
  • deutsch

If you don’t have MacOS X 10.5 (Leopard) but as well starving for a nice and easy backup then try this shell script. MacOS X provides some simple command line tools for doing a convinient backup out of the box. I wrote a little shell script which sports RSYNC to do regular backups and even archive deleted files for a certain time.

Simply modify your source and destination folder in this script and call it regularly. This can be done with cron. Your contrab entry should look something like this:


0 */2 * * * /Users/youraccount/pmt.sh > /dev/null 2>&1

This will start the script every full 2 hours. Should be sufficient.

#!/bin/bash
# poor man's timemachine backup script
# Author:
# $Date: 2009-01-07 13:46:08 +0100 (Wed, 07 Jan 2009) $
# $Author: fzurell $
# $Revision: 93 $
# $HeadURL: http://fzurell@svn.explain-it.org/trunk/tools/pmt.sh $

# this is where your backup will go
# hence the special character " " ... must be quoted with \
BACKUPDIR=/Volumes/Time\ Machine/pmt

# This is the folder where the Backup should start from
# it will be backed up recursivly
SOURCE=/Users/fzurell/Music

####################################################################
LANG=de_DE.UTF-8
WDAY=`date +%A`
MDAY=`date +%d`

# if you call this script without any parameter
# then deleted files will be archived for one week
# you can optionally choose to keep them one month

case $1 in
	"woche")
		BDAY=$WDAY
		;;
	"monat")
		BDAY=$MDAY
		;;
	"--help")
		echo "Usage: $0 [woche | monat]"
		exit 10
		;;
	*)
		BDAY=$WDAY
		;;
esac

if [ ! -d "$BACKUPDIR" ]; then
		exit 1
fi

/usr/bin/rsync -a -q --delete -b --backup-dir="$BACKUPDIR/$BDAY" "$SOURCE" "$BACKUPDIR/BACKUP"

if [ $? -eq 0 ]; then
	say "Your Backup finished successfully."
else
	say "Sorry, there went something wrong with your Backup."
fi

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





MacGeeks Podcast # 7 – Online Backup Services

14 12 2008
  • deutsch

This is the 7th episode of our podcast. I did an outdoor recording on online backup services. Please bear with me when I’m a little breathless some times. I was pushing my little boy Hugo around in the Volkspark Friedrichshain. He was sitting on his three wheeler and there are some hills..

I talk about my recent experiences with some Online Storage/Backup Services like Amazon S3, Mozy Home and Backblaze.

Podcast URL: http://www.mac-geeks.de/wp-content/podcasts/podcast.xml
Audio-File: http://media.mac-geeks.de/MGPC7.mp3

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





Mac Software Christmas Bundles

13 12 2008
  • deutsch

As every year a several Software Sites offering the famous christmas bundles with a bunch of software you may need for your Mac. Most of them are selling a very similar set of tools which are mostly useless. But there is often one or two pieces of Software for which you may consider buying the whole bundle.

Here are an overview of some Bundle offers and my personal ratings (like iTunes stars):

  • MacUpdate Promo Winter Bundle: $49.99 (89% off, $447.69)

    • KeyCue (★)
    • MacPilot (★★)
    • WhatSize (★★)
    • iVolume (-)
    • RapidWeaver (★)
    • LittleSnitch (★★★★★)
    • MacGourmet Deluxe (★★)
    • Virus Barrier X5 (★)
    • Drive Genius (★)
    • Default Folder X (★)
  • Mac Switcher Bundle: $49,59 USD (50% off)

    • 1Password (★★★★★)
    • TextExpander (★★★★★)
    • Witch (-)
    • ScreenCast Online Abo (-)
  • Mac Bundle Box : $39

    • KavaTunes (★)
    • Librarian Pro (★★)
    • AlarmClock (★)
    • HyperImage (★)
    • MacCleanse (★)
  • Limit Point Software: $69 USD (76% off) (★★)

    • Utility Bundly
    • BlueCrab
    • Mailings
    • iForms
    • Boolean Search
    • Icon2Image
    • Aqueiss
    • FTPortal
    • Touvaly
    • MenuMinder
    • SwitchTop
    • QuickTop
    • PictureSwitch

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





Kids love drawing – Doozla Screencast

9 12 2008
  • deutsch

This time I show you a nice little drawing application for kids. Doozla comes from the makers of Skitch at plasq.com and is a easy and funny application to draw and colour with for your kids. It’s not just a drawing application like Scribbles but instead offers 4 major modes of drawing. Simple drawing on a plain white ground, coloring pre sketched drawings, draw on a background or take pictures from your iSight and draw on the picture.

Get the Flash Player to see this player.

All actions are supported by funny sounds which pronounce the tool names or the colors you use.

All together a nice little application for kids to draw with a computer. And if you got a graphic tablet like the Wacom Bamboo you can make real art work ;-)

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]





1Password License drawing

30 11 2008
  • deutsch

Yesterday I made the drawing for the 1Password license. Here is a short video of this. At the end some frames are missing as my mobile phone (Nokia N95) doesn’t seems to like too long movies. But you get the idea I think.

Get the Flash Player to see this player.

The lucky winner is….. snoske. Drawn by the untouchable Hugo

Drawing

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]