Live data from Hacker News

Android and iPhone users can now share files, starting with the Pixel 10

blog.google

461–470 of 585 posts

Re: Android and iPhone users can now share files, starting with the Pixel 10

#461

Earlier 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.

I would rewrite if the alternative is maintaining bad code for a long time. But yeah, it’s best to be pessimistic. And be really careful about changes. There are books written about the methods to use.

Re: Android and iPhone users can now share files, starting with the Pixel 10

#462

Earlier quoted context omitted.

We've had ad-hoc WiFi for about 3 decades, but that requires a level of device access that no gatekeeper will agree to anymore.

Well, one gatekeeper. Wifi direct/aware seems to work fine outside of iOS and Mac os.

It is now supported bey iOS as well, thanks to the EU: https://developer.apple.com/documentation/WiFiAware

Re: Android and iPhone users can now share files, starting with the Pixel 10

#465
post #184

Possibly relevant comment from a few years ago: https://news.ycombinator.com/item?id=26893693 >AirDrop also shares your full name (seemingly the one associated with your Apple ID, not what you have set for yourself in your contacts), both by displaying it in the sharing interface on the involved devices and by attaching it as an extended attribute to uploaded files. >So if you AirDrop some files to your computer and…

Do other file systems even support the extended attributes from Apple?

Re: Android and iPhone users can now share files, starting with the Pixel 10

#466
post #365
post #363

It's amazing how seemingly trivial things turn out to be really hard to be in practice. Like: - sharing files between two phones - printing a page on that printer over there - getting the projector to display my screen (correctly, or at all) - getting my wife not to click on a link in a random email

> getting my wife not to click on a link in a random email Hot take: MUAs should simply not make links clickable/copyable on render, or even strip any URI away completely.

Just tell your MUA to only display the plaintext version. You should do that anyways.

Re: Android and iPhone users can now share files, starting with the Pixel 10

#467
post #365

Earlier quoted context omitted.

> getting my wife not to click on a link in a random email Hot take: MUAs should simply not make links clickable/copyable on render, or even strip any URI away completely.

Just tell your MUA to only display the plaintext version. You should do that anyways.

I mean that to protect the proverbial technology-challenged grandma it should be the default.

And that it should even s,http://.*,,g them out.

Re: Android and iPhone users can now share files, starting with the Pixel 10

#468
As mentioned by others, this apparently uses Wi-Fi Aware (aka Neighbor Awareness Networking or NAN). I'd be interested to know if the wpa_supplicant NAN interfaces can be used.[1]

[1] https://w1.fi/cgit/hostap/tree/wpa_supplicant/README-NAN-USD

Re: Android and iPhone users can now share files, starting with the Pixel 10

#469
post #313

Earlier quoted context omitted.

Isn't that pretty much just Windows? That basically never occurs on Linux and it's not common on macOS, either. All the garbage I have on my work computer (a Mac) in ~/Documents is stuff that OneDrive synced over from when I used to have a Windows computer there. (If I could turn the OneDrive feature that takes over ~/Documents and ~/Downloads, I would.)

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?

Re: Android and iPhone users can now share files, starting with the Pixel 10

#470
post #215

Earlier quoted context omitted.

Barely... the iPadOS brand was introduced in 2019, the European Commission proposed the DMA in 2020, and even prior to this there were obvious noises being made in Europe with regards to future regulation. Maybe its coincidence, but the timing still lines up for this being a response to the threat of EU changes.

So Apple preemptively split the names because they knew exactly how the unreleased DMA was going to affect them?

Law drafting in Europe doesn't happen behind closed doors and typically even has consultations with the companies affected by it. It wasn't unreleased only because it wasn't signed yet.
Post reply on HN