• 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • The question implies that the OP wants to create one giant filesystem with all of their data on it. This has its own issues, especially if it is in /home. For one, as someone else pointed out, it’s fairly difficult to run your system without /home mounted, and that makes it difficult to resize. Sure, you can set up an admin account with it’s home in the /root filesystem and then log into that - but that seems to be a lot of work in itself.

    If it was me, I’d set up mount points for file systems that make sense. Maybe /data/Photos, or /data/Music, or data/AppData, or whatever. As much as possible, I’d just point whatever software I was using to those new directories to find the data. If that isn’t feasible, for whatever reason, then a symbolic link from /home/Photos to /data/Photos will work seamlessly in most cases.

    As far as I’m concerned, after administering enterprise systems using Unix going as far back as the early 90’s, symbolic links are a key tool in managing disk space that you shouldn’t just dismiss because it’s “an unnecessary layer of complexity”. Having smaller, purpose designed, file systems allows you to manage them better. Sticking everything into /home is probably not the right answer for anyone.










  • That number is supposed to be how much of the tariff that the exporter passes through to the importer. Essentially this is a measure of how much the producers lower their profits to lower the price to compensate for the tariffs. In other words how much the producer “pays for” the tariffs.

    This factor is “backwards”, in that it doesn’t represent how much the producer swallows, but how much they pass on to the importer. Trump’s calculations assume that the producer only passes on 25% of the tariff price increase, but the experts say the number should be much closer to 95%.

    I have to idea what “4” means.


  • I’m not no sure. 90%+ of these services are commodities and nobody gives a damn who the provider is from a technical perspective. There’s no physical component, so it’s literally a matter of signing a contract, spinning up a server/service, move the data and point everything to the new service.

    And yeah, there are technical issues that come up, and nothing is ever that easy. But think about how fast many, many companies were able to sort that kind stuff out when the had to when COVID hit.

    And that’s the thing. Cloud service disruption can be an existential crisis, so why would you leave it in the hands of a hostile foreign power?