The force-feeding of AI features on an unwilling public
71–80 of 421 posts
Re: The force-feeding of AI features on an unwilling public
#72ChatGPT is the 5th most-visited website on the planet and growing quickly. that’s one of many popular products. Hardly call that unwilling. I bet only something like 8% of Instagram users say they would pay for it. Are we to take this to mean that Instagram is an unpopular product that is rbi g forced on an unwilling public?
If I want to use ChatGPT I will go and use ChatGPT myself without a middleman. I don't need every app and website to have it's own magical chat interface that is slow, undiscoverable and makes the stuff up half the time.
I was searching for something on Omnissa Horizon here: https://docs.omnissa.com/
It has some kind of ChatGPT integration, and I tried it and it found the answer I was looking for straight away, after 10 minutes of googling and manual searching had failed.
Seems to be not working at the moment though :-/
Re: The force-feeding of AI features on an unwilling public
#73I said no. Respect my preferences.
Re: The force-feeding of AI features on an unwilling public
#74But why are the CEOs insisting so much on AI? Because stock investors prefer to invest on anything with "AI inside". So the "AI business model" would not collapse , because it is what investors want. It is a bubble. It will be bubbly for a while, until it isn't.
Because it can, will and has increase productivity in a lot of fields. Of course it’s a bubble! Most new tech like this is until it gets to a point where the market is too saturated or has been monopolised.
I bet if you go back to the printing press, telegraph, telephone, etc. you will find people saying "it's only a bubble!".
Re: The force-feeding of AI features on an unwilling public
#75>Everybody wanted the Internet. I don't think this is true. A lot of people had no interest until smartphones arrived. Doing anything on a smartphone is a miserable experience compared to using a desktop computer, but it's more convenient. "Worse but more convenient" is the same sales pitch as for AI, so I can only assume that AI will be accepted by the masses too.
Re: The force-feeding of AI features on an unwilling public
#76Earlier quoted context omitted.
Allright, had this recently since i keep forgetting luks commands. How do you set up an encrypted file on linux that can be mounted and accessed same as a hard drive. (note: luks, a few commands) You will see a nonsensical ai summarization, lots of videos and junk websites being promoted then you'll likely find a few blogs with the actual commands needed. Nowhere is there a link to a manual for luks or similar. This…
Is "How do you set up an encrypted file on linux that can be mounted and accessed same as a hard drive." literally what you put into the search bar? if so, that's the problem. try "mount luks encrypted file" or "luks file mount". too many words and any grammar at all will degrade your results. it's all about keywords edit: after trying it myself i quickly realized the problem - luks related articles are usually about…
Re: The force-feeding of AI features on an unwilling public
#77There are open source or affordable, paid alternatives for everything the author mentioned. However, there are many places where you must use these things due to social pressure, lock-in with a service provider (health insurance co, perhaps), and yes unfortunately I see some of these things as soon or now unavoidable.
Another commenter mentioned that ChatGPT is one of the most popular websites on the internet and therefore users clearly do want this. I can easily think of two points that refute that: 1. The internet has shown us time and time again that popularity doesn’t indicate willingness to pay (which paid social networks had strong popularity…?) 2. There are many extremely popular websites that users wouldn’t want to be woven throughout the rest of their personal and professional digital lives
Re: The force-feeding of AI features on an unwilling public
#78Earlier quoted context omitted.
We run our own LLM server at the office for a month now, as an experiment (for privacy/infosec reasons), and a single RTX 5090 is enough to serve 50 people for occasional use. We run Qwen3 32b which in some benchmarks is equivalent to GPT 4.1-mini or Gemini 2.5 Flash. The GPU allows 2 concurrent requests at the same time with 32k context each and 60 tok/s. At first I was skeptical a single GPU would be enough, but it…
If those smaller models are sufficient for your use cases, go for it. But for how much longer will companies release smaller models for free? They invested so much. They have to recoup that money. Much will depend on investor pressure and the financial environment (tax deductions etc). Open Source endeavors will have a hard time to bear the resources to train models that are competitive. Maybe we will see larger coop…
Re: The force-feeding of AI features on an unwilling public
#79As a data point, the "Stop Killing Games" one has passed the needed 1M signatures so is in good shape:
Re: The force-feeding of AI features on an unwilling public
#80Earlier quoted context omitted.
User issue. Every single time this comes up. People don't know how to search, that's it. Even the HN population. Every time this gets posted, I ask for one example of thing you tried to find and what keywords you used. So I'm giving you the same offer, give me for one thing you couldn't find easily on Google and the keywords you used, and I'll show you Google search is just fine.
Allright, had this recently since i keep forgetting luks commands. How do you set up an encrypted file on linux that can be mounted and accessed same as a hard drive. (note: luks, a few commands) You will see a nonsensical ai summarization, lots of videos and junk websites being promoted then you'll likely find a few blogs with the actual commands needed. Nowhere is there a link to a manual for luks or similar. This…
At the top there's a "featured snippet" from opensource.com, allegedly from 2021, that begins with: create an empty file (this turns out to mean a file of given size with no useful data in it, not a size-0 file), then make a LUKS volume using cryptsetup, etc.
First actual search result is a question on Ask Ubuntu (the Stack Exchange site dedicated to Ubuntu) headed "How do I create an encrypted filesystem inside a file?" which unless I'm confused is at least the correct question. Top answer there (from 2017) looks plausible and seems to be describing the same steps as the "featured snippet". A couple of other links to Ask Ubuntu are given below that one but they seem worse.
Next search result is a Reddit thread that describes how to do something different but possibly still of interest to someone who wants to do the thing you describe.
Next search result is a question on unix.stackexchange.com that turns out to be about something different; under it are other results from the same site, the first of which has a cryptsetup-based recipe that seems similar to the other plausible ones mentioned above.
Further search results continue to have a good density of plausible-looking answers to essentially the intended question.
This all seems fairly satisfactory assuming the specific answers don't turn out to be garbage, which doesn't look very likely; it seems like Google has done a decent job here. It doesn't specifically turn up the LUKS manual, but then that wasn't the question you actually asked.
Having done that search to find that the relevant command seems to be cryptsetup and the underlying facility is called LUKS, searches for > and > (again, the first search terms that came to mind) look to me like they find the right things.
(Google isn't my first-choice search engine at present; DuckDuckGo provides similar results in all these cases.)
I am not taking any sides on the broader question of whether in general Google can give good search results if one picks the right words for it, but in this particular case it seems OK.