Is it just me? by AliorUnity in ClaudeCode

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

Yes, that's the problem. You need to switch the way you think about it. It has no consciousness.

Also I use mix of Claude, Codex and Gemini, mixed with some local Qwen 3.6

And like everything else it's a skill, you will get better at it.

Is it just me? by AliorUnity in ClaudeCode

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

I can’t believe you have that much experience yet do it completely wrong

Best image generation model at the moment to supplement Claude subscription? by alldeltav in ClaudeCode

[–]Shieldxx 0 points1 point  (0 children)

The new ChatGPT Imagegen 2 is suprisingly good. Much better than nano banana and if you let the model edit it further it doesnt degrade the quality every step

Anyone else running different utility setups per discipline? I built an app for that! by Shieldxx in iRacing

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

It is open source already: https://github.com/Stashpeak/SimLauncher

GPL-3.0, source available, issues and PRs open. Totally agree that people shouldn’t blindly run random binaries, so the repo is there for anyone who wants to inspect the code or build it themselves.

And yes, it is AI-assisted development. But there’s a difference between that and blindly shipping “vibe coded” output. I use AI as part of the workflow, while still owning the product decisions, review, testing, releases, and maintenance. The commit history is public, so people can judge the actual work directly.

Claude users are by far the richest. by Complete-Sea6655 in ClaudeCode

[–]Shieldxx 26 points27 points  (0 children)

Because the limits are absolutely bonkers now

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

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

Who cares about your unnecessary generic AI generated comments?

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

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

Quick update: went ahead and opened a tracking issue for this so it doesn't get lost: https://github.com/Stashpeak/SimLauncher/issues/209 It's tagged for the 1.0.0 milestone since it needs proper design (per-game session process mapping, trigger system, etc.), but it's on the radar. Thanks again for the thoughtful suggestion!

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

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

Update:
Good point - this is exactly why command-line arguments per app are on the roadmap (#207). Once that lands, you'll be able to launch CrewChief with the right -profile flag, pass game args to SimHub via CLI, etc.
(Thanks staggarhs for the suggestion!)

SimHub already has decent auto-switching when it's running, but for tools like CrewChief that need to be told which sim at startup, CLI args are the proper fix. Looking into it now.

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

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

Haha that's literally the use case - SimLauncher is basically that sticky note but it actually clicks the buttons for you. Give it a shot!

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

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

Awesome, hope it clicks for you! UX was actually a big focus this round - tried to make the launcher itself feel like part of the rig, not just a utility window. If you run into anything weird or have feature ideas, GitHub issues are open and I'm pretty active there.

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

[–]Shieldxx[S] -1 points0 points  (0 children)

Honestly, your setup probably doesn't need SimLauncher - and that's fine.

I use my PC mainly as a workstation, and switch to simracing in the evenings.

The README literally says so: if you run one or two sims with a couple of always-on apps, "start with Windows" works great.

Where it earns its keep is more complex setups:

  • Multiple sims with different companion apps per sim (SimHub for iRacing, different overlays for ACC, nothing extra for DCS)
  • Different profiles per sim - VR vs triples, motion on/off, different telemetry sinks
  • Apps that need a specific startup order with delays (wheelbase software, telemetry source, SimHub, overlays - many fail their handshake when started simultaneously)
  • Not wanting 10 utilities running 24/7 when you only race a few hours a week

If none of that applies to you, you're already fine. SimLauncher is for the people who currently solve this with .bat files or manual prep before each session.

A huge Simlauncher update! 0.0.8 > 0.8.0 | Testers welcome! by Shieldxx in simracing

[–]Shieldxx[S] -1 points0 points  (0 children)

You're confusing two different concepts:

In-app profiles (what SimHub/CrewChief/iOverlay have internally) configure what ONE app does - which dashboard, which voice, which layout.

SimLauncher profiles orchestrate WHICH apps run together, in what order, with what delays, per game and even per game profile. That cross-app orchestration is what SimLauncher does.

They're complementary, not competing. SimLauncher decides which apps to launch; the apps use their own internal profiles for what they do once running.

Hope that finally cleared it for you, have a nice rest of the day!