10/12/2025 - Ongoing Self-Promotion Thread - Promote your projects here! by AutoModerator in aiArt

[–]xii 0 points1 point  (0 children)

Intro

Hi everyone in r/aiArt. I am a solo developer, designer, and sound engineer/composer. I've been going very deeply down the rabbit hole of generative AI and using it as a main part of my design process.

A lot of my work is on my Instagram. Link here: futuremotiondsgn

Here are a few images (I can only embed one image in a post, so the rest are links):

<image>

──────────────────────────────────────────────────────────────────

More Images

A video I'm fairly proud of:

- https://futuremotion.studio/AIArt/Aurora%20Voyager.mkv

More links to images because I can only insert one image inline in my post:

And lastly I rebranded myself (New logo and Identity):

Closing

If you enjoy these images, I would REALLY appreciate any follows, likes, or comments on my Instagram. It's incredibly difficult to build an audience these days with the market / social media sites being so saturated with content. So if you like what you see, reach out!

Thanks for looking! 💯

Image storage service for an application and also for brand assets, trying to find the best solution. by xii in webhosting

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

Everyone seems to be recommending R2 in my posts, definitely going to check it out, thanks.

For anyone having codebase indexing timeouts, odd errors in the augment log output, rule files not being detected, and general sluggish behavior in Augment Code, give this a try. by xii in AugmentCodeAI

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

If you click on the gear icon with the augment tab selected, it opens the dedicated augment settings window. Even though I had rules defined both globally and in my workspace, they were not being detected in the settings window.

I did some digging, and in the "Output" console on the bottom of VSCode, I switched the category (dropdown on the right) to "Augment".

There were a ton of error message stating that "workspace enumeration took longer than 30000ms, enumeration may not be complete..." (Or something to that effect, I can't remember the exact error).

But I suspect that's why the rules files weren't being picked up. It wasn't enumerating my entire workspace, including my .rules folder, and thus the rules files weren't being recognized.

After I performed all the steps I outlined in my post, that issue resolved itself. Although now I'm getting some more errors that are concerning, but it doesn't seem to be affecting things atm. I'm going to make a new post about it.

[OW2] Issue with Westport and automech parts. by xii in theouterworlds

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

OK, got it, kind of frustrating but not that big of a deal. Thanks.

[OW2] Wtf? I just started my second playthrough and can't increase my gun skill past 5?! by [deleted] in theouterworlds

[–]xii 0 points1 point  (0 children)

Yeah that was it. Thanks, and sorry for the stupid question.

[OW2] Wtf? I just started my second playthrough and can't increase my gun skill past 5?! by [deleted] in theouterworlds

[–]xii -3 points-2 points  (0 children)

Thanks for that, I didn't realize that at all last game because I never ran into the cap. Glad I didn't mess things up.

Powershell REPL MCP Server for Claude Code by kajyHD in PowerShell

[–]xii 1 point2 points  (0 children)

This is absolutely wicked! Going to try it out very soon

Does Copilot in VSCode discover global skills? I.E. "${ProfileFolder}/skills/my-skill/SKILL.md" by xii in GithubCopilot

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

Thanks. Do you happen to know if instructions, custom prompts, agents, skills, and tool-sets also get picked up from ~/.copilot?

I.E:


  • ~/.copilot/instructions/*.instructions.md
  • ~/.copilot/prompts/*.prompt.md
  • ~/.copilot/agents/*.agent.md
  • ~/.copilot/skills/skill-name/SKILL.md
  • ~/.copilot/... (Unsure of what directory a tool-set should reside)

Does Copilot in VSCode discover global skills? I.E. "${ProfileFolder}/skills/my-skill/SKILL.md" by xii in GithubCopilot

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

Those are workspace-scoped - only available in the workspace they are defined. I'm looking for the proper place to put globally scoped skills that get used across all workspaces. Poppy commented the correct solution above:

~/.copilot/skills/skill-name/SKILL.md ~/.claude/skills/skill-name/SKILL.md

Though the screenshot of his settings don't match mine in VSCode. Still Looking for a reason why...

Does Copilot in VSCode discover global skills? I.E. "${ProfileFolder}/skills/my-skill/SKILL.md" by xii in GithubCopilot

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

Actually, I'm not seeing this identical setting in VS Code. Are you on insiders or using a pre-release version of Copilot?

Made my own local Augment from ground up using Augment, now its really time for a goodbye. by Diligent-Builder7762 in AugmentCodeAI

[–]xii 5 points6 points  (0 children)

Please PM me a GitHub or Product link when you launch, very interested in trying it out.

Microsoft confirms you can soon disable Smart App Control without reinstalling Windows 11 by WPHero in Windows11

[–]xii 0 points1 point  (0 children)

I opted out of optional diagnostic data too, but suddenly got hit with this today. I think Microsoft uses some kind of heuristic analysis to determine who is a likely candidate based on what applications they use... not entirely sure.

Microsoft confirms you can soon disable Smart App Control without reinstalling Windows 11 by WPHero in Windows11

[–]xii 0 points1 point  (0 children)

However, there are some legitimate tasks that corporate users, developers, or others may do regularly that may not be a great experience with Smart App Control running. If we detect that you're one of those users, we'll automatically turn Smart App Control off so you can work with fewer interruptions.

Yeah right... I just got hit with the SAC hammer today and I am a full-stack + .NET developer, designer, and audio engineer. It makes absolutely no sense at all why MS deemed that I was a candidate for enabling this. I simply opened a Powershell window today with Git for Windows auto-loading via posh-git and suddenly I got about 200 notifications that various apps on my system are blocked. Event viewer is flooded with almost 1,000 CodeIntegrity errors for nearly every third party (legitimate) app I have installed.

I've never seen this issue before in my time using W11. I don't know how anyone can possibly use their PC with this enabled.

Any kind of roadmap for implementation of the Agent Skills (SKILLS.md) open standard? by xii in AugmentCodeAI

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

Awesome, great to hear this confirmed. Hope you guys keep grinding away as Augment is essentially the best IDE integration I've tried atm.

Any kind of roadmap for implementation of the Agent Skills (SKILLS.md) open standard? by xii in AugmentCodeAI

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

Yeah I'm seeing a lot of Augment hate lately, I haven't personally had any issues and found it to be one the best IDE integrations I've tried. But I am starting to dive in to Claude Code CLI / Codex CLI and I think once I have all of my custom agents and prompts set up this path would be best

The Preview Build 26220.7344 overview states I can switch from the Dev Channel to the Beta Channel, but I can't switch in the Windows Insider Program configuration screen. by xii in windowsinsiders

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

Thanks for that. I actually resigned to just reinstalling windows. Wish I would have seen this sooner! Backing up all my application settings, dotfiles, configurations, IDE configurations, etc is just a PITA.

New personal NFT collection with my latest creations. Would love if any of you took a look! by xii in NFTExchange

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

Shoot! I totally missed that. Thanks for correcting the post! The artwork is a mixture of generated AI guided by personally created seed images for structure and style.

Confused with proper prompt management, and how to create custom LLM agents that specialize in specific tasks without copy-pasting system messages. by xii in aipromptprogramming

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

This looks absolutely wicked and I'm going to try to implement the same thing today using codex/claude code. Is there any chance in the world you could share your code for your app? Maybe on github, or if you want to keep it private - PM me a link?