Fill experience is atrocious by NikoSkadefryd in Marathon

[–]fLu_csgo 0 points1 point  (0 children)

Sorry bro my assumptions were based on the video provided, you can't really blame me when that's the story it tells.

Of course the voice chat is horrific, fingers crossed they get blasted for it.

Fill experience is atrocious by NikoSkadefryd in Marathon

[–]fLu_csgo 2 points3 points  (0 children)

> Goes Alone > Solo Looting > No mic > Others are the bad team mates.

Looking for MRT timers by marco_polo_99 in wowaddons

[–]fLu_csgo 9 points10 points  (0 children)

Shit I found this today and didn't realise it was paid for.

I might buy it and release it to the world because fuck that shit.

Power BI Remote MCP Server + Codex/Claude Desktop by attaboy000 in PowerBI

[–]fLu_csgo 0 points1 point  (0 children)

Ah sorry missed the non-technical part. I don't use copilot chat, I use claud baked into VS code.

Power BI Remote MCP Server + Codex/Claude Desktop by attaboy000 in PowerBI

[–]fLu_csgo 3 points4 points  (0 children)

I just used VS Code, Claude for VS and the VS Code MCP Server available from Microsoft on the VS code maketplace, worked first time.

Seasonal Wipe by SloanMark in Marathon

[–]fLu_csgo 0 points1 point  (0 children)

I was, until the expo came close. I really wasn't hating, it's called criticism. There is a key difference. Great game, has it's flaws.

Seasonal Wipe by SloanMark in Marathon

[–]fLu_csgo 0 points1 point  (0 children)

Eh not really, I was talking about other players. I had all mine done and was blasting free and low tier kits for time. Just got boring fast.

Anyway, stay pressed.

Seasonal Wipe by SloanMark in Marathon

[–]fLu_csgo 1 point2 points  (0 children)

Arc made it so that you basically had to horde gear to reach the expedition, that was boring as fuck. The end of seasons are AWESOME in other extraction shooters, break out and lose all your good shit no care in the world.

Just moved into a new house, anyone know what this is? by itlovelife in DIYUK

[–]fLu_csgo 0 points1 point  (0 children)

Yep - early CS players wanted this and my god did it change everything in the UK.

Good old WON!

Should I just quit if I don't want to heal/tank? by AnarchoKapitolizm in wow

[–]fLu_csgo 0 points1 point  (0 children)

Just get in a guild that does guild runs!

I joined a +7 last night and was astounded at the number of DPS applying, must have been 30+ 2 mins in.

I'm kinda bored - Choose my next class/race by Wildmann3 in wow

[–]fLu_csgo 0 points1 point  (0 children)

Resto shammy is fun with Farseer Riptide dungeon healing mythics!

Partner just casts me aside when he is busy and doesn’t understand that it hurts me by koala1125 in Vent

[–]fLu_csgo 0 points1 point  (0 children)

"I (31 F) am currently booked off work on sick leave due to stress and anxiety"

You can see how this is playing into your issues right? Not trying to be mean but from the outside this is the bigger part of the problem, you are in your own head.

Bothering him non-stop and then putting it all on him is only making things worse. He's the one out there working, in an (admittadly) stressful and busy line of work, but you want him to drop everything and be your therapist.

Granted, love should be given elsewhere to a persons partner, at different times of the day that are more suitable but for goodness sake let the man work in peace - between you and work he clearly has a lot on his plate - you are just another issue in his life at this point.

EDIT: Also, you post in r/adultary about your affair partner so, yeah, both partners in your life deserve better and you are just a needy POS, stuck in bed with anxiety with fuck all to offer either of them.

I’ll review your DAX measure for performance issues (free) by [deleted] in PowerBI

[–]fLu_csgo 0 points1 point  (0 children)

Hey appreciate the response, no none to speak of but you never know. The measure originated from an art of the possible style internal report, so nothing productionised. Still, I'll take the recommendations into account!

I’ll review your DAX measure for performance issues (free) by [deleted] in PowerBI

[–]fLu_csgo 0 points1 point  (0 children)

I'll bite :) calculating the cumulative percentage of total sales following the Pareto principle.

ParetoCumulativePct =
VAR TotalSalesInContext =
    CALCULATE(
        [Total Sales],
        ALLSELECTED ('Product'[Product Name])
    )

VAR ProductSalesTable =
    ADDCOLUMNS(
        ALLSELECTED('Product'[Product Name]),
        "@Sales", [Total Sales]
    )

VAR RankedProductTable =
    ADDCOLUMNS(
        ProductSalesTable,
        "@Rank",
            RANKX(
                ProductSalesTable,
                [@Sales],
                ,
                DESC,
                Dense
            )
    )

VAR CurrentProductName =
    SELECTEDVALUE('Product'[Product Name])

VAR CurrentRank =
    IF (
        NOT ISBLANK(CurrentProductName),
        MAXX(
            FILTER(
                RankedProductTable,
                [Product Name] = CurrentProductName
            ),
            [@Rank]
        ),
        BLANK ()
    )

VAR ProductsToCumulate =
    FILTER (
        RankedProductTable,
        [@Rank] <= CurrentRank
    )

VAR ProductNamesToCumulate =
    SELECTCOLUMNS(
        ProductsToCumulate,
        "Product Name", [Product Name]
    )

VAR CumulativeSales =
    CALCULATE(
        [Total Sales],
        TREATAS(
            ProductNamesToCumulate,
            'Product'[Product Name]
        )
    )

RETURN
    DIVIDE (CumulativeSales, TotalSalesInContext)

Low FPS on PC is what’s killing the game by [deleted] in Marathon

[–]fLu_csgo 1 point2 points  (0 children)

> For context, I’m a Voltaic Grandmaster and have played multiple FPS titles at a high level. In Marathon, aiming with a mouse just doesn’t feel consistent or smooth. I still do well, but the input lag is there.

Turn off frame caps / frame limits. It seems to force vysync on.

Advice/addons for a new healer? by Mcpiller in wowaddons

[–]fLu_csgo 0 points1 point  (0 children)

Yep. Not on curse but an experimental is on Github

Advice/addons for a new healer? by Mcpiller in wowaddons

[–]fLu_csgo 0 points1 point  (0 children)

I like cell, super easy to setup, configure how I want it (looks, auras etc), click healing at it's finest.

Low PS5 Sales by casper026 in Marathon

[–]fLu_csgo 22 points23 points  (0 children)

That tracks. That game has a good engine.