←back to thread

248 points aquova | 8 comments | | HN request time: 0.914s | source | bottom
1. musicale ◴[] No.41899084[source]
Ubuntu seems to have lost the plot a bit adding things like advertisements for Ubuntu Pro.

This kind of nonsense is one of the things that people hate about Windows.

Also adding extra garbage into CLI sessions is something that I greatly dislike because 1) it's very irritating and adds unnecessary noise and 2) it can break scripts. Some non-Canonical offenders include GNU parallel and Apple's xcode CLI tools. I don't like how vim includes political messages either, even for causes that I might otherwise support, simply because it is distracting when I want to concentrate on getting work done.

replies(4): >>41899132 #>>41899404 #>>41900175 #>>41922164 #
2. kiwijamo ◴[] No.41899132[source]
Am surprised you're being downvoted. What you've described is in a nutshell why I don't use Ubuntu -- and why I stick with vanilla Debian instead. I left Windows to get away from certain things such as irritating advertisements and the like.
3. sgarland ◴[] No.41899404[source]
GNU parallel asks you to acknowledge its license once, IIRC? Doesn’t seem like that big of an ask.
replies(2): >>41899885 #>>41922209 #
4. theamk ◴[] No.41899885[source]
once per user per machine, which means it's basically unusable in scripts you share ir use in CI.

I avoid it for that reason. For simple cases, I use xargs; and for complex, small (stdlib-only) python scripts - they are a bit more verbose but infinitely easier to debug and improve.

5. zahlman ◴[] No.41900175[source]
>I don't like how vim includes political messages either

Aside from the part where you can explicitly `:help uganda`, I can't fathom what you might be referring to.

replies(1): >>41922185 #
6. musicale ◴[] No.41922164[source]
[apologies for double post - tried to move this to a better context but it didn't delete properly]
7. musicale ◴[] No.41922185[source]
This exactly. I've encountered other software which urged me to help Ukraine. As much as I may actually wish to help Ukraine (or Uganda), I still dislike being urged to do so by a software tool.
8. musicale ◴[] No.41922209[source]
Yes, so does clang/clang++ on macOS. It is an anti-pattern that should not be replicated. Imagine if every command line tool made a similar demand.