this post was submitted on 12 Feb 2024
157 points (95.9% liked)

Linux

47247 readers
1167 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

If you want a easy, reliable and cross-platform way to share files between computers, phones, etc, it may be of your interest.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 7 months ago (1 children)

Answering the question you meant to ask, blueray is a physica... just kidding.

LocalSend is basically like bluetooth file sharing over WiFi. Bluetooth, especially the fallback 2.0 is notoriously slow and short ranged. The situation got better with BLE, 5.0 and Long Range. Still, both devices need to speak BT. Ap*le's iOS is well known to ignore BT file sharing capabilities while implementing own proprietary solutions. On desktop, the situation is still bad. I once tried to send a file between two Windows machines via BT, and it was a horrible user experience. LocalSend (and similar) fix this by implementing cross platform apps and using readily available API's to share files with few clicks and reasonably high speed between a plethora of devices. I guess, if you don't have the aforementioned problems, you won't need LocalSend et al.

[–] [email protected] 3 points 7 months ago

especially the fallback 2.0 is notoriously slow and short ranged.

So that's why my Bluetooth file transferring back in like 2015 was slow as balls! I also assumed it was the devices I had. Lol. Which is weird considering I could have sworn I had also done BT file transfers with other devices previously and it seemed a lot faster. (None of these were Apple devices).

Ap*le's iOS is well known to ignore BT file sharing capabilities while implementing own proprietary solutions.

Rude.

[Everything else you said]

That makes a lot of sense! Thanks for explaining. :D