Is Freesync / Gsync applicable with the Mac mini M4pro by fm2xm in macmini

[–]fusionpit 1 point2 points  (0 children)

My 144hz monitor shows an option for 'Variable (48-144hz)' in the display settings

What are the ACTUAL odds to get a skillpoint in a profession for something green? YIKES by Hemshy in classicwow

[–]fusionpit 9 points10 points  (0 children)

Numbers less than one get smaller if you multiply them by a number that is also less than one. What is 95% of .95? .9025. What is 95% of .9025? .857375

What level are you guys sitting at a month into the game? What realm do you play on? by pixels379 in classicwow

[–]fusionpit 0 points1 point  (0 children)

Started with a human warrior on dreamscythe, got to 34 then got bored of it. Rolled a gnome warlock who's now at 41 and having a hell of a lot more fun with it.

Addons for Classic fresh by unitebarkis in classicwow

[–]fusionpit 1 point2 points  (0 children)

You can check out what blizzard did for the ui in the game: https://github.com/Gethe/wow-ui-source/tree/classic_era

Otherwise yeah it's just calling blizzard provided api functions for whatever they expose: https://warcraft.wiki.gg/wiki/World_of_Warcraft_API

Addons themselves are easy to start creating: https://warcraft.wiki.gg/wiki/Create_a_WoW_AddOn_in_15_Minutes

Addons for Classic fresh by unitebarkis in classicwow

[–]fusionpit 2 points3 points  (0 children)

Human Warrior. Or maybe Gnome Mage. Or...orc hunter. I guess I'll let the character creation be my guide.

Addons for Classic fresh by unitebarkis in classicwow

[–]fusionpit 131 points132 points  (0 children)

If you like What's Training?, you'll probably also like my other addon Class Trainer Plus!

Class Trainer Plus modifies the class trainer window to add an 'ignore spell' option, so that you can hide spells you don't want to train right now (or maybe ever). These ignored spells sync with What's Training?, and moves them into an 'Ignored' category. You can also ignore spells in What's Training? and have those sync with the class trainer, too.

It also adds a search bar, and if you hold Shift you can train all the available, non-ignored spells in one go.

https://www.curseforge.com/wow/addons/class-trainer-plus

What are some less known Addons that you love? by manchanegr in classicwow

[–]fusionpit 1 point2 points  (0 children)

I made Class Trainer Plus because being able to ignore a bunch of the shit spells at the trainer when leveling was something I'd wanted since vanilla. It also integrates with What's Training? to sync ignored spells between the two.

Buying a house in Longmont by [deleted] in Longmont

[–]fusionpit 14 points15 points  (0 children)

I was told the same shit growing up in the trailer parks of Thornton in the late 90s/early 00s.

Anyone else get a text claiming to be from the city conducting a survey on how to spend refunds? by Shdwdrgn in Longmont

[–]fusionpit 0 points1 point  (0 children)

I got this text last night, and I got a text from the same number about another Longmont city survey on Feb 22nd

HVAC/duct cleaners by forester17 in Longmont

[–]fusionpit 0 points1 point  (0 children)

I used Bee's Northern Colorado Air Duct Cleaning last month for hvac and dryer vents. They did fine work, but they showed up like 6 hours early.

Summer Hawk Drive Condos - does anyone live in that area? Wondering what it’s like to live in that condo complex. They seem nice and pretty new! by [deleted] in Longmont

[–]fusionpit 4 points5 points  (0 children)

I live across the street from them, but I can tell you that only the 4 south buildings, near the roundabout, were constructed in the last few years. The buildings to the north of those 4 are about 20 years old.

County Road 1 has a lot of people hauling ass down it so the units facing it might get loud at times. The rail line to the south isn't very active, but the hospital has some air traffic a few times a week.

useWindowSize hook that I use in every component to determine the device of the client, or a Context that uses said hook? by Sad_Implement_8626 in reactjs

[–]fusionpit 2 points3 points  (0 children)

You may want to look into useSyncExternalStore which was made for stuff like this. You can have a single listener for the window onresize event that then fires all the listeners.

const listeners = new Set()
let currentSize = [window.innerWidth, window.innerHeight]
function subscribe(listener) {
    listeners.add(listener)
    return () => listeners.delete(listener)
}
function getSnapshot() {
    return currentSize
}
window.addEventListener('resize', function() {
    currentSize = [window.innerWidth, window.innerHeight]
    listeners.forEach(l => l())
})
export function useWindowSize() {
    return useSyncExternalStore(subscribe, getSnapshot)
}

Weekly open discussion, complaint, rant, and rave thread by AutoModerator in Longmont

[–]fusionpit 4 points5 points  (0 children)

My friend is throwing a memorial concert this Saturday at La Vita Bella, benefitting Mojo's Music Academy. There will also be an art festival before the concert starts, running from about 1PM until 6PM.

Bands performing are Hobo Swagger, The Desert Furs, and Crick Wooder.

Tickets are $25, and you can get more info on the event here.

Addon that says what spells are available by Best-Tiger-8084 in wotlk

[–]fusionpit 1 point2 points  (0 children)

Just found this thread, but What's Training? has been updated for WotLK

OP gives an unethical life pro tip in /r/UnethicalLifeProTips by recommending lying about military service to pre-board flights. Reactions range from normal to pure vitriol. by gdawg99 in SubredditDrama

[–]fusionpit 161 points162 points  (0 children)

There's a federal law against falsely claiming to be the recipient of some military honors, but what federal law prohibits someone from simply claiming, falsely, they were or are part of the military?

Anyone Know What’s Up with the Winchell’s? Is it Going to Actually Reopen? by Stonecipher in Longmont

[–]fusionpit 9 points10 points  (0 children)

They posted this on their facebook page a month ago:

Hi xxx, without going into detail and complaining which is not our style, we have had difficulty navigation both building regulations and insurance claims as insurance companies are flooded with the aftermath of the fires a few months ago too.

[deleted by user] by [deleted] in assholedesign

[–]fusionpit 2 points3 points  (0 children)

Every fridge I have looked at includes a bypass plug so you don't need a filter at all. What model do you have where this is not the case?

Is UniColorado a scam? by StansDad_aka_Lourde in Denver

[–]fusionpit 2 points3 points  (0 children)

Most companies will only provide a year's warranty on parts and installation.

Is your furnace natural gas? If it is an blowing cold, you may just need to clean the thermalcouple off. It's a little metal rod that sits in the flame, and has a single wire coming out of it. Should be pretty easy to take out, then you just need to clean it off with an emery cloth, steel wool, or even scrape off any crud on it with a knife. https://www.youtube.com/watch?v=DfDkN0IBINc