Software Gore
Welcome to /c/SoftwareGore!
This is a community where you can poke fun at nasty software. This community is your go-to destination to look at the most cringe-worthy and facepalm-inducing moments of software gone wrong. Whether it's a user interface that defies all logic, a crash that leaves you in disbelief, silly bugs or glitches that make you go crazy, or an error message that feels like it was written by an unpaid intern, this is the place to see them all!
Remember to read the rules before you make a post or comment!
Community Rules - Click to expand
These rules are subject to change at any time with or without prior notice. (last updated: 7th December 2023 - Introduction of Rule 11 with one sub-rule prohibiting posting of AI content)
- This community is a part of the Lemmy.world instance. You must follow its Code of Conduct (https://mastodon.world/about).
- Please keep all discussions in English. This makes communication and moderation much easier.
- Only post content that's appropriate to this community. Inappropriate posts will be removed.
- NSFW content of any kind is not allowed in this community.
- Do not create duplicate posts or comments. Such duplicated content will be removed. This also includes spamming.
- Do not repost media that has already been posted in the last 30 days. Such reposts will be deleted. Non-original content and reposts from external websites are allowed.
- Absolutely no discussion regarding politics are allowed. There are plenty of other places to voice your opinions, but fights regarding your political opinion is the last thing needed in this community.
- Keep all discussions civil and lighthearted.
- Do not promote harmful activities.
- Don't be a bigot.
- Hate speech, harassment or discrimination based on one's race, ethnicity, gender, sexuality, religion, beliefs or any other identity is strictly disallowed. Everyone is welcome and encouraged to discuss in this community.
- The moderators retain the right to remove any post or comment and ban users/bots that do not necessarily violate these rules if deemed necessary.
- At last, use common sense. If you think you shouldn't say something to a person in real life, then don't say it here.
- Community specific rules:
- Posts that contain any AI-related content as the main focus (for example: AI “hallucinations”, repeated words or phrases, different than expected responses, etc.) will be removed. (polled)
You should also check out these awesome communities!
- Tech Support: For all your tech support needs! (partnered)
- Hardware Gore: Same as Software Gore, but for broken hardware.
- DiWHY - Questioning why some things exist...
- Perfect Fit: For things that perfectly and satisfyingly fit into each other!
view the rest of the comments
The results you got make perfect sense, if you knew exactly what you wanted, why were you using a search engine to begin with? If you wanted the docker redis image, why didn't you just go to it directly instead of searching for it? Do you put your home address into a GPS and follow it turn by turn, or do you just go home?
Is searching for a specific object really such a weird thing? Op is clearly asking for a file, but the search engine is overoptimized for blog posts
It's optimized for what algorithms tell it will be the best response, no different than any other one. If you want keyword search only, don't use Google. If you don't want to be datamined, don't use Google. If you want a docker image, search for it on Docker hub, not a search engine.
That doesn't make any sense, wanted to find the image, don't know the link by heart.
Then you need to be more specific with your search, while I don't use Google because I don't like being data mined, I just tried "download docker redis image" and that page with everything was the first result.
When I tried exactly what you put in, on DDG, that image was the first thing that showed.
If you've vague, it's going to rank shit based on a ton of things that make it believe one is more popular than another. That's the literal job of a search engine.
(Typically) when people want a docker image, they go to docker hub, not to search engines. If you'd gone to docker hub one word on the search box (redis) would have given you the image.
Or since we're talking docker, and you knew what you wanted to install a simple "docker pull redis" would have taken care of it.