Skip to content

Instantly share code, notes, and snippets.

Stupid idea probably, but here it is:

Housing in Iceland

The housing market is something of a stable investment. Typically. People need somewhere to live. Population growth happens. Houses get more expensive.

In Iceland (in the capital region), the average sale price of a property in 2001 was 12mkr in 2001[0]. In 2015 the average was 37mkr. For first time buyers entering the market they now need an average 7mkr deposit in order to secure a 80:20 mortgage. A rather daunting feat compared with the 2.4mkr required in 2001.

(As a comparison, inflation (which wages at best track) would value that 12mkr property as 23mkr by 2015 - and that's with the 18% average of 2008 following the crash)

Give people a way to climb

@alexcouper
alexcouper / Details.md
Last active August 29, 2015 14:06
Working Across Timezones

The Thing Is...

People want to work from different locations. They like the climate, their partners need to study, they have a long distance relationship that they'd like to make short distance, or they just want to try living abroad.

In my case it's a bit of a few things:

  • Winters suck.
  • We've always said we should try living in a 3rd country for a bit - one that is neither Iceland not UK.
  • I'd love to have more daytime hours available with my kid, and either work early or late, whilst still getting the benefits of working alongside others.

Keybase proof

I hereby claim:

  • I am alexcouper on github.
  • I am alexcouper (https://keybase.io/alexcouper) on keybase.
  • I have a public key whose fingerprint is 173C A661 E51E 3990 2B09 4430 9D85 5170 E9D8 2CF6

To claim this, I am signing this object:

@alexcouper
alexcouper / app.py
Created June 12, 2014 11:16
Debug live running process
import time
def fred():
return '2'
def do_it():
my_list = []
count = 0
while 1:
count += 1
@alexcouper
alexcouper / help.md
Last active December 23, 2020 07:18
My pre commit hook. No more pdb please!