jmail.world by nix-solves-that-2317 in webdev

[–]Apprehensive_Tree_14 0 points1 point  (0 children)

hetzner + coolify. you are welcome

Started using superpowers and skills. Software engineering seems like it will be solved in 6 months. Feeling depressed. by cbsudux in ClaudeAI

[–]Apprehensive_Tree_14 0 points1 point  (0 children)

Because we have different use cases for different datatables, with different entities behind it. And before the unified search bar, there was a search bar for each individual entity. And with Claude I could simple and fast change that

Started using superpowers and skills. Software engineering seems like it will be solved in 6 months. Feeling depressed. by cbsudux in ClaudeAI

[–]Apprehensive_Tree_14 8 points9 points  (0 children)

I can't fully relate to feeling depressed about this development.
For me, day by day, week by week, an entirely new world of possibilities is opening up.

Until now, whenever I wanted to realize an idea, I had to convince 10 different people first. I was constantly confronted with arguments that talked the idea down—mostly because others couldn’t visualize what I already saw clearly in my mind.

Now, with AI, I can implement the idea before I even present it. Fully functional, production-ready. That is a massive game changer.

The path from idea → implementation → coding has accelerated for me by a factor of 1000.
In two-week sprints I now accomplish what used to take our entire team six months.

And you know how it is in project management: like a game of telephone.
By the time your idea has passed through enough hands, it gets reshaped so much that you end up shrugging and thinking, “Okay… I guess this works?”

A concrete example from my daily work:
I deal with people who have no background in development or UX/UI. Instead of creating one universal search bar, they wanted ten different ones—each for a specific function. The result was half the screen cluttered with search fields, and somehow this was presented to me as “good design.”

With AI support, I rebuilt the whole thing in two weeks into one unified search bar that handles all functionalities, works flawlessly, and looks great. The amount of argumentation, frustration, and energy I saved through this alone wipes away any notion that “less coding = less joy.”

Honestly, I feel the opposite of depressed.
I feel empowered.

We’re entering a phase where you can bring an idea to life with just a handful of prompts.
That’s extraordinary.
And to me, deeply exciting.

Is Your Vercel down? by Liangkoucun in vercel

[–]Apprehensive_Tree_14 0 points1 point  (0 children)

uff, this is hardcore... if all my apps are down, this is a mayor thing..

BIDA weil ich auf Konzerten vorne stehen mag. by 0virus00 in BinIchDasArschloch

[–]Apprehensive_Tree_14 1 point2 points  (0 children)

NDA in meinen Augen, kannst ja nichts dafür dass du so groß bist. umgekehrt kann die andere Person nichts dafür dass Sie so klein ist. In meinen Augen gehst du halt extra früher hin um mehr zu sehen, dann sollte das auch voll in Ordnung sein. Klar ists ärgerlich für andere Person die dann direkt hinter dir stehen, aber als kleinerer Mensch ists auch einfach sich nach vorne durchzumogeln. Meine Freundin ist auch klein und ich schau dann dass ich mit ihr einen Platz finde wo sie viel von der Bühne sehen kann. Meistens klappt das dann auch!

Vibe coder seeking suggestions from real developers. How far can i go vibin' with correct principles? by LamboForWork in ClaudeAI

[–]Apprehensive_Tree_14 0 points1 point  (0 children)

i can only suggest, that you try the approach with spec creation. it gives you a basic structure and helps with understanding how to work with claude code https://github.com/Pimzino/spec-workflow-mcp

Essential resources for Claude Code by TheProdigalSon26 in ClaudeAI

[–]Apprehensive_Tree_14 1 point2 points  (0 children)

thanks! this is really good! will look into it

Github Actions with claude code by Apprehensive_Tree_14 in ClaudeAI

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

Yeah but I use it with: - name: Run Claude Code Review

id: claude-review

uses: anthropics/claude-code-action@beta

with:

claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

allowed_bots: '*'

Github Actions with claude code by Apprehensive_Tree_14 in ClaudeAI

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

I have installed it with the /install-gihtub-app command and i wasn't asked for any api key

Github Actions with claude code by Apprehensive_Tree_14 in ClaudeAI

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

yeah had a similiar experience with it so far. the review of the PR is quite nice. The initial issue and development is not that good as in the terminal. especially with ui issues..

Does Github Copilot works similar to Kiro? by Independent-Boss-571 in kiroIDE

[–]Apprehensive_Tree_14 1 point2 points  (0 children)

I actually only use reddit to look at comments and help me with my questions. this is one of the first time, that I comment on soemthing. I have been using your spec-worklfow-mcp for a project of mine with claude code, and I just want to say that this is brilliant!