• 1 Post
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • TLDR: “privacy” services can’t be bothered and you shouldn’t too if you are not doing illegal stuff.

    These “privacy-oriented” services are businesses that need to earn money, not scare away potential clients and avoid legal issues. Accepting cash or crypto is a risk for legal and accounting reasons. They just don’t think it’s worth it.

    Now, to link a particular activity on a particular service with you via your payment is not a trivial task. Government can do it, but it really matters if you think you are or will be targeted by it. Data miners can correlate bank payment with an account at a service provider only if both bank and service provider sell or leak data, which is less likely if you are using a privacy a oriented service.












  • Depends on what you want exactly. Easy and self-hosted are not usually go well together unless you’ve got enough experience.

    Easiest way for blog - use a platform. WordPress.com is great and has free tier.

    More involved, but still relatively easy - static site generator. I use Hugo myself, there is Jakyll that is popular too. Host it for free on GitHub or GitLab pages.

    I would not self-host a public web site for security reasons. But you can run a static site on some cloud service. A personal blog with small audience should be fine on Oracle free tier.



  • I used to invent “funny” names, but at some point it became a chore and I also found I’m forgetting some names or spelling when I need it.

    Call me boring, but doing enterprise system admin jobs for years I recently started to adopt functional naming convention.

    This is what I have now: [location code][OS code][type vm/ct][environment code][workload][index]

    So the first production DB linux VM in my primary Los Angeles location will be named LA1LVMPDB1 And my second test Nextcloud container hosted in the same location will be named LA2LCTTNC2.

    I still have to invent short names for workload, which is harder for specialized containers, but overall this makes it all more manageable.