this post was submitted on 03 Jun 2024
186 points (88.8% liked)

Linux

46679 readers
1009 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
 

Not op but thought this may be interesting

you are viewing a single comment's thread
view the rest of the comments
[–] Tlaloc_Temporal@lemmy.ca 2 points 2 months ago (1 children)

The [youtube(.)com] link is the actual website that you watch the video on which can have a crap load of extra stuff like playlist info, highlighted comment info, where you came from, and probably more. The links can get really long, like 100+ characters.

The [youtu(.)be] link is a redirect website who's only purpose is to reduce the size of the link to just the watch ID and timestamp. It dumps even the query language to keep the links under 30 characters or so.

Such link shorteners (such as bit(.)ly or tinyurl) were popular when Twitter was getting big and the character limit was an SMS message length; 140 characters. youtu(.)be in particular helped avoid bait and switch scams (as you can tell it's definitely a video instead of going in blind) and it has the watch ID so titles, thumbnails, and embeds still work.

[–] brrt@sh.itjust.works 2 points 2 months ago

Thanks for taking the time to explain it so thoroughly. It’s appreciated!