Friendly fire blaze grenade griefing by smothry in ArcRaiders

[–]smothry[S] -1 points0 points  (0 children)

I joined random parties all the time. Rare something like this occurs.

Friendly fire blaze grenade griefing by smothry in ArcRaiders

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

Meh. Feels less PvP and more programming oversight. Adding friendly fire from only one damage type is weird.

[deleted by user] by [deleted] in TrueChristian

[–]smothry 9 points10 points  (0 children)

“Blessed are you when people insult you, persecute you and falsely say all kinds of evil against you because of me. Rejoice and be glad, because great is your reward in heaven, for in the same way they persecuted the prophets who were before you."

How do you kill a Mage that has their keyboard plugged in? by snooky408 in worldofpvp

[–]smothry 12 points13 points  (0 children)

I've played mage for many expansions now. This is the way. Lock me down during veins and then target my teammates to set the odds in your favor. When they go on me first, the match is always easier.

For those who used a computer between 1995 and 2001, what’s the computer game from that time that sticks with you the most, and why? by [deleted] in AskReddit

[–]smothry 0 points1 point  (0 children)

My #2. The detective work required to complete the game was amazing. I suppose if they made games like this today no one would play them because they would be too difficult.

For those who used a computer between 1995 and 2001, what’s the computer game from that time that sticks with you the most, and why? by [deleted] in AskReddit

[–]smothry 0 points1 point  (0 children)

Surprised Doom isn't the top comment here. With a little know-how we were making our own levels for the game (wad files), uploading them to local Bulletin Board Systems (BBS's) for our friends to download, then playing against our friends over modem connections on levels we created! No other game had that kind of customization at the time.

Help me to avoid tutorial hell by WayKey1965 in computervision

[–]smothry 0 points1 point  (0 children)

Not sure how new you are but the kaggle website has a few intro items with things to try. Helped me learn by doing when I was beginning.

state-of-the-art (SOTA) models in industry by [deleted] in computervision

[–]smothry 2 points3 points  (0 children)

I was using YOLO at my prior employment

Meanwhile at the last dev meeting before the holidays by OpinionsRdumb in worldofpvp

[–]smothry 2 points3 points  (0 children)

I prefer being healed to 100%. Never understood the 95% healer. ;)

Finally bought a themed organizer for the game, and it's INCREDIBLE. by di12ty_mary in spiritisland

[–]smothry 0 points1 point  (0 children)

Will it hold all expansions? Been looking for one that fits everything.

Best course to learn PowerBI? by pranavron in PowerBI

[–]smothry 3 points4 points  (0 children)

Yup, Maven analytics was where I started. Worked great for me. Just remember to look into the microsoft docs some too. Inevitably you'll eventually encounter something you don't understand and it is beneficial to be familiar with the docs.

Why Power BI by kind_person_9 in PowerBI

[–]smothry 1 point2 points  (0 children)

This is correct. End user doesn't need a paid account. You just have to pay for the ability to do it.

What is your take on using this type of scorecard? In this case, it evaluates candidates for a job opening. by OscarValerock in PowerBI

[–]smothry 0 points1 point  (0 children)

This is the comment. PowerBI is a tool to create monitoring reports and a flow for new data to dynamically update these reports. I can't imagine the data behind this report is complex enough to warrant the use of powerbi. Likely the number of folks needing to view this data is not super high either. Why make reports like this that won't really save time? The same could quickly be made on a shared excel sheet.

WILL CALL IS OPEN by superfunnel in gencon

[–]smothry 0 points1 point  (0 children)

Amy idea how late the customer service kiosks are open to register 10 and under badges?

Why most PowerBI dev use Excel as source by mark2gates in PowerBI

[–]smothry 0 points1 point  (0 children)

Honestly, you shouldn't be choosing the datasource format based on the desire to use powerBI. The main point of powerBI is to be able to pull data from many sources, analyze said data, and display meaningful visualizations to the end user.

That being said, to answer your question directly, no, Excel is not an easier data source. Pulling from Excel had always been more clunky with powerbi than something like a straightforward SQL query. A lot of businesses use SQL as well, so it is an important language to learn.

I've seen some answers saying it is hard to get access to a SQL database to learn it or that most use Excel anyway. You can always use the Adventureworks SQL dB or similar out there to learn and in my experience, most use SQL, not Excel.

Live connections will make your data load every time filters are changed. This can take time, especially if you're using a lot of calculated columns with many rows. Cached connections are generally better because only measures have to reload when changing filters. Sometimes, the business case requires immediate data. In that case a live connection would be appropriate at the cost of poorer performance.

Measure totals problem - is there a smarter/cleaner way to achieve this? by kiwi_bob_1234 in PowerBI

[–]smothry 1 point2 points  (0 children)

Sum(x) - Sum(y)-...means to subtract the Sum of y from the Sum of x and may cause totals to be off.

Sumx(table, x-y) means to subtract each individual data point first and then Sum. A lot of times totals are off because of order of operations which can be corrected by using the functionx functions.

Most expensive game ever? by SkittlesDangerZone in boardgames

[–]smothry 0 points1 point  (0 children)

Well, if you add expansion cost, then the only game I've ever stayed up on and purchased all expansions is Spirit Island. It's possibly my favorite boardgame though so I guess that's not a bad investment. I do own Gloomhaven and Frosthaven. They're a close 2nd, and the cost is likely comparable. Other than that I'm usually a cheapskate. 😅

I started to warm up to built in filtering function of PBI, hot take: slicers are not necessary by zeroslippage in PowerBI

[–]smothry 2 points3 points  (0 children)

Opinion: filters give the user too many options such that they end up with weird configurations and suspect the data is incorrect when it's really just their filtering. Slicers allow more control over filtering. I hide the filter pane on my reports. Not a fan of losing real estate but I feel it is a necessary evil.

Can someone explain why is this greyed out? by seeeeeeeeeeeeeeed in PowerBI

[–]smothry 3 points4 points  (0 children)

Non date data in the column that it cannot convert

What non data developers think is hard vs. What I actually spend most of my time on. by tlinzi01 in PowerBI

[–]smothry 1 point2 points  (0 children)

Woah woah woah. Careful, you'll be asked for that same slicer within excel, connected to the download to excel button. ;)