<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Llamarific Social Blog]]></title><description><![CDATA[Thoughts from the llamarific community.]]></description><link>https://blog.llamarific.social/</link><image><url>https://blog.llamarific.social/favicon.png</url><title>Llamarific Social Blog</title><link>https://blog.llamarific.social/</link></image><generator>Ghost 5.25</generator><lastBuildDate>Wed, 20 May 2026 06:33:20 GMT</lastBuildDate><atom:link href="https://blog.llamarific.social/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How the Internet was Meant to Work]]></title><description><![CDATA[Looking back at e-mail to see the future of social media.]]></description><link>https://blog.llamarific.social/how-the-internet-was-meant-to-work/</link><guid isPermaLink="false">63c9d17021ffbb0001cc9b18</guid><dc:creator><![CDATA[superfly]]></dc:creator><pubDate>Fri, 20 Jan 2023 05:26:35 GMT</pubDate><media:content url="https://blog.llamarific.social/content/images/2023/01/vernetzung-15781126044Ja.jpg" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">This is part 4 in a series on getting away from Big Tech. If you haven&apos;t read it yet, I recommend reading <a href="https://blog.llamarific.social/de-googled-smartphone/">part 1</a>, <a href="https://blog.llamarific.social/life-after-google/">part 2</a> and <a href="https://blog.llamarific.social/oops-i-accidentally-the-whole-cloud/">part 3</a> first.</div></div><h2 id="a-little-bit-of-history">A little bit of history</h2><img src="https://blog.llamarific.social/content/images/2023/01/vernetzung-15781126044Ja.jpg" alt="How the Internet was Meant to Work"><p>The modern Internet can be traced back to a US Department of Defence project called ARPANET that started in the late 1960s.</p><h3 id="arpanet">ARPANET</h3><p>The goal of ARPANET was to allow multiple different networks to talk to each other using a single common communication protocol. In those days, each network had its own communication protocol, and a computer operator had to physically get up and walk over to a different computer terminal in order to switch between networks.</p><p>One of the biggest innovations to come out of ARPANET was an inter-network communication system called electronic mail, or &quot;e-mail&quot; for short.</p><h3 id="architecture-of-e-mail">Architecture of e-mail</h3><p>E-mail, as everyone knows, is a way for two people to communicate with each other via electronic messages. However, what you may not realize is that there is no single main e-mail server.</p><p>An e-mail address is made up of a username and a server name. This is so that when you send an e-mail, your e-mail server knows which other e-mail server to contact in order to deliver your message.</p><p>Due to the fact that these electronic messages have to pass between networks, the entire e-mail system became completely decentralized. There was, and still is, no central authority on these interconnected networks. As long as any two servers can communicate, the system works.</p><p>Prior to the invention of e-mail, all communication centered around a single central server on each network.</p><h2 id="the-modern-internet">The modern Internet</h2><p>In many ways, the modem Internet has gone backwards. We now have multiple social networks which are centralized, and unable to communicate with each other. In order to communicate across one social network you have to leave the one you&apos;re busy with and move to the other.</p><h3 id="centralized-control">Centralized control</h3><p>Ever tried to communicate with someone on Facebook from your Twitter account? You can&apos;t.</p><p>Worse than this, you have no control over any of these social networks. You are completely at the mercy of the whims of these social networks. And you give them all of your personal information with no guarantees on how they&apos;re going to use them.</p><h3 id="the-open-source-movement">The open source movement</h3><p>Back in the 70s and early 80s, most software was free. Not only was it free, you could actually get the source code, which allowed software engineers to adapt the software to different computers.</p><p>In the early 80s this started to change, as companies like Microsoft started producing proprietary software, and demanding that people pay for software.</p><p>This didn&apos;t sit well with many software engineers, who didn&apos;t like losing control of the software they were using, and started advocating for what they called &quot;free, as in freedom&quot; software. This was the birth of what became known as the open source movement.</p><h3 id="re-decentralization">Re-decentralization</h3><p>Many of these open source &quot;hackers&quot; watched the rise of closed proprietary networks like Facebook and Twitter, and didn&apos;t like what they saw. It was the modern version of the loss of control they saw in the proprietary software movement of the 80s, disconnecting networks from each other, and a centralization of communication.</p><h2 id="federated-social-networking">Federated social networking</h2><p>Like they did in the 80s and 90s with the rise of proprietary software, &quot;free software&quot; engineers started writing open source social network software.</p><h3 id="ostatus-protocol">OStatus protocol</h3><p>One of the first implementations was called StatusNet (now called GNU Social), and it used a protocol called OStatus to communicate between StatusNet servers.</p><p>Some other implementations that arose soon after were Pump.io, Friendica, amd Mastodon.</p><h3 id="activitypub-protocol">ActivityPub protocol</h3><p>Unfortunately, as with many protocols, OStatus suffered some issues, including security problems. This led to the development of a new standard called ActivityPub.</p><p>With the establishment of this new standard, a number of the projects that implemented OStatus moved to using ActivityPub as their server-to-server communication (known as federation).</p><p>Some well known examples of projects that use ActivityPub for federation include Mastodon, Nextcloud, and Friendica. Other software includes Pleroma (similar to Twitter and Mastodon), PixelFed (an Instagram clone), and PeerTube (a federated video platform).</p><p>Tumbler actually just announced (November 2022) that they will be implementing the ActivityPub protocol too.</p><h2 id="real-time-chat-services">Real time chat services</h2><p>As the Internet developed, in the early days of the world wide web, e-mail was just too slow for people who wanted real time communication, and so a number of realtime chat protocols were developed. The most popular and well known of these was called Internet Relay Chat or IRC for short.</p><h3 id="irc-networks">IRC networks</h3><p>IRC started out as a single server at the University of Oulu in Finland in the late 80s, but quickly spread to more servers around the world, with many of them connecting to each other, forming the first IRC network, a collection of IRC servers.</p><p>Eventually, disagreements between IRC servers lead to alternative IRC networks, and today you can choose between quite a number of IRC networks.</p><p>IRC, however, was not properly decentralized. You still had a unique nick (username) across the entire network, and all the servers had to essentially &quot;agree&quot; with each other. None of the servers could operate truly independently.</p><h3 id="xmpp">XMPP</h3><p>In 1999, the XMPP protocol was born as the Jabber protocol. Jabber was more like e-mail, in that your username was tied to a particular server, and you could communicate with different users on different servers.</p><p>Jabber was just like e-mail, except it was instant. However, Jabber was more geared toward one-on-one chatting, and many people used both IRC and Jabber.</p><p>In 2004, Jabber was formalised as the XMPP protocol, and in 2005 Google announced an XMPP service called Google Talk.</p><h3 id="the-rise-of-closed-chat">The rise of closed chat</h3><p>Eventually, Google closed off Google Talk from the rest of the XMPP servers, and morphed Talk into Hangouts, further closing their walls.</p><p>Many other chat clients started out using the XMPP protocol, including Facebook&apos;s chat feature, which then closed and turned into Messenger.</p><p>Many other companies staryed seeing communication as &quot;the killer app&quot; and started &#xA0;developing their own chat clients and protocols. Well known examples are Slack, Discord, Google Chat, HipChat, and Microsoft Teams.</p><h3 id="matrix">Matrix</h3><p>During the advent of various closed chat clients, another open source and distributed protocol arose, called Matrix.</p><p>Matrix is decentralized, offers end-to-end encryption, and anyone can run their own server and connect to the greater Matrix network.</p><p>With the Element chat client, the Matrix protocol offers an experience much like the two biggest closed proprietary chat clients, Slack and Discord.</p><p>However, unlike Discord and Slack, all your chat messages are end-to-end encrypted, and the server does not know the contents of the chat messages. And being decentralized, this means that there is no one person or company who can shut down chat rooms or remove users.</p><p>Here on Llamarific.social, I run an instance of Matrix and Element. Check out the page on <a href="https://llamarific.social/matrix.html">Matrix</a> to get started.</p><h2 id="conclusion">Conclusion</h2><p>Centralized control allows a single entity to control what happens in a system, and allows for easier censorship and conformity to a single point of view.</p><p>Facebook, Twitter, Reddit, Discord, Slack... they are all central services, controlled by a single entity. You are subject to their management and their ideologies, and you don&apos;t have a say in how they handle your data.</p><p>The easiest way to fight back, to control your data, to maintain your privacy and not be subject to someone else, is to leave their servers and move to alternative places that respect your privacy and leave your data with you.</p><p>Of course, the best solution to this is to run your own systems, but not everyone can do that. This is why <a href="https://llamarific.social/">Llamarific.social</a> exists, so that we can provide these alternatives to those who don&apos;t have the technical expertise to do it themselves.</p><h2 id="alternatives">Alternatives</h2><ul><li><a href="https://joinmastodon.org/">Mastodon</a>, <a href="https://pleroma.social/">Pleroma</a> replace Twitter, and Facebook to a certain extent</li><li><a href="https://pixelfed.org/">PixelFed</a> replaces Instagram</li><li><a href="https://joinpeertube.org/">PeerTube</a> replaces YouTube (see also <a href="https://odysee.com">Odysee</a> and <a href="https://rumble.com">Rumble</a>)</li><li><a href="https://matrix.org/">Matrix</a> and <a href="https://element.io/">Element</a> replaces Slack, Discord</li></ul>]]></content:encoded></item><item><title><![CDATA[Oops, I Accidentally the Whole Cloud]]></title><description><![CDATA[Without Google and Apple, a lot of the cloud-based services you used to use are now also gone.]]></description><link>https://blog.llamarific.social/oops-i-accidentally-the-whole-cloud/</link><guid isPermaLink="false">638e141321ffbb0001cc9ad5</guid><dc:creator><![CDATA[superfly]]></dc:creator><pubDate>Wed, 07 Dec 2022 20:26:23 GMT</pubDate><media:content url="https://blog.llamarific.social/content/images/2022/12/sunshine-background-14738382118g3.jpg" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">This is part 3 in a series on getting away from Big Tech. If you haven&apos;t read it yet, I recommend reading <a href="https://blog.llamarific.social/de-googled-smartphone/">part 1</a> and <a href="https://blog.llamarific.social/life-after-google/">part 2</a> first.</div></div><h2 id="e-mail">E-mail</h2><img src="https://blog.llamarific.social/content/images/2022/12/sunshine-background-14738382118g3.jpg" alt="Oops, I Accidentally the Whole Cloud"><p>One of the biggest e-mail providers today is Google. Their GMail product took the world by storm when it first arrived on the scene, and now almost everyone has a GMail account.</p><p>Apple also has its own e-mail service, via their iCloud services. Microsoft has Hotmail (does this still exist?) and Outlook.com.</p><p>Here you have two choices: either you can continue to use your existing e-mail account, or you can migrate to a different e-mail service that respects your privacy.</p><h3 id="continue-using-your-existing-e-mail">Continue using your existing e-mail</h3><p>If you want to continue using your existing e-mail account from your new de-Googled phone, you can do that by using K9 Mail to read your e-mail. K9 has built-in support for a number of e-mail providers, including GMail, which should make it easy to set your e-mail up. If not, a simple search for &quot;IMAP (name of e-mail provider)&quot; should get your started.</p><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F9E0;</div><div class="kg-callout-text">Tip: If you&apos;re struggling with this, sign up to the <a href="https://llamarific.social/matrix.html">Llamarific.social Matrix server</a>, and drop into the <a href="https://matrix.to/#/#nerd-herd:llamarific.social">Nerd Herd room</a> to get some help!</div></div><h3 id="migrate-to-another-e-mail-provider">Migrate to another e-mail provider</h3><p>The second option, and one that I recommend, is to migrate to using a different e-mail provider, one that respects your privacy. The only down side to using an alternative e-mail provider is that you usually need to pay for it.</p><p>Paying for a service is a GOOD thing. When you get to use a service for free, you are no longer the customer, you are the product. Google exists thanks to advertising. So does Twitter, Facebook and many other services that people use on a daily basis. Big Tech sells your personal data to these advertising companies, and that&apos;s how they make money.</p><p>The best option is always to run your own e-mail server, but understandably this is not an option for most people.</p><p>There are services out there that respect your privacy while providing an e-mail address. Two products that I know of are ProtonMail and Tutanota. Each service has its pros and cons, some have more features than others, and of course the price varies per service.</p><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F4E7;</div><div class="kg-callout-text">I run a privacy-focused cloud service that includes e-mail, see the bottom of the article for more information</div></div><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F9E0;</div><div class="kg-callout-text">Tip: Once you have a set up your new e-mail service, set your old e-mail provider to automatically forward e-mails to your new e-mail address (<a href="https://support.google.com/mail/answer/10957?hl=en">GMail</a>, <a href="https://www.lifewire.com/how-to-forward-icloud-mail-messages-to-another-email-address-1172273">iCloud</a>).</div></div><h2 id="file-storage">File storage</h2><p>There are multiple file-hosting services out there. Google Drive and iCloud come bundled with your phone and your Google or Apple account. There are some other well known storage services, including Dropbox and Microsoft OneDrive. The problem with all of them? They&apos;re owned by Big Tech in some form or fashion.</p><h3 id="nextcloud-files">Nextcloud Files</h3><p><a href="https://nextcloud.com/files/">https://nextcloud.com/files/</a></p><p>The ideal way to counter this is to use a fantastic piece of software called Nextcloud. Not only does Nextcloud have file storage, but it also has features like a calendar, contacts, video conferencing, notes, project management and even a password manager. Nextcloud can be deployed to your own servers, where you control your data.</p><p>You can install the Nextcloud file synchronization client on your computer, and the Nextcloud app on your phone (available in the App Store, the Play Store and F-Droid), and it will automatically synchronize files between Nextcloud and all your devices.</p><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x2601;&#xFE0F;</div><div class="kg-callout-text">I run a privacy-focused cloud service that uses Nextcloud, see the bottom of the article for more information</div></div><h3 id="protondrive">ProtonDrive</h3><p><a href="https://proton.me/drive">https://proton.me/drive</a></p><p>Another alternative to hosting your own data somewhere is to use a service called ProtonDrive. Made by the people who make ProtonMail, ProtonDrive offers file storage in the same way that Google Drive or iCloud do. Then you can install the ProtonDrive file synchronization client, and it will automatically synchronize files between the cloud and all your devices.</p><h2 id="photos">Photos</h2><p>Similar to file storage (and sometimes bundled together with it), photos are another feature you might miss when moving away from Big Tech.</p><h3 id="just-another-file">Just another file</h3><p>The easiest solution is to store your photos along with your other files. If you&apos;re using synchronized file storage, your computer and your phone already have photo galleries apps, so you should be fine. They might not be as fancy as Google Photos, but they&apos;ll work.</p><h3 id="nextcloud-photos">Nextcloud Photos</h3><p>As with file storage, Nextcloud also has a photos app. The photos themselves are just files stored in your file storage, but the photos app will read your Photos folder and allow you to manage them.</p><h3 id="other-options">Other options</h3><p>A number of the file storage services mentioned above have a photo management interface, either an existing cover on your files, or as a separate service.</p><p>There are also a number of other options that are standalone (i.e. not part of another solution), like Flickr and PhotoBucket. The biggest issue with these services is their lack of privacy - by design they are not meant for storing photos privately.</p><h2 id="document-editing">Document editing</h2><p>With the rise of Google&apos;s online services came document editing in the cloud. Microsoft followed soon after with Office 365. But outside of that, there isn&apos;t really much more on offer.</p><p>So what are the alternatives? Well, you can always go old school and type up your documents on your computer...</p><h3 id="microsoft-office">Microsoft Office</h3><p>Many Windows computers these days are sold with some form of Microsoft office on them. So you could just edit your documents on your computer. Of course you&apos;re still using software from Big Tech, but at least you are keeping your documents offline.</p><h3 id="apple-iwork">Apple iWork</h3><p>If you&apos;re using a Mac, you&apos;ll have iWork installed by default, which you can use for editing your documents. Again, these documents would remain on your computer, but you&apos;re still using Big Tech&apos;s software, and you&apos;re locking yourself into Apple&apos;s walled garden.</p><h3 id="libreoffice">LibreOffice</h3><p><a href="https://libreoffice.org">https://libreoffice.org</a></p><p>Probably the most widely used office suite outside of Microsoft Office and iWork, LibreOffice is a free and open source office suite that runs on Windows, macOS and Linux. It uses international document standards for storing your documents, while still being able to read and write Microsoft Office document formats.</p><h3 id="onlyoffice">ONLYOFFICE</h3><p><a href="https://www.onlyoffice.com">https://www.onlyoffice.com</a></p><p>Another open source suite is ONLYOFFICE. It is unique in that it comes as both a desktop application and as an online document editor. It comes in three flavors, a commercial enterprise version which is not free, a developer version, and a community version which is open source and free.</p><p>ONLYOFFICE, like LibreOffice, can read and write both Microsoft documents and standard formats, so you should be able to take most of your existing documents and open them in ONLYOFFICE.</p><h2 id="calendar">Calendar</h2><p>Calendars are more of a &quot;work&quot; thing than personal thing, but I do know a few people who use calendars on their phones to help organise their personal life.</p><p>The great news is that there are some options available for storing your calendar in your private cloud.</p><h3 id="nextcloud-groupware">Nextcloud Groupware</h3><p><a href="https://nextcloud.com/groupware/">https://nextcloud.com/groupware/</a></p><p>Nextcloud provides calendars out-of-the-box when you install it. You can even connect that calendar to your newly de-googled phone using an app called <a href="https://f-droid.org/en/packages/at.bitfire.davdroid/">DAVx&#x2075;</a> so that your phone&apos;s calendar is stored in your Nextcloud instance.</p><h3 id="proton-calendar">Proton Calendar</h3><p><a href="https://proton.me/calendar">https://proton.me/calendar</a></p><p>There is also ProtonCalendar, from the makers of ProtonMail, which provides you with an online calendar. Unfortunately ProtonCalendar it seems that in order to use ProtonCalendar on your phone, you need to download and install their Android app, instead of integrating with the existing calendar on your phone.</p><h2 id="video-calls">Video calls</h2><p>Ever since the start of the so-called COVID pandemic, &#xA0;video calls have become a huge part of our lives, and various companies have risen to prominence. Of course the most well-known of these is Zoom.</p><p>But Zoom has a few problems; its free version is limited to 40 minute calls, it&apos;s a separate app, and worst of all, it has some pretty alarming ties to China, where apparently it sends at least some of your data.</p><p>Google Meet became another alternative, and Google expanded the availability of Meet during the last few years. But we&apos;re trying to get away from Google here.</p><h3 id="nextcloud-talk">Nextcloud Talk</h3><p><a href="https://nextcloud.com/talk/">https://nextcloud.com/talk/</a></p><p>Nextcloud provides a video calling app called Talk, which integrates nicely with the rest of Nextcloud, and provides you with a way to have calls and conferences with multiple people, no matter which platform you&apos;re using (iOS, Android, macOS, Windows, Linux).</p><h3 id="jitsi-meet">Jitsi Meet</h3><p><a href="https://meet.jit.si/">https://meet.jit.si/</a></p><p>Another fantastic open source and privacy-respecting option is Jitsi Meet. What&apos;s fantastic about Jitsi Meet is that it runs in your browser and you don&apos;t need to register or log in for it. Like Nextcloud Talk, it supports all platforms and browsers.</p><h2 id="conclusion">Conclusion</h2><p>Of course, the above list is not exhaustive by any means, but it should hopefully give you some insight on replacing some of your previous Big Tech services with other smaller players who are more concerned with your privacy.</p><h3 id="libertystratus">LibertyStratus</h3><p><a href="https://libertystrat.us/">https://libertystrat.us/</a></p><p>I have mentioned Nextcloud a number of times in this article, and that&apos;s because it is a fantastic cloud solution that is designed to protect your privacy while providing a number of features of all the Big Tech options. But Nextcloud is software, not an online service, which means you need to host it yourself.</p><p>But not everyone has the technical capability to host their own software and run their own servers. With this in mind, I launched <a href="https://libertystrat.us/">LibertyStratus</a> in order to allow people to break away from Big Tech, but not have to worry about running their own cloud services.</p><p>For a small monthly cost, you get a hosted version of Nextcloud, with all the basic features of Nextcloud, including file storage, photo management, calendars and video calls.</p><p>On &#xA0;top of that, LibertyStratus also provides the following features:</p><ul><li>E-mail</li><li>Online document editing (just double-click your document in the files browser)</li><li>Password management</li><li>Note taking</li><li>Project management</li><li>and more....</li></ul><p>If you&apos;re interested, please take a look at <a href="https://libertystrat.us/">https://libertystrat.us/</a></p>]]></content:encoded></item><item><title><![CDATA[Life After Google]]></title><description><![CDATA[So, you've just installed a non-Google Android distribution on your phone. Now what?]]></description><link>https://blog.llamarific.social/life-after-google/</link><guid isPermaLink="false">638ade0a21ffbb0001cc9a88</guid><dc:creator><![CDATA[superfly]]></dc:creator><pubDate>Sat, 03 Dec 2022 21:38:58 GMT</pubDate><media:content url="https://blog.llamarific.social/content/images/2022/12/train-tracks-into-distance-1493549798TvG.jpg" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F4A1;</div><div class="kg-callout-text">This is part 2 in a series on getting away from Big Tech. If you haven&apos;t read it yet, I recommend reading <a href="https://blog.llamarific.social/de-googled-smartphone/">part 1</a> first.</div></div><h2 id="installing-apps">Installing Apps</h2><img src="https://blog.llamarific.social/content/images/2022/12/train-tracks-into-distance-1493549798TvG.jpg" alt="Life After Google"><p>Since you are not using Google anymore, you might be wondering where do you get your apps from. When you step away from the Google ecosystem, you no longer have access to the apps you used to use. In some cases, you might find the very same app elsewhere, and in some cases you might find an alternative app with the same or similar functionality. And in some cases, you still need the Google Play Store.</p><p>Thankfully the open source community once again has the answer, through two apps called F-Droid and AuroraStore.</p><h3 id="f-droid">F-Droid</h3><p><a href="https://f-droid.org/">https://f-droid.org/</a></p><p>F-Droid is a repository of open source apps, including replacements for many of the apps you might have used in the past. One of the great things about the F-Droid store is that it will tell you if an app uses services or code that might be problematic (i.e. they use a proprietary service like Facebook or Twitter, or their source code is not entirely open source).</p><p>Most of the Android distributions I listed in my <a href="https://blog.llamarific.social/de-googled-smartphone/">previous post</a> come with the F-Droid store pre-installed. If not, it&apos;s a simple process to download and install it on your phone. You can even do it with your existing Android phone!</p><p>As with all things open source, F-Droid can feel a little like the wild west at times. Some apps are old and haven&apos;t been updated in years, some are frequently updated but a little buggy, and some are rock solid. There are also many choices for a single service you might have used on your old phone.</p><p>Having said that, I have found a lot of really great apps in the F-Droid repositories, and they have become the main apps I use on a daily basis.</p><h3 id="aurorastore">AuroraStore</h3><p><a href="https://auroraoss.com/">https://auroraoss.com/</a></p><p>If there is no app that matches one of the apps you used to use, and F-Droid doesn&apos;t have any viable alternatives, the best option may be to just use the Google Play store.</p><p>The AuroraStore app (which is also <a href="https://f-droid.org/packages/com.aurora.store/">available in F-Droid</a>) is able to browse, download and install apps from the Google Play store. Have a game you still want to play? Download it through AuroraStore.</p><h2 id="the-problem-with-google-maps">The problem with Google Maps</h2><p>Google Maps is the hardest app to replace, and I haven&apos;t yet found a reliable replacement for it. Most people use Maps for getting directions from one place to another, and none of the alternate apps that I have tried have anything like it, sadly.</p><p>You have two options here, you can either install the Google Maps app via the AuroraStore app, or you can just use Google Maps in your mobile browser. I personally just use Google Maps in the browser, and I haven&apos;t really encountered any situations that make me miss the app.</p><h2 id="other-missing-features">Other missing features</h2><p>There are never truly complete replacements for everything in a particular ecosystem, even when moving between the Google and Apple ecosystems, so it should come as no surprise that not everything can be replaced with open source and privacy-respecting alternatives.</p><h3 id="smart-watches">Smart watches</h3><p>One of the areas that is still lacking in the Google alternatives space is smart watches. I was given a Fossil smart watch running Android Wear as a gift, and there is currently no support for Android Wear devices in the open source community.</p><p>While I am sad that I cannot use my watch, I do have an analog watch that I use instead. And to be honest, I felt a little bit too &quot;connected&quot; with it, so I feel it was a better move in the long run.</p><h3 id="cameras">Cameras</h3><p>If you&apos;ve gotten used to the Google Camera on the Pixel phones, you&apos;ll find the default camera that comes with Android rudimentary and underwhelming. There are some slightly better cameras in F-Droid, and I recommend trying them out, but you may end up just installing Google Camera via AuroraStore.</p><p>The downside to this is that Google Camera refuses to use the built-in gallery when viewing photos, and insists on using Google Photos. I just ignore it and open my gallery app.</p><h3 id="photo-gallery">Photo gallery</h3><p>If you&apos;ve used the default photo gallery app on your phone, you might not miss much (if anything) with the default gallery that comes with Android. However, if you&apos;ve used Google Photos, you&apos;ll probably find a few things annoying. The default gallery has no search feature, and it doesn&apos;t have Google&apos;s proprietary machine learning that examines all your photos and provides search keywords to make searching easier.</p><p>I personally haven&apos;t used this much, and tend to search based on date, which means that I&apos;ve never had an issue with the default gallery app.</p><h3 id="other-missing-features-1">Other missing features</h3><p>Aside from Google Maps, I personally have not really found any major missing features by largely removing myself from the Google ecosystem. I was already on the path to replace Google with privacy-respecting alternatives, and I&apos;ll cover some alternatives to things like Google Drive and GMail in a subsequent article.</p><h2 id="suggested-replacement-apps">Suggested replacement apps</h2><p>By now you may be wanting to know if there are any recommended replacements for Google apps, so I&apos;ve listed a number of alternatives below, with links to their entries in F-Droid.</p><ul><li><a href="https://f-droid.org/en/packages/com.fsck.k9/">K9 Mail</a> replaces Google Mail</li><li>Chromium (comes installed by default usually) replaces Chrome</li><li><a href="https://f-droid.org/en/packages/us.spotco.fennec_dos/">Mull</a> replaces Chrome</li><li><a href="https://f-droid.org/en/packages/org.mariotaku.twidere/">Twidere</a> replaces Twitter</li><li><a href="https://f-droid.org/en/packages/com.pitchedapps.frost/">Frost</a> replaces Facebook</li><li><a href="https://f-droid.org/en/packages/net.mullvad.mullvadvpn/">Mullvad VPN</a> is an actual privacy respecting VPN</li><li><a href="https://f-droid.org/en/packages/org.schabi.newpipe/">NewPipe</a> replaces YouTube</li><li><a href="https://f-droid.org/en/packages/com.beemdevelopment.aegis/">Aegis</a> is a great OTP generator</li><li><a href="https://f-droid.org/en/packages/it.vfsfitvnm.vimusic/">ViMusic</a> replaces YouTube Music</li><li><a href="https://f-droid.org/en/packages/net.bible.android.activity/">AndBible</a> is a Bible app with a lot of free Bibles</li><li><a href="https://f-droid.org/en/packages/com.cosmos.unreddit/">Stealth</a> replaces Reddit</li><li><a href="https://f-droid.org/en/packages/org.tasks/">Tasks.org</a> is an open source task manager</li><li><a href="https://f-droid.org/en/packages/dev.patrickgold.florisboard/">FlorisBoard</a> replaces SwiftKey</li></ul>]]></content:encoded></item><item><title><![CDATA[De-Googled Smartphone]]></title><description><![CDATA[Do you want to escape the clutches of Big Tech? But what options are out there, and what can you do?]]></description><link>https://blog.llamarific.social/de-googled-smartphone/</link><guid isPermaLink="false">638a73c4ff51dd00016ab9b5</guid><dc:creator><![CDATA[superfly]]></dc:creator><pubDate>Fri, 02 Dec 2022 22:11:28 GMT</pubDate><media:content url="https://blog.llamarific.social/content/images/2022/12/old-phones.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.llamarific.social/content/images/2022/12/old-phones.jpg" alt="De-Googled Smartphone"><p><strong>TL;DR:</strong> Buy an Android phone and install <a href="https://e.foundation/">/e/OS</a>.</p><h2 id="state-of-smartphones">State of smartphones</h2><p>There are two major ecosystems available today: iOS and Android. iOS is completely controlled by Apple, and Android is partially controlled by Google.</p><h3 id="ios">iOS</h3><p>Since iOS is completely controlled by Apple, and is pretty much proprietary, only devices sold by Apple run iOS. Apple further enforces this monopoly via only allowing people to install mobile applications from the Apple-controlled App Store, and forcing application developers to only use Apple tools to develop for the platform. A great example of this is that even Google apps on iOS use the Safari browser -- Google Chrome on iOS is actually Safari.</p><h3 id="android">Android</h3><p>On the other hand, Google does not entirely control Android. The base operating system itself is open source, and can be copied by anyone who wants to build their own version of Android. Instead, what Google does is license its apps for use by phone manufacturers. For a practical example, Samsung doesn&apos;t pay to use Android, but they do pay to use the Google Services (Play Store, Maps, etc) on their phones.</p><p>In addition to Android itself being essentially out of the control of Google, Android also allows anyone to install apps on their device, no matter where it is from. There are some security controls around this, so that apps cannot be installed without a user knowing, but users can still override those security controls and essentially be in control of their own device.</p><h3 id="other-systems">Other systems</h3><p>As a side note, there are some other systems out there, but they don&apos;t have the financial backing of a large company like the main two, and they are still largely relegated to the &quot;geek&quot; community.</p><h2 id="getting-away-from-big-tech">Getting away from Big Tech</h2><p>So looking at the current ecosystems, it looks like we don&apos;t have much of a choice. Where do you go to get away from Big Tech?</p><p>Well, maybe we can do something with Android, since the base system doesn&apos;t contain any Google-specific code?</p><p>There are two major problems with a vanilla Android phone:</p><ol><li>Google services</li><li>Locked phones</li></ol><h3 id="google-services">Google services</h3><p>As I noted above, Google licenses the Google services on phones, and most mobile applications for Android use these services for things like notifications, in-app purchases, and other critical functionality, so obviously a plain Android phone without these services would largely be useless. As usual, the open source community has a solution: the <a href="https://microg.org/">microG project</a>.</p><p>The microG project implements a lot of the APIs that the Google services offer, but without Google, which means that many apps that wouldn&apos;t work without Google services now work without any Google code on an Android phone.</p><h3 id="locked-phones">Locked phones</h3><p>Many service providers in the US, and in other parts of the world, lock their phones to their network. This used to be a bigger problem before the advent of LTE (aka &quot;4G&quot;), but notorious players like Verizon still lock their phones so that you cannot install a different version of Android on your phone.</p><p>Unfortunately, the only real solution to this is to buy a new phone. The easiest way to do this is to look on eBay for a specific make and model of phone that is labelled as &quot;unlocked&quot; and &quot;all networks&quot;. Since almost all phones made in the last 4-5 years supports 4G, you&apos;ll be able to use an unlocked phone with pretty much any service provider. For example, my Pixel 3 is technically a GSM network phone, but since it has 4G I was able to just insert the 4G SIM card from my old phone into my Pixel 3 and still use it on the Verizon network, despite Verizon being a CDMA network.</p><p>Of course, the next question is: which phone should I buy? We&apos;ll answer that in the next section.</p><h2 id="android-distributions-roms">Android distributions (&quot;ROMs&quot;)</h2><p>Pretty much since there were Android phones, there were custom builds of Android. In the community they are often called &quot;ROMs&quot;, but I will refer to them using the technically correct term &quot;distributions&quot;. One of the oldest and most well known of these Android distributions was CyanogenMod, which was renamed a few years ago to LineageOS.</p><p>LineageOS is a remarkable project, since it probably supports the widest range of devices out there. But you might be wondering why a custom build of Android would only support certain devices.</p><h3 id="device-support">Device support</h3><p>If you&apos;ve ever used Windows, you&apos;re probably familiar with the concept of device drivers. You buy a new graphics card, and have to install the drivers for the card before it works properly. The Mac world runs into this less, but it does still happen.</p><p>Similarly, in order for the Android system to use the components in a phone, it needs device drivers. Unfortunately, many of these device drivers are proprietary and belong to the phone manufacturers, making it near impossible for an Android distribution to support those devices.</p><p>Having said that, not all devices have proprietary drivers, and some drivers are still freely available. And as usual, some of the open source community has stepped up and written drivers for some phones.</p><h3 id="lineageos">LineageOS</h3><p><a href="https://lineageos.org/">https://lineageos.org/</a></p><p>This brings us back to LineageOS, which supports a fairly extensive list of phones. This may be a good first stop to getting rid of Google on your Android phone, if your phone is unlocked and is supported by LineageOS. Additionally, you can look through the list of supported devices and see if there&apos;s anything there that you might find available on eBay in your price range.</p><p>Having said that, LineageOS is not privacy focused, so if you&apos;re looking for an Android distribution that truly tries to protect your privacy, one of the alternatives below may be a better alternative. It is also a little more hands-on, i.e. you would also need to install microG yourself.</p><h3 id="eos">/e/OS</h3><p><a href="https://e.foundation/">https://e.foundation/</a></p><p>A fantastic privacy-focused Android distribution that supports over 200 devices is /e/OS. It has an easy installer, and comes with things like microG pre-installed, and is based on LineageOS.</p><p>/e/OS is a great alternative for those who want an experience much like pre-installed Android distributions, but it does come with the down side of somewhat being forced to use the /e/ Foundation services (email, calendars, etc), which I personally don&apos;t like.</p><h3 id="calyxos">CalyxOS</h3><p><a href="https://calyxos.org/">https://calyxos.org/</a></p><p>My personal choice in Android distributions is CalyxOS. It supports a much smaller set of devices (mostly just the Google Pixels), but it also doesn&apos;t try to force you to use a set of services like /e/OS does. It also comes with microG pre-installed.</p><p>One of the things I like about CalyxOS is that they continue to support older devices, even when Google stops supporting them.</p><p>The one caveat to CalxyOS is that its installation requires you to download some tools and use the command line (shock! horror!) for installation. Having said that, the instructions on their site are very clear, and it is easy enough for a non-technical person to follow.</p><h3 id="grapheneos">GrapheneOS</h3><p><a href="https://grapheneos.org/">https://grapheneos.org/</a></p><p>Another fantastic option is GrapheneOS. It features a web-based installer so that you don&apos;t even need to download some software to install GrapheneOS on your phone, it just works from your Chrome-based browser.</p><h2 id="which-phone-do-i-buy">Which phone do I buy?</h2><p>Back to that question: which phone do I buy?</p><p>If your current phone is supported by one of the above options (like LineageOS or /e/OS) then see if you can install one of them on your phone. This of course is the cheapest option, since you don&apos;t need to buy a new phone.</p><p>If you don&apos;t see your phone listed, or it is listed as having some major hurdles for installing an Android distribution on it (like being network locked), look at some of the other devices and choose one of those.</p><p>Personally, I really like the Pixel phones. Service provider lock-in withstanding, Google actually makes it really easy to change the operating system on the device. I found that a Pixel phone from a year or two ago can usually be found on eBay for an affordable price.</p><h2 id="conclusion">Conclusion</h2><p>There are so many great options these days for a phone that doesn&apos;t report all your activities to faceless big tech companies and the government behind them.</p><p>But, at the end of the day, it is up to you. Do you care enough about your privacy to potentially move to an alternative platform?</p>]]></content:encoded></item></channel></rss>