Fork me on GitHub
#clojure-uk
<
2016-07-14
>
paulspencerwilliams07:07:16

Any arch users here at all?

xlevus08:07:54

@paulspencerwilliams: I used to use it. So ... kinda?

paulspencerwilliams08:07:52

@xlevus: sorted now. I was trying to install Leiningen through AUR and it failed with a pgp signing issue. The comments suggested three options but no pros / cons for these. I hadn't the appetite to dig deep into understanding these so StackOverflowed it. It now works but here's the question anyhow. http://stackoverflow.com/questions/38368428/installing-leiningen-on-arch-linux-fails-due-to-pgp-signing-issue

xlevus08:07:17

ah, I've only ever installed lein by putting it in ~/.bin

paulspencerwilliams08:07:41

@xlevus: yeah, I've tried to move away from those kind of installs purely as package manages SHOULD provide seamless updates etc.

xlevus08:07:47

yeah. but makes it easier to do stow -R clojure when you move to a new machine :D

mccraigmccraig09:07:29

@otfrom: do i remember correctly that you guys run DC/OS rather than just plain mesos ?

martintrojer09:07:15

London house prices down 5% (so far)

otfrom09:07:43

@mccraigmccraig: yes to dcos. Moving from the community to open source version soon

martintrojer09:07:51

to me, since we are planning to sell and move back to the continent

mccraigmccraig09:07:23

yep - it's definitely bad for some, but it's not an intrinsically bad thing - afaics house prices in the uk need to fall by about 50% on average, and the blame for that lies squarely with 10-20 years of foolish policy rather than brexit

mccraigmccraig09:07:46

@otfrom: are you installing with a template, or custom ?

mccraigmccraig09:07:31

i'm contemplating moving from my shonky pallet-based raw mesos install to dcos... not got my head around it yet though

thomas10:07:13

with house prices going down and the £££ going down we’ll have next to nothing when we arrive on the continent @martintrojer 😞

korny10:07:03

@martintrojer: what’s a good source of house prices? We’re looking to move closer to London, so a fall could be good, though we have to sell as well as buy...

mccraigmccraig10:07:01

@thomas: don't worry, the euro will probably tailspin when italy's banks go tits-up, so you may even come out on top

korny10:07:18

There should be a good german word, like “Schadenfreude” that talks about the emotion of benefiting personally from something that screws with all your friends and yourself in the long run. So far brexit has been good for me, though it doesn’t make me even slightly happy.

thomas10:07:49

yes… interesting times… we’ll see what happens

martintrojer10:07:10

The RICS report

korny10:07:25

thanks - browsing it now.

korny10:07:04

Hmm, seems London is definitely dropping, the rest are rising but slower than before. I’m assuming as we are looking in the London-commuter areas that we’d have a similar affect. I wish we could wait 6 months - this might be a minor decline, or it could be the start of a real bubble burst...

martintrojer10:07:34

my prediction is that london employment and housing markets will implode when the banks etc move out

martintrojer10:07:45

the is no chance in hell UK can keep the passporting rights.

martintrojer10:07:21

this will be clear in beginning of next year

korny11:07:38

Yeah - I’m expecting longer term gloom. But still probably want to move this year - we have a baby on the way, so not looking to change jobs our countries 🙂 And it’s going to be much easier to move pre-baby than post babyexit… We could just stay here, but the 60+ minute commute is bad enough now, don’t want to be doing it with a new bub.

martintrojer11:07:17

the commute problem will solve itself when all the jobs are gone.

korny11:07:25

🙂 Not if it means they cancel more train services! I have friends who try to use Southern Rail to get to work...

martintrojer11:07:22

but you are probably buying close to a tip of a pretty massive slump

martintrojer11:07:49

you need to stay there 10 years

dominicm11:07:13

@korny: I already agreed the the price of my house pre-brexit. 😞

martintrojer11:07:28

too late to walk out?

dominicm11:07:41

I'm really concerned the valuation will drop, and I won't be able to afford the mortgage.

dominicm11:07:00

@martintrojer: It will cost me double to continue renting where I am.

martintrojer11:07:11

if you can, you really should keep renting

yogidevbear11:07:19

We bought in January :(

martintrojer11:07:25

its nuts buying now (if you can avoid)

dominicm11:07:03

@martintrojer: I'm reducing a 2 hour commute to 30 minutes. and the mortgage will be 50% of my rent.

yogidevbear11:07:17

@korny: I'm stuck with southern railway's cruddy service. It's insane

martintrojer11:07:34

yeah, weight that against being 100-200k in negative equity in a year or two.

yogidevbear11:07:36

So glad I only go into the office once a week

glenjamin11:07:17

negative equity is “only” an issue if you want the liquidity though

martintrojer11:07:32

sure, plan to stay for ~10 years

glenjamin11:07:20

depends where you move to afterwards, purchasing power will still be fairly good across the UK if you own in London

martintrojer11:07:30

we can all rent a nice flat in Canary Wharf when all the banks leave the high rises.

korny11:07:40

@martintrojer: probably 5 to 10 years - need a house to raise a family. If it were otherwise, I’d be agreeing with you. And leaving my spare money in nice safe AUD

martintrojer11:07:12

I mean, the exodus of the City is unavoidable, France will veto any deal in which UK keeps passporting rights. Its in their interest to break up the City.

martintrojer11:07:22

the ripple effects will be huge, including on the London tech scene.

korny11:07:37

Yep - it’s scary. Evil leech-like consultants like myself often do better than the average in a slump, because companies get forced to change whereas previously they could just sit on their fat profits. But there are no guarantees of that if the slump is big enough. 😕

otfrom13:07:53

@mccraigmccraig: see terraboot at the mc github

korny14:07:51

ok, an actual clojure question 🙂 Is there a simple way to get stats out of a core.memoize memoized function? Like say cache hits/misses?

xlevus14:07:47

Actual clojure question #2 (two in one day. amaze) I've decided to build a frontend to a simple CMS-api (written in python) in clojurescript... What's the best way to approach this? My only experience with clojure has been front/backend stuff all in one with lein new

mccraigmccraig14:07:25

@xlevus: i used https://github.com/martinklepsch/tenzing a while back, and it did great - got me started, didn't get in the way as the app grew

mccraigmccraig14:07:22

that could def be a good choice for a python api

xlevus14:07:31

what? Elm? Could be. but not interested in learing Elm :p

xlevus14:07:46

otherwise, yes. tenzing is perfect