Live data from Hacker News

Ubuntu Will Now Have Amazon Ads Pre-Installed

yro.slashdot.org

81–90 of 240 posts

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#81
post #42

Whether you like the ad-supported model or not, this is just bad UI! Who searches their programs and wants to see matching books and music? I could understand listing other software for sale, but this is daft. I doubt they'll get anything but complaints about this and it'll go away.

Eh, Google is forcing this experience on Android users with their batallion of Play apps (Apps, Magazines, Books, Videos, Toilet Paper, etc) and people seem to tolerate it.

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#82
> Items appear in a ‘More Suggestions’ strip underneath local search results.

So even if you are just searching for a local file or application, that search string is being sent to Amazon. Thus, an entire history of what you search for on your computer will be stored with Amazon.

This is no different to how adware functions. It opens up massive privacy implications that are not addressed or discussed in OP (or anywhere else that I have seen) but need to be before this feature is released in a stable version.

Edit: I have no problem with integrating Amazon for affiliate fees, just think it needs to be thought through a little more so that there are no surprises to users. Add to that the privacy implications needs to be disclosed to users frankly and upfront.

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#83
post #12

Earlier quoted context omitted.

Or you can just sudo apt-get remove unity-lens-shopping It's that easy.

I do want Canonical's well being in the long run. Just give me a "special" paid version and I will do it.

http://www.ubuntu.com/community/get-involved/donate

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#84
post #45

Gawd. Unity, and now this garbage. Should be interesting to see how Mint does...

Mint user here. Mint used to set Firefox's default search engine a customized (read: craptastic) version of Google that's designed to rake in the ad revenue. I wouldn't have a problem with it if it wasn't utterly useless and ugly as sin. (It looked like the Google site search for webmasters.) Now the default search engine is DuckDuckGo. I have no idea if they have a revshare agreement with them.

Customized how? I have never seen a customized Google search results page.

Are you referring to the default home page?

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#85
post #79
post #76

Earlier quoted context omitted.

The better way is to contribute to the debian community http://www.debian.org/donations

I've just found Debian breaks too much and is mostly deprecated, e.g. Python 2.4?

Ubuntu is a Debian-based distribution, and receives many of its software updates from Debian.

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#88
post #79
post #76

Earlier quoted context omitted.

The better way is to contribute to the debian community http://www.debian.org/donations

I've just found Debian breaks too much and is mostly deprecated, e.g. Python 2.4?

That sounds like FUD. If you don't want it to break, use stable, which is currently at python 2.6.6:

http://packages.debian.org/search?suite=squeeze&searchon...

If you want up-to-date, use testing, which is at python 2.7.3:

http://packages.debian.org/search?suite=wheezy&searchon=...

They both have python3 versions available, too (3.1.3 and 3.2.3 respectively). There are legitimate complaints about Debian, but being stuck on python 2.4 is not one of them.

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#89
post #88
post #79

Earlier quoted context omitted.

I've just found Debian breaks too much and is mostly deprecated, e.g. Python 2.4?

That sounds like FUD. If you don't want it to break, use stable, which is currently at python 2.6.6: http://packages.debian.org/search?suite=squeeze&searchon... If you want up-to-date, use testing, which is at python 2.7.3: http://packages.debian.org/search?suite=wheezy&searchon=... They both have python3 versions available, too (3.1.3 and 3.2.3 respectively). There are legitimate complaints about Debian, but being s…

My mistake. I installed Debian stable about 3 months ago, but Numpy was ridiculously out of date. I falsely remembered it being Python itself. Mea culpa.

Re: Ubuntu Will Now Have Amazon Ads Pre-Installed

#90
post #53

Just a note: all the ads will be removable with the command: sudo apt-get remove unity-lens-shopping --purge

You type too much: sudo dpkg -P unity-lens-shopping

In general it's not good to use that command because it can leave your system in an inconsistent state -- when there are packages which depend on the package you just removed. apt-get works out the dependencies.
Post reply on HN