Earlier quoted context omitted.
We do have those formats. Mbox for mail, iCalendar for calendars, vCard for contacts. They're all IETF standards. Google provide data export from nearly all of their services in standard formats. Where no established open standard exists, they provide clean HTML or JSON. https://takeout.google.com/settings/takeout
I wouldn't actually call Mbox a standard. Thunderbird supports it, but I'd argue it sucks as a way to escape Gmail, because no competitor to Gmail supports it as an import method. In fact, even Gmail itself can't import from Mbox. It may be a standard in that it's defined somewhere officially, but it's not really a standard in the definition that it's commonly used. As someone who has nearly completed their GExit, I'…
Don’t Mess with The Google
401–410 of 504 posts
Re: Don’t Mess with The Google
#402Earlier quoted context omitted.
Google doesn't have a say on what you can do with your phone. Google does have a say on what you can do with their service. These people were clearly trying to game the system. Google caught them red-handed and has now exercised their rights.
But the phone's terms did state (according to TFA): “You may only purchase Devices for your personal use. You may not commercially resell any Device, but you may give the Device as a gift.”
Re: Don’t Mess with The Google
#403Earlier quoted context omitted.
I'm myself using a non-profit email redirection service as my main e-mail address. They do not provide an email box, just the redirect, so they can keep the service lean with a very modest one-time fee for new members. This allows me to change the actual e-mail provider when needed. I already moved (successfully) away from Gmail, and I'm currently considering moving again as the spam protection of my current paid-for…
How does it work for sending, though?
Re: Don’t Mess with The Google
#404Earlier quoted context omitted.
What would prevent Camlistore from the same model? I guess if you're gone, the server might not be running properly, and they wouldn't know how to start it and etc. Ya? That's fair. I wonder if it would be worth it to write some type of camlistore extraction tool. Eg, plug in a USB, autoruns a script which mounts a blob store as a fuse FS. Hell, the blob store could be packed with the USB.. a sort of way to backup Ca…
Some interesting ideas but I've got to ask: What if the ABI breaks, the CPU architecture changes or the project gives up at some point in the future? Ergo, I prefer to leave just the data. The data is hard enough on its own: http://www.bbc.co.uk/news/technology-13367398
With Camlistore it's one level extracted. You'd need a tool to decrypt and scoop up all the chunks for a given file - but you could write that in Bash. The Camlistores blob store doesn't do anything fancy (that i recall! i could be wrong), it's just a bunch of json documents with the file contents in them.
Though, Googling it now, it looks like BitLocker comes with Windows, so i can see why you like that. Your family doesn't need any tool, it's built into Windows. Not sure how that works with OSX though.
> What if the ABI breaks, the CPU architecture changes
Totally valid - but i could throw what ifs all day long. What if your family isn't on Windows? Here[1] is what i got for OSX (no idea if it's accurate).
Though this does raise a good point - while a binary is nice for dependency free solutions, having non-bin solutions might be nice too. Eg, a Pyhton solution included is likely to work on all operating systems. The user has to of course install Python, which is bad. A platform specific solution (bash or dos) might be handy too.
Binarys only would indeed be potentially bad, you are correct, thank you!
> or the project gives up at some point in the future?
Well in my proposal, the project is irrelevant. The exporter is already made. As long as the user can run one of the compiled binaries they could access/export it fully (in the concept, of course)
[1]: http://apple.stackexchange.com/questions/239714/open-bitlock...
Re: Don’t Mess with The Google
#405Earlier quoted context omitted.
How does it work for sending, though?
Sent via the email provider, but I'm using clients that can set a custom "From" and/or "Reply-To" header fields, containing of course the redirecting address.
Re: Don’t Mess with The Google
#406Disclaimer: I don't speak for Google and don't have any real context into why this occurred. Speaking as myself, a private citizen. I work in Spam & Abuse and it's possible that this is the result of some clustering algorithm that was trying to take down sharders / phone buying rings. It's very possible that the SWEs responsible didn't consider this possibility (that legitimate customers would be used to shard purcha…
If you watch an old tech talk re: Google disaster recovery topic, the Googler explains that a user's info is never fully deleted because it's too expensive to do so given back-up duplication is processed multiple times in multiple locations and sometimes over multiple technologies. In other words, cancel your google account today and your data may be "deleted" but it's really, as in actually really , still on magneti…
Re: Don’t Mess with The Google
#407I recently made a decision to stop running my own mail server, figured it was long, long overdue to pay someone to handle my email for me. Stories like this are why I didn't pick gmail for this service, which would have otherwise been my first choice.
Can I ask what your email stack was? I'm working on a project that's a cross between TOR and bit torrent to provide free (encrypted) email to the masses that doesn't monetize data. I've been on a crash course of all things email lately.
Re: Don’t Mess with The Google
#408Is it legally enforceable for a company to dictate what you can or cannot do with a phone that you bought from them? Sure, the terms said whatever they said, but is it enforceable/constitutional? I mean, people sell their phones all the time for whatever reason.
I would have thought the Doctrine of First Sale protects you legally (as in, they can't sue you for reselling a phone), but I don't think there's any legal protections on provision of a service. Bottom line: Never rely on a corporation.
The courts may have once done something about books with shrinkwrap agreements forbidding sale, but the same does not apply to software or things containing software.
Re: Don’t Mess with The Google
#409They could, of course, do something similar to what Google did here, but using your own domain mitigates some of that.
Re: Don’t Mess with The Google
#410Earlier quoted context omitted.
Some interesting ideas but I've got to ask: What if the ABI breaks, the CPU architecture changes or the project gives up at some point in the future? Ergo, I prefer to leave just the data. The data is hard enough on its own: http://www.bbc.co.uk/news/technology-13367398
I mean, the data is still there, fwiw. I'm not sure how generic bitlocker is, but i imagine i have to have a tool specifically tailored to decrypt the bitlocker data. With Camlistore it's one level extracted. You'd need a tool to decrypt and scoop up all the chunks for a given file - but you could write that in Bash. The Camlistores blob store doesn't do anything fancy (that i recall! i could be wrong) , it's just a…
Will mull over your ideas; there are definitely things to be gained and there's always tradeoffs that need to be considered.