Untitled

Next in the continuing saga of Rolling Stone printing surprisingly good long-format journalism: The Stoner Arms Dealers.

Packouz was baffled, stoned and way out of his league. “It was surreal,” he recalls. “Here I was dealing with matters of international security, and I was half-baked. I didn’t know anything about the situation in that part of the world. But I was a central player in the Afghan war… It was totally killing my buzz. There were all these shadowy forces, and I didn’t know what their motives were. But I had to get my shit together and put my best arms-dealer face on.”

The author, Guy Lawson, seems to have written a string of in-depth articles on international crime in Rolling Stone.

Although you suspect Rolling Stone is also dropping serious money on lawyers, to let them say things like:

The Albanians cut him out of the deal, informing AEY that the repackaging job would be completed instead by a friend of the prime minister’s son. What Trebicka had failed to grasp was that Thomet was paying a kickback to the Albanians from the large margin he was making on the deal. Getting rid of Thomet was impossible, because that was how the Albanians were being paid off the books.

I suspect part of the reason Rolling Stone can support this kind of journalism is that they force their writers to be

entertaining

. Not only does this mean people read and appreciate the long-form articles (and thus build demand for more of them), but it forces the writers to properly get to grips with their subject.

Forced-labour asparagus

Adrian Mogos describes the use of forced labour in Central European. They were producing food for Tesco, among other outlets:

Corina says they worked in the fields under Ukrainians carrying shotguns who hit anyone that dared ask about the wages they’d been promised or protested over the conditions and hours.

Around 400 hundred men and women were kept working around the clock, sleeping in a dormitory, and they were not allowed to leave the fields unless their Ukrainian bosses transferred them to constructions sites or slaughterhouses.



After two months of working for free under these armed guards, Corina knew she’d never get any money. When she and her husband protested, they threatened to sell her off to a pimp to work as a prostitute in Prague. Finally, she, her husband and one brother-in-law fled the camp by night in the summer of 2008.

vim outliner (snippet)

Vim has a plugin for outlines, clearly described here. Create a file with the extension

otl

, and you’ll get some visual help in managing an outline.

Whitespace denotes indentation level, colons mark text content. It builds on the vim folding commands:


  • zc

    : collapse hierarchy

  • zo

    : expand hierarchy one level

  • zO

    : expand hierarchy all the way

  • [z

    : move to header (]z move to next header]

There are also some commands specific to vimoutliner. these are introduced with a double comma, and listed in the documentation

Finally, it’s possibe to get ascii checkbox functionality, a little like emacs org-mode. This requires installing a plugin-for-the-plugin, and I’ve not yet tried it. Details in

:help vimoutliner

The real

get out of my head

command is this perfect incarnation of my own notation for marking tasks as done:


,,T normal Pre-pend timestamp (HH:MM:SS) to heading

Barons of the cufflink trade

I’ve lately been poking around in the UN Comtrade database. This records international trade in detail that is mind-boggling, and I suspect not entirely reliable. So today I learned that:

  • The UAE

    spent half a billion dollars on swords

    in the space of 2 years. How many swords does that buy you?

  • The UK is the world’s leading importer of cufflinks, responsible for a quarter of the world trade. We export, too. The leading customer? Nigeria.

Syntax Highighting

Whenever I try to put code snippets up here, I end up frustrated that they turn up deprived of any highlighting. So I’ve tried following these instructions to fix things. With luck, this post should be an example
;)

So this goes in <head>:

And for the highlighted text you have 2 options.

First is with <pre> tags:

or a slightly more longwinded version, which provides for escaping of html tags:


<script type="syntaxhighlighter" class="brush:html"><![CDATA[ <a href="http://exampe.com/blah">blah</a>]]</script>

This, alas, interacts badly with blogger’s pre-posting HTML validation. It’s easier to handle the escaping from the command-line beforehand:


$ xclip -o | perl -MHTML::Entities -ne 'print encode_entities($_)' | xclip

HTTP authentication (snippet)

And the reason for

that

faff is to start using this blog more to keep track of snippets of code and config that I’m constantly re-using. That is, the things you have half inside your head anyway, but need to look up exactly what the command is.

One from today: setting up basic HTTP Authentication with Apache:


vps:/etc/apache2/sites-enabled# htpasswd -c /etc/apache2/anaad.passwd admin
New password:
Re-type new password:
Adding password for user admin

edit .htaccess:


AuthType Basic
AuthName "Anaad"
AuthUserFile /etc/apache2/anaad.password
Require valid-user

The education scam

Oh boy, I find myself agreeing with Peter Thiel:

Instead, for Thiel, the bubble that has taken the place of housing is the higher education bubble. “A true bubble is when something is over-valued and intensely believed,” he says. “Education may be the only thing people still believe in in the United States. To question education is really dangerous. It is the absolute taboo. It’s like telling the world there’s no Santa Claus.”

Like the housing bubble, the education bubble is about security and insurance against the future. Both whisper a seductive promise into the ears of worried Americans: Do this and you will be safe. The excesses of both were always excused by a core national belief that no matter what happens in the world, these were the best investments you could make. Housing prices would always go up, and you will always make more money if you are college educated.

PR top tip: when the world thinks your workers are heroes, go along with it

I thought the nuclear industry had the best PR money could buy. Maybe not in Japan. Here’s a spokesman of the Tokyo Electric Power Company, managing to make his employer sound as uncaring as possible. He’s talking about the workers inside fukishima, exposing themselves to high radiation levels:

Some people call them heroes. But we don’t think they are heroes. They are doing what they should do as TEPCO employees.

[via the BBC Global News podcast today, though the interview seems a few days older, and is also in the Economist]

Gambling in Azerbaijan

RFE/RL:

The ban on gambling dates back to a 1998 scandal involving the current president of Azerbaijan, Ilham Aliyev. Media reports claimed that he lost up to $6 million to a Turkish businessman while gambling in a nearby country.

Aliyev’s father Heydar, then president of the oil-rich country, denied the charges and promptly banned casinos and gambling activity in a morality drive.