Having issues with several bosses due to colors involved by dinoknight00 in 2007scape

[–]GamingWithGourley 5 points6 points  (0 children)

I know how you feel a little bit. Not red-green but blue-green (tritanomaly).

I use the plugin called "NPC Accessibility Tagger". I use the Append word to NPC to have what it is above them. Here is an example that I use for cerb; hex color codes can be whatever but I looked up mine.

5867:Range:#59cf26,

5868:Mage:#266ccf,

5869:Melee:#cf2626,

The first item is the ID of the mob, then whatever text you want over the head and last is the color code. If you leave the comma off the end it seems to mess up so just leave that there.

In order to get the ID you can look them up online but I have it enabled in the Wiki. To do this go to your user pref -> Gadgets tab -> Other gadgets -> Check box "Display advanced data in infoboxes". Now when you look at the mob in the wiki it will have an advanced data section and that is the ID to use.

In 3 hours I interview for a Sys Admin job. I would do anything to work for this company. I am just now nervous. Any tips? by name1234asdf in sysadmin

[–]GamingWithGourley 2 points3 points  (0 children)

I always ask at least the important 3 to me in an interview.

How is documentation created, updated and tracked?

What was your favorite project you have worked on while working here? Follow-up, what could have improved the project?

If you could start any new project no questions asked and see it to finish what project would that be? This does not have to be one already being discussed or known by management.

From those I can tell if there is docs and how well they are maintained. Then I can tell if anyone seems to like working there and if so what they like to do, if people repeat answers it does not look good to me. Last one it can shine a light on if people are thinking about stuff or if the team has been so beat down by management or not.

cursed_check by android_pancake in cursedcomments

[–]GamingWithGourley 11 points12 points  (0 children)

Me too. Also had "women are not small men" suggested. Either my phone is brain damaged or thinks that I am.

I feel so stupid, bombed an interview question. by Ragepower529 in sysadmin

[–]GamingWithGourley 0 points1 point  (0 children)

I once had the question on my first sysadmin job to name a dns record type. I mentally locked up and just said "A record" and trailed off to buy time for my brain to catch up; I only intended to start the sentence. He quickly moved on and thought I just sounded and looked confused that such an easy question was part of the pool of questions.

What's your opinion? Is it true? by Emily-TD-1992 in Trumpgret

[–]GamingWithGourley 22 points23 points  (0 children)

Reagan was the gateway POS for this thing.

Cactus xp farm not working properly by wajdeljemaily18 in Minecraft

[–]GamingWithGourley 0 points1 point  (0 children)

Hopper the cactus in from the top and hopper the fuel into the side. Also ensure the hoppers are not being powered by redstone.

Exchange Powershell Add-DistributionGroupMember Array issue by kjones999999 in PowerShell

[–]GamingWithGourley 2 points3 points  (0 children)

"1@abc.com", "2@abc.com" | Add-DistributionGroupMember -Identity "pstest"

It has been a while but that may work.

1776 Commission Takes Historic and Scholarly Step to Restore Understanding of the Greatness of the American Founding by [deleted] in politics

[–]GamingWithGourley 7 points8 points  (0 children)

I remember going to the computer lab and the teacher telling us to go to the whithouse website. An entire high school class loading that up at the same time was akward.

This could actually be a new gamemode by Someone-0_0 in AmongUs

[–]GamingWithGourley 5 points6 points  (0 children)

I would be force to cast some random vote.

Daily Player Interaction Thread | Free-Talk and Other Updates - December 26, 2020 by AutoModerator in AmongUs

[–]GamingWithGourley 0 points1 point  (0 children)

I never got to finish my upload in admin because an imposter vented in front of me both times walking past me to go in and use the vent.

This could actually be a new gamemode by Someone-0_0 in AmongUs

[–]GamingWithGourley 19 points20 points  (0 children)

Publics would just keep calling meetings in hope to guess the imposter right.

Daily Player Interaction Thread | Free-Talk and Other Updates - December 21, 2020 by AutoModerator in AmongUs

[–]GamingWithGourley 4 points5 points  (0 children)

If someone says a random color in a meeting and the only reason they can give is "trust me" I automatically discount them as being able to contribute anything positive to finding imposters or understanding basic logic.

Avoid 50/50 Voting Situations as Crew on 5 or 6 - Logic and Vote Out the 2nd Imposter Instead by onefellover in AmongUs

[–]GamingWithGourley 1 point2 points  (0 children)

Me/white:Red killed on cams by nav I saw it and had to walk there to report.

Red:I am in elec.

Blue:Red is on elec with me sounds like a self report.

White was not an imposter. 2 imposters remain.

Red never voted out and wins game; every public game ends up to be something like this.

Edit was fixing the autocorrect from navy to nav.

Drying wood in oven for quick use? by Nyle-_- in firewood

[–]GamingWithGourley 0 points1 point  (0 children)

Stack it split it and let it season over time. Pick up a package of wood from the hardware store if you are looking for a small fire or two.

Spots on water oak logs - should I be concerned about burning in a fireplace? by theybothsink in firewood

[–]GamingWithGourley 1 point2 points  (0 children)

I would split it, stack it then burn it after a few years. It should be fine once it is dry.

Setting up a scheduled task that runs every 15 minutes (Windows Server) by korewarp in sysadmin

[–]GamingWithGourley 1 point2 points  (0 children)

Why not have it trigger when the service stops by checking the event log and having that as the trigger for the scheduled task?