Right now a lot of us are trying to divest and diversify from having our entire lives on Google both because of the way Google spends its money and the long-standing privacy concerns seeming a bit more scary now.
What services have you switched to and what has your experience been? What do you like, what don’t you like, would you recommend them?
- Desktop: Linux (Tuxedo)
- Browser: Vivaldi
- Search: Ecosia & DDG
- Mail / Groupware / Calendar / Contacts / Cloud Drive / Meet: Infomaniak kSuite Pro
- Backup: Syncthing
- Movies / Netflix / Amazon Prime: buying DVD / Bluray and ripping to my home media server with Jellyfin and Videoland.nl
- Mobile Phone: Fairphone with /e/OS or Calyx
- Whatsapp: Signal, Matrix / Element, Briar, Threema
- YouTube: Grayjay, Floatplane, Nebula, Curiosity Stream
- Maps: Magic Earth
- Photos: ente.io
- Authenticator: Ente Auth
- Twitter / X: Mastodon
- Cards: Catima
- Keep / Evernote: Notesnook / Anytype
- Backup comms: Meshtastic / UHF / VHF
- Translate: DeepL
- Podcasts: Antennapod
- Google Home: Home Assistant
- Google Assistant / Gemini: Mistral Le Chat / LLama
- Router: openWRT (GL.iNET Flint2)
- Firewall: opnSense (Deciso)
- Pushbullet: KDE Connect
- speedtest.net: LibreSpeed
- Fing: Ning
- Kobo / Kindle: Pocketbook
- Amazon: Local / European dealers
- Pocket: Wallabag
- Creality / Bambulab: Prusa
- VPN: Proton, Wireguard, Tailscale
Almost everything, finally!
OS: GrapheneOS
Calendar: Proton
Browser: Firefox
Storage: NAS
Youtube: NewPipe and SmartTubeI’m still stuck with Maps and Android in my car as it has Android Automotive, but I’m happy woth my progress so far
My selfhosted Nextcloud does:
- Cloud storage (including photo storage)
- Contact/Calendar/Task Sync (DAV Droid)
- Notes
- Podcast subscription and progress sync (gpodder)
While I use OSMAnd for offline navigation MAPS is still my go-to for navigation/discovering places.
My phone is currently running stock Android
What podcast apps do you use with gPodder?
Honestly I just use AntennaPod on Android. I’ve used Gpodder Desktop before but I don’t really listen to podcasts on desktop… So I don’t really need the sync but it’s nice to have especially if you’re moving phones/OS
Regarding AntennaPod it’s honestly the perfect podcast app it does everything (chapters/chapter images …) I want from a podcast app and it’s open source
Replaced
- Gmail -> Proton Mail
- Keep -> Joplin
- Docs -> LibreOffice + OpenDocument Reader
- Drive -> Proton Drive
- Photos -> ente photos
- Play Books -> ReadEra Premium + Kobo
- Translate & Lens -> DeepL
Haven’t been able to replace (just yet)
- Wallet
- Maps & Earth
- Sheets
- Home
Since you already use proton you should check out proton calendar.
Tutamail has a calendar. Tutamail hasn’t said anything positive or factual about the republican parties either. They’ve made no statements
Google sheets is simply… Really good. I haven’t been able to find anything else close. I’ve tried libre and even excel but sheets is by far my favourite. And I really love spreadsheets so I feel I’m in a horrible position and so torn.
I’m no accountant, but isn’t excel way better than sheets?
LibreOffice is solid, too.
I guess I’ll share my setup aha. Forewarning: I invested heavily into self hosting and being in full control of as much as possible, mainly to try to be ‘Internet independent’.
- Google ads, APIs, telemetry and everything else that is not necessary: AdGuard Home (selfhosted)
- Android app store: Fdroid with IzzyOnDroid repo, failing that Aurora Store, if apps still whine about not being to use Play Services then I use the Play Store
- Gmail: Mailcow Dockerized (selfhosted) with K9 Android client
- SMS (not that I use it anyway): Fossify SMS
- Instant messaging: Matrix (selfhosted) for Discord/Telegram style with Element client, or Telegram FOSS
- File Manager (I goddamn hate that Google Files forces itself onto any phone after initial setup, even when there’s a manufacturer installed one already): Material Files
- GBoard (It’s also really fucking invasive): HeliBoard
- YouTube: via Revanced Manager, with Odysee as a hopeful replacement. Much lower userbase though, obviously.
- Google Photos (refuses to settle for less than 100% file access): Part of a self hosted Samba share that I keep synced to via FolderSync (from Play Store - they charge €10 for the app outside of Google)
- Chrome: Brave (I downloaded a script to debloat it of crypto and AI)
- Google Search: My partner uses Ecosia for environment reasons, and I use DuckDuckGo for privacy reasons
- Chromecast: I recommend a Roku
- AndroidOS: CalyxOS if Pixel, LineageOS if not
- Play Services: Gapps pico or nano because some things are still tied to Play Services
- Maps is superior, unfortunately, but OSMAnd is a good alt
- Google DNS, used by default by a lot of things like routers: Cloudflare 1.1.1.1 and 1.0.0.1
I tried to minimize my dependency on Google by signing up for various email services like Petal Mail by Huawei, Proton Mail, and Yandex Mail. I also tried to find smartphones that don’t have Google by default, such as Murena smartphones and Huawei smartphones. But it seems like it’s too late to look for those gems without Google because I have so many apps that I bought on Google, amounting to around five digits in Malaysian Ringgit, which is not cheap. So I think I’ll stay with Google for now, sadly.
Google Search -> Ecosia, Qwant Browser -> Vivaldi Mail, Calender -> Proton* Drive -> Proton* DNS -> Quad9 Notes -> Joplin VPN -> Proton LLM/AI -> Mistral Translate -> DeepL Maps -> Here We Go Dall-E etc -> Stability Matrix Kindle -> Pocketbook
*Planning to move everything to a NAS with Nextcloud and synch in with Jottacloud as a backup.
I see from the “View source” option that your comment has everything in a neat, line-by-line fashion, though the final markup is decidedly not.
So, a pro-tip I’ve noticed from my own commenting experience: even if you have a line break, Lemmy (for some stupid reason) won’t apply one when rendering; so if you want it to show, you have to use two line breaks, though then there will be an extra half-line or so that you probably never wanted.
For example, don’t do
Line Item 1 Line Item 2
but rather do
Line Item 1 Line Item 2
Yes, I agree it’s rather stupid.
It’s the way Markdown works, for reasons, which is what Lemmy uses for its comment syntax.
If you want a regular line
break, you can put two spaces
at the end of a line.Yeah I know, and I don’t like that limitation. Lol. xD
Yeah, it doesn’t make a whole lot of sense here. Codeberg uses a Markdown flavor which honors single line breaks and it kind of surprised me how well that is working. Like, if you’re used to Markdown, you can put those two spaces and they’re just ignored. If you’re not used to Markdown, it works like you’d expect.
I guess, the downside is that either each client needs to configure their Markdown renderer to behave like that, or I guess, the server software has to pre-process the Markdown to add in the double-spaces.
That’s more of a problem for Lemmy than it is for Codeberg, because there is a number of different clients available.Jerboa vs. the website do different things since they render Markdown differently. Markdown itself is so spartan that it doesn’t have many things users want or need, so a bunch of incompatible forks get made & everyone just pretends it is all the same when in reality, it often lies on a single tool’s implementation.
Take AsciiDoc with its verse directive or reStructuredText with its line-block directive. Both get you poetry-style newlines on demand & are a part of the spec instead of left to the implementer.
Didn’t know that Codeberg did that. I’ll have to add that to my list of reasons why I love Codeberg. Lol.
Holy shit I’ve been using markdown message boards for years and
you just blew my mind
I fucked off Google Photos and now run Immich from a Raspberry Pi with raid 1 SSDs.
I have moved away from Google Contacts and Google Calendar and am now using Synology Calendar/Contacts. I’ve left Google Drive for Synology Drive and I’ve left Google Photos for Synology Photos. Everything is self hosted and self maintained.
Mail: Posteo Maps: osmand for walking, hiking, cycling, skiing and magic earth for car navigation (because of real live traffic) Drive: nextcloud Phone: second Hand Google pixel with graphene OS installed (degiogled Android)
There are like 10 communities called something like privacy and a couple with degoogle in their name specifically. If you need more alternatives check them out. ;)
https://cartes.app/ is a new kid on the block to replaces Gmaps, looks very cool bit is also very alpha atm. But I’ll keep checking it, it has some very cool features already (French only atm which I don’t speak at all but it’s still super usable.)
Firefox.
Immich for photos
Radicale for calendar and contacts
My own mail domain and server, for mail
Lineages on android
The only thing I cannot do without, is google maps.
I use F-Droid and Aurora Store on my phone and replaced the Google apps, that came preloaded on the phone, with FOSS apps. NewPipe on my phone and FreeTube on my PC to replace YouTube. I don’t use Gmail. My Google account is on a Proton account. After I am sure I have all my desired apps switched over to email sign in, I will delete the Google account. I am also switching my Proton mail for Tuta mail. Proton is on the wrong side. I also dumped Microsoft over a year ago. I have been on Linux since then. I have avoided FaceBook for over a decade and never maintained a Twitter account.
Been degoogled for years at this point:
- Stock Android --> LineageOS or GrapheneOS (no gapps)
- YouTube --> Invidious*, NewPipe
- Google Search --> DuckDuckGo, Brave Search
- Google Play Store --> F-Droid, Aurora Store
I’ve also decoupled from other similar services:
- Outlook --> ProtonMail
- Calendar --> Nextcloud*
- OneDrive --> Nextcloud*
- Windows, macOS --> Linux (after years of distrohopping, I found LMDE is incredibly stable while still being a nice “out of box” distro)
- Google Maps, Apple Maps --> OSMAnd, Organic Maps
I never used any online password manager myself, I went from writing passwords in a literal book to KeePass, to now Vaultwarden* for that
* - self hosted
Nice, I have also chosen most of the same as you. For custom ROM there’s CalyxOS, which ironically makes a Pixel phone one of the best picks for deGoogleing
I don’t like the proprietary style of Proton Mail, plus they charge to have more than one account logged in, which is very inconvenient, so I set up my own Mailcow instanceFor YouTube I highly recommend ReVanced
For notes I use Apache-CouchDB and connect using Obsidian with the LiveSync plugin. Live sync is fantastic and is as close as I think I’ll ever get to OneNote.
NextCloud is great, a pain in the arse to add existing files as you need to upload everything, but a few hours of uploading with Cloudflare set to DNS only is fine
These are what I use:
Browsers: Fennec, LibreWolf
Email Clients: K-9, Fair Email, Proton Mail, Thunderbird
Pictures: Fossify Camera, Fossify Gallery
File Sharing: Proton Drive
YouTube: Tubular
SMS Messaging: Textra (It’s not FOSS, but unfortunately there doesn’t seem to be a FOSS app in existence that shows the actual name of the person who’s sent the message in group chats. They just show an icon, which isn’t enough for me to keep track)
App store: Droid-ify (F-Droid), Aurora Store
Password Manager: Bitwarden
eBook Reader: Librera FD
Books: Bookwyrm
Translation: LibreTranslator
Calendar: Proton Calendar
What I can’t find good alternatives for:
YouTube itself - enough said
Phone screen translation - I still use Google Assistant, and I’m not aware of anything else that grabs and translates all text on my phone screen
Maps - Rant time. This one is so annoying because there are FOSS navigation apps based on OpenStreetMap that are excellent in every way except one that makes them unusable for me: Using POV navigation instead of observing the convention of up = north. I did find one that lets you maintain a normal map view during navigation, but it doesn’t keep your position centered automatically, which makes it impossible to use while driving. I have no idea who all you deranged people are who actually like the POV navigation, but there are definitely a lot of you because I can’t find a replacement for Google Maps. I even tried Mapquest because at least it’s not Google, but when I tried using it to navigate the first time, it somehow autocorrected “St” to “Ave” and I ended up lost lol. This maps situation really grinds my gears. I do still try to contribute as much as I can to OSM though because it’s an important project, and hopefully someday an uninsane developer will make a proper alternative to Google Maps.
I have no idea who all you deranged people are who actually like the POV navigation
I use both POV and up=north depending on my use case. For some routes where I don’t care about the details of the route I find it useful to have the POV view with what I need now zoomed in and correctly oriented and what I’ll need soon still visible and smaller but still distinguishable.
The problem with up=north is that when you’ve zoomed right in to see the detail, all the wider view stuff is missing, especially when out of built-up zones. It’d be better if the detail level would be replaced/augmented with a detail density setting, so that when you’re out in the sticks with only you, a small single track road with grass down the middle and one sheep visible all the way up to the horizon in any direction that you don’t have to zoom right in to the individual blades of grass before you see the road you’re on.
Other times I do care about the route, and in those cases I’ll use up=north and manual zoom as needed. I still get caught out though when travelling south and the arrow pointing left means I need to turn right.
When I first saw POV I thought it was a stupid gimmick. But then I tried it out and really liked it, but not always.
Would you mind hitting us with a direct link to tubular? This is one of the biggest hindrances to getting completely off google
Sure, no problem: https://f-droid.org/packages/org.polymorphicshade.tubular/
Thanks ♥️
Interesting, I’ve had the exact opposite problem with Osmand last summer: Could not get it to use POV mode (not smart enough to navigate otherwise when cycling), it was always stuck on North Is Up (there’s a button to change that on the upper left corner which they now changed to click and hold so I have my hopes up that it’ll work now).
I wonder if Osmand is the one I tried that was so close to being usable for me, but didn’t keep my location centered when North was up. I spent a day trying everything I could find, so I can’t recall exactly. I’ll give it a go though and see if it works.
I don’t think you’ll have much trouble finding one that works the way you want it because everything I tried used POV as the default for some perplexing reason. (Like if I was facing East for example, then East was up.)
FreeTube is a good replacement for YouTube on PC and NewPipe is good on Android phones.
Yeah Tubular is basically NewPipe with Sponsorblock. I’ll give Freetube a try.
What I mean though is … it’s still YouTube, y’know?