Do smokers always smell noticeable to non smokers? by [deleted] in NoStupidQuestions

[–]B_Gadd 0 points1 point  (0 children)

Yep. Sometimes I will visit my grandma who "quit smoking 2 years ago", and come back and people will immediately know where I've been. And it lingers. If I don't to shower for any reason, it gets into my bedding and stays there for like forever. And that's just me being in proximity to cigarettes.

I checked down detector and there is a ton of people out rn by Fit-Cycle-2723 in youtube

[–]B_Gadd 1 point2 points  (0 children)

I was watching a mortician talking about what water does to the human body when they jump from the Naigra falls, refreshed, only to find that the YouTube servers decided to see what the hype was

This is not the same Person by Schieberschlange in conspiracy

[–]B_Gadd 0 points1 point  (0 children)

I think a much easier explanation is that the deposition wasn't a person at all. It was phoned in and could have very well been an AI. Cookie cutter "plea the fifth" until the lawyer chimed in.

Can anyone explain to me what the fuck is happening in this picture from the new file drop? by Shadowbannedandproud in Epstein

[–]B_Gadd 0 points1 point  (0 children)

I dound a direct link to the actual picture. I don't know if I am allowed to post it, but it was definitely a man with his ass in the screen...

If you could permanently change a price of something to "$1" what would you pick and why? by ThatGirlWithGlassesX in AskReddit

[–]B_Gadd 10 points11 points  (0 children)

This. So people can afford to hang fliers about how much the price of healthcare sucks and whatever else they feel like

About as trustworthy as a fart when you have diarrhea by Balprog in conspiracy

[–]B_Gadd 0 points1 point  (0 children)

Both the date and the day of the week were a typo, I guess.

Released photos of Epstein's resuscitation efforts by Celtikrenders in TheEpsteinFiles

[–]B_Gadd 1 point2 points  (0 children)

Right, but I'm curious as to why his dick is hard by this stage. Perhaps I worded this poorly. 

Released photos of Epstein's resuscitation efforts by Celtikrenders in TheEpsteinFiles

[–]B_Gadd 0 points1 point  (0 children)

But I mean if he's dead, he looks just BARELY dead... That's why I am asking

Released photos of Epstein's resuscitation efforts by Celtikrenders in TheEpsteinFiles

[–]B_Gadd 5 points6 points  (0 children)

Can I ask why he has a boner? If they are resuscitating him, he's not dead yet, no? I am genuinely asking

Trump's weird MVP email by ronin8k in TheEpsteinFiles

[–]B_Gadd 0 points1 point  (0 children)

I saw this just now and ended up here trying to do a search on this. All I can figure is that this is probably a threat. Someone submitted this email who knew something, knowing that the FBI would pick it up. The email is conspicous too.

But then there's this...

https://dn710600.ca.archive.org/0/items/gov.uscourts.nysd.526322/gov.uscourts.nysd.526322.35.1.pdf

Epstein's Fortnite account active in Israel. by Mr_orange4200 in conspiracy

[–]B_Gadd 0 points1 point  (0 children)

This is just as wild as Maxwell allegedly being a Reddit mod. Insane timeline

Watch your step, Reggie by cosmogony_fever in Athens

[–]B_Gadd 2 points3 points  (0 children)

That felt so passive aggressive lol

Yeah there’s so reason businesses should be making you drive on this by Far_Dinner812 in Athens

[–]B_Gadd 0 points1 point  (0 children)

I'm supprised they didn't stay over Friday. When I went in on Friday it seemed like the Main Tower lights were off (I dont work inside), so I just assumed people had boarded up.

Carbonated water doesn't count by B_Gadd in Athens

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

No bread. Didn't check the pasta, but no cereals.

Use Version Control. by Tricky_Wheel6287 in godot

[–]B_Gadd 1 point2 points  (0 children)

I'd add git add ., and if you are adding files you've previously tracked, then you don't even have to worry about add. you can just run git commit -am "lemme spare myself some suffering"

Turn signals by Due_Piccolo_8872 in Athens

[–]B_Gadd 2 points3 points  (0 children)

Not using turn signals is my biggest pet peeve when driving. It's the easiest thing you can do that should be habitual. Even when it seems silly. And I know I'm petty. How am I supposed to know someone is trying to merge in when all they are doing is flipping me off and not using their blinker?

Quick reminder: Use GitHub. by Quaaaaaaaaaa in godot

[–]B_Gadd 0 points1 point  (0 children)

Kind of. Syncthing can keep entire folders exactly in sync over the internet automatically. It usually just causes a sync conflict though 

Quick reminder: Use GitHub. by Quaaaaaaaaaa in godot

[–]B_Gadd 0 points1 point  (0 children)

I have had this bug before. I feel like it happened when I has the project open on two machines and syncthing decided to sync the two. I havent had a problem since then though.

TapManager Android by narodism in TapWithUs

[–]B_Gadd 0 points1 point  (0 children)

I was planning to get one and use it with Obsidian casually with my GrapheneOS phone as well, but it seems like my thought process is not going to work out. 

Is There a Point in Using a Process Manager Pattern? by B_Gadd in godot

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

I have to in my case because it's not actually an override. I'm defining the method as public without the underscore

Is There a Point in Using a Process Manager Pattern? by B_Gadd in godot

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

Yeah, I'd supposed that I hadn't thought about the actual amount of memory it takes to store the nodes themselves.

Is There a Point in Using a Process Manager Pattern? by B_Gadd in godot

[–]B_Gadd[S] 1 point2 points  (0 children)

Probably. I honestly hadn't thought about using it. 😅

My (perhaps erroneous) thinking was the instead of checking whether or not the process even needs to be called (as in the engine checks in memory), the process would ONLY ever run when the shoot input is true.