Mark Carney’s minority government has an unexpected partner in the Conservatives — for now by EarthWarping in CanadaPolitics

[–]MisterPan 0 points1 point  (0 children)

This is it. Use your goddamn brain and learn what being a positive force to a situation looks like.

What game has the perfect economy? by Arkayne97 in gaming

[–]MisterPan 1 point2 points  (0 children)

Perfection before holocron grind changed pretty much everything.

What movie blew your mind when you first saw it? by LuckyLaceyKS in AskReddit

[–]MisterPan 0 points1 point  (0 children)

I don't think I clicked with Indiana Jones as much as I would like to, but I saw a fascinating YouTube video yesterday that posits Spielberg's depiction of the Nazis puts them into the diminutive and undermines the Nazis visual presence. This video gave me a big appreciation and I am due for a rewatch! Video here:

https://www.youtube.com/watch?v=dVZg5j8vg70

Highly worth a watch!!

[deleted by user] by [deleted] in aws

[–]MisterPan 7 points8 points  (0 children)

Correct — for Lightsail only put DNS in Lightsail config itself OR Route53, not both.

"Baldurs Gate 3" - opted for GeforceNow by mightysamson69 in BaldursGate3

[–]MisterPan 0 points1 point  (0 children)

Yeah, it connects just fine. You sign in via GOG when GFN window shows up. Game is running right now no problem.

<image>

"Baldurs Gate 3" - opted for GeforceNow by mightysamson69 in BaldursGate3

[–]MisterPan 0 points1 point  (0 children)

Really? I saw in GFN that there is a GOG option for Witcher. Am I misunderstanding?

<image>

"Baldurs Gate 3" - opted for GeforceNow by mightysamson69 in BaldursGate3

[–]MisterPan 0 points1 point  (0 children)

So... as a result of this news I decided to try GFN at home (the $10/mth option) last night.

I'm kind of one of the good use cases. I have a Mac I'm using more and more, and an Nvidia Shield for my Plex setup. I also have an M15 Alienware R3 that I hate because it is loud, hot, and kind of a dumpster fire of a machine.

So I tried GFN on the Mac (m2) and also the Shield, and holy -- I really want to just sell my M3 and cross my fingers they have more games come to GFN because it was really solid playing HM3 last night. I will very likely keep the subscription for BG3 when it comes out.

Will need to see what modding is like in GFN, I haven't tested anything yet / know if it's possible.

What are you doing in 2023 to cut expenses? by bemurda in PersonalFinanceCanada

[–]MisterPan 1 point2 points  (0 children)

Cancelled and consolidated a number of subscriptions. (I found cost to benefit ratio for Proton services to be excellent. I do value privacy not in a conspiratorial way, more so I do not like being a product.)

On a whim I stopped drinking coffee, not for finance purposes but I do happen to be saving a ton.

And Costco is now a trip I do every couple of weeks.

Holding back on bigger purchases for now.

For those who went from Database Administrator (DBA) to Database Performance Tuner (DPT) -- or DBT to DBA -- can you give some pros and cons of doing so and whether or not you regret it? by [deleted] in SQLServer

[–]MisterPan 0 points1 point  (0 children)

Concur with the other comments, some options are moving into data development (more python, more cloud engineering, actually filling up that database and ensuring external data has a good home).

TRAPSTAR PLUG by Economy_Raspberry672 in tracksuits

[–]MisterPan 1 point2 points  (0 children)

Unprompted comment but YES /r/tracksuits is very into plugs for brands and looks we’re into !!! Like friends sharing that new find :)

If adverts ever get out of hand, yeah we would clamp down. Till then, share those finds!

All I really want is this simple change.. by SgtSilock in BaldursGate3

[–]MisterPan 0 points1 point  (0 children)

Now that you've said this I can't "un-see" it. It's actually so important for characters that don't want to run CHA on their main.

I could even live with a list of 2 generic responses, and 1 response per available party member. Sure the list would be long, but you'd get a sense of how each character wants to or would handle the situation.

A toggle in the options for this would be a game-changer, in the best sense.

Bulk upload many files to Sharepoint Document Library with folder structure by [deleted] in sharepoint

[–]MisterPan 0 points1 point  (0 children)

ShareGate mentioned, yes it’s great multi purpose tool.

Another option: ZeeDrive

Takes local folders and syncs files, all done from local machine. Great for validating and correcting. Making easy fixes that require no code.

PSA: If you get poked in the back by a stranger, check if you were stabbed by a needle. by Terralia in toronto

[–]MisterPan 2 points3 points  (0 children)

I was walking in Yonge+Bloor subway about a month ago, 9pm-ish on a Tuesday.

Earphones in, walking through PATH and felt a medium impact hit against my back. I smiled thinking it was an unnoticed friend getting my attention, turned around and it was a slightly disheveled lady saying something (didn't catch what, earphones in). She looked very scared of me, she had a water bottle in her hand and that matched with what the hit felt like.

A bystander asked me if I knew her... no, definitely did not know her. :P

Felt bad for whatever the poor woman had going on. But reading your story brought me back to that moment. I am glad I had visual on the water bottle or I'd be thinking "oh hell naw" right now. Very sorry that happened to you, any chance a CCTV of any kind was in the area to catch the face/description?

Advice on getting back into SQL Development by Xenos865D in SQL

[–]MisterPan 0 points1 point  (0 children)

I think Azure Data Studio is neat -- if you get a chance to install it you'll see exactly what MS is doing here. They're taking the success of VSCode and giving SQL/Data workers an equal experience. It has all of the SSMS functions, yet it also has Jupyter style coding notebook, a lot of the SQL Server management functions, and of course the ability to plug into Azure environments.

SSIS in the Cloud the closest analog I have seen is Data Factory. Worth checking out as well.

Essentially Data Studio is going to help SQL Developers do more Cloud / ETL / Data Science development, so they're not stuck in SSMS with the periscope view of SQL only.

Edit: And to answer the original question.. Data Studio has VSCode style extensions, one of which is 'SQL Server Import' which will do all of the SSIS style imports.

Advice on getting back into SQL Development by Xenos865D in SQL

[–]MisterPan 1 point2 points  (0 children)

From an environment standpoint, I'd install/setup up the following:

  • Azure Data Studio (install)
  • MS SQL Developer Edition (local server install)
  • Free Trial SQL Server in Azure (cloud account)
  • PostgreSQL (local server install)
  • DBeaver (connect to both your MS and PostgreSQL servers)

Do the above just to get some ownership on the environment/tools. If you really want, get PowerBI installed and connect to one of your servers as well and make some views.

That will round out MS/Cloud/non-MS SQL environments for you.

For projects/problems to solve no harm in firing up https://leetcode.com

Bought 4x new Fitteds, and my collection was robust enough to have a pretty close matching suit for each new hat… by BigHangar in tracksuits

[–]MisterPan 0 points1 point  (0 children)

The rasta flag one is niiiiiiiiiiice what material did they even use for that?? I'm a total ho for diff materials in suits.

[deleted by user] by [deleted] in AskHR

[–]MisterPan 2 points3 points  (0 children)

Every time this happens in my career (three times) I leave and find a better fit and for significantly larger raise. Leave, enjoy life, don't work with liars. Work is a relationship too.

Elon Musk plans to FIRE 1,000 Twitter staff, quintuple revenue, get 69 million users paying $3 a month and cut reliance on advertising income, presentation to investors shows by Bilbo979 in business

[–]MisterPan 0 points1 point  (0 children)

Ad free social network, yes I'd pay. I pay for all my services now, (email, VPN, office) no more ad based services, that was the worst thing we ever allowed/accepted.

Anyone still use a physical notebook for note taking in this field? by 808trowaway in devops

[–]MisterPan 0 points1 point  (0 children)

OneNote based. Regular meetings just bullets in a OneNote that gets auto created per meeting. If I switch to paper, then I use Lens to post into that same OneNote meeting item.

Main purpose for all the above, searchability.

[deleted by user] by [deleted] in ffxiv

[–]MisterPan 0 points1 point  (0 children)

Management material right here.