Here are some pictures of my new TV/TFT Monitor.
Pretty nice and the MacMini fits perfectly beneath it.
My only Problem: I've gotta connect the MacMini (DVI) via a DVIVGA Adapter because I don't seem to have a DVIHDMI Adapter lying around.
btw: looks smaller on the pictures… strange :)

I remember the first jailbreak I did back in November 07. It involved lots of reading, downgrading to an old firmware, using the wellknown jailbreakme.com tif exploit, octoprep and a bunch of other stuff. Luckily I didn't have to unlock the phone to use it with another carrier, that would really have been a pain in the ass.
The iPhone-Hacker community has come a long way since then and I'm impressed on a weekly basis of the stuff they manage to push out on the web.

The newest and imho biggest thing they managed to create is a tool called "Pwnage";. To quote from the dev team webpage/wiki:

    • The software is a self contained application (for MacOS 10.4.x and 10.5.x) that allows all current models of the iPhone device to be "Pwned";. This term (in relation to this software) refers to the patching of the stock bootloader so that it will allow the execution of unsigned code and circumvent code-signing checks. "Pwnage"; only needs to be performed once to allow the additional features on the iPhone.
      • The application also processes and modifies existing Apple archives so that unique, custom rolled firmware bundles can be installed onto the "Pwned"; iPhone directly from iTunes.
    • These ".ipsw"; files can be created and patched by the application to allow third-party modifications such as activation, application installation, baseband modification, custom phone graphics etc.
    • The tool works automatically on box-fresh (OTB) 1.1.3 and 1.1.4 iPhones and requires minimal interaction from the user.
The tool also ships with an iPhone application that is automatically installed and run on first boot (if the user requests it) that is called "BootNeuter";, This will enable "Bootneutering"; of the iPhone baseband allowing custom firmware to be installed. Arbitrary secpacks and fls files will be accepted when the device is in this state, please refer to the application help file for specific information.
If the user has access to developer versions of the iPhone software (such as 1.2 or 2.0) provisions have been made to support this software and allow it to be used on any device. This will be useful for legitimate SDK trialists to install their software on more than one device, this should not be used unless you are an official member of the SDK programme.

They sure are a bunch of gnarly dudes :D

Just look at the youtube video below or download the


  • du hast bizarre Arbeitszeiten … wie die Prostituierten

  • du wirst bezahlt, um deinen Kunden gl√ºcklich zu machen … wie die Prostituierten

  • dein Kunde bezahlt viel, aber dein Chef kassiert das Geld … wie bei den Prostituierten

  • du hast einen Stundenlohn aber deine Arbeitszeit endet wenn die Arbeit erledigt ist … wie bei den Prostituierten

  • auch wenn du gut bist, bist du nie stolz auf deine Arbeit … wie die Prostituierten

  • du wirst bezahlt, um Fantasien deines Kunden zu befriedigen … wie die Prostituierten

  • es ist schwierig f√ºr dich eine Familie zu haben und zu halten … wie bei den Prostituierten

  • wenn du gefragt wirst, worin deine Arbeit besteht, kannst du es nicht richtig erkl√§ren … wie die Prostituierten

  • deine Freunde verlassen dich und du bleibst zur√ºck mit Typen wie dir … wie die Prostituierten

  • der Kunde bezahlt das Hotel und die Arbeitszeit … wie bei den Prostituierten

  • dein Boss hat ein wundersch√ɬ∂nes Auto … wie bei den Prostituierten

  • wenn du zu einem Kunden auf "Mission"; gehst, kommst du mit einem gro√É∆í√Ö¬∏en L√§cheln an … wie die Prostituierten

  • aber wenn du deine Arbeit erledigt hast, bist du schlecht gelaunt … wie die Prostituierten

  • um deine F√§higkeiten zu beweisen, musst du grauenvolle Tests bestehen … wie die Prostituierten

  • der Kunde m√ɬ∂chte immer weniger bezahlen und du musst trotzdem Wunder vollbringen … wie die Prostituierten

  • wenn du morgens aufstehst, denkst du: "Ich kann das nicht ein Leben lang machen"; … wie die Prostituierten

    via

  • spstudios.png

    Over at http://www.southparkstudios.com/ you can watch EVERY SOUTHPARK EPISODE EVER for FREE!

    The cool thing: it’s legal!


    Domain name: southparkstudios.com

    Registrant Contact: JFR Enterprises, Ltd.

    —>John Frank Rosenblum is a writer/producer for motion pictures and television including the TV Series Southpark (look it up yourself at http://jfr.com/ )

    The stream works for me as a german user, so unlike e.g. Hulu, it doesn’t seem to be limited to a certain audience (yet?).

    The quality of the streaming video (flash) is great and can be watched in fullscreen… (it’s southpark… so you can’t do that much wrong).

    Here’s how it looks:

    spepisode.png

    UPDATE:

    In Australia it looks like this:

    sorry_AU01.jpg

    In Great Britain:

    sorry_GB01.jpg

    In New Zealand:

    sorry_NZ01.jpg

    In Canada:

    sorry_CA01.jpg

    I never really got all the big blog-announcements when truecrypt was released for OS X. Everybody went crazy because of the ability to encrypt partitions on OS X. The windows version has a nice preboot authentication feature and the "native"; encryption options (bitlocker and EFS) were both created by Microsoft which makes it quite understandable that people tend to like truecrypt on windows.

    On OS X you imho don't really need truecrypt. OS X has built in support for encrypted dmg files.

    They mount like regular diskimages (given that you know the password), they are encrypted with the AES algorithm in either 128 or 256 bit strength and on my slow laptop drive, on the fly encryption doesn't really slow thoughput down thaaat much. If you've got a faster drive (e.g. 3,5" external HDD): do you really permanently move data or do you simply put it on the drive and access it every other week?

    To create such an image you have to take several things into consideration:

    - Would you like to create a sparseimage?

    The image will grow to a given size but only take as much space as the amount of data it currently hosts. The only problem is, that once you delete something inside the image, you'll manually have to do a "compact"; (using hdiutil) in order for "empty"; space to be readded to your partition —> sparseimages will grow automatically up to a given size, but shrinking is a process that has to be done manually.

    If you plan on encrypting an external HDD, you shouldn't use a sparseimage because resizing will take some time and you'll use the whole HDD anyway most of the time.

    - AES128 or AES256? (Both should be secure, AES256 is slower)

    On my Macbook's internal harddisc, I simply want to have a secure store for some files that shouldn't be seen by everybody.

    I created a sparseimage and set the maximum size to the size my harddisc has. That way, I can put as much files in there as I want to, only limited by the size of the HDD. I set the encryption to AES128 because I don't see the necessity to use AES256. AES128 is practically unbreakable and therefor secure enough for my files).

    To create an encrypted dmg, simply fire up "Disk Utility";:


    01_diskutility.png

    Select “new image”;:


    02_new_image.png



    You’ll be presented with a bunch of options:


    03_create_options.png



    For the volumesize I set a size of 80 GB (can be resized later afaik):


    04_volume_size.png



    I set the encryption to 128 bit:

    05_encryption.png

    For the Image-Format, I chose a sparse Image:

    06_sparse_image.png

    You’ll have to specify your password now.

    When mounting the image later on, it’ll look like this:

    07_mount_pass.png

    Here are the proposed dates for the days.

    1. 11.4.2008 – Test and Quality Day

    2. 25.4..2008 – Security day

    3. 30.5.2008 – Web Development day

    4. 13.6.2008 – Games Day


    Here are some ideas for special days in the (short) summer term.
    Games Day with a focus on game development, communities, collaboration etc.
    Security Day with a focus on risk assessment, dealing with risk etc. How do we handle risk rationally? Another topic could be anonymity.
    Test and Quality Day with talks on web application testing, methodology and tools.
    Web Development Day: the latest in languages (Ruby on Rails etc.) and tools in web development.
    Source: http://www.kriha.de/krihaorg/ct08.html

    In case anyone tried to integrate Google Search as a Webpart Component into the Micosoft Search Server 2008 but failed, here's some tasty copypasta for you:






    Search