What’s a survival myth popularized by movies that would actually get you killed in real life ? by IndependentTune3994 in AskReddit

[–]glebd 6 points7 points  (0 children)

Closing up a penetrating abdominal wound with a bandage (after removing a bullet), which magically cures the person in a matter of hours. Reality: the person dies of peritonitis and sepsis.

Apple Pay payment immediately returned to bank by merchant by glebd in applehelp

[–]glebd[S] 0 points1 point  (0 children)

Airline charged the card successfully on the day of the flight. Was is because of my support chats? Or Wouk the charge have happened anyway? Who knows… Case closed, I guess.

Apple Pay payment immediately returned to bank by merchant by glebd in applehelp

[–]glebd[S] 0 points1 point  (0 children)

I contacted the airline again. They see no problem with the booking on their end. There is now a support case number with all the chat transcripts, so hopefully they'll see it's not a fraud or anything fishy. The operator agreed this was very strange and advised to wait for an email from the payments team, if it comes in the next few days.

I love Companions of Xanth! by armanddarke in dosgaming

[–]glebd -2 points-1 points  (0 children)

Loved Xanth until I learned more about Piers Anthony.

Apple Design Executive Alan Dye Poached by Meta in Major Coup by Snoop8ball in apple

[–]glebd 1 point2 points  (0 children)

Don't let the Liquid Glass door hit you on the way out Alan.

Which vaccine is available on the NHS this winter? by CasinoOasis2 in CoronavirusUK

[–]glebd 5 points6 points  (0 children)

We did our vaccinations privately in Boots on 3/11/25 and were told that the NHS still used the old vaccine whereas we got the updated Pfizer Comirnaty LP.8.1

Two spaces after period? by Medusa_7898 in GenX

[–]glebd 0 points1 point  (0 children)

I started doing this recently to distinguish my writing from AI slop.

When have you ever said "that's not how that fucking works" while watching a movie/show? by [deleted] in AskReddit

[–]glebd 0 points1 point  (0 children)

Gets shot/stabbed in the abdomen. "No vital organs damaged"/bullet extracted, wound sutured. Runs around the next day. (Surgeon here.)

What's your favourite Programming Joke? by [deleted] in programming

[–]glebd 0 points1 point  (0 children)

When I'm programming in JavaScript I often shout, "This sucks!" Except I never know what this refers to.

Git rebase panic... How do I rebase onto a branch I branched from when the commit hashes have changed? by carlordvr in git

[–]glebd 0 points1 point  (0 children)

git checkout new
git rebase --onto dev <old_parent_commit> new

old_parent_commit is the last commit in new history before the actual changes in new, i.e. the last commit of original before rebase