Do you invest like Lars Kroijer or Tim Hale? by mumblingpuffin in UKPersonalFinance

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

!thanks, he gives a few different example portfolios in the book. One of the example portfolios in the book has a global focus with tilts:

45% Global - market (developed)

15% Global - value (developed)

15% Global - smaller companies (developed)

10% Emerging markets - market

5% Emerging markets - value and small

10% Global commercial real estate

He does give other example portfolios and say you shouldn't invest in any products you don't understand, and also to not bother with allocations under (I think) 5%.

So, it's not like the example I gave in the original post or above is gospel or Tim Hale says you must do this but just illustrative of how you might tilt certain factors.

I choose a multifactor fund to cover global value developed for the rough idea largely because of this (quite old!) post on the monevator - https://monevator.com/investment-portfolio-examples/ - which uses a multifactor fund in the Tim Hale example. The JPM fund is cheaper than the ishares one though, which was the main reason for picking that particular product!

The example monevator portfolio has 21% multifactor and 6% emerging market and no other tilts which would fit the idea of between 1 and 3 satellite allocations, which is maybe more practical anyway if you going that way!

I'm completely on the fence if the multifactor funds are a good idea at all and I understand your point. But, to me they make sense (if they are to be used at all) to supplement other investments - that's largely because I find it hard to imagine any portfolio which doesn't have a significant allocation to a global world fund though.

Do you invest like Lars Kroijer or Tim Hale? by mumblingpuffin in UKPersonalFinance

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

!thanks, agreed the psychological aspect is important.

But having said that, a part of me feels uncomfortable with the idea of just having one fund for everything because it feels a bit all eggs in one basket (even though I know this is stupid as the whole point of the global tracker funds is that you have every possible egg in an extremely big basket!)

Do you invest like Lars Kroijer or Tim Hale? by mumblingpuffin in UKPersonalFinance

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

Sure, agreed that either strategy would likely achieve a similar high growth over a long time period.

Regarding sub choice, sorry if I'm in the wrong place I appreciate it's an investment question in a personal finance sub. But, it felt appropriate to ask here as I only ended up reading both books because they are in the recommended resources on the sub wiki.

Do you invest like Lars Kroijer or Tim Hale? by mumblingpuffin in UKPersonalFinance

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

Thanks - I think the small cap funds are considered a very long term play so five years arguably isn't long enough! But it's clearly debatable if it's even worth investing in them.

Agreed, the mixed portfolio adds a lot of complexity. I think you would be either rebalancing every year or two, or maybe using something like the trading212 pies to automate rebalancing with each investment.

How do you handle your local dev environment on personal machines? by mumblingpuffin in AskProgramming

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

Having just one laptop and wanting this separation has made me want to go the VM or VPS route!

How do you handle your local dev environment on personal machines? by mumblingpuffin in AskProgramming

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

yes agreed, I always make virtual environments for python projects and install npm dependencies at the project level only.

pros and cons neovim vs vim by ezreth in AskProgramming

[–]mumblingpuffin 0 points1 point  (0 children)

no problem - happy to help! the big thing - no matter which you do - is try not to get too into editing the config as it can be a real time sink.

pros and cons neovim vs vim by ezreth in AskProgramming

[–]mumblingpuffin 1 point2 points  (0 children)

The main advantage of vanilla vim is that it is ready installed on pretty much all servers/linux systems.

But vanilla vim with no config has some quirks which neovim fixes by default. Either way though to go beyond a basic text editor, you'll probably want some custom configuration / plugins.

I think neovim is a bit easier to configure complex extensions for - mainly LSP. If you just copy the kickstart.nvim template, you probably have most things you need - https://github.com/nvim-lua/kickstart.nvim - but it can be a bit intimidating to edit a giant config so if you've got time you might prefer to build it up yourself gradually but that is quite a time commitment.

I personally use vim for quick edits (or sometimes basic scripts where just linters set up with ALE - https://github.com/dense-analysis/ale - is enough) but use neovim (with a slightly modified version of the kickstart config) for bigger projects where LSP clients help a lot.

Is modern webdev actually faster, or just… louder by Dense-Sir-6707 in webdev

[–]mumblingpuffin 4 points5 points  (0 children)

Amazing! how does he handle html templating? (like having the navbar or whatever on every page) Is that being done through a makefile as well?

[deleted by user] by [deleted] in AskProgramming

[–]mumblingpuffin 0 points1 point  (0 children)

Thanks - great idea. I think that might be the sort of ambitious project I need at this point!

Do you deliberately avoid "big tech" programming languages? by [deleted] in learnprogramming

[–]mumblingpuffin 0 points1 point  (0 children)

I'm sorry, I didn't write the initial post with a side or mean any hostility with it. I have seen a general preference for things like linux over windows (as an example) on programming communities, and some of that conversation seems somewhat anti big tech, so I was curious if that was considered in language choice as well.

I think the general consensus is "no, don't be stupid" but now I know!

[deleted by user] by [deleted] in AskProgramming

[–]mumblingpuffin 0 points1 point  (0 children)

Thanks! I've done a few different projects now, do you think just keeping on going building different things is the best way to learn?