Archive 25.5.2005 - 2.6.2005

Photon iPhoto Plugin

Photon is a very nice iPhoto plugin that allows you to easily post pictures from iPhoto to a MetaWeblogAPI-compatible blog (e.g. WordPress). The pictures that were just uploaded come from it. Photon uses the image data in iPhoto, so you finally have something to give your pictures titles (with Snail ... I did it wrong - that's why the link is so cryptic). I like the plugin ... What doesn't work quite right again is using it with my own photo blog on hugoesk.de - there I use my own WordPress plugin that manages all the metadata. Let's see if I can hack something together that automatically adds the missing metadata (e.g. EXIF data and photo assignment) from MetaWeblogAPI posts via Photon, or if I will continue to work classically with file export from iPhoto and subsequent upload. By the way, the two uploaded photos were previously RAW images - iPhoto handles the RAWs of the 10D very well. And the new editing window in iPhoto is also quite usable. However, iPhoto has a stupid bug: it only writes reduced EXIF data to the JPG when exporting to disk. The aperture, time, and focal length are included - but the original date is missing. Quite annoying when the target software generates an entry date from it (as hugoesk does). In addition, iPhoto only imports the .CRW files, not the .THM files (which store additional setting data). On the one hand, these data are missing in iPhoto, and on the other hand, memory cards gradually fill up because the .THM files remain and take up space. At least when you use the delete originals option in iPhoto. I definitely have too many photo management systems in use.

Lawyer as a serial bank robber - can he now defend himself in court and save on legal fees?

New Lens for My Canon

I've treated my 10D with a Canon 100mm macro lens - really a fine lens. I've uploaded a few results from my first experiments with it to hugoesk.de. I'm already quite satisfied with them - especially considering that they were all taken handheld. The 100mm on the 10D has a field of view similar to a 160mm lens and is therefore a nice medium telephoto focal length for me - comparable to the 180/2.8 on my Contax. Thus, it is very flexible to use and, in my opinion, worth the money. However, my previous 50mm macro won't become unemployed, even though it only goes up to 1:2: it is simply much smaller and therefore great as an all-round lens.

At Schockwellenreiter seen: QTAmateur, a simple QuickTime player that can also export - could actually end the constant QTPro buying, because I actually only need very few of the export functions of QT.

Experts Advocate for VAT Increase

Experts advocate for VAT increase - if you look at these alleged experts, you find IW director Hüther and the chief economist of Deutsche Bank. Completely neutral experts, of course. Why do these allegedly professional journalists write such nonsense? Every idiot from some employers' association or employer-affiliated institute or major bank is called an expert - but if something comes from the employees' camp, they are critics from the unions. This is how the neoliberal crap is beautifully upheld and the citizen is told where to look for his experts - regardless of whether these experts are anything but experts (I still think with horror of the mathematically completely untalented and otherwise quite incompetent financial expert Mertz) or pursue their own political agenda. That in this specific case something must be rotten with the experts should also be noticeable to the dumbest journalist: although the VAT should be increased, but of course only with accompanying measures. Look at these measures. One screams for a reduction in wage-related costs as an accompanying measure and the abolition of the solidarity surcharge - but only the latter is relevant for the consumer. And now look at what someone on social assistance or unemployment benefit II pays in solidarity surcharge - nothing. But this person still fully bears the VAT increase.

The other talks about the fact that the risk of reduced consumption must be accepted, as the advantages of reducing labor costs outweigh - because he also wants to reduce various payments. At least for both sides - at least he did not explicitly talk only from the employers' side, but presumably he simply forgot that there is also an employees' side. And here too: social assistance recipients and unemployment benefit II recipients are not relieved and get the full VAT increase.

None of the so-called experts has spoken about the fact that a VAT increase must be accompanied by an increase in social assistance and unemployment benefit II. Both accept that people who are already impoverished will be even worse off and that more people will fall below the poverty line. They act as if they were experts - but in the end they are only the henchmen of the exploiters and swindlers and want only the same thing that the employers' side has been demanding all along: to squeeze the employees even more.

VAT is the most unsocial tax we have. On the one hand, it is only relevant for consumers, and indeed for domestic consumers. On the other hand, it is based on consumption - and this can of course not fall below a certain level, because everyone has to live and has to pay for it - and thus this tax hits the hardest those who have the least. Because their consumption can hardly be reduced any further.

FDP will block disclosure of executive compensation - that's where you see who the FDP really represents.

In the Name of Security, the Following Nonsense is Issued

Mass criminalization feared at the 2006 World Cup - the whole of Germany is being turned into a prison with permanent surveillance. In the name of security and football. Does anyone really believe that the security facilities will be dismantled after the World Cup?

Kodak confirm SLR/n and SLR/c discontinued - after Kodak was one of the first to build digital SLRs, and not even bad ones, it's now probably over. Ok, the SLR/n and SLR/c do make rather bad impressions, compared to current SLR bodies from Canon or Nikon. Earlier Kodaks like the 6xx and 7xx series were really great devices.

New Nonsensical Pseudo-Copy Protection

Sony BMG: "Sterile" Audio-CDs sollen illegale Kopien verhindern. Excerpt: It's just about making it more difficult for the average user to copy. - but the average users are allowed to make copies legally. However, professional pirates won't care. Just another example that the music industry doesn't really care only about eradicating pirates - they explicitly want to eliminate private copying. Because they are criminalized by such copy protection measures - because bypassing even such trivialities is prohibited by law. Professional pirates couldn't care less about the illegality of bypassing.

PC Systems on the Mac

Who doesn't feel like paying Microsoft for Virtual PC and isn't exactly thrilled by the other well-known alternatives, might want to check out a less known one: iEmulator PC Emulator for MAC OS X is an emulator for the Mac based on QEmu. The special feature: not only the normal 32-bit Intel chips can be emulated, but also the 64-bit ones, as well as Sparc, ARM, and PPC. Pretty cool, that thing. And for those who find even the 25 dollars for iEmulator too much (or are hardcore OSS users), there's QEmuX - a free graphical interface for QEmu on the Mac.

To take it for a test drive, you can get suitable pre-prepared images from FreeOSZoo.

In initial tests, I had the usual problem: the keyboard layout just doesn't fit. You can only get something similar to a German keyboard layout, it doesn't fit exactly - the umlauts are off, some special characters are wrong, the whole thing is quite rough in that regard. Not that Virtual PC is any better: I could never properly enter the angle brackets and the pipe symbol under Virtual PC (which is pretty stupid for programmers).

The CHICKEN Scheme Compiler

A frequently overlooked (also by me) Scheme implementation is the CHICKEN Scheme Compiler. What's special about this implementation: in addition to the interactive interpreter, there is a compiler that produces portable C and compiles it into loadable modules using a C compiler. This makes this compiler particularly good for integrating C libraries. In principle, this is still quite similar to Gambit-C, another Scheme implementation that uses C as an intermediate language.

But Chicken goes beyond Gambit-C in terms of generated C code - the system is explicitly designed to be mixed with C, while Gambit-C simply uses C as a portable assembler. In Chicken, the FFIs (Foreign Function Interfaces) are much simpler. This is evident in finished interfaces to various databases such as metakit (used in the Python Desktop Server), PostgreSQL, and sqlite.

In addition, Chicken has gained a nice infrastructure of network-installable extensions with the Eggs - with web server, database, and many other delicacies. This of course helps immensely in programming - I have come to love such an infrastructure of ready-made code with MZScheme, Python, and Perl.

Chicken also compiles under Mac OS X. At the moment, the compiler is running in the background for me.

Typical Mac User is ...

... to install Desktop Manager, set it to Transition Cube, and then constantly switch back and forth between two desktops just for the fun of the visual effect

Upgrade to WordPress 1.5.1.2

After upgrading, there might be some unusual effects - if you notice anything, please let me know. I'm referring to unusual effects that weren't there before - the other unusual effects that have been here for a while are probably intentional.

Track 22 voted best music club in Germany

Gleis 22 has been voted the best music club in Germany for the second time - and I found out a) from the Goslarer Zeitung and b) have never been there.

Somehow, for me, Gleis 22 was always associated with the JIB as a youth facility (with a bicycle workshop and photo lab), and the fact that the music club is normal for everyone and also offers music that could definitely interest me (punk, indie, alternative) somehow escaped me. And the place is also within absolute walking distance of our apartment.

Man, I'm an idiot. I've only lived in Münster for 13 years ...

Light and Shadow

Light and Shadow

Light and Shadow

More pictures from the Stadthafen Münster can be found on one of my many (too many?) gallery pages.

Light and Shadow

Light and Shadow

Light and Shadow

Schröder and Fischer regret France's vote

Schröder and Fischer regret France's vote: The outcome of the referendum is a setback for the constitutional process, but not its end - but before the referendum he said something completely different. It's great how you can rely on politicians to lie about their world - of course also against the voter. In France, the propaganda machine has failed, in the Netherlands it will probably also fail. But don't worry, the strengthening of the power of the EU Council and the EU Commission will be enforced, something like the will of the citizens will not stop the big politics ...

But Nuclear Power is Soooo Safe

Highly radioactive liquid leaked in Sellafield - but of course, all supporters keep insisting that such problems could never happen here in the West. No, we don't have major accidents, no near-catastrophes, and no unnoticed or covered-up incidents. Allegedly, everything is great here. Now, the supporters will certainly find countless reasons why what happened in Sellafield cannot be generalized and why it wouldn't happen in Germany because our facilities are so great - presumably, the English told themselves the same thing.

Sorry, but there are a few absolutely generalizable problem areas with nuclear power:

  • Safe disposal of waste is not guaranteed
  • The consequences of accidents are - due to the substances involved - much more problematic than with conventional power plants
  • Economic viability is by no means given

But when there's a shift to black/yellow, it will be said again that only with nuclear power can emission values be met and that everything is so incredibly safe and that we never had and will never have a major accident because everything is much better here than elsewhere.

Exactly the same bullshit that the supporters in England probably also told about Sellafield ...

PageRank has not been available for a few days

Moe blogged about it, I hadn't noticed it yet. Doesn't seem really important to me ...

Our computers belong to us - still

As rabenhorst(whose site, by the way, sends my Safari to the happy hunting grounds) links: Intel has built DRM techniques into the new dual-core processors that, for example, Microsoft can use to build upon in the system. Then Microsoft, on behalf of the entertainment industry or for its own benefit, determines which software and which data can be used on the system. Private copies are no longer up for discussion, and let's wait and see when Microsoft then classifies Open Source as untrustworthy and blocks it.

Algol 68 Genie - An Algol 68 interpreter. Obercool. Algol 68 is indeed a vintage language, but a fascinating one: the only one where a metalanguage was defined for the definition of the language itself, in which the definition of the language itself is written. The Algol68 Report is still one of the most fascinating programming language standards I know.

Giro is damn exciting

The stage today was great: at one point, Simoni - after help from DiLuca - had already virtually put on the pink jersey, but then lost it again in the descent and subsequent finish. All positions 1-6 of the general classification were represented in the leading groups and fought for points. Impressive were the quite colorful coalitions that formed and held for quite a long time. Salvodelli has a lead of just 28 seconds over Simoni and 45 seconds over Rujano, today's stage winner, after 3500 km of racing. Wow. It would be nice if the Tour also showed such active cycling once in a while instead of wild tactics.

There is also a PDF Browser Plugin for Safari. Free for non-commercial use. It displays PDFs directly in the browser instead of launching an external viewer. I haven't tried it yet, though.

PithHelmet is an ad blocker for Safari. Very similar in function to the AdBlocker for Firefox. Very practical, making Safari a quite interesting browser again. In addition, PithHelmet for Safari provides selective JavaScript suppression and similar mechanisms - just like OmniWeb does. However, one or two rules (especially the BadSense rule caught my attention) are a bit aggressive, but you can configure that well.

Safari WebDevAdditions is a developer toolbar for Safari - so display of block-level elements, links, etc. It makes a quite practical impression on me.

Saft is a kitchen-sink extension for Safari. Packed with features. However, it's shareware, and I haven't tried it yet.

Scharping is no longer running for the Bundestag - if the statement came from a politician from whom one could assume that he would actually be elected, it would indeed be interesting. But Scharping?

Agfa-Photo GmbH goes into insolvency - oh man

Basso again! - takes the second stage win in a row at the Giro. Wow. This gives hope for the Tour.

Please do not rub

Here's what's written on the letter with the secret number for the MasterCard. Strange. It's not a scratch card after all...

Blechtrommeln machen Lärm and like Heiko, I'll keep banging on my little drum. Even if I'm just one Oskar Matzerat among many.

Digibux - Digital Library Bets on Open Source - cool. Maybe this will finally create an open format for eBooks. So far, many book contents have been distributed as HTML collections (only laboriously searchable with grep) or PDF (more focused on form than content). The software of the digital library, on the other hand, is specifically designed for research and use of the contents. What else comes to mind: how about a Spotlight plugin for the software?

LispWorks Personal 4.4.5

LispWorks Personal - the free (free beer-free) LispWorks version is available in the new 4.4 release and also runs with Tiger. LispWorks is currently the most interesting Lisp environment for the Mac, as it integrates relatively well into the system. And the Personal version is quite sufficient for playing around.

Processor Fan for Powerbook 12"

Well, a story that naturally hits me now is the change by Apple to the processor fan's response threshold - something was changed with 10.3.3 and since then, the fan is basically always on in a 12" PowerBook (at least in the older ones - mine is still one with 867MHz). Annoying, that. Before, it was a nice quiet device, now it's noisy - especially when operating on the power grid. And this even when there is absolutely no activity on the box (MenuMeters shows absolutely low-level activity).

There used to be a software called Silent Night, which replaced two kernel extensions (AppleADM103x.kext and AppleADT746x.kext) with older versions and thus reset this control to old values (which, after all, did work). There is also a description of this available. But somehow, you can't find anything there anymore - the links are dead. Does anyone have a useful idea of what could be done? The 12" PowerBook unfortunately doesn't have the processor setting "automatic" (for some reason), but only "maximum" and "minimum" - and a castrated processor wouldn't be any better than a noisy fan. If it were automatically regulated, it would be okay, but as it is ...

Somehow, I find it pathetic that Apple doesn't offer a usable solution. Simply imposing fan noise on the user is quite harsh - especially since I couldn't find any documentation about it at Apple. Normally, you would at least expect a knowledge base article on this ...

X.4 Dashboard (Quarter Life Crisis) is a text about the worst usability blunders Apple made in Dashboard. Among other things, it also dissects the Weather Widget. What particularly annoys me about this part: Münster is not to be found. Not as Münster and not as Muenster. We have an airport here, so the data should be available (such tools usually access airport weather data, as it is free and available worldwide) - but nothing of the sort.

Apple is sometimes strange too ...

... because you no longer change the standard web browser in the system settings, but in the settings of Safari, I find that quite wild.

Delicious Library - yep, it works! Awesome.

Injunction against Google's Mail Service

This absurd ridiculousness and rip-off is taking on increasingly grotesque proportions - as usual in the field of trademark law, it's enough to find a sufficiently strange judge and you can push through any nonsense. Of course, Google is a big company and the other one is a small outfit. But just take a look at the dates of the registration and the allegedly so endangered offer of the small outfit ...

Google is pretty indifferent to me - and they can probably afford the payment that will eventually be due - but this whole nonsense that arises from ridiculous trademark similarities and constructed trademark endangerments is just a form of occupational therapy and alimony for lawyers and nothing else.

But at least Google is now feeling the effects and not the - even in comparison to the small outfit still weaker - users of Google Mail. I still find it disgusting though.

Addendum: there is an interesting history of the development of word marks at Telepolis.

Another addendum: there is a more detailed report about it in the Netzzeitung. What I find particularly cute: the trademark owner claims that he only wants to be left alone. Of course, that's why he has warned a large number of users who have auctioned Google Mail invites on eBay. Typical action of someone who just wants their peace.

Sick Software ...

... is what Epson writes for the scanners under OS X. When you start the software, at some point - after the software has been successfully loaded - a message appears that it cannot be started. Of course, it works perfectly. And if you leave the software running and do nothing, the CPU load is enormous - always around 80% of the CPU is consumed by the waiting software. But if you then initiate a scan, i.e., the software actually does something, the load drops to 10%.

What kind of idiots does Epson actually employ in programming?

Loud little Otto Orwells

Lower Saxony government weakens the influence of the data protection officer

In Lower Saxony, the goats will soon be gardening. It's certainly more convenient that way, especially these public reports and political proposals from the data protection officer, they are really annoying ...

Another Tiger Loss?

My Photoshop 7 no longer opens the file open dialog - it would rather crash. The file browser works, directly opening files also works, but File Open does not - crash. Strange - has anyone else been able to observe this? I have already reinstalled Photoshop, but it didn't help.

More on Spotlight

I need to urgently deal with the indexing issue, whether you can also include remote indexes or an indexer that indexes a database over the Internet. I would like to have my collected postings from my WordPress blog in my Spotlight index. That would be much more practical than opening a browser extra and searching here. And since I use this as a link dump and note blog anyway, I would finally be able to find the things I wanted to remember.

Performance of the Tiger

I was asked yesterday if I notice any difference in performance: yes and no. Yes, because all the display stuff is noticeably faster - especially browsers get their content displayed much quicker. There is a significant improvement here.

No, because the nice - yet useful - features like Spotlight and FileVault (which weren't available in Jaguar) also consume some of the system performance. Especially more intensive memory operations in my home directory are affected. On the other hand, the features are really useful, so I'm happy to pay the performance price.

So overall, the display is faster and the rest is not slower. Considering that I'm two major releases ahead on the same hardware as before (867 Mhz 12" PowerBook with 640 MB memory), this is a good result. The leap over two Windows versions certainly requires more frequent hardware upgrades to remain enjoyable.

Shoebox looks quite nice - a quite clever photo management with similar organization options through categorization as iView offers. I liked the quite high speed while playing around. However, I have already bought much more photo management tools than I can use, so I am practicing self-restraint here.

Spotlight support in VoodooPad

Just found in the VoodooPad bug database: version 2.1 will support Spotlight. Very good - I'm stuffing quite a bit of junk into my VoodooPad. And then I might actually be able to find it again.

DRM is and remains shit

I've now reinstalled my computer - I wanted to start fresh with the installation so that everything really works smoothly and no remnants from the Jaguar (I skipped Panther) cause any trouble. So I made backups and reformatted and set up the box. Everything went well. Dragged music via drag-and-drop into the iTunes folder, that worked too. Played the first purchased piece - I have to authenticate my computer. Hello? What? I'm using it on exactly the same computer I bought it on, but I have to authenticate myself?

DRM is simply an insult to adult customers.

TBNL - A Toolkit for Dynamic Lisp Websites enables generating dynamic content with Common Lisp. Essentially, it's something like a FastCGI solution for Common Lisp.

Tiger Attack

Here, the Tiger is currently being installed. At the moment, most things still work, but I haven't installed everything that should be working yet. At least, the network is already working.

The Safari of OS X has a stupid bug: you can usually click on a defined label to toggle a checkbox. Only not with Safari. Annoying, that.

Voyager reaches the boundary of the solar system - good journey and greet the aliens for me!