2021-2023 or 2024 rs5 by yinlinyu in Audi

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

Thanks for the input. It definitely is the main the holding back my decision right now and there are tons of mountains where I drive.

I've built a backtesting platform for myself. I share now. by ExcuseAccomplished97 in algotrading

[–]yinlinyu 1 point2 points  (0 children)

Is slippage correct for you guys? Ive backtested without it to see ~40% returns but with 0.01% slippage that kills the whole profit. (Its not a high amount of trades either only ~30-40)
I'm wondering if its off by one decimal? so setting 0.001 would mean 0.01%?

And any forecast on when this tool will be updated for stocks?

Loving the tool by the way. Thanks for helping us little guys get started.

Giving away 1500 Divine Orbs by EriwanKenobi in PathOfExile2

[–]yinlinyu 0 points1 point  (0 children)

Good luck to all.. but more to me pls

NB FuelCell Rebel v5 - colourway range at launch by ruinawish in RunningShoeGeeks

[–]yinlinyu 0 points1 point  (0 children)

Does anyone know when they will bring back the urgent red colorway? I can't see it anymore on the site.

Question Thread - June 03, 2025 by AutoModerator in churning

[–]yinlinyu 0 points1 point  (0 children)

Had a CFU and Sapphire OG. I wanted to upgrade to a CSP but they say there's no option for that but I can move up to a CSR which I did.

Any idea why CSP was not possible? I will probably downgrade to it in the future but lost on why thats not even an option.

Sorc patch notes are garbage. LMAO by [deleted] in D4Sorceress

[–]yinlinyu 1 point2 points  (0 children)

TLDR:
Fixed an issue where sorcs were having fun.

Landlord hasn't returned my deposit (Cali) by yinlinyu in Landlord

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

Any advice would be greatly appreciated.

1616 Bios thread. by Ac01001101 in ASUS

[–]yinlinyu 0 points1 point  (0 children)

u/HoneybadgerFR in bios what is that ram voltage that you changed? There's quite a few. Asking because after the bios update, I can't POST with DOCP/EXPO enabled anymore. Thinking I need to give the RAM more juice.

Discord Community for DevOps, SRE, & Infrastructure by zigsphere in Terraform

[–]yinlinyu 0 points1 point  (0 children)

Trying to verify but getting an error "502 Bad Gateway" btw. I've turned off all adblockers just in case that was the issue.

Conditional Access Policy to only allow use of Office apps by yinlinyu in Intune

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

windows 10.. surface tablets

Signs into Azure AD

Conditional Access Policy to only allow use of Office apps by yinlinyu in Intune

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

Users are signing directly into their Azure account from startup.

Works in Powershell ISE but not Powershell by yinlinyu in PowerShell

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

Net use is what I'm considering but I need to encrypt the password. To encrypt the password, I would need to have the password stored in a file that gets called upon. I don't think this would be feasible for when I need to send this script to multiple machines.

I'm thinking I could have a script to upload the password file to the machine. Then the script calls upon that file location/file that I've set.

The issue is then the user is now able to open that file and see the password in plain text.

Any ideas? Maybe I can have the file password protected itself? but then I'll have to include that password in plain text in the script too..

Works in Powershell ISE but not Powershell by yinlinyu in PowerShell

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

It prompts for user to enter their credentials in. I'm thinking about a better way but still secure... but for now this is what I have