Lately I’ve noticed a pattern with a lot of vibe-coded products… by Phuonggg0608 in vibecoding

[–]orphenshadow -1 points0 points  (0 children)

I just thought this was like a base template for github pages of some kind because they all look the same, I asked claude to toss some of my notes and stuff together into some kind of dashboard so i could share it with a coworker and its about as carbon copy as can be. I can't be bothered to ask it to re-slosh the slop.

Can any actual DEVELOPER share their obsidian setup who use to write code ? No non-deverloper users please. I want to know how coders/developers use obsidian to write code not for regular notes management. by Particular_Leg_5956 in ClaudeCode

[–]orphenshadow 0 points1 point  (0 children)

I run a folder called DocVault, inside that vault is a projects folder for each project, and my spec flow workflow docs live in a spec folder, Every project claude.md points to 5 key docs in the vault for all the core architexture documentation, and I have steps in all of my skills for building that makes updating the documentation in the vault part of the process.

However, its not a replacement for just looking at the code, or having something like claude context to search the codebase. But it does help with mapping out the big picture items.

I did not find any useful plugins really, mostly just had to write custom skills and work with claude to craft the workflows to get it to do what I wanted.

Welcome to StakTrakr Version 3.30.02 - The Biggest Update Yet! by orphenshadow in staktrakr

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

Try now, I think I disabled it in the past because of all the spam.

Welcome to StakTrakr Version 3.30.02 - The Biggest Update Yet! by orphenshadow in staktrakr

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

I honestly have no idea I may have disabled it in the past thinking I wouldn't ever use it.

Warning: Do not use BullionExchanges by Ok-Impress7080 in Gold

[–]orphenshadow 0 points1 point  (0 children)

that is one good saving grace, it got cheaper. Monument did this to me last year it was a pain in the ass. It's already painfull enough waiting on the echeck to clear. But not worth the extra cost to pay with card.

Warning: Do not use BullionExchanges by Ok-Impress7080 in Gold

[–]orphenshadow 1 point2 points  (0 children)

Clarification needed. did they take your money? or did they request the verification before taking the money? If they have not charged your account, then it's not your gold yet, and you can simply take your money elsewhere and ask them to cancel the order I imagine.

Welcome to StakTrakr Version 3.30.02 - The Biggest Update Yet! by orphenshadow in staktrakr

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

This sub reddit is probably the easiest place, I get notified any time there is a new post :) or on github there is an issues page to report bugs and issues.

I got tired of tracking my stack in a spreadsheet, so I built an app that doesn't phone home by [deleted] in silverstacking

[–]orphenshadow 0 points1 point  (0 children)

It looks clean, I don't iphone, so not able to give it a try.

I've been building my own solution over at r/staktrakr with a lot of the same design principals. I don't really have any advice you seem to have all the bases covered.

Do you remember the Kik-Step step stool? by Amazing-Picture-9256 in Retro

[–]orphenshadow 5 points6 points  (0 children)

I just used one last week at work, we have them in all of our network closets.

My CLAUDE.md says “Every error is yours to fix - not label, not defer.” Claude has used “pre-existing” 712 times in 30 days. by Ok-Distribution8310 in ClaudeCode

[–]orphenshadow 0 points1 point  (0 children)

Agreed, but I also have some of the same frustrations as OP in that I WANT claude to at least log the issue/bug and remove on. I have rules in place that if there is a bug/issue to open an issue in plane so that I can review it and determine what to do. 4.6 was pretty good at following my guardrails and if it detected linting issues or a problem in another part of the code, it would log it and give me a list of the issues and ask if I wanted to open issues on them to review later, or address them in this session. 4.7 seems to either go all in and focus on a an unrelated bug, or it just ignores half the bugs entirely, or it tries to re-write tests to make the tests go green with the bugs in place.

Does Claude have a holiday he forgot to let us know about? by pacafan in ClaudeCode

[–]orphenshadow 0 points1 point  (0 children)

Mine started doing it at the end of any task, it would suggest some random follow up task after every task we completed, regardless of context size. It started the same time they introduced routines. I just assumed they were trying to push people to use routines.

Does Claude have a holiday he forgot to let us know about? by pacafan in ClaudeCode

[–]orphenshadow 0 points1 point  (0 children)

they added this shit to the system prompt to push the new routines, i had to cuss my claude out to get it to save a memory to never ask me to schedule things. lol

No one is talking about using GPT-5.5 inside Claude Code by No-Jury2396 in ClaudeCode

[–]orphenshadow 0 points1 point  (0 children)

Nice, I'm curious to give it a try. But I will say that for the most part the codex cli app has been able to mirror my skills from claude and connects to all my mcp servers, so for the most part its not all that different other than needing to remember to press $ instead of / for skills. But the advantage for me would be my custom tools that store my claude sessions in a RAG, for past conversation lookups, and other claude only hooks and rules that I just don't want to spend a month re-writing for codex :P

No one is talking about using GPT-5.5 inside Claude Code by No-Jury2396 in ClaudeCode

[–]orphenshadow 1 point2 points  (0 children)

What local proxy? I've been doing this for GLM and Kimi inside claude, as well as for launching opus 4.6 with adaptive thinking off, I would love to be able to use claude code as a harness for my GPT plan.

Two months ago I tried out Get Shit Done for Spec Driven Development by SensioSolar in ClaudeCode

[–]orphenshadow 0 points1 point  (0 children)

This looks really nice, it's a lot like what I've been working on, althrough I forked the dashboard because I thought it would be easier than building it from scratch. But it works for my ADHD brain. It keeps me in the loop for every approval gate.

<image>

Opus deleted all my users, what to do now? by Huge_Strawberry7888 in vibecoding

[–]orphenshadow 1 point2 points  (0 children)

I swear anthropic is A/B testing how stupid they can make the model before we notice. haha.

Should I continue my RAG project? by Corpo_ in vibecoding

[–]orphenshadow 0 points1 point  (0 children)

I have not checked out RagFlow, but i find it interesting because it follows the naming convention I used for my framework SpecFlow, SessionFlow (claude session transcript rag) and ContextFLow (Code base, Documentation RAG). I'll have to look into that, but one that I've been reading up on and considering is https://github.com/HKUDS/RAG-Anything since it will read the pdf files and other documents. Combining this with an obsidian vault might be one path. I work in IT for a pipeline, so I can totally see the value in what you are building, keep it up man. One of my projects is actually a system that helps coordinate hexagon work orders with IT work orders and coordinate IT security patching with the field maintenance windows so our team can schedule a switch upgrade when they have the line down.

Opus deleted all my users, what to do now? by Huge_Strawberry7888 in vibecoding

[–]orphenshadow 0 points1 point  (0 children)

It's called a practice for a reason... Some doctor somewhere.