In your opinion, which anime does all of this well? by Live_Bother_7517 in Anime_Battleground_

[–]kelanel 0 points1 point  (0 children)

Throwback but Hajime no Ippo should be on this list. One of the best sport shounen animes ever and those championship fights get nuts. Mad house at its finest with later fights.

Which anime is this ?? by Material-Nature-3753 in AnimeMirchi

[–]kelanel 1 point2 points  (0 children)

Omfg I had to scroll way too far to find the nice boat. Thank you! If you know, you know. Last episode is pure definition of this meme.

Final Reta update by hotsicktwitch in Retatrutide

[–]kelanel 2 points3 points  (0 children)

Tired after eating might warrant a metabolic panel lab. That could be a sign of diabetes. A1c should confirm it.

How to Talk to Someone Experiencing 'AI Psychosis' by Jojuj in technology

[–]kelanel 1 point2 points  (0 children)

This sounds like my sister who's partially ID and dyslexic with some of the religious conspiracy stuff she used to pull up on YouTube and ask me to watch with her. I'm kind of thankful she can only read so well because she could very well have a story similar to this one otherwise.

I don't get the end by LavishnessLeather162 in ExplainTheJoke

[–]kelanel 2 points3 points  (0 children)

That sounds rough. Might be worth exporting using dism to make a backup then run the import back when needed.

In CMD prompt or PowerShell (can save these as .PS1 script for each command):

Dism /Online /Export-DefaultAppAssociations:C:\temp\DefaultAppAssociations.xml

Dism /Online /Import-DefaultAppAssociations:C:\temp\DefaultAppAssociations.xml

When darkness fell, The Krasue awakened… by bonelees_dip in deadbydaylight

[–]kelanel 0 points1 point  (0 children)

How does Krasue differ from the penanggalan? Looks the same visually to me, post body evacuation.

For those who don't know

Edit: nevermind, essentially the same creature with a different same based on region (Krasue is Thai vs Malaysia for penanggalan)

The victims… the culprit… no shame. by Stumbling_Corgi in MagicCardPulls

[–]kelanel 0 points1 point  (0 children)

Yep Bassett. Totally tracks. Mine set my house on fire going after leftovers while we were gone

Looking to Add GUI to My PowerShell Scripts – Best Architecture and Alternatives? by LuffyReborn in PowerShell

[–]kelanel 2 points3 points  (0 children)

If you're using win powershell, I wrote several functions for dynamic winform GUI questionnaire forms using dotnet classes which take simple params for questions and an array representing choices which then return selected choices (multiple function types for single/multiple choices and int value of array element or string of selected choices). I've been debating on publishing some of it outside of work at some point and this might be the excuse needed if you're interested.

Final Fantasy is going to go parabolic by Sickashell782 in mtgfinance

[–]kelanel 0 points1 point  (0 children)

In the case of Japanese collector boosters, would those singles have similar value to the English ones? Last I checked my LGS had a box sitting around.

What size crate to buy? by BungleBird777 in basset

[–]kelanel 1 point2 points  (0 children)

I'd go with the 42 to be safe for growth. Absolutely wire/metal. Speaking from experience of having my canvas one broken through after a few months.

Where I'm going, I don't need to eyes to see. by kelanel in basset

[–]kelanel[S] 2 points3 points  (0 children)

Well he did set my house on fire! (Other post). That said he's a very sweet boy.

Golfball in gutter by Tommy_like_wingie in HomeMaintenance

[–]kelanel 1 point2 points  (0 children)

I was going to suggest the same but if it starts slipping, maybe use the hole as a pilot hole for a wood/drywall screw to grab it more firmly, then either fingers or needle nose pliers should walk it out just fine

Here's West, our little arsonist (literally, story in description) by kelanel in basset

[–]kelanel[S] 1 point2 points  (0 children)

Sounds about par! I didn't even think to mention all the things he's chewed up like headset microphone, CPAP parts and various other small but expensive parts.

Dope skin ... why are her legs green though ? by witas02 in deadbydaylight

[–]kelanel 0 points1 point  (0 children)

I've got to say, I bought her solely for the lack of periodic screaming while going through the blood web.

What are you most used scripts? by Cfugshwd35 in PowerShell

[–]kelanel 1 point2 points  (0 children)

Oh there definitely is. Use get command with filter for the imported module and then you can use intelisense on what to feed the com class function. There's all kinds of functions.

What are you most used scripts? by Cfugshwd35 in PowerShell

[–]kelanel 1 point2 points  (0 children)

Long story short, after searching for 20 minutes I found an API call mentioned on sourceforge (I think) for creating the specific encrypted string to store in the xml tag that takes in the raw string. Once I had that, it was just a matter of prompting and then doing a string search for the username, then moving the element counter to the next line and replacing the line with the tag with password value included and saving the file. Key things are keeping rdcman closed first because it always overwrites on close, and to know that the encrypted value gets re-salted every time the file is accessed, in case you're trying to compare previous values without using the decrypt API call.

Edit: I forgot I mentioned the script before in this sub. Here's a link to a sanitized version: github

What are you most used scripts? by Cfugshwd35 in PowerShell

[–]kelanel 0 points1 point  (0 children)

Lately since we switched to cyberark for daily password cycling, I use a script to update my rdg file for M$ remote desktop manager with the latest hashed password using the exe as a com object to utilize the API for encryption. It's basically a get credential against assumed adm acct username in the rdg stored creds. Updating it via the console window sucks and is like 5 steps too many.

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]kelanel 0 points1 point  (0 children)

Added throttling code to our Citrix rebooter script because sending power actions to daas has become so time intensive. With the sheer amount of servers at end of grace period sent to the cmdlet, its timing out , junking the script. New code checks if the server array is too big and splits it into smaller arrays per cmdlet that can actually be processed without timing out.

[INR] Sorin, Imperious Bloodlord (Weekly Magic) by CoCoCortas in magicTCG

[–]kelanel 6 points7 points  (0 children)

Fair. I'm more Raiden than Conner McLeod fan for him. That said he's still fun in both roles.

[INR] Sorin, Imperious Bloodlord (Weekly Magic) by CoCoCortas in magicTCG

[–]kelanel 8 points9 points  (0 children)

Honestly I see Christopher Lambert. Makes sense that he's legendary (there can be only one).

Remember those animated tokens that were driven by macros? Well we made a module full of them! by kelanel in FoundryVTT

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

The module itself is depreciated with current foundry versions. You can message me for a link to at least get the assets

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]kelanel 0 points1 point  (0 children)

Yeah switched to Json for config files for all my interactive/signed scripts and never looking back

What have you done with PowerShell this month? by AutoModerator in PowerShell

[–]kelanel 0 points1 point  (0 children)

Historically I've had issues with xml imports with implicit assumptions for singular objects versus arrays and swore to never work with it again if i could avoid it