Earlier quoted context omitted.
Yes I know what DuckDuckGo is. The comment also said: > Apple Maps is available on the web
They're probably referring to https://developer.apple.com/documentation/mapkitjs which is what powers the DDG integration. Anyway it is the case that the only way to browse Apple Maps via the web (AFAICT) is via an integration like DDG: https://www.makeuseof.com/tag/how-to-use-apple-maps-right-in... So yeah saying it is available on the web feels a bit disingenuous, but it is, kind of, indirectly.
What I Use Instead of Google
151–160 of 215 posts
Re: What I Use Instead of Google
#152> Maps → Apple maps If Apple were a different company, it would've made maps available for use on web browsers and non-Apple devices. That could also help in a more rapid improvement of maps as opposed to the mostly-useless state it's been in (except for a few countries and regions in certain countries that Apple likes and works more on). > and still a little YouTube (anonymously in a Firefox container) If a Firefox…
Re: What I Use Instead of Google
#153Google's gotten weird. Yesterday I was doing some keyword planning and got a negative (-) cpc and cost. I looked everywhere to try to determine what that meant and didn't find anything. They have online chat support, so I tried that. I got routed to a sales rep who called me on the phone and who, after taking all my information while basically ignoring my question, finally heard me. She didn't know the answer. She se…
Re: What I Use Instead of Google
#154> Maps → Apple maps HERE Maps is good.
Re: What I Use Instead of Google
#155Google's gotten weird. Yesterday I was doing some keyword planning and got a negative (-) cpc and cost. I looked everywhere to try to determine what that meant and didn't find anything. They have online chat support, so I tried that. I got routed to a sales rep who called me on the phone and who, after taking all my information while basically ignoring my question, finally heard me. She didn't know the answer. She se…
I planned a google ad campaign with a 200 TOTAL budget. A google representative helped me setting up the account, after 4 days she calls me back and said that my ad is doing very well, And it’s already holding at 800$. Till now google didn’t give me back my money with claiming that I don’t have prof. They are not willing to listen to there own phone systems recording’s because they know that I’m right. So basically W…
Re: What I Use Instead of Google
#156Earlier quoted context omitted.
If you're just looking for personal sync (as opposed to collaboration), Syncthing [1] is a common recommendation, though personally I've had better luck with Unison [2]. [1] https://syncthing.net [2] https://www.cis.upenn.edu/~bcpierce/unison/
Thanks, I already use syncthing for some stuff, and it's great. However I should clarify: One of the reasons I want to move my data to a cloud server is that I am running out of space for more hard drives on my PC. So syncthing will work for editing stuff on my local and syncing the changes with my cloud server. But I don't want to store all my data on cloud _and_ on my local PC. I want something where it is usually…
Is Microsoft better than Google? Probably not. I don't know of any open source or self hosted solution this robust. You might want to consider getting a NAS; which lets you mount a network share on your local PC and use your normal file manager.
Re: What I Use Instead of Google
#157Re: What I Use Instead of Google
#158Earlier quoted context omitted.
Do you have local (non-cloud) backups? If yes, that's great, but otherwise I wouldn't recommend a cloud-only (or a single backup) approach to storing important data.
I currently have backups on some external drives. But I plan on also doing backups with blackblaze or somewhere similar. My plan for the cloud server is just to have a central place to access all my (and my wife's) files from any device. But then my problem is, as I mentioned earlier, how do I bulk edit/organize those files using desktop software?
- Install git-annex on your cloud
- Tell git-annex that you have a remote there
- Do your stuff on your local drive, push to the cloud when it's done
- If some of the files are not needed locally, tell git-annex to drop them from your local drive. git-annex knows that there is another copy in a safe storage
- If you want to work on some files you don't have, ask git-annex to transfer them to you.
The manual steps might be a bit tedious, so git-annex also has an assistant mode that is a good-enough copy of dropbox (https://git-annex.branchable.com/assistant/). See the archival walkthrough, that seems to fit your use case (https://git-annex.branchable.com/assistant/)
(I have more or less the same need, but haven't committed to doing it just yet)
Re: What I Use Instead of Google
#159Earlier quoted context omitted.
I planned a google ad campaign with a 200 TOTAL budget. A google representative helped me setting up the account, after 4 days she calls me back and said that my ad is doing very well, And it’s already holding at 800$. Till now google didn’t give me back my money with claiming that I don’t have prof. They are not willing to listen to there own phone systems recording’s because they know that I’m right. So basically W…
How's the legality of recording a call if the other party does that as well?
But IANAL.
Re: What I Use Instead of Google
#160For anyone looking for a simple self-hosted file sync system I'd recommend Seafile though. It has delta sync (like Dropbox) and great performance. I finally switched to it after years of increasing frustration with Nextcloud, which has none of these things.