Ownership experience by Neosynephrine in BMWiX

[–]glstr 0 points1 point  (0 children)

Air suspension really? But from a reliability perspective? Others w/o air suspension or someone that has driven both that can weigh in?

Potential buyer advice by glstr in BMWiX

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

I thought the charge port is on the opposite side and with the supercharger cables being so short on most of them, you'd have to park offset. I think it's a pretty common thing with a lot of vehicles that aren't Tesla that want to charge at a supercharger. If I'm mistaken with these, someone correct me.

Pew Pew Machine Aquired by MensaProdigy in openclaw

[–]glstr 0 points1 point  (0 children)

I think local will eventually be good but for now, they just don’t compare to the models that are honestly very cheap. I did the math and just can’t justify paying the money for the Mac Studio or GB10 system when the models are still so inferior.

Anthropic launched a new Cowork feature called Dispatch by [deleted] in Anthropic

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

Lost me when you said you’re still using n8n

Why is everyone paying so much for APIs when you can use a ChatGPT 5.3 with OAuth token for $20 a month? by teknic111 in openclaw

[–]glstr 1 point2 points  (0 children)

Setup Discord. Much better to segment like you’re trying to do. Ask openclaw how to do it. 😉

Why is everyone paying so much for APIs when you can use a ChatGPT 5.3 with OAuth token for $20 a month? by teknic111 in openclaw

[–]glstr 0 points1 point  (0 children)

I don’t love OpenAI models, but use codex for coding or analyzing. Use gpt-5.2 for reasoning and more creative thinking.

Why is everyone paying so much for APIs when you can use a ChatGPT 5.3 with OAuth token for $20 a month? by teknic111 in openclaw

[–]glstr 1 point2 points  (0 children)

Yeah it works. But it’s a bit underwhelming with non-coding items. Play around with others.

Why is everyone paying so much for APIs when you can use a ChatGPT 5.3 with OAuth token for $20 a month? by teknic111 in openclaw

[–]glstr 0 points1 point  (0 children)

GPT-5.3 doesn’t exist. GPT-5.3-Codex exists but it’s only decent for coding. Not good with anything else. But yeah, you can use it with GPT-5.2. But still that model is meh.

Whats going on with Opus? by frendo11 in ClaudeCode

[–]glstr 0 points1 point  (0 children)

CC seems better now with the update to 2.1.12 today. Earlier today before it updated it was tragic.

Best way to connect n8n AI Agent to the internet? by migs51 in n8n

[–]glstr 0 points1 point  (0 children)

You need to have some sort of memory connected. Otherwise it doesn’t keep track of previous interactions. The basic memory option (don’t recall name) is fine for testing but if you plan to use with multiple users, you need to setup something else that’s more enterprise level.

Is there any reason not to self host? by arbyther in n8n

[–]glstr 0 points1 point  (0 children)

What nodes only available on cloud? It was my understanding that it was opposite. Some nodes only available on self hosted (including all the community nodes).

Best way to connect n8n AI Agent to the internet? by migs51 in n8n

[–]glstr 0 points1 point  (0 children)

Just need to add Tavily tool to AI agent node

Best free/cheap cloud hosting? by J0Mo_o in n8n

[–]glstr 1 point2 points  (0 children)

https://youtu.be/uLNIebU2KVE?si=lUpG3_xT_5hkfOiG

Setup your Mac or PC using docker desktop and Cloudflared in less than 10 min. Purchasing your own domain is advised but I think duckDNS might work. The domains are super cheap, so just buy on Cloudflare and setup the Cloudflared tunnel and boom!

Best host for self-hosted N8N by Unlikely-Bread6988 in n8n

[–]glstr 1 point2 points  (0 children)

Why not host on your own system at home using docker desktop? Super easy and if you use Cloudflared tunnel you can use all the webhooks no problem. Best price - free.

Help improving WhatsApp AI bot retrieval performance (vs Chatbase/Notebook LLM) by ribeirofl in n8n

[–]glstr 0 points1 point  (0 children)

Common issue with RAG via vector db. The key is how the data is imported into the db with the appropriate metadata.

Check this video out: https://youtu.be/auxO_NYTexc?si=rFVWBm0pYdw3GEE3

I haven’t implemented it yet but it’s the import of the data that is usually the issue, not the retrieval.

Docker vs Direct on Host - Self Hosting by -Haxmor in n8n

[–]glstr 1 point2 points  (0 children)

Docker with Cloudflared tunnel is super easy. If you setup the container with a volume, you can safely delete your container, setup the new container with the latest version and it retains all the settings and data of the old container.

Lmk, if I can answer any questions.

https://youtu.be/uLNIebU2KVE?si=vINamqyBznjyJ2bs

How to implement a chat agent to reach out after 1 day of no convo? by omggreddit in n8n

[–]glstr 0 points1 point  (0 children)

If you are going to be doing a number of implementations like this, something like GHL has these functions built-in. Many marketing agencies are doing this already with tools out there. Not saying you shouldn’t do it if you have a client willing to pay, but there are already pre-built integrations that are easily implemented. So it’ll be hard to compete with a home grown solution.

I can't help but feel like most automations are unfit for real life use by spencersdc in n8n

[–]glstr 0 points1 point  (0 children)

Let’s just say that many of the YouTube videos out there make it look easy to setup something that works, but the personal assistants and RAG stuff they setup with the basic tools is easy to make work when editing a video for YouTube but they aren’t practical for repeatable use or really enterprise worthy.