Getting rid of Google Analytics

I don't want my projects to track users, so I'm getting rid of Google Analytics. I've gone on to my Google Analytics account and found 7 tracking codes that I've set up.

That was a lot easier than I thought it would be.

And now I've deleted my Google Analytics account!

Non-tracking blog

My website and blog were hosted by Google, which tracks people on an industrial scale. So I've now moved to GitHub Pages using a site that's statically generated using Pelican. GitHub Pages have better privacy than Google, but the deeper point is that a static site stored in a git …

read more

On URLs

Trailing slashes

According to RFC 3986 the following two URLs are not necessarily equivalent:

But most users would think the two were equivalent. What's to be done? I think the RFC should have said that the first should be normalized …

read more

House Manual

Recycling

There are 3 rubbish containers:

Black Box

This is in the cupboard under the stairs and there's a list of what can be put in it. For tin cans, bottles etc, make sure they've been cleaned in the dishwasher before you put them in.

Green Bin

This is the …
read more

Identica

Identica

read more

Haskell

An aide memoire.

l = [1, 2, 3]

All elements must be of same type. Length doesn't affect the type.

areaCirc r = pi * r^2

Type names always start with a capital letter.

Parametric polymorphism (generics)

length :: [a] -> Int

Type constraint after :: and before => 
(+) :: (Num a) => a -> a -> a

Num is …
read more

Puzzle

Four Men In Hats

read more

Earliest Memories

Gallum

When I was born we lived on a narrow boat. I can't remember anything from this time.

Ensley Gardens

Or 'Ensley Gargens' as we said as kids, and my parents picked up. I can remember walking in from the back garden, crossing the threshold of the door, with the …
read more

Creationism

I'm about to go to a talk by Stuart Burgess on Intelligent Design. It seems to me that one of the reasons why evolution is a better theory than ID is because ID begs the question, 'Who designed the designer?'. Burgess would probably reply that if there are instances where …
read more

Creation Of Money

Joe writes:

Tony,
Watch this video:
http://hiddensecretsofmoney.com/videos/episode-4
It explains what I was talking about with banks creating most of the money supply.
Cheers


Tony writes:

I got to 9:41 into the video and found the bit that I disagreed with.
So I agree with the …

read more

Page 1 / 3 »