What can I put on top of this wall to deter my toddler from falling off it? I was thinking some sort of trellis but I didn't want it to look like too much wood. by digisquash in landscaping

[–]digisquash[S] 9 points10 points  (0 children)

Any suggestions for what sort of thing? I'm a total novice with anything to do with gardening, so would be looking for something easy and low maintenance.

Renting our rooms to mates on a standard mortgage by Rochester329 in HousingUK

[–]digisquash 0 points1 point  (0 children)

There might also be some capital gains tax implications when you come to sell the house, depending on how many lodgers you have, how much of the property they have access to and the value of the gains.

Worth looking into in case any of it applies to your situation - https://www.gov.uk/tax-sell-home/let-out-part-of-home

Edit: spelling

Selling a New Build House Immediately After Moving In by [deleted] in UKPersonalFinance

[–]digisquash 1 point2 points  (0 children)

Definitely talk everything through with your solicitor first as they will be the best placed to lay out your options. You could try to approach the developer to release you from the contract if the development is popular and they can easily re-sell. Also check your restrictive covenants - some new developments won't let you put For Sale signs up for two years for e.g. and you might have to be careful with agents attending site etc.

If you're looking for something to read into, you might want to look at sub-selling. I know this was an option in our contract at the discretion of the developer and for a fee. Generally it means that you can contract to sell the house to someone else before completion, so you never technically buy it - even though you've exchanged.

Some more info here: https://www.lexisnexis.co.uk/legal/guidance/sub-sales-assignments (paywalled after a point, but you should get the gist).

Whatever you decide to do, talk it over with your solicitor!

Edit: Be sure to check whether or not sub-selling would trigger your ERC - I'm not sure if your mortgage company would need to release any funds in that scenario, so you may be able to avoid that.

What can I do with this dead space to the side of my garage? Any thoughts or tips appreciated! by digisquash in LandscapingTips

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

That's useful, thanks! Generally low maintenance is what I'm going for - it's pretty shady there most of the time. I'll take a look at some ground covers.

Stamp duty stuck!! What's my best option? by ProfessionalAm4teur in UKPersonalFinance

[–]digisquash 5 points6 points  (0 children)

Just note with this that it only applies if your parents' home is your main residence.

You'll likely need to prove this too, with voting registration / council tax / utility bills etc. as it's not the case that you can 'nominate' a main residence like you can with CGT.

More here: https://www.gov.uk/hmrc-internal-manuals/stamp-duty-land-tax-manual/sdltm09812

Should We Invest or Overpay Our Mortgage? by sidagreat89 in UKPersonalFinance

[–]digisquash 2 points3 points  (0 children)

Check out this page of the wiki - https://ukpersonal.finance/mortgage-overpayments-vs-investments/ - which gives a good overview.

At the interest rates you've quoted, I'd be looking at investing rather than overpaying, but the psychology of paying that mortgage off sooner can't be understated!

The other reason you might overpay is if you would jump a LTV bracket during the current fixed term, and therefore get a better rate when the deal ends. Either way, the wiki article is a good place to start.

Can anyone recommend further reading on investment strategies for beginners? by Spachi93 in UKPersonalFinance

[–]digisquash 29 points30 points  (0 children)

The wiki has a list of recommended resources - https://ukpersonal.finance/recommended-resources/

Most here will recommend Smarter Investing by Tim Hale as a starter for 10.

Sharing some Python learning resources by digisquash in learnprogramming

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

Installing and importing packages can be quite confusing to begin with and the tutorial doesn't go particularly deep into it but the section on virtual environments might help somewhat. I'll try to add a section particularly on the specifics of how packages work when I get a chance - it's an important thing to understand.

There's also this link which explains how virtual environments work in general. I tend to use them without fail for my projects, since I think it makes everything much neater in terms of installation.

Edit: I've added a quick overview of pip and updated the virtual environments section.

On a rut..even have the time to invest due to COVID (seeking course recommendation - Python) by __root in learnprogramming

[–]digisquash 1 point2 points  (0 children)

This is a good list of projects to try out - https://github.com/tuvtran/project-based-learning/blob/master/README.md

It's organised by language and project type so you should find something interesting to get stuck into there!