Archive for the ‘Life and People’ Category

Computer gibberish in movie

Tuesday, June 22nd, 2010

We all know those scenes from movies, where we see a computer screen while the NOC-list is being copied or when someone logs into a mainframe in order to disable the power of half a city (via SSH btw). Some are done well or very well (as the mentioned SSH one) others poorly researched or even plain lazy.
While watching such scenes, we usually immediately recognize whether it’s authentic or just crap. Nowadays modern high resolution+definiton movie formats make it even possible to pause the movie and verify all the text that we see on computer screens in such scenes.

Recently, when I watched the (quite brutal) movie “Unthinkable” I saw a real killer:

(more…)

The Big Bang Theory – Intro (frame by frame)

Monday, September 21st, 2009

After a few weeks (actually, a few months) of procrastination and research, I finally finished my “project” to split up the intro of the TV-series The Big Bang Theory frame by frame and find out what each snapshot meant.
I organized all 109 snapshots in a list with a short label of what the snapshot shows. Maybe community and fans will help to complete the work and compose nice descriptions.

You can find the list on a separate website here: http://www.haraldkraft.de/thebigbangtheory/

Enjoy :)

UPDATE (09/29/09): As I am in Toronto atm without proper internet access, I will update all your comments and emails within the next two weeks.
UPDATE2 (09/29/09): To avoid further comments on the same issues, I updated the page (spending the last 2 hours in an Apple store ;) ).

Use customized shortcut keyboard setup in Opera browser

Thursday, September 3rd, 2009

Throughout these past weeks, I’ve installed Opera on a few new systems (with various operating systems btw) and had to make (just) a few adjustments. One of them included setting my own keyboard setup. Even though making my custom shortcut settings was easily done each time (via Tools -> Preferences -> Advanced -> Shortcuts -> “Keyboard setup” Duplicate + Edit, see Tamil’s blog for a nice description), embarrassingly I had forgotton how to actually “enable” the modified keyboard setup.

(more…)

Twitter PHP script

Monday, June 29th, 2009

I wrote this PHP script in order to include the latest tweets from my Twitter on my website. It retrieves the RSS feed, parses it and pastes a number of tweets (along with timestamp and link) to HTML.

[[ OLD:
Before I can / want to release it under some free software license, I would appreciate it if some of you PHP nerds could review the code. I am mainly concerned about security issues rather than formatting and coding style. Since I am no pro in PHP coding, I will probably have done some things quite clumsily.

So please point out security problems as well as other major issues. (For example, if anybody knows how to stop parsing after max items were dealt which, please let me know :) ).
]]

[UPDATE 07/08/2009]
(HTTP) Links are now made clickable.
[/UPDATE]

[UPDATE 15/12/2009]
The script was released under the Creative Commons Attribution 3.0 Unported License today.
Download the PHP code at http://blog.haraldkraft.de/wp-content/uploads/2009/12/parsetwitter.php_.txt and feel free to reuse and tweak my script (along with mentioning my name as suggested in the license information in the code).
[/UPDATE]

Email me at blog {at} haraldkraft(.)de (or comment)

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.