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
idk.... the first two results seem both relevant and authoritative.
You may not be a developer, but the first expected result with that query would be a link to https://hub.docker.com/_/redis
Google is really bad at this for some reason and will point you to blogs that as a dev I don't care in the slightest. Hell, using the same query I cannot find a single link to dockerhub on my device, it's extremely frustrating
I'm a developer and I'd much rather have the docs. Who the fuck can remember FROM reddis?
It's important to look at the dockerhub page to see the available tags (I usually prefer smaller images like alpine)
The usage docs for the docker image should be in the dockerhub readme.
But the first result to the query
docker redis image
should be the dockerhub entry, followed maybe by blog posts and tutorials.Otherwise you can query something like
redis doc
orredis docker tutorial
.It's a garbage blog that starts as an ad for Docker Hub, that's clearly not what I want.
Clearly? Your keywords are docker and reddis.... here is a page, from docker.com talking about that exact thing.
How can you automate the relevance of the page? manually review? block all blog (some blogs are good).
Google uses signals, like you clicking on other links, to determine the quality of results, so your terminal click is the high quality result.
You complain the first result is an ad for docker hub, but your stated desired result is .... docker hub.....
But couldnt they active their brain during development? Or have for the big websites that have something special a special case?
for example on docker you dont want ugly Blogs from them you want the images if you ask for docker IMAGENAME. They know the path paterns /ORG/IMAGENAME.
If you have issues then you will query docker how to use IMAGENAME or similar then the blog would be perfect. Otherwise useless information.
your taking your human level domain specific knowledge of a specific site structure - and generalizing it to a search engine. How is the search engine going to know the best result to give you?
If a search is for docker NAME image so google shows users
Which result is going to get more terminal, and high quality clicks from searchers?
Realizing that many of the people who are using docker daily are either going to already go to the hub directly, or do site:hub.docker.com in some quick search bar
The population of searchers who find the A result more beneficial is probably higher then the B result, most people prefer step by step instructions and some hand holding when searching. The pros who have a groove and rythem, I suspect, have more direct ways to get what they want.
While google can improve, i'm not seeing this as gore, the relevant result this user wanted was the 5th link, and the first 2 links both got them there as well.
ok boomer then use “docker pull” why are you Googling it
Probably to lookup what are the possible environment vars for the container.
The second one is relevant official documentation tho
I'm confused then. If you were looking for a docker image, why not start in hub.docker.com?
I'm not an expert in containers, but I know enough to know if I am looking for an image, I go to docker hub.