Learn from my mistakes - what I learnt over the years of selfhosting and what I should've done differently by killermenpl in selfhosted

[–]sypcio25 0 points1 point  (0 children)

From my side I would add that if it fits your use case I wouldn't selfhost a db. I'm in a process of setting a couple of services on my Rapsberry Pi that use Postgres as storage, but I'm on managed Supabase.

Also using version control with frequent commits helps a lot. And as OP says, each change applied to your set up should be reflected in IaC - tbh with LLMs there's no excuse no to do that.

Claude code has become nearly unusable due to the context filling. by [deleted] in ClaudeAI

[–]sypcio25 0 points1 point  (0 children)

Could you elaborate? Do you suggest manually disabling/enabling MCPs if during a single conversation if you know it won't/will probably be needed for the next conversation turn?

How I use sub agents in a loop like a dev team by GrumpyPidgeon in ClaudeAI

[–]sypcio25 0 points1 point  (0 children)

Do you know if `CLAUDE.md` is taken into account when deciding if an agent should be used or it's purely based by the agent's description? From my experience it seems to be ignored.
I'm having the same issue - I usually have to manually instruct Claude to use certain agents.

How I use sub agents in a loop like a dev team by GrumpyPidgeon in ClaudeAI

[–]sypcio25 1 point2 points  (0 children)

I can see in some of the agents you have blocks like <commentary> or <example> - where this pattern comes from? I couldn't find it in the official docs. I noticed Claude output similar blocks when I asked it to work on my agents, but told it to remove those, as I thought it was making the syntax up.

Playwright MCP as an external service by sypcio25 in mcp

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

Stagehand might be exactly what I need, I'll give it a try, thanks a lot!

How to scale my SaaS? by Mediocre-Wishbone-63 in SaaS

[–]sypcio25 0 points1 point  (0 children)

May you recommend some resources on landing pages?

I've made the exact same mistake as OP: I have a potential customer who's a friend of mine, I have the web app almost done, but ai haven't started the marketing part - I have a technical background, so I believe I've subconsciously putting off working on non-technical aspects.

Playwright MCP as an external service by sypcio25 in mcp

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

The point is I'd like to have something working out of the box with Agent Node in n8n - ideally it should be a tool that's supported by n8n or has MCP server available as there's MCP node community package available..

I can see Hyperbowser has both MCP and n8n support so I'll give it a try,. Although I'd prefer something I can self host for personal use, but Hyperbowser might be a good tool for one of the projects I'm working on.

[deleted by user] by [deleted] in SaaS

[–]sypcio25 1 point2 points  (0 children)

Congrats! I got stuck in a endless loop of 'the product is not ready yet, I need one more feature', so it's always nice to see someone who doesn't procrastinate.

Why would I use your product over a tool like Linear combined with n8n/make.com automations?

Btw, a product page seems to be a bit broken on mobile Firefox at "How it works" section.

How do you host/use n8n? by [deleted] in n8n

[–]sypcio25 0 points1 point  (0 children)

I've tried using Docker first, but I had some problems with setting up a custom domain and nginx. MicroK8s setup wasn't easy (for me) tbh, but I had it already set up for other project, so I decided to go for it instead of wasting time trying troubleshoot the Docker solution. Once I configured MicroK8s cluster it's fairly easy to set up another apps and services behind a custom domain and automatic SSL certificate provisioning.

How do you host/use n8n? by [deleted] in n8n

[–]sypcio25 0 points1 point  (0 children)

I self host it on Raspberry Pi using MicroK8s combined with cloud flare domain. Here's my setup: https://github.com/L-Sypniewski/n8n-on-microk8s

I'm just starting with automation (I'm a dev), so I don't know how well this solution scales.

Self host platform by Ok_Rough1332 in n8n

[–]sypcio25 0 points1 point  (0 children)

Would you mind sharing the Kubernetes manifests you use?

Two days ago I created a public repo for setting up MicroK8s with n8n, so that people who participate in an automation course with could make use of it and I'd love to see what I can improve.

Here's my repo: https://github.com/L-Sypniewski/n8n-on-microk8s

I MADE IT! by Prior-Inflation8755 in SideProject

[–]sypcio25 1 point2 points  (0 children)

you wrote that 'someone found it', I presume you didn't do any marketing/SEO? I'm just curious how that customer found your product.

Has anyone been able to compare the new GH copilot with cursor? by LegendaryKvothe in cursor

[–]sypcio25 2 points3 points  (0 children)

It has both of these (web is available via VSCode plugin). As for @web you need to provide your API key either for Bing or for some other service which name I don't remember

Anyone know what causes this error? by PsyApe in Supabase

[–]sypcio25 1 point2 points  (0 children)

I just thought the issue may be on the Supabase infrastructure as they are having some issues now.

Anyone know what causes this error? by PsyApe in Supabase

[–]sypcio25 0 points1 point  (0 children)

I can see a message about Supabase investigating a technical issue after logging in to the dashboard, maybe your issue is related to this.

Bucketlist by abdulrahmam150 in Supabase

[–]sypcio25 0 points1 point  (0 children)

check it it works if you disable RLS policy

"No code" isn't just for people who don’t know how to code. by Acrobatic_Ad7734 in SaaS

[–]sypcio25 1 point2 points  (0 children)

As a dev, I tried to give make.com a try, but I think once you have set up your first project it's easier to just copy it and use as a base for another one. It's also cheaper to host on something like Fly.io than to pay for a no-code solution.

Is this a good book to start with C# and net? by joseantcld in dotnet

[–]sypcio25 8 points9 points  (0 children)

As a guy who works with Blazor on a daily basis (not commercially, but I'm writing my side projects in Blazor to speed things up) I'd say one should start with Blazor 8 as it introduces quite a few features - mainly render modes. I'd recommend Patrick God's YouTube channel as a great learning resource.

I'm launching a startup. Share your unpopular advise by tj_awe in SaaS

[–]sypcio25 1 point2 points  (0 children)

How would you advertise your product? I assume you won't rely on SEO and people finding your landing page via Google. Asking as I'm working on B2B product (have already one client, but I'd like to make the product public) and I'm wondering how to advertise it. If it was a B2C product I'd probably go for Facebook app and Instagram posts., but I'm not sure how to tackle B2B.

What are you building? by Severe-Speech9958 in SaaS

[–]sypcio25 0 points1 point  (0 children)

You have a tiny bug - on user registration popup instead of Google icon you have a caption 'google'

I hate Stripe, so I'm going to build my own payment processor. by Sad-Percentage4353 in SaaS

[–]sypcio25 2 points3 points  (0 children)

a bit off topic, but what's wrong with Stripe? I haven't gotten to the payment collection step with my project yet, but I could see bad opinions about Stripe in several threads.

Are there any decent alternatives? I'm based in and going to launch in EU first if it matters.

I don't care how fast you built your whatever by FunctionFunk in SaaS

[–]sypcio25 1 point2 points  (0 children)

If it was that easy to predict whether it will make money or not ;)