this post was submitted on 13 Sep 2023
480 points (96.9% liked)

Software Gore

5058 readers
1 users here now

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)


  1. This community is a part of the Lemmy.world instance. You must follow its Code of Conduct (https://mastodon.world/about).
  2. Please keep all discussions in English. This makes communication and moderation much easier.
  3. Only post content that's appropriate to this community. Inappropriate posts will be removed.
  4. NSFW content of any kind is not allowed in this community.
  5. Do not create duplicate posts or comments. Such duplicated content will be removed. This also includes spamming.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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!


founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Carighan 17 points 9 months ago (2 children)

This comes from your search results. I just tried it, and for me it answers what you'd expect. I suspect you use a search system that's either bing, based on bing, or sends queries to bing, and as a result of that it assumed you wanted to search for this specific thing.

Mind you, that makes it no less ridiculous since on the web, Bing can recognize that you put in a math query and answers it without wanting to autocomplete it. It's still bad, just in a slightly more specific way. 😂

[–] Pyroglyph 11 points 9 months ago (2 children)

I did just try this again on my work laptop and it searched correctly. But the 2nd "search the web" suggestion still added a 0. Maybe I had searched that by accident by hitting enter after typing it (as it still opens Edge/Bing annoyingly).

[–] icedterminal 9 points 9 months ago (1 children)

Disable Bing in the search box on your personal computer. If you're performing searches on your desktop, even if you don't select a web search, it's still being sent to Microsoft and stored.

[–] Pyroglyph 2 points 9 months ago* (last edited 9 months ago) (1 children)

Just did that now, but unfortunately it still "corrects" the query.

As an aside, I'd like to completely remove Edge too, but no matter what I've tried I just can't seem to get it leave me alone. Any suggestions?

[–] icedterminal 3 points 9 months ago

I personally just nuke it. Since there's no official way to uninstall. Delete the entire contents of the Edge directory.

remove-item -path "C:\Program Files (x86)\Microsoft\Edge" -recurse -force

Recreate it.

new-item -type "directory" -path "C:\Program Files (x86)\Microsoft\Edge"

Take ownership.

takeown /f "C:\Program Files (x86)\Microsoft\Edge" /a /r

Strip all current permissions.

icacls "C:\Program Files (x86)\Microsoft\Edge" /inheritance:r /q 

Deny everyone.

icacls "C:\Program Files (x86)\Microsoft\Edge" /t /deny "Users:(OI)(CI)F" "Everyone:(OI)(CI)F" "NT SERVICE\TrustedInstaller:(OI)(CI)F" "SYSTEM:(OI)(CI)F" /q

This process effectively breaks the ability for the Edge Update utility to install/update the Edge browser. This is intended so you never see it again. The shortcut can be deleted at C:\ProgramData\Microsoft\Windows\Start Menu\Programs. Thankfully, Edge is not hard coded into the shell so it will disappear. I've never had it come back or experienced any ill side effects. There are left over registry entries but they are harmless and don't cause problems. File associations can be overridden with your own choices. Do not remove Edge WebView as it is a system and third party app dependency.

[–] mriormro 1 points 9 months ago (2 children)

Why the fuck do you think using search is an adequate replacement for a calculator? This is dumb.

[–] Pyroglyph 1 points 9 months ago

Because it's more convenient than any other option available. Every time I've used it before it's worked.

[–] AtHeartEngineer 2 points 9 months ago

I suspect the have the . and , switched in their language preferences, so the dot would just an arbitrary separator.