I don't like how android's local share system seems to need to be tied to a google account to work, and from some limited research earlier it won't work without play services installed.
Android and iPhone users can now share files, starting with the Pixel 10
501–510 of 585 posts
Re: Android and iPhone users can now share files, starting with the Pixel 10
#502Incredible! In an astounding feat, it has only taken a mere two decades to enable the world's largest tech companies to provide the most basic levels of interopability. At this breakneck speed of technological development, one can only imagine what wonderful boons await consumers in the next few decades.
Re: Android and iPhone users can now share files, starting with the Pixel 10
#503Earlier quoted context omitted.
Linux software is notorious for spewing crap all over the user's home directory. Delete everything inside your /home/name and see how well the system still works. On iOS/iPadOS nothing happens other than not having the documents you saved in there. I'm not sure there even is a good place where programs can store their internal system files without requiring root other than mixed in with the user Home.
> I'm not sure there even is a good place where programs can store their internal system files without requiring root other than mixed in with the user Home. /var/run/user/ / ? Or what do you mean?
But sure, an OS could in theory use something like /var/cache/ instead of ~/.local/cache. I'm not aware of anything that does, though.
----
Re: Android and iPhone users can now share files, starting with the Pixel 10
#504Earlier quoted context omitted.
When I was pretty early in my career, I inherited a legacy project from the CTO who didn't want to maintain it anymore. We decided as a team that I'd just recreate the project with a modern tool chain. A few weeks later, the CTO looked at my work and asked why it was missing xyz features from his legacy project, saying that if I'm gonna take a project and rewrite it, it better be at least as good as the old project.…
I changed my thoughts on rewriting after reading this: https://www.joelonsoftware.com/2000/04/06/things-you-should-... PS: I just realized this article is older than some of the people here.
Thanks for sharing, it's always great to learn from folks who have been through it for literal decades.
Re: Android and iPhone users can now share files, starting with the Pixel 10
#505Earlier quoted context omitted.
When I was pretty early in my career, I inherited a legacy project from the CTO who didn't want to maintain it anymore. We decided as a team that I'd just recreate the project with a modern tool chain. A few weeks later, the CTO looked at my work and asked why it was missing xyz features from his legacy project, saying that if I'm gonna take a project and rewrite it, it better be at least as good as the old project.…
The lesson I retain from a similar endeavor is that you should document all the usecase of a module or a project before rewriting them. And that task can be as exhausting as formally verifying the module.
(Ideally these things are written while the code is being written but let's be honest, we rarely keep those up to date)
Re: Android and iPhone users can now share files, starting with the Pixel 10
#506Re: Android and iPhone users can now share files, starting with the Pixel 10
#507I've for a Pixel 8 Pro, with the latest Android version. I hope they enable this in the future. No reason for it to be only for the 10+
Re: Android and iPhone users can now share files, starting with the Pixel 10
#508Earlier quoted context omitted.
To continue the thread, my favorite is https://drop.lol
I’m using FilePizza when I need it, saw it on HN recently. All this AI magic allegedly taking our jobs, but we still can’t transfer files from one device to another, or print a document reliably. https://file.pizza/
Re: Android and iPhone users can now share files, starting with the Pixel 10
#509Earlier quoted context omitted.
Waaay back when in Japan, sekigaisen (infrared) was a verb meaning to transfer contact details or photos or whatever between phones via infrared. It was amazing how fast the iPhone took over Japan and killed off their quirky phone ecosystem. Edit: want to emphasize that it was totally ubiquitous. Every phone has it
My friends in school would send ringtones, wallpapers, and other small files through Bluetooth. It normally worked pretty well no matter the device.
Re: Android and iPhone users can now share files, starting with the Pixel 10
#510Earlier quoted context omitted.
When I was pretty early in my career, I inherited a legacy project from the CTO who didn't want to maintain it anymore. We decided as a team that I'd just recreate the project with a modern tool chain. A few weeks later, the CTO looked at my work and asked why it was missing xyz features from his legacy project, saying that if I'm gonna take a project and rewrite it, it better be at least as good as the old project.…
I changed my thoughts on rewriting after reading this: https://www.joelonsoftware.com/2000/04/06/things-you-should-... PS: I just realized this article is older than some of the people here.