A Storm of Swords (A Song of Ice and Fire, #3)
![]() |
Review:A definite change of pace compared to the letdown of #2. Killer twist at the end. |
![]() |
Review:A definite change of pace compared to the letdown of #2. Killer twist at the end. |
When I was in Paris, it happened to me ten times or more. Walking on a public place, a man or a woman would pop out of nowhere, golden ring in hand, and say "hey, mister, is this yours?"
It's a well known scam. You get to keep the ring, and the ring bearer will ask you for some compensation. It will turn out the ring is worthless, so you will be out a couple of euros or so.
It's interesting in some ways, though.
It relies on the victim being dishonest, since the ring is not theirs.
The amount of money gained by the scammer is at the victim's discretion.
If you don't give the scammer anything, he will, at most, yell at you for being a cheap bastard, and it's done in very public places, so the danger of violence is negligible.
Since the victim is also doing something morally reprehensive, and lying, the risk of the scammer being charged with anything is negligible.
It's almost like some sort of weird sale:
"Here's something of no value that looks valuable! Is it yours? (I know it isn't)" "I will bet on it being valuable and pretend it's mine!" "So, how much is appeasing your remorse about scamming me out of a probably worthless ring worth?" "I'd say 3 euros, my good man!" "Deal!"
How can it be worth their while to do this? I would guess their success rate at perhaps 5% and they probably don't make more than 5 euros on a successful transaction
All in all, it seems fairly harmless, just annoying, and french people have actually chased me down the street to return me something I forgot in a bar. Then again, I also was peed on a foot by a badly burn-disfigured guy in a wheelchair, on Champs Elysees, so YMMV.
So, this is 2013. Could have fooled me if you claimed it was 2012. I did a resolutions post a year ago. How did it go?
I aimed to write a post a day. That was 366 posts, and I failed miserably. I did post 215 times, though, which is a heck of a lot.
I aimed at improving at my work. I think I did do better for a while, and dipped a little near year's end because of tiredness. I will give myself a pass there.
My health got better. I did lose some weight (although I recovered some of it) and my blood pressure is looking good. My energy levels have improved.
My marriage is doing much better. Probably happiest since 2008.
I did not get my teeth fixed because of insurance issues. That should be ok after march.
As bonuses:
Took my mom to Paris.
Made some moves to achieve financial security in the far future.
I gave the closing conference at PyconAr
I revived my free software projects
So, not horrible!
As for 2013:
Again, will try to get my mouth fixed.
Will try to lose much more weight.
I will aim for 200 posts.
I will try to finally write a whole book.
I will have eye surgery to get rid of the glasses.
We'll see how that goes.
My vacations end tomorrow. So, the time to spend hacking fun, personal, free stuff is going to be limited because of the time spent coding fun, free stuff for money. So, I decided to finish with a bit of whimsy.
I implemented a completely client-rendered, one-URL, dynamic blog. Which is actually totally static.
In fact, that blog is this blog, just with a twist. If you go to this URL you will see what's basically this very site, with comments and everything as usual. But if you click on "Previous Post" ... well, it stays in the same page, even though it displays a different post :-)
The magic is the new, experimental, dynamic task_mustache plugin for my static site generator, Nikola. which does the following:
Renders post data as JSON files instead of HTML
Creates a HTML file that is really a mustache.js template
Creates a HTML file with some bits of Javascript that loads the template and the newest post's data.
If you access that mustache.html with a fragment, it uses that to fetch JSON data and rewrite itself.
And that's it. It actually loads fast, and regenerates very fast, since it does much less than the real site. There are a bunch of things that will dump you out of the "dynamic" site, like tag links, and whatever, but it works surprisingly well (and if you want to theme it, it's just one template).
This is the first of a new kind of thing for Nikola, the "extra plugins". Basically, stuff
that is too weird, specific or useless for the general distro, will go there, and to use those
plugins, you have to create a plugins/
folder in your site and add it there manually.
Enjoy!
I just uploaded version 5.1 of Nikola , my static blog/site generator. Details, changelog, etc, at Nikola's site