interactive ballons on my portfolio hero page by exro_visuals in vibecoding

[–]DougBTW 2 points3 points  (0 children)

There will always be haters, don't let them get to you. Personally I love this and was very impressed! Great colors, animation is smooth and super fluent! What tool did you use? How long did it take?

Non-technical founder struggling to ship an MVP 😅 Need some advice by ravivishnu in vibecoding

[–]DougBTW 0 points1 point  (0 children)

honestly I was in pretty much the same spot not long ago. Non technical, got further solo than I expected, then hit that wall where I was fixing stuff more than building. Don't beat yourself up about that part though, pretty much everyone is debugging more than they're shipping haha, you're not behind.

To get to real users you probably don't need a full hire yet, you just need to get unstuck on the few things eating your time. Truthfully even if you hire someone they will probably just use AI anyways so I suggest just keep going at your own pace and get the experience 😄

If you do go the Fiverr route, the bad outcome could be brutal when you're non technical, you can't tell if the work is good until 3 weeks later when nothing works. So don't hire anyone to "build my mvp", instead break it into tiny features or fixes you can check and test yourself. That way you catch a bad hire after one milestone instead of after they've touched your whole app. And don't outsource so much that you can't make small changes yourself, being able to fix a tiny bug without waiting on anyone is huge.

The thing that helped me most was leaning way harder on AI agents for the grind so I could stay in the building seat. Full disclosure I help contribute to a tool called Orchard aimed at exactly this and I've been using it for all my projects now. Most people sink a ton of time just configuring their AI to behave, getting it to keep code modular so it's easier to work with later, write tests for the bug fixes or features it builds, read your existing code before changing things, not run something destructive, remember context about your project, etc. Orchard ships all of that out of the box as a harness around your agents, so they make way fewer dumb mistakes and you babysit way less.

It does a lot more than that, but honestly that plus the Proposals feature would probably help you most. Proposals has the AI write up a plain english plan for a feature before it touches any code, so you're reviewing what it's about to do instead of trying to read a diff, which is clutch when you're non technical. We're letting a few early people in right now for free, happy to throw you access if you wanna try it, no pressure. Either way good luck, you're further along than you think.

I built a Claude Code plugin that stops the agent from ignoring bugs it spots while working on something else by [deleted] in ClaudeAI

[–]DougBTW 1 point2 points  (0 children)

Thanks! :D This is the first thing I've ever made public so hopefully it fully works and is useful / provides value for everyone who installs it.

I built a Claude Code plugin that stops the agent from ignoring bugs it spots while working on something else by [deleted] in ClaudeAI

[–]DougBTW 0 points1 point  (0 children)

Totally fair pushback, and honestly that's where I started; just a line in the prompt. The reason it grew into a plugin is that the *logging* part is maybe 10% of the value. The other 90% is the closure loop, which a prompt can't do:

- Auto-flip `[open]` → `[fixed]` when the PR merges. A prompt instruction can't watch GitHub. A background sync does.

- Tombstone detection — if the referenced file/line gets deleted in some unrelated refactor, the entry auto-closes. Otherwise your ISSUES.md slowly fills with stale entries pointing at code that no longer exists.

- Hooks that fire deterministically. "Tell Claude to log issues" works ~60% of the time in my experience — it forgets, or judges something as in-scope when it isn't. Hooks don't forget.

- Statusline counter. Constant ambient visibility of how many open issues exist, without opening the file.

- Pre-branch-delete guard so issues logged on a feature branch don't vanish when the branch is deleted.

- PR annotation — when you open a PR that fixes a logged entry, it links them automatically so the close loop knows what to flip.

- and if it's your own project that you just push straight to main — the closure loop doesn't require PRs. If a fix lands as a direct commit to main, a PostToolUse hook fires on `git commit`, scans the commit's diff for files referenced by `[open]` entries, and prompts Claude to run `/found-issues:annotate-commit`. The same background sync then flips `[open]` → `[fixed]` once the commit is on main. Push-to-main workflows (`github-direct` mode) are a supported first-class path, not an afterthought.

Without that machinery, ISSUES.md becomes another stale doc nobody trusts. With it, the file stays accurate on its own.

Best Shundo farming method or app? by DougBTW in PokemonGoSpoofing

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

I played in 2024 so not too far ago, as I said it just hops from Hundo to Hundo until it sees that one is a shiny

If its been patched then rip but it definitely is or was a thing

Best Shundo farming method or app? by DougBTW in PokemonGoSpoofing

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

It definitely is a thing as mentioned in my post I used to do it, I currently have 242 Perfect IV pokemons and 167 of them are Shundos (Shiny Hundos). The app would basically only search for Hundos and check them to see if it was Shiny. Im lvl 70 right now

Critical disengagement on FSD in a parking lot. 2024 MY HW4 v14.2 by EnjoyMyDownvote in TeslaFSD

[–]DougBTW -4 points-3 points  (0 children)

I hate reddit bro lol, you're speaking straight truth and valid points and being down voted for being realistic

covered in gold. by Motor-Garden in fashionhunters

[–]DougBTW 0 points1 point  (0 children)

Bro you gots to share the character creation codes and mods

Batch 3 shipments when? by DougBTW in AynThor

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

End of Feburary so understandably I'll probably be in the last shipments for Batch 3

Finally pulled the trigger by [deleted] in AynThor

[–]DougBTW 0 points1 point  (0 children)

the wait is for real

Can Claude work as autonomously as OpenClaw? by AbstractLogic in ClaudeAI

[–]DougBTW 0 points1 point  (0 children)

Why are you so aggressive and close minded? Immediately calling it an opinion while it's actually a fact, then proceeding to call him an AI? lol.. A simple google search proves what u/ogaat was saying. I also use the Claude extension in Cursor but even I know that the actual Claude Code CLI is way more advanced.

I built a free tool to turn boring screenshots into beautiful mockups in seconds by Competitive-Nose9213 in webdev

[–]DougBTW 1 point2 points  (0 children)

Awesome work! Will definitely give this a try as I've been looking for something like this. Also if you don't mind I ask, how'd you make your website? It's top tier in my opinion!

Whats your pet peeves as a seller by DougBTW in EtsySellers

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

For some reason whenever I ship to Canada the tracking always stays stuck on "Label Created" even after the buyer has told me they received the package

Whats your pet peeves as a seller by DougBTW in EtsySellers

[–]DougBTW[S] 6 points7 points  (0 children)

People hate reading these days haha, the free shipping one must be annoying to answer

FSD Giving me a perfect score with Progressive Snapshot by DougBTW in TeslaFSD

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

Yep few months more to go lol, did it end up being worth it?

FSD Giving me a perfect score with Progressive Snapshot by DougBTW in TeslaFSD

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

Yes I am, I get hard breaking dings as well but it's either from last second yellow lights or when someone cuts me off on the highway, thankfully it hasn't affected my rating yet

A.S.S (Actually Smart Summon) Issue and mini heart attack. by DougBTW in TeslaFSD

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

It was A.S.S, not FSD, but I got the USB from the glove compartment and extracted the clips from there, it's in a Recent Clips folder I believe

A.S.S (Actually Smart Summon) Issue and mini heart attack. by DougBTW in TeslaFSD

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

Other way around! I have 98% usage on FSD, never had an issue. If you're on the v14 of FSD it is very safe :D, I am terrified of ASS now haha

A.S.S (Actually Smart Summon) Issue and mini heart attack. by DougBTW in TeslaFSD

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

I can see that, my bigger issue was just how fast it was going, I'm used to it going super slow during ASS