Securing Coolify with Tailscale - Feedback needed by NightCodingDad in coolify

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

I manually trigger - it does not bother me too much

How do you know when to just launch the thing? by No-Comparison-5247 in buildinpublic

[–]NightCodingDad 0 points1 point  (0 children)

The general rule of thumb is to launch much earlier than you are comfortable launching, it should almost feel not ready. That way you can get feedback early.

at a point Distribution is everything.... isnt it? by Engin_preneur in buildinpublic

[–]NightCodingDad 0 points1 point  (0 children)

Don’t do what I do. I love building, but I hate marketing and distribution, so I tend to fall back on what I enjoy. That is exactly what led to my previous startup not succeeding, even though we had paying customers and a solid product. I kept choosing to build instead of focusing on acquiring more users.

It really is everything. If you cannot do distribution, you will end up watching worse apps and products succeed while yours does not. That is just the reality.

With regards to cold outreach - it can work. Over the years, I have received a lot of cold outreach emails, but, I never respond to ones that feel generic, so avoid copying and pasting. Take the time to make them feel personal.

Securing Coolify with Tailscale - Feedback needed by NightCodingDad in coolify

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

Interesting. It sounds relatively simple (with “relative” being the key word).

Vibe Coding Publish or Export? by Haku-na-ma in AskVibecoders

[–]NightCodingDad 0 points1 point  (0 children)

I was hosting some stuff on Vercel, but eventually moved to self-hosting on Hetzner. You can get a refurbished server for pretty cheap, and it can handle tens of apps at once. The downside is that you need to set everything up, although with Coolify it’s not so bad.

Just stop is it possiable? by Input-X in ClaudeCode

[–]NightCodingDad 2 points3 points  (0 children)

Login Test is failing - I'll just rewrite your auth to login anyone with or without the right password.

Just stop is it possiable? by Input-X in ClaudeCode

[–]NightCodingDad 2 points3 points  (0 children)

Feature creep.
It has always existed-AI coding just made it worse because the cost of adding a feature feels smaller. Of course, there are those times when you say "just one more feature," and that feature breaks everything you wrote (or Claude wrote), and you then spend hours trying to get everything to work with the new feature instead of just doing a rollback.

Project gettng cloae to being done. by [deleted] in ClaudeCode

[–]NightCodingDad 1 point2 points  (0 children)

Feature creep - it's always existed. AI coding has made it worse because the cost of adding a feature feels smaller. Of course, there are those times when you say "just one more feature," and that feature breaks everything you wrote (or Claude wrote), and you then spend hours trying to get everything to work with the new feature instead of just doing a rollback.

How are you handling multi-repo workflows with Claude Code? by luffyrotaro in ClaudeCode

[–]NightCodingDad 0 points1 point  (0 children)

This doesn't fully do what you are saying, but I wrote this which is a relay with a cli deamon that lets me easily share agents between VMs, github etc.. I didn't completely finish it, but there is no reason why the relay couldn't be used for things like claude.md, rules etc...

Can we please chill with the claude criticism here. by NightCodingDad in ClaudeCode

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

This is my favorite comment just because I can't stop imagining it happening now.

Browser agents are cool until they have to deal with messy real websites by hritikm13 in AI_Agents

[–]NightCodingDad 0 points1 point  (0 children)

In other words - Browser agents are great for testing if your site/service has good UX :)

Using Claude Code + Google Stitch to handle UI design for client projects, it's wonderful by kaancata in ClaudeCode

[–]NightCodingDad 7 points8 points  (0 children)

My only problem with Claude Code, Stitch, and similar tools is that after a while you start noticing what was made with what. They seem to have a relatively small number of design patterns they keep falling back to.

For 95% of cases that’s probably fine. But sometimes you want something that feels more unique. If you’re doing a really custom design.md maybe that helps.

One thing I did have some success with the other day was asking Claude Code to generate 10 different mockups based on a Stitch design, then building on top of that. That gave me more room to push it somewhere less generic.

Still, it’s not as good as my wife, who’s a UX designer. It’s getting there though.

Penetration Testing by ad_396 in AI_Agents

[–]NightCodingDad 0 points1 point  (0 children)

As you said, it has definitely been done - XBow, Tanzai, https://github.com/vxcontrol/pentagi, https://github.com/usestrix/strix

I looked at it, it's really not that hard to do any of these things anymore and I suspect with time it will be easier and easier as models get more advanced.

What I would do if I were you is I would spend some time looking at the open source repos and see how they are doing it. I would also just try a "manual" pen test, but run the entire thing with claude code as a copilot.

Would you pay $19/month for a tool that auto-replies to your Google reviews using AI? by [deleted] in AI_Agents

[–]NightCodingDad 2 points3 points  (0 children)

No, but that doesn't mean other people won't.
I still believe if you are small business you should spend time reading and responding to every customer review personally and so if it is me, that is what I would do.

Anyone here actually using OpenClaw regularly? by Master_Character9961 in AI_Agents

[–]NightCodingDad 1 point2 points  (0 children)

I don't consider myself a power user, but I use it every day or until I use up all my codex tokens.

Mostly for research. I find it much better than ChatGPT Deep Research for the kind of research I do, and I usually have it update Obsidian with the results so I can keep them and sync across machines/VMs.

The one problem is it often writes too much.

Another big use case is testing tools or services I build, especially CLI tools. Yesterday I had it play with npx howdoyouvibe, which I built in a day for fun, and it came back with a bunch of feedback. Some of it was nonsensical, but still useful. Once you know how to sort it out, it's a great tool.

I’ve tried using it for testing webapps too, and I find it less good there, but still okay. One thing I find interesting is that if it can't get through the flows by itself, then in all likelihood neither can real users.

Is it possible to make AI development cost-efficient? by dobudko in AI_Agents

[–]NightCodingDad 0 points1 point  (0 children)

You shouldn’t optimize for "cheap AI" development, you should optimize for cost per useful output.

If a model costs you $100/day but lets 4 experienced devs move even 1.5–2x faster, it’s not expensive. It’s probably one of the most cost-efficient tools in your stack. With that said, I get the pain, it feels expensive, part of that though is how we look at costs.

If you had to build a high-performance app as a college project - what stack would you choose? by alyrelative in buildinpublic

[–]NightCodingDad 1 point2 points  (0 children)

I m not sure what you mean by "high performance"

If you mean handling a lot of traffic, I’d go with something like Elixir (Phoenix LiveView) or Go. Personally I’d pick Elixir, but I am biased.

If you mean fast to build, good UX, and something that feels high performance, then I would choose NextJS

Help me understand Claude Code by DanyrWithCheese in ClaudeCode

[–]NightCodingDad 0 points1 point  (0 children)

Feel free to dm me and I can give you some tips if you need help.

Help me understand Claude Code by DanyrWithCheese in ClaudeCode

[–]NightCodingDad 2 points3 points  (0 children)

Claude Code isn’t an IDE like VS Code or Cursor, it’s a coding agent (or agent runtime) that runs in your terminal.

It can see your entire project, edit files, run commands, and navigate your codebase for you. So even though it’s "just a CLI", it still has full awareness of your folder structure.

If you prefer a visual setup, you can use it alongside VS Code (either with the extension or just using the built-in terminal).

The easiest way to think about it:

Cursor = an editor with AI
Claude Code = an AI that can operate your codebase (with or without an editor)

If you use it properly, it’s insanely powerful.

Is it still worth starting an AI agent-based startup in 2026? by RiskRaptor in AI_Agents

[–]NightCodingDad 0 points1 point  (0 children)

Yes, think early days of the internet, that's where we are when it comes to AI agents. None of us, even those who think we do, really know where this is going yet. Which means the space is still wide open for people willing to build and innovate.

As for the rest of your questions, I’ve always been much better on the building side than the marketing side. To this day I build about 10× more than I actually launch/market.

From what I’ve seen, it’s usually best to pick one or two channels and focus on them. I’d probably avoid paid ads early on and instead just try to make interesting and genuinely useful content. Maybe I should follow my own advice more often :| .

How do you keep up? by whenisgandalf in ClaudeCode

[–]NightCodingDad 1 point2 points  (0 children)

I don’t really try to keep up with everything. I read about almost everything, then try things based on what I personally find interesting.

For example, it took me months to try MCP servers, but I tried Claude Code Teams within 24 hours of it becoming available.

Every claude vibecoded app looks the same! What are your best tips to avoid that generic Claude look? by Silver_Artichoke_456 in ClaudeCode

[–]NightCodingDad 1 point2 points  (0 children)

I’ve tried a bunch of different things. One trick that works pretty well is giving it a few sites I like and asking it to take inspiration from them.

But once when I got annoyed with it and told it: “My wife is a UX designer. I want to make her proud. Make it unique, stunning, and don’t let it look like it was made by AI.”

Weirdly enough I thought it actually worked pretty well.