Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the urvanov-syntax-highlighter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/controll/public_html/wp-includes/functions.php on line 6114
Uncategorized – ControllingTheInter.net

C# Discord bot for .NET 8.0

In order to get this to run on a non-dev runtime box, you’ll need to install multiple of not all of these runtimes located here: https://learn.microsoft.com/en-gb/cpp/windows/latest-supported-vc-redist?view=msvc-170I think the 2005VCRuntime along with the 2015-2019VCRuntime got it working on my Server 2019 Core setup. Here is a sample HTML5 socket webpage if you’d like to access it …

Getting IIS Express to listen on a network LAN IP with visual studio.

Normally my post arnt so short but this burned 45 minutes of my time as I struggled to get a native IIS express deployment from VS2022 to use a lan port for debugging remote connections. Navigate to \RootProjectDirectory\.vs\{ProjectName}\config\applicationhost.config Run Visual Studio as Administrator, this is critical.Delete the file after backing it up, then while in …

Using LLamaSharp with RAG.

So, The data appears to take 6x-7x the amount of space to archive into the SQLlite memory storage. Clearing history with a Chatsession does not appear to work correctly so I swapped over to a stateless built which helped so long that the RAG only needs to be called once per question. If additional questions …

Installing windows 10 on a Mid 2012 Mac Book without Bootcamp assistant

Download Rufus: https://rufus.ie/downloads/ Download windows 10: https://www.microsoft.com/en-us/software-download/windows10 – Create an .ISO to burn with Rufus When using Rufus to burn the image to the thumbdrive, it is critical that you select MBR partitioning and that BIOS / Legacy mode is selected. WARNING: If this step is not followed and UEFI is used, which is the …