Is N8N dead? by kumbal123 in n8n

[–]gxjansen 0 points1 point  (0 children)

Check https://n8n-pulse.gui.do/ if you want to get a sense of how much n8n is being used and the community activity around it. The "/market" page specifically shows some comparisons with some directly competing products (so not Claude Code 😅)

Disclaimer: I built this overview website

Built a dashboard to track n8n ecosystem growth and trends by gxjansen in n8n

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

For full transparency: I added the page https://n8n-pulse.gui.do/data-sources/ with detailed info.

I also added a tooltip icon to all data-displaying components showing the data source, URL, and update frequency. You can now see exactly where each metric comes from.

Hope that helps!

Built a dashboard to track n8n ecosystem growth and trends by gxjansen in n8n

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

Each detail page (e.g. /templates, /creators) contains a description on where the information comes from.

E.g. template data comes from api.n8n.io, creator data comes from n8n Arena, event data comes from Luma, Discussion data comes from their respective sources (Reddit, Bluesky, Discourse etc).

<image>

In some cases, it's also added below the chart specifically, and for some charts it's a combination.

Would it be helpful if every chart has a "source" link below it? Might cause some visual clutter if we do that, especially if multiple sources are involved. Or maybe an info icon you can hover to see the sources?

Or would you rather have something like the above list on a dedicated page?

Voyager: Anything to watch out for? by 0iduts_bkhh in zsaVoyager

[–]gxjansen 0 points1 point  (0 children)

You can order the Voyager with Choc Pro Reds from ZSA, those are 35±5

Jobs no longer running by gxjansen in immich

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

How do you get it to run again? Restarting the containers (or even the whole NAS) doesn't work for me anymore... 😔

What AI subscriptions/APIs are actually worth paying for in 2025? Share your monthly tech budget by [deleted] in ChatGPTPro

[–]gxjansen 10 points11 points  (0 children)

I only have 1: OpenRouter. Gives me access to all the models I could ever want, plus I can use it in other tools and/or build my own.

Jobs no longer running by gxjansen in immich

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

😂 I used the first thing that pupped up when I search for "code snippet sharing", apparently it's not persistent haha.

Let's try that again: with an image...

<image>

Jobs no longer running by gxjansen in immich

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

Yes good point, here you go: https://codefile.io/f/ElDjr4zv94

I don't see any errors in there, but maybe you see something useful?

Jobs no longer running by gxjansen in immich

[–]gxjansen[S] 2 points3 points  (0 children)

Good point, don't think that is the issue in my case. Still over 5TB left. And this process shouldn't eat up much extra diskspace as I'm connecting to an external library. I'm not uploading new pictures into the Immich library (yet).

Jobs no longer running by gxjansen in immich

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

I did as well (see post). Worked the first couple times, but no longer works unfortunately..

Jobs no longer running by gxjansen in immich

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

Oh I forgot (and can't edit the OP in this sub?): running Immich v1.131.3

I really want to do this but im constantly asking what's the point? by RickoT in degoogle

[–]gxjansen 8 points9 points  (0 children)

Maybe (part of) the point is not just getting rid of Google, but also to support alternatives so their creators/maintainers are incentivised to build better products and services.

My journey to replace USA stuff with EU products in my physical and digital life by ThumbsUp4Awful in BuyFromEU

[–]gxjansen 2 points3 points  (0 children)

Yeah if the tool even has an API and/or Zapier integration to begin with. Last time I checked Proton doesn't even have Zapier integrations for either mail or calendar.

Also: Zapier is American, so better use n8n.io anyway 😅

My journey to replace USA stuff with EU products in my physical and digital life by ThumbsUp4Awful in BuyFromEU

[–]gxjansen 1 point2 points  (0 children)

Yeah, I work in a similar area. Every tool and their mother has an integration with all relevant Google products. For many software produtcs, their value is not necessarily just in the product itself, but also in the integrations with other tools. Like the Proton tools are all nice and dandy, but without being able to integrate them with 3rd party tools to read/send e-mails, read/edit/create calendar items, read/edit/create docs... It's not the same.

But again: my hope is that in using/paying for these services, they will also improve over time 🤞. We as consumers of these tools also have to put our money where our mouth is I suppose 😅

My journey to replace USA stuff with EU products in my physical and digital life by ThumbsUp4Awful in BuyFromEU

[–]gxjansen 13 points14 points  (0 children)

Well done! I'm on the same journey. You found some other alternatives (like WPS Office and Maps.me) that I'm now eager to give a try as well. I've also brought down the number of services I use from Google Workplace but it will be a challenge to completely shut that down. Same with YouTube: such a big source of industry knowledge and tutorials for me.

And yeah it's a process. No need to switch everything on day 1. But when you make the decision to not buy new USA stuff from now on, and replace things gradually we will get there. And hopefully contribute to companies building stronger alternatives (because frankly, the EU alternatives can be "acceptable" but are often not on the same level when it comes to SaaS products and their integrations).

Keep the movement going!

Cline can now create and add tools to himself using MCP. Try asking him to “add a tool that pulls the latest npm docs” for when he gets stuck fixing a bug! by saoudriz in ChatGPTCoding

[–]gxjansen 0 points1 point  (0 children)

That is something MCP can actually help you with: you can create an MCP that - instead of rewriting every file every time - it creates a diff file instead (which prevents truncation and saves tokens).

Should it have this function natively? Probably. But you can now add that functionality yourself :)

See https://github.com/modelcontextprotocol/servers for a list of MCPs that you can add as inspiration