blog/public/posts/2021/05/cloud-conundrums/index.html
Zoness 52e7475203
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run
Initial import of Hugo blog
2025-12-19 08:59:52 -06:00

94 lines
5.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cloud Conundrums - This is Zoness?!</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="canonical" type="text/html" href="https://zoness.me/" title="html for This is Zoness?!" /><link rel="alternate" type="application/rss&#43;xml" href="https://zoness.me/index.xml" title="rss for This is Zoness?!" /><link rel="alternate" type="application/rss+xml" title="RSS Feed" href="https://zoness.me/index.xml" />
</head>
<body class="body">
<div class="container container--outer">
<header class="header">
<div class="container header__container">
<script defer src="https://cloud.umami.is/script.js" data-website-id="3642d059-5ad4-40bf-8e1d-d2b0433569c8"></script>
<div class="logo">
<a class="logo__link" href="/" title="This is Zoness?!" rel="home">
<div class="logo__item logo__text">
<div class="logo__title">This is Zoness?!</div>
</div>
</a>
</div>
<div class="divider"></div>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main" role="main">
<article class="post">
<header class="post__header">
<h1 class="post__title">Cloud Conundrums</h1>
<div class="post__meta meta"><div class="meta__item-author meta__item">
<svg class="meta__icon icon icon-author" width="16" height="16" viewBox="0 0 16 16"><path d="M8 1c2 0 3.5 2 3.5 4.5S10 9 10 9c3 1 4 2 4 6H2c0-4 1-5 4-6 0 0-1.5-1-1.5-3.5S6 1 8 1"/></svg><span class="meta__text">Zoness</span>
</div>
<div class="meta__item-datetime meta__item">
<svg class="meta__icon icon icon-time" width="16" height="14" viewBox="0 0 30 28"><path d="M15 0a14 14 0 1 1 0 28 1 1 0 0 1 0-28m0 3a3 3 0 1 0 0 22 3 3 0 0 0 0-22m1 4h-2v8.4l6.8 4.4L22 18l-6-3.8z"/></svg><time class="meta__text" datetime="2021-05-17T12:41:31-05:00">May 17, 2021</time></div></div>
</header>
<div class="content post__content clearfix">
<p>Its always an outstanding question to me about what cloud provider to use if any. If youve read <a href="https://zoness.me/posts/2021/05/moving-to-the-dark-side/">my previous post</a>, you know that Ive recently migrated to an Apple device. Thus the temptation exists to move all of my files to iCloud. The prices are cheap, I dont have to own the servers, whats not to like? Still, thats no guarantee of anything. <a href="https://www.theregister.com/2021/05/17/sci_hub_apple_fbi_claim/">Apple, like anyone else, has to answer to legal inquiries and they still have the decryption keys.</a></p>
<p>Of course if youre the target of an ongoing FBI investigation, then no cloud is going to be safe and you should probably not break the law on someone elses property. Putting that aside, theres still a possibility that your account could get shut off if the host does not like the content of your files. In my head, Google is an especially bad actor in the space of privacy and Apple might be too much of a walled garden so who does that leave? Microsoft of course with their OneDrive product. After all, its tightly integrated into Windows and very useful if you have a personal Microsoft 365 account. This doesnt mean you cant get totally owned by them though. As evidenced by this story floating around that <a href="https://borncity.com/win/2020/08/16/microsoft-kontensperrungen-und-die-onedrive-nacktfotos/">Microsoft is banning accounts with lude material being hosted</a>, even if that content is legal. The blog posts concern is substantiated by this reference to the <a href="https://web.archive.org/web/20201020142532/https://www.microsoft.com/en-us/servicesagreement/">code of conduct, section 3a.</a></p>
<p>All of these findings are pretty disheartening. All of this leads me back to hosting my own <a href="https://nextcloud.com/">Nextcloud</a> instance. Which, I highly recommend if you have the technical know-how and comfort to run your own Linux servers, nowadays its even more trivial to configure with snap packages on Ubuntu. I was simply hoping to minimize my footprint on the internet and have one less surface area to secure against outside threats.</p>
<p>At any rate, I need to come up with a solution to backup my most important files at some point, a decision will be forthcoming.</p>
</div>
</article>
</main>
<div class="authorbox clearfix">
<figure class="authorbox__avatar">
<img alt="Zoness avatar" src="/images/avatar.png" class="avatar" height="90" width="90">
</figure>
<div class="authorbox__header">
<span class="authorbox__name">About Zoness</span>
</div>
<div class="authorbox__description">
Just a programmer writing stuff on the internet.
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
&copy; 2025 This is Zoness?!.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
<a href="https://zoness.me/index.xml"> <img src="https://zoness.me/images/rss.svg" alt="RSS Feed" style="width:24px;height:24px;" /> </a>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>