this post was submitted on 26 Feb 2024
80 points (75.6% liked)

Linux

46794 readers
1183 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
 

Today i was doing the daily ritual of looking at distrowatch. Todays reveiw section was about a termal called warp, it has built in AI for recomendations and correction for commands (like zhs and nushell). You can also as a chatbot for help. I think its a neat conscept however the security is what makes me a bit skittish. They say the dont collect data and you can check it aswell as opt out. But the idea of a terminal being read by an Ai makes me hesitant aswell as a account needed to use warp. What do you guys think?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 41 points 5 months ago* (last edited 5 months ago) (2 children)

So,

This is a proprietary and therefore untrustworthy terminal in a space where virtually all the competition is libre/open source.

It's connected to the cloud, therefore insecure and privacy-invasive as there is no reason for something as basic as a terminal to be connected to the cloud. Who wants their SSH keys leaked? Anyone?

They require an account but don't collect data? Sketchy to say the least, a unique account is the perfect tool to collect data and there is no reason a terminal, the most basic interface to the underlying OS should require an online account. It should be tied to the system. (After further reading, apparently they do collect data by default).

It has a built-in AI autocomplete, because apparently normal auto complete isn't good enough (just wait until it tells you to rm -rf /*).

Yeah, no matter how nice it is, I will never accept this terminal.

EDIT: They also forked Alacritty to create a "demo", they took advantage of a libre/open source project for their proprietary terminal and never did so much as thank the authors of Alacritty. That's scummy.

[–] [email protected] 12 points 5 months ago

AI can be neat, but this is a solution looking for a problem, like most AI things.

[–] [email protected] 2 points 5 months ago

IANAL but it looks like they are violating Apache 2, as they are supposed to retain the license and mark any changes.