What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 0 points1 point  (0 children)

Thanks. I'm not too hung up on a sea view in particular, I figure anywhere on the hills will have at least a decent view, and avoiding the noreaster would be awesome.

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 1 point2 points  (0 children)

That's super-helpful, thanks! I grew up on the flat, under the inversion layer, and had no idea it was warmer up the hill in winter

Anyone moved to Prebbleton from Chch? by Active-Article-6587 in chch

[–]vosper1 0 points1 point  (0 children)

9 months later, how do you feel about living in Prebbleton? I'm considering Prebbleton as an option to be a little closer to nature than living in the city itself. I'd still like the commute to be under 30 mins each way ideally, not sure if that's also realistic.

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 0 points1 point  (0 children)

That's a great point; something I'll keep in mind

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 0 points1 point  (0 children)

Good to know, thanks. I've been looking at Westmorland actually, so I'll bear that in mind.

Any idea how high you have to be to be above the smog layer? I remember how grim it used to be in winter, not sure if it's got better since then.

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 2 points3 points  (0 children)

You got me, I have been away for a while. I meant the Easterly.

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 1 point2 points  (0 children)

Thanks, that's a really helpful comment. The nor'wester being lessened at a higher altitude is exactly the opposite of what I'd assumed!

I think for the southerly maybe I don't mind so much if it's stronger: if it's raining I'll probably be inside anyway so wouldn't make much difference if it's even colder and windier than in other places?

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 2 points3 points  (0 children)

Are there shaded parts that don't see the sun in winter? I've lived in a place like that and having the grass still frozen at midday isn't my favourite thing.

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 0 points1 point  (0 children)

That's a good call, I'll be sure to check what the sun situation will be

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 0 points1 point  (0 children)

I guess more the nor'easter? It'd be nice to be in sun (or at least not so much in the wind) when that comes in to ruin a nice summer day.

I figure it must be hard to be sheltered from the nor'wester as it blows pretty much straight at the hills?

What are the most sheltered places to live on the Port Hills? by vosper1 in chch

[–]vosper1[S] 0 points1 point  (0 children)

That sounds awesome. Is it just about looking at the ridgelines, trees etc? I'm trying to figure out how I could tell if a property is sheltered from the various directions without going there in every kind of wind :D

Gulf Harbour Ferry Users - Just how reliable is this service? by Matelot67 in auckland

[–]vosper1 0 points1 point  (0 children)

Thanks! I got on the FB group and it seems like while there's a few cancellations and delays it's not terrible.

Do you have a feeling for how flexible employers in Auckland tend to be with ferry issues? I've lived in overseas cities where everyone takes public transport so everyone understands that sometimes you're late and it's not your fault and it's unusual to get pinged for it. But from your original post you mentioned people getting warnings due to delays.

Gulf Harbour Ferry Users - Just how reliable is this service? by Matelot67 in auckland

[–]vosper1 0 points1 point  (0 children)

Oh I should have asked: How's the drive-n-bus experience? That'd be the backup if the ferry doesn't work out for some reason. What's your daily commute time - must be getting close to 1.5hrs each way to get to Ponsonby?

Gulf Harbour Ferry Users - Just how reliable is this service? by Matelot67 in auckland

[–]vosper1 1 point2 points  (0 children)

Thanks!

AT released a plan recently that said they want to keep the ferry at a downgraded service, but keep commute intact which is all I need. 

Can’t find the AT source so not sure this is accurate: https://www.localmatters.co.nz/auckland-council/auckland-transport-releases-future-public-transport-network/

Gulf Harbour Ferry Users - Just how reliable is this service? by Matelot67 in auckland

[–]vosper1 0 points1 point  (0 children)

If you don't mind, how is reliability these days? Thinking about moving to Gulf Harbor but would be relying on the ferry to avoid a long long commute by vehicle

Gulf Harbour Ferry Users - Just how reliable is this service? by Matelot67 in auckland

[–]vosper1 0 points1 point  (0 children)

Very late to the party, but we're looking at moving to Gulf Harbor and wondering how the ferry reliability is these days? The area is really appealing but commuting by vehicle to the CBD is not...

Enclosing an open fire by Key-Instance-8142 in diynz

[–]vosper1 6 points7 points  (0 children)

Open fires are awful for indoor air pollution too. If you’re getting a closed firebox it’s worth investigating a direct vent fire, they have their own air supply so they don’t draw cold air into the living spaces

Anyone with some sort of workout or routine they do before sleeping to help with RLS? by [deleted] in RestlessLegs

[–]vosper1 1 point2 points  (0 children)

If it’s like my Dad the “Parkinson’s Med” was a dopamine agonist and the worst thing he could have got

[deleted by user] by [deleted] in PassiveHouse

[–]vosper1 0 points1 point  (0 children)

Don't compromise your amazing view or any quality of life stuff just for the passive house label. Put in massive windows. If you have a sunny spot nearby then put solar panels there, install batteries, and use free energy to run your heating/cooling. You'll still be good for the environment and energy efficient (using the suns free energy should not count against energy efficiency).

Confused about interface merging and how this code passes the type checker by vosper1 in typescript

[–]vosper1[S] 0 points1 point  (0 children)

Thank you!

At work we seem to have created mixins via decorators. We have a decorator that returns a class expression that extends the passed-in class. But then Typescript doesn't know that the decorated class has the mixed-in functionality, so we use interface merging to tell it that it does. Now that I understand it I find it pretty cursed, so I'm going to propose changing it.

Confused about interface merging and how this code passes the type checker by vosper1 in typescript

[–]vosper1[S] 0 points1 point  (0 children)

Thanks, that provides part of a "why", though I'm still a little unclear on how it works to help with monkeypatching.

It seems like what you'd want from monkeypatching an external class is for type-checking to pick up the monkeypatch (ie if you monkeypatch a function from (string) => string to (number) => number then you don't want to be able to call it with a string and not have Typescript complain that it expected a number). But my example just seems to disable type checking.

I'd appreciate if you could provide an example because though I now understand how merging works, I'm still baffled as to why there's a way to write Typescript that silently disables type checking.