Mama told me not to come.

She said, that ain’t the way to have fun.

  • 9 Posts
  • 397 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • After some light research, SUWS is what I’d go for to trade the first index. I didn’t see a suitable fund for that second for US investors.

    annual performance is way more important than the cumulative index performance - net returns, right?

    Don’t buy funds based purely on past returns, but a fund because it fills some part of your overall investing strategy. I pick a set of indices as my target portfolio, and approximate it with funds that have low tracking error (returns largely match the index) and low net fees. If a fund doesn’t track it’s index well and outperforms in the recent past, there’s no guarantee it’ll continue and it could underperform going forward. Both indices are pretty new (10-15 years), so I don’t think there’s enough data to speculate about a 30-year time horizon.

    I largely ignore returns when evaluating funds/indices, I care far more about fund composition. The top 10 holdings are very different between the two indices you linked. For example, one has Nvidia at 18% of the index and doesn’t have Microsoft or Amazon, while the other has Nvidia at ~7.5% and does have Microsoft and Amazon. So it makes complete sense that they would have very different returns over the recent past since those three companies make up a large chunk of each index and their benchmark.

    How does trump play into all of this?

    Idk? He’d certainly have an impact on performance w/ tariffs, but I don’t know which fund would have larger impacts. But you said you’re looking at a 30 year investing horizon, so I dont think Trump is relevant here since he’ll be out of office one way or another within that time horizon.

    My biggest concern would be transaction fees buying the fund if you pick a EUR-denominated one, so ask your broker if you have a any questions about that.




  • I’m a big fan of old PC parts. My current NAS/home lab is my old PC, so a Ryzen 1700 + GTX 750 Ti. It’s overkill for what I need, doesn’t use a ton of power, and I didn’t need to pay anything for it.

    If that’s not available, I recommend second hand. Look around your local area and see what’s available, or check online at places like eBay. Be mindful of power usage for server products if that matters to you.

    My next option after that depends on what I’m looking for. A mini PC with an external drive enclosure can be really nice, and there are some reasonable ITX-esque DIY rigs with drive bays that look nice. I’ll be a lot more picky when buying new though, so I’m not going to recommend specific setups without knowing your priorities (space? Power usage? Noise?).

    ECC is nice, but not a requirement. AV1 on the CPU is nice, but you can get that on a relatively inexpensive GPU if you go that route, or you could encode everything into AV1 at rest in a bulk operation. There are lots of options, so it mostly comes down to what you have access to, your budget, and your priorities.






  • Sure, but you don’t necessarily have to use it like that, you can provide your own decentralized storage using it. Put some cheap devices (old RPis w/ large SD cards) at friends’/family members’ houses and have them pin your most important stuff. If they get broken/lost, NBD, you probably have another copy somewhere else.

    If a lot of your data isn’t critical and you’re willing to gamble a bit (e.g. movies or something you can re-rip), then IPFS could be a perfect fit, just like torrents are (though IPFS probably isn’t great for large media like movies, but hopefully my point makes sense).

    I’m not saying it’s perfect or anything, just that it exists and is in this domain. A lot of similar projects compare themselves to IPFS, so understanding what it is and isn’t is useful what evaluating alternatives.










  • I haven’t used Plex, so I’m not exactly sure what it’s doing, but I’m guessing it presents you some sort of search to find the server? Isn’t that pretty much the same as a domain name, just w/ a search bar instead of a URL bar? If your domain is easy to remember, I guess I don’t see an issue. I’ve also heard you can connect to multiple servers, so maybe that’s what people are talking about.

    Regardless, I think Jellyfin could handle both. Get some community-funded STUN relay servers to handle discovery and implement a way (if it doesn’t already) to have your client connect to multiple servers. There should also be a way to copy all the configs from one client to another (say, a QR code or UUID, settings copied over the same STUN server).

    My main issue is that this could open up servers to more potential attack vectors, and Jellyfin already has some security weaknesses. But other than that, I’d be happy to help implement this sort of thing, a STUN server can be run on as little as a $5 VPS.