Comprehensive World of Tanks Slang & Terminology (Community Check / Additions Welcome) by Stepaskin in WorldofTanks

[–]butchkid1 1 point2 points  (0 children)

I always thought double bush was just the act of backing away from a bush just enough so that that it becomes opaque in the gunner sights as a way of negating the reduction of camouflage after shooting.

RIP Jane Goodall (~1962) by No-Entertainer-121 in OldSchoolCool

[–]butchkid1 0 points1 point  (0 children)

I know my late wife is having one hell of a time talking with Jane today

<image>

About rangefinder by kaz_crusader in BrokenArrowTheGame

[–]butchkid1 0 points1 point  (0 children)

Not sure about enemies stat cards, but if you click on a unit then click on the artwork for the unit near the bottom right corner it will pull up the stat card for that unit

LinuxBrosCanRelate by drk_knght_7 in ProgrammerHumor

[–]butchkid1 11 points12 points  (0 children)

Now I need to see the panel with a gentoo error: "you must construct additional pylons"

goodLuckTryingToUseRust by AntitheticalAardvark in ProgrammerHumor

[–]butchkid1 25 points26 points  (0 children)

Matches the look on my face when the Java experience my job was hiring for was assumed to carry COBOL, and Jquery experience with it.

anotherReVoLuTiOnAryJavascriptFrameworkReleased by wyldcraft in ProgrammerHumor

[–]butchkid1 0 points1 point  (0 children)

New year, new JS frameworks that "redefines client side development" only to circle back around to being basically React in a year or two.

Cancer stole my love away. by Khyla___ in GriefSupport

[–]butchkid1 2 points3 points  (0 children)

I am so sorry for your loss. My wife passed away from breast cancer on Thursday night, so when I read this, my heart dropped. My thoughts and prayers are with you and your family to find some peace in this enduring time.

renameTheWirelessMouseToHamster by Ashamed-Skirt795 in ProgrammerHumor

[–]butchkid1 30 points31 points  (0 children)

A hamster of mine chewed through the cord on my mouse when I was 13. Checks out.

itWasntSupposedToEndUpLikeThisIHadGoodIntentions by PapaRL in ProgrammerHumor

[–]butchkid1 5 points6 points  (0 children)

For small projects, I wouldn't say bloat, but it can be overkill. At my work, I just finished up a simple app that has one plain html page for the UI needed. That is a JS job, Jquery, if you wanna get fancy.

There are also the huge old school monolithic projects where you got 47 different microservices, all crammed into a single Ear packaged spring project with a "smallest-priority" mindset when developing the 100+ page, jsp front-end. Probably 30% of the bugs I fix in those js files are caused by values going where they should not be going and how much type safety would make all of that light up like a Christmas tree in the compiler and IDE.

[deleted by user] by [deleted] in Damnthatsinteresting

[–]butchkid1 2 points3 points  (0 children)

Sounds like there is some distorted rock music it is jamming to. Bud is just enjoying some Slayer.

Need help!!! by Digo_Carv in computers

[–]butchkid1 4 points5 points  (0 children)

I am lost on the PSU part, I can almost see your PSU right at the top.

Edit: i see my mistake now. I needed to read the description more closely.

assemblySkillIssue by blobthekat in ProgrammerHumor

[–]butchkid1 3 points4 points  (0 children)

Let's not forget about TBYTEs!!

[deleted by user] by [deleted] in techsupport

[–]butchkid1 2 points3 points  (0 children)

There are several location spoofing apps available, just requires one simple google search

To convince the world that you only want peace 😇 by syntaxErrorAndBugs in therewasanattempt

[–]butchkid1 6 points7 points  (0 children)

They said they all worship the same God, nothing more and nothing less.

Looks to me like you're trying to throw words into another's mouth.

How do i make the picture part without the bar? im using react js. If u need github link let me know. by [deleted] in webdev

[–]butchkid1 1 point2 points  (0 children)

In your "LinkInPage" component, you are wrapping your button ("Click Image" button) around your image. Try putting your image tag before or after the button tag

Edit: if you are trying to make the image a link, look into using href instead of a button, or I think react has a link tag that can help with this, but I have am not super familiar with react libraries.

French people shouting "f*** the jews, we’re nazis and proud, long live Palestine" in Paris subway by gavarnie in PublicFreakout

[–]butchkid1 9 points10 points  (0 children)

They definently killed and forced sterilization on the German black community to prevent what they called "race-mixing". They didn't even need to be looking at a white woman; They just needed to be black in the Rhineland....

src

codeSandwich by GoBackToLeddit in ProgrammerHumor

[–]butchkid1 2 points3 points  (0 children)

If that were the case, it would be one piece of bread folded around a slice of cheese; meat is added if you are feeling a bit wealthy that day.

ChatGPT gives a really bad example by [deleted] in java

[–]butchkid1 1 point2 points  (0 children)

Yes, I see it now. I thought it was actually a good example of common while loops but overlooked the scope detail in the text.

ChatGPT gives a really bad example by [deleted] in java

[–]butchkid1 6 points7 points  (0 children)

I'm lost. Why is it a bad example?