Posts tagged en

Since I got this album for christmas I’ve been listening to it days on end (alternating with Major Lazer and Florence and the Machine). She has the same accent as Björk and her style points in the same direction, although more main-stream, which explains why Peter Jackson chose Emilíana to sing Gollum’s Song when Björk didn’t have the time.

If you buy the album, don’t choose the Gold Edition over the normal one: the remixes aren’t that innovative, and the videos can be found on her YouTube-channel in better quality (or at least: scaled up)

Behold this screenshot of the unscaled videos from the bonus disc, in comparison to a 35mm postage stamp:

The videos are the size of a postage stamp, on my display.

Here be some biting commentary about the state of the music industry and a prediction of how they will fail to cope with this century’s new challenges if they don’t leave the 90ies very soon. This was released in 2008 people, I expected iPod-video compatible clips, in PAL, at least.

This was the first Photo I took of my X61’s screen, it doesn’t look that badly lit to the eye…

So I just spent an hour a little too deep inside my linker.

I wanted to compile a little C++ program using libavcodec, libavformat et al. (the ffmpeg stuff), but it just failed.

Solution: the evil C fundamentalists behind the libraries didn’t include the usual declaration of the calling convention that C++ needs when calling C libraries.

So one has to add them manually by surrounding the include declaration with extern "C".

extern "C" {
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
}

Now it compiles and links. It does segfault though, but that should be a problem on my part.

This might be the best John-Oliver-free episode of The Daily Show I’ve ever seen.

I love that sketch by Eliza Frye, mostly for the implicity of the shapes. Also because it includes wings and naked people.

So, for fun, I vectorized it. (Yes I have the time for that.)


If you see nothing here, get a browser that does SVG!

See the original, or my version in big (scale your browser window!). Should the image not display correctly, reload the page. Its Firefox’s fault.

Also, in my version the mouth looks like a mustache. Sorry for that, although if it were intentional, it would only slightly increase the creepiness.

This post contains an inline SVG image. If you miss something here, use Firefox

Thanks to Jamendo I listen to a lot of free music — since it’s free, you won’t mind so much if you wasted some bandwidth on a bad album. The only physical CD of a free album I bought, was Ruth Theodore’s Worm Food and it’s absolutely worth any amount of money you’d like to spend :)

I bought it not so much for the possibility of ripping it to FLAC, just wanted to demonstrate that you don’t have to be Radiohead to sell free music.

Overall she sounds like a dirtier Ani DiFranco. Especially 3 Floors sounds like the quintessene of Ani. Rash also contains many parts that are more rapped than sung, with a flow that would make many hip-hoppers jealous. Ugly Faces could also be a orchestra-backed swing piece, nice. And CO2 finally ends the album with a nice chanson/cabaret-style.

Folk is not dead after all.

How could I miss her?! The official website doesn’t work for me, however Wikipedia calls the genre R&B, Futuristic Rock n’ Roll, Soul and Afro-Punk. That’s a wide area.

Violet Stars Happy Hunting is by far not her best song (but seemingly the only free one), but you’ll get the idea: hard fast beats, beautiful voice, lots of gimmics.

The austrian newspaper Der Standard offers another kind of sudoku-like logic puzzle, called Comparsion Sudoku. The usual Sudoku-rules apply, with an added twist: no initial numbers are given, but the lines seperating the fields indicate, which field’s number will be higher.

I tried to solve this by hand, and it’s an awful lot of work, way more than usual Sudoku, thus a script had to do my work:

The algorithm is incredibly naïve, but effective enough to be implemented in JavaScript. You also might want to look into the code, it is not even remotely self-explanatory, in fact, if it hadn’t just worked on my first try, I’d be completely lost.

Solved 3×3-part

First step is to determine the minimum difference between every field in a 3×3-part. To do this, we build a directed graph, where every orange edge equals a greater than sign in the original puzzle. The minimum difference between the values of two nodes connected by an orange edge is 1. Then we look for the nodes that are indirectly (via one other node) connected to another node via an orange-1-edge. These are connected with a yellow-2-edge, and so on, until we might be able to connect two nodes with a purple-8-edge. This enables us to determine the lowest and highest possible value for that node: the upper-left node that is pointed to by the 8-edge may only have a value of 1, because the middle node’s value has to be +8, and its highest possible value is 9 as defined by the game rules. And so on. For less obvious setups, we won’t end up with a single solution for a part, but a list of possible values for each node (the demo will only display the first and last value of that list, the color tint gives a hint at the length.)

Second step is to apply the usual Sudoku-exclusion rules: if the first step gave us a single solution for a node, this value can’t show up in the same row, column and part as that node again: we remove it from the list of possible values for the nodes concerned. This might present us with more single solutions, more removals and so on. Once we’re done, there should be a unique solution, or we’ll repeat the first step which should reduce the list of possible values further.

1999 movie by Jamine Babbit, who made the even odder Itty Titty Bitty Committee in 2007, which I might post later, for comparsion.

This might be the most pink film ever produced. It’s actually only possible to watch this one, if you reduce saturation to 20%, and it’ll still hurt slightly.

But I'm a Cheerleader overview.

By the way, the movie’s title doesn’t have the slightest relevance, the main character simply is a cheerleader, in the first two minutes, until she’s sent to the pink place.

It’s a classic. By some guy apparently named Stanley Kubric.

I just found this in our movie library, and didn’t find the time to watch it in 2D with sound. But the overview looks promising:

A Clockwork Orange overview.