this post was submitted on 21 Aug 2026
437 points (99.8% liked)

Software Gore

6578 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Entertainmeonly@lemmy.blahaj.zone 108 points 4 days ago (4 children)

Auto fill likes to put a space after the name that often will make these forms freak out.

[–] dohpaz42@lemmy.world 64 points 4 days ago (4 children)

Not always. My mortgage company uses a software where it treats the password as invalid if it’s autofilled. I have to copy and paste the password into the box to remove the error.

Why people and companies need to make things purposefully difficult is beyond me. This shit is decades old and solved. Yet, they’re still constantly broken.

[–] brb@sh.itjust.works 52 points 4 days ago

What usually works is adding a character at the end of the autofilled password and then removing it

[–] nocturne@slrpnk.net 23 points 4 days ago (2 children)

My old bank would not allow pasted passwords, nor autofill. For a while PayPal was the same way.

[–] cmnybo@discuss.tchncs.de 18 points 4 days ago

Many password managers have a function where they can fill the password by sending key presses for troublesome sites like that.

[–] acockworkorange@mander.xyz 8 points 4 days ago

https://github.com/marcos10pc/dont-f--with-paste-bookmark

Don't fuck with paste - a bookmarklet for those occasions.

[–] MonkderVierte@lemmy.zip 10 points 4 days ago* (last edited 4 days ago)

Security theater. "Look, boss, i made thing more secure!"

[–] kuberoot@discuss.tchncs.de 4 points 3 days ago (1 children)

From my experience, I think this also happens because of badly written code, where it tries to detect user input to do validation, but it handles events incorrectly and sees autofill as invalid.

[–] LastYearsIrritant@sopuli.xyz 2 points 3 days ago

I found that a lot of banks reject it unless both of the fields have been active inputs.

So do the auto fill, then click each field so it thinks they were both used, then click login.

Dumb, but two of my financial institutions require it.

[–] eatham@aussie.zone 14 points 4 days ago (1 children)

Spaces are valid within names.

[–] KairuByte@lemmy.dbzer0.com 7 points 4 days ago (2 children)

Are they valid after names? I mean I suppose they could be, but how could you ever, and I mean ever, write out the name in that case?

[–] eatham@aussie.zone 23 points 4 days ago (2 children)

No but the software should just remove excess whitespace instead of complaining

[–] lemmyvore@feddit.nl 10 points 4 days ago (1 children)
[–] 0x0@lemmy.zip 2 points 4 days ago* (last edited 4 days ago) (1 children)

11 i thought all alphabets have been encoded in Unicode?
15 Murica and Brazil have no rules whatsoever so i guess it can happen.

[–] gandalf_der_13te@feddit.org 1 points 3 days ago* (last edited 3 days ago)

some people don't even have a native writing system so i guess their name is not canonically mapped in unicode characters either. every attempt to write it down is just an approximation.

[–] tgxn@lemmy.tgxn.net 10 points 4 days ago
[–] bhamlin@lemmy.world 8 points 4 days ago (1 children)

Who are you to judge that my name isn't valid? I can be " Bart 2" if I want to be.

[–] KairuByte@lemmy.dbzer0.com 3 points 3 days ago (2 children)

Does your name include the quotes? >.>

only one of them obviously

[–] bhamlin@lemmy.world 1 points 3 days ago

Only the last one

[–] lime@feddit.nu 11 points 4 days ago (1 children)

what if my name has a space at the end though?

[–] Birch@sh.itjust.works 6 points 4 days ago
[–] hig13@lemmy.world 6 points 4 days ago (3 children)

Couldn't you just make it so the text box doesn't accept spaces to prevent that? Why allow a character to be input that makes the field invalid?

[–] gwl@lemmy.blahaj.zone 25 points 4 days ago* (last edited 4 days ago)

Yeah, that's also a bad idea, there's plenty of (mostly none-western) forenames that contain spaces, and plenty of surnames that contain spaces all over the world (Charles de Gaul, Guy Manuel de Hommen-baron)

All they really need to do is to onSubmit do a .trim() to the name

[–] FooBarrington@lemmy.world 16 points 4 days ago (1 children)

Because even if a space at the end of the name should be considered invalid, people can have names with spaces inside.

[–] Whats_your_reasoning@lemmy.world 8 points 4 days ago (1 children)

This is true. I know someone with a legal first name that's two words. He's a kid I work with. His parents made a point that his name isn't one or the other, it's both, and we are to address him as such.

To my understanding (as a non-tech person who consumes tech-related media), name fields are commonly culturally biased. Usually it impacts last names, which can vary in size and layout across the world, sometimes including hyphens (which some systems don't like either.) Super short or long names also run into problems. Not everyone has one first name, one middle name, and one last name, but a lot of systems aren't designed to handle that kind of variation.

[–] gwl@lemmy.blahaj.zone 0 points 1 day ago

There's a lot with "name must be 3 or more characters" for example

[–] MonkderVierte@lemmy.zip 7 points 4 days ago (1 children)

Nah, backend is hard, and they only know JS.

[–] Kushan@lemmy.world 7 points 4 days ago (1 children)

As a primarily backend engineer, I think the opposite here. The backend makes sense, JS is just a nightmare.

[–] MonkderVierte@lemmy.zip 3 points 4 days ago* (last edited 3 days ago)

From the typical web developer' view of course. They don't even know the <form><input type="submit"> thing anymore nowadays, neither the people who developed their framework. Can't apply for a job, because the js-form has a bug!