March: 30
OWS to ROWS
Section titled “OWS to ROWS”-
12:06PM
Migrating out the older OWS codebase migration into our own ROWS ecosystem with our own plugin. This means we will control everything from the standard ROWS endpoint to the Agones deployment. What I will have to do is continue to make improvements within our notes system as well, so that the data is kept secure.
KBVE Website Tweaks
Section titled “KBVE Website Tweaks”-
01:02PM
The website needs a couple tweaks with the sidebar, seems that the icons do not load correct or dont have the proper events hooked in. While I am working on, maybe I should look at the redraw, making the website feel way smoother when going from page to page. Let me start with the pre-fetch, making sure that it is all hooked up. The first issue is that the dashboard is currently staff only, we could make one that is agonstic but limit what it presents if they are a user, staff or guest. Afterwards I am thinking that when going from page to page, we should have the sidebar collapse. I do think the prefetch tags are missing or we might have skipped that whole integration? Actually, I just had a great idea, what if I make it so that when I hover over the icons on the sidebar, I could have a drop down menu appear? This way we can create a quick link, making it easier to navigate around the website.
KubeVirt
Section titled “KubeVirt”-
01:16PM
A while back we deployed the windows server but we were missing some core features within our deployment. Three major issues that we left off from, the first is having a vnc that we easily access through the dashboard. The second isssue was making the the TCP and networking from the kubevirt was not stable and finally the third issue was getting a proper iac hooked into the windows server. I am going to loop through this again and see if we can hook all of them up, making it easy to manage the mac and windows deployment through the dashboard. This is going to happen while I am handling some of the tweaks for the website, the vnc should be easy but we will need a way to make sure that the connection is secure.
KBVE Community Forums
Section titled “KBVE Community Forums”-
01:19PM
I am currently looking at an agent build out the sql schema and migrations, this way we can have our amazing forum system back. That same agent will then shift focus on rebuilding our media and marketplace concept. For reference material, I am looking at some older marketplaces that were taken offline or went out of service, hopefully we can find gaps to fill. My goal would be not only to make it easy for people to sell different assets, tools and services but have it agent ready too. Imagine being able to rent a user’s agent or help provide tooling ontop of an exisiting service.
-
05:10PM
If I can figure out the task settings for chatgpt, I wonder if I can have it generate more logos and concept art while I am sleeping. We are almost at the future, where the AI systems can start performing work for us while I am doing other things. Mastering the art of task handling is the next big move for me.
-
06:44PM
The task that I am going to create next will be for a daily logo generation. Here is the current prompt:
Design a unique logo concept featuring the letters 'K', 'B', 'V', and 'E'. The logo should be creative, visually appealing, and distinct from any previous designs. Incorporate a different style, theme, or artistic approach each day (e.g., minimalist, bold, futuristic, vintage, abstract, etc.), and describe the design in detail, including the arrangement of the letters, color scheme, typography or shapes, and any additional elements. If image generation is available, provide a detailed description suitable for creating the logo visually. The logo should feel fresh and original while prominently showcasing the letters 'K', 'B', 'V', and 'E'.I set the logo generation to be for each day at around 8AM.
-
05:22PM
As the day is coming to an end, I need to make sure that all the bills are taken care of before the start of the next quarter. Damn, the co-pilot is getting a bit annoying with the journal entries, I will have to maybe disable it for the route of
/journal/*or something of that nature.
RareIcon
Section titled “RareIcon”-
05:26PM
Build trigger for RareIcon should be the project mdx file for it?
apps/kbve/kbve.com/src/content/docs/project/rareicon.mdxOkay, going to edit theutils-file-alterations.ymlinside of the workflow, to include any changes forrareicon_unity. Moving forward, we will use this key as a trigger for the unity build. Okay, went ahead and added the file changes and trigger, we can push this up to main.
It seems a couple routes for the kbve.com were not yet added, I am going to spend the day going through them all and adding anything that would be missing.
Some of the extra blog articles and documentation would be from the Google drive that we can pull and add into the blog content folder, but the different docs have to be converted to mdx._createMdxContent
Upon looking through the future blog posts that need to migrated, there are a couple embeds that are missing within the astro source code.
Discord
Section titled “Discord”Going to update the discord page just a tad bit, maybe add an animation and fix the invite link to the Discord server.
There might be an issue with the way that we are loading the lottie package, which I might have to defer or find a way to prevent it from blocking the main thread.
Project
Section titled “Project”After fixing up the blog page, we would want to resolve the project page with all our active projects.
I am going to just take the old source code and move it over to here, then make small changes here and there until it works out.
As we extend out the codebase, we want to make sure that we keep checking and syncing the code changes, via ./kbve.sh -nx kbve.com:sync and ./kbve.sh -nx kbve.com:check.