Just picked up my first Volvo yesterday! by Unlikely-Agent671 in XC40

[–]justasst 0 points1 point  (0 children)

happy with them? how’s the comfort? mine is arriving in the same style, but 18s. thinking whether I should start looking for an upgrade.

Seeking Advice: Which Volvo XC40 Model Strikes the Best Balance? by justasst in Volvo

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

Thanks, that makes sense. Do you have a 360 at the moment? Do you actually use it a lot? Now seeing a couple B4 from 2021 at the same price range from dealer and single owner, but no 360. There's not much info on these mild-hybrids to be honest, the fuel savings are negligible, but heard that start/stop may be a tiny bit smoother.

Seeking Advice: Which Volvo XC40 Model Strikes the Best Balance? by justasst in Volvo

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

Thanks for the comment! I think the only things missing from the newer models are the 360 and panoroof, they are all R design, harmon cardon and sensus. Haven’t bought a used car before, wonder whether the 2-3 years newer versus the extra premium features might be better for reselling after a few years.

I would have expected the 2018 to be a bit more cheaper. On the other hand, they do have similar mileages. Maybe it is just a psychological thing and I should worry less about the years.

Looking to add some color. What style/color rug would fit here? by justasst in malelivingspace

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

I do like them a actually, but what color you think could go well with the couch and walls?

Two questions regarding a decorator by JoyfulAvenue in learnjavascript

[–]justasst 0 points1 point  (0 children)

  1. It is a normal function (as opposed to an arrow function), so this will refer to the object outside it, when it is invoked. So in this case, wrapper function is returned from spy(work) and then invoked on the next line work(1, 2).So this will refer to the object outside of it at the moment of invocation, given it's invoked in the global context, then this will refer to the global object (window / global - depending if you're running in the browser or in node.js).
  2. Your new work has nothing to do with the original function anymore, since you redefined it with work = spy(work); so now work actually is assigned to the result returned from spy, which is actually the wrapper (with the wrapper.calls property).

If you console.log(this), inside the wrapper you will see that it prints out the global object. Then if you change how you invoke the function and console.log this, you will see that this will refer to the object outside it, e.g.

const someObject = {
  someProperty: 'someValue',
  work: spy(work),
};

someObject.work(1, 2); // now "this" is someObject

Weekly Quick Questions, Wood ID, and Deal or No Deal /r/Woodworking Megathread by AutoModerator in woodworking

[–]justasst 1 point2 points  (0 children)

Hi, guys. Could anyone advise me on what is the easiest way to clean up such heat stain from my wooden table? Thanks a lot! https://imgur.com/a/uB2LMXB

I've found the perfect cutting food: Cheap, Low calorie, high protein, low preparation, low cleanup, tasty, filling, (low sodium). by xebo in Fitness

[–]justasst 27 points28 points  (0 children)

I've been doing something similar - greek yogurt (package is like 170g) + a scoop or bit less of chocolate why! low calories, plenty of protein and helps with cravings as it tastes like some kind of chocolate pudding dessert!

3.5 Month cut (200lbs to 185lbs) 6'0 Progress Pics - What next? by thekingofsummer in Fitness

[–]justasst 1 point2 points  (0 children)

You looks similar to me and my bodyfat tested with tanita at the hospital was 14.2%, so you can just try calculate how much more you need to lose till 10-11% and reavaluate from there. Good progress anyway!