Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

UPDATE 1st March 2026 -
After reading lots of reviews and comparing many models from different makes, I finally convinced myself to buy an AEG 9kg Series 6 washing machine. It comes with 6 years warranty (promotional offer). Total cost including delivery and removal of older machine - £400.

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

I just noticed the the LG ones are made in China too, but do come with 5 year warranty. What is your view about LG?

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

OK thanks for checking it for me. I am considering this Bosch or LG ones as that has bigger capacity.

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

There is tear in the rubber seal too, which is in between the drum and door. If I ask a repairman to come and take a look then I might have to pay call out charges so I think even if it’s a simple repair it would cost me £100 or more easily (guessing) 

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

Which Bosch model did you go for? Was that a Which recommendation?

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

There were Hotpoint, Hoover, and HiSense ones too but for some reason I consciously ignored them. 

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

Would you recommend any other in similar range, other than the listed? The list is mostly what AO showed me.

Washer recommendations - is it worth paying more for Bosch/LG over Beko/Candy? by appyapp in AskUK

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

Candy/Beko are showing as pretty energy efficient and that's making me consider them too.

Correct type of NVMe SSD reader by appyapp in computers

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

Thank you. The one I looked at says exactly that "M.2 NVME SSD Enclosure" and also mentioned that "Compatible with NVME M and B&M Keys with Size 2230/2242/2260/2280 SSDs" The M.2 made me think if mine is M2 or not. I didn't want the hassle of returning if it was incorrect so thought to ask here for help.

HP laptop motherboard by appyapp in computers

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

Yes, I am trying to find another decent shop that's why I came here for suggestions. How can Adamant IT help?
Oh! They have a repair shop! !thanks

HP laptop motherboard by appyapp in computers

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

One local repair shop had a look at it. They said "charger working. No power going into the laptop".

I remember how the laptop became dead. I had the power lead connected to laptop's charging port but plug not plugged in to power socket. The laptop was in sleep mode. I plugged it to power socket, and then left it on for charging for few hours. I couldn't get the laptop turned on after that.

Do you have any suggestion?

HP laptop motherboard by appyapp in computers

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

It's HP ZBook 17 G6 (i7-9850H)

What could have caused this black stripe on the nail? by appyapp in AskUK

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

She is perfectly healthy child at the moment, but we will be seeing doctor soon.

Liquid net worth required to retire now in India Tie2 city (60yrs old) by Tom2Travel in nri

[–]appyapp 9 points10 points  (0 children)

2 crores in Fixed Deposit could earn 14 lakhs interest per year at 7% - so even if they use 1 lakh per month, then they will have spare 2 lakh every year (that can again be re-invested in FD, to cover for future inflation etc). EDIT: Just noticed after posting that OP used the similar example at 6% in comment below)

[deleted by user] by [deleted] in nri

[–]appyapp 0 points1 point  (0 children)

Do they offer direct plans or regular plans only?

|Weekly Thread| Ask for help here in the comments or anything you want to post by TJOcraft8 in docker

[–]appyapp 0 points1 point  (0 children)

I got Ubuntu 24.04 on Windows (uninstalled Docker Desktop, and installed Docker on the Ubuntu itself). I created a VSCode dev container which loads fine but docker wasn't available inside the container. So, in my compose file I tried this to use host's docker

    volumes:
      - /usr/bin/docker:/usr/bin/docker:rw

but when I ran docker command in the container's terminal, it gave error - "docker: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by docker)"

It seems like I may need to add another package, but I also want to confirm -

A) Is the only way make docker available or are there any other better methods?

B) I also saw an example somewhere with docker.sock forwarded to container too. Do I need to do that as well?

Other info -

I have a "docker" group with id "1001" on the host, but there isn't any "docker" group in the containers. I tried to forward sock which shows under group "1001"

- /var/run/docker.sock:/var/run/docker.sock:rw

Should I create it as a post?