this post was submitted on 06 Nov 2025
514 points (99.4% liked)

Lemmy Shitpost

35595 readers
4280 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS
 
top 15 comments
sorted by: hot top controversial new old
[–] kamen@lemmy.world 20 points 1 week ago* (last edited 1 week ago) (1 children)

When you ask a boolean question and they return a string

[–] dual_sport_dork@lemmy.world 10 points 1 week ago
[
 {
   "respid": "00001",
   "content": "response",
   "value": "0"
 }
]
[–] scytale@piefed.zip 18 points 1 week ago (2 children)

Oohh we have a guy similar to this at work. When you ask him to document what he wants to do so it can be officially approved, he would rather spend several days arguing back and forth on email with essays (multiple paragraphs) explaining why it shouldn’t be his responsibility to document it, instead of spending 10 mins to type in several sentences in the documentation.

[–] Pringles@sopuli.xyz 5 points 1 week ago

The copilot in outlook feature is super handy for summarizing mails from one colleague who writes half a novel each time. That's about the only handy use I have found for it, for the rest it's annoying.

[–] senorseco@lemmy.today 1 points 1 week ago

People will work much harder avoiding the thing than the time it takes to do the thing.

[–] Almacca@aussie.zone 9 points 1 week ago* (last edited 1 week ago)

Many years ago I was working on a large engineering project as a lowly draftsman, and the C.E.O. (or some other high muck-a-muck, can't exactly remember his title) would call an all hands meeting at the nearby Marriott hotel with a free buffet breakfast every 6 months or so, so it was a pretty nice paid alternative to working. We're talking a couple of hundred people at these things.

Except this dude loved the sound of his own voice and could waffle on endlessly about anything and nothing, and would do so at these meetings with a captive audience. Annoying, but a reasonable price to pay for a rather nice breakfast.

At the end he'd ask if anyone had any questions, and anyone that knew the guy knew to not fucking do that because we'd be standing there for another 5 minutes listening to the answer, except for the new guy, a very nice and earnest Dutch guy that was standing next to me. I tried to stop him with a subtle shake of the head, but he wasn't playing attention. Cue another 5 minutes of waffling. I so wanted to give him a swift kick in the shins.

[–] jaybone@lemmy.zip 8 points 1 week ago (1 children)

Because someone files a bug, which you are expected to fix. But they missed a bunch of shit in the use case. Because whoever originally implemented it sucks. So in doing the investigation for the bug, you uncover like ten other worse bugs. And your manager is like “why didn’t you just fix the bug?” Yeah. Then it’s fucking meeting time.

[–] vrek@programming.dev 5 points 1 week ago (1 children)

I had this happen to me. The program was only used internally but it was possibly the worst code that would compile. My personal favorite was the "login". When launching the program it accessed a local sql server. On that server was a table named "login" which you would assume had a list of all users and their passwords right?

Now that would be bad because you could launch ssms directly and just look at the table but when you did that there was 1 entry user "admin" password "admin".

But that's not all... When you look at the code these values are hard coded in. There is a linq query to check the login table for an entry with username "admin" and password "admin" and return the values in password. Now you might be thinking what the hell but here's the kicker...when it got the response back it checked len(password) => 5

Yup... Didn't check if password was correct just that the length of the password was equal to or greater than 5.

The actual username entry box? Yeah it didn't validate anything. You could just bang your hand on the keyboard and log in... Really you didn't even have to do that. You had to click or tab into the field and then click login. It didn't require you to enter anything just that the username field was active at some point.

[–] thedeadwalking4242@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

I thought my work was bad… I’d raise hell if I found that

[–] vrek@programming.dev 2 points 1 week ago

To make it worse it was in a medical field...in production for atleast 7 years... To my knowledge still isn't fixed...

[–] Someonelol@lemmy.dbzer0.com 7 points 1 week ago

The head of a related department at work kept bragging about his plans to make a brand new tech doc for months to the higher ups but the problem with that is he didn't have enough people to back it up. Upper management wants results already but the guy has too much pride to say it'll need to be delayed until the headcount climbs back up. Instead he's dragging my manager and by extension, me, into his plans. Now I'm being forced to bail out the other manager while not having the background necessary to produce a good doc on time. It's so bad that we're having twice a week workshops to cover this shit.

[–] hemko@lemmy.dbzer0.com 5 points 1 week ago

When you ask a simple question and it turns into a whole P1 war room

[–] Mechanite@lemmy.world 5 points 1 week ago
[–] mavu@discuss.tchncs.de 5 points 1 week ago

some days you just don't feel like working, and a well placed question-turns-meeting can make that happen.

[–] Blackmist@feddit.uk 4 points 1 week ago

Be like Zammo. Just say no.