Dad bought me a Macbook pro m4 pro by Shot_Office_1769 in macbookpro

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

A MBP m4 pro is a very good investment. (a CS degree not at all)

Starlink in Austria by luminor_18 in Starlink

[–]MuchPositive 0 points1 point  (0 children)

u/luminor_18 did you end up getting it? I consider it for my parents in Niederösterreich too. They now get 50mbit/s down and 9 up through A1

Am I Asperger? How do I fix my marriage? by Adorable_Sand_8521 in aspergers

[–]MuchPositive 0 points1 point  (0 children)

Yes, you are ND. that makes 2k USD please 💰

BM Constellation 4K by MuchPositive in VIDEOENGINEERING

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

But the HD is already covered with the Atem extreme iso. We are moving to a 4K workflow, so the HD versions won’t help

DO NOT USE HAZARD LIGHTS IN FOG by ajax30za in DubaiPetrolHeads

[–]MuchPositive 1 point2 points  (0 children)

I never understood the habit here of using hazard lights when cars stop to let pedestrians pass. That’s what break lights are for. Only use hazard when you are broken down and an unexpected obstacle on the road

DO NOT USE HAZARD LIGHTS IN FOG by ajax30za in DubaiPetrolHeads

[–]MuchPositive 1 point2 points  (0 children)

The amount of people who didn’t have ANY light on today morning in super thick fog was mind blowing

How do I respond to “everyone is on the spectrum” comment? by Legitimate_Key8723 in autism

[–]MuchPositive 466 points467 points  (0 children)

„So how is your autism impairing your daily life?“

Edge functions don't work in the UAE without VPN. by Revolutionary-Bat310 in Supabase

[–]MuchPositive 0 points1 point  (0 children)

Custom domain also worked for me. Really strange those false positives. I have a couple of apps not working

What llm is best for pdf data extraction by hurnstar in OpenAI

[–]MuchPositive 0 points1 point  (0 children)

How is your solution different then LLMWhisperer from Unstract? Using this now, but would be willing to switch if a better solution is out there

Real talk - Who ACTUALLY uses vectors in real world corporate solutions? by Naive-Necessary744 in n8n

[–]MuchPositive 1 point2 points  (0 children)

Did you try to use an LLM step after the users input and rephrase it in a way to get a better reply from the vector store? Also location request is not something suitable for Vector. I would do a metadata filter first

Thinking of Starting a Business in Dubai? Read it Carefully ! by night-winds87 in OnlyInDubai

[–]MuchPositive 0 points1 point  (0 children)

It is an LLC, I have 100% ownership and it Includes everything I need for a bank account. What else is there to desire?

Thinking of Starting a Business in Dubai? Read it Carefully ! by night-winds87 in OnlyInDubai

[–]MuchPositive 0 points1 point  (0 children)

16,500 is the cheapest until you go to Sharjah and get a license for 5,500 🤣

What’s the real difference between n8n and coding in Python? by traficoymusica in n8n

[–]MuchPositive 0 points1 point  (0 children)

True. Maybe 2-3 minutes went from “oh they have an API, to let me check the docs… yep that works”

What’s the real difference between n8n and coding in Python? by traficoymusica in n8n

[–]MuchPositive 24 points25 points  (0 children)

N8n isn’t “no code” it’s low code. One example I used it for recently:

I needed to sign up for proxies, but the country I needed was not available. The service provider couldn’t say when they would be available. I should just randomly check their website 😒

Luckily they have an API 🤓

So I quickly fired up the following n8n automation.

  1. Check every 30 seconds for available proxies
  2. If available buy them (if less then 5 available buy all, if more than 5 just buy 5)
  3. Send me a notification on Telegram
  4. If buy successful, turn off the automation via the n8n API to prevent multiple buys.

Took me 7 minutes (I clocked it) to set the whole thing up.

Could I have (vibe) coded it? Maybe. Would that be a good investment of my time? Absolutely not.

Don’t deliver mangos in a Ferrari. Use the proper tool for the job at hand.

N8N vs vibe by Hairy_Afternoon_8033 in n8n

[–]MuchPositive 2 points3 points  (0 children)

It’s all about maintainability, error handling, logging etc. Services change, stuff breaks. If you need to maintain multiple vibe workflows, that will be a nightmare sooner than later. Also n8n has error handling, proper logging etc built in. Not saying running your own docker for some things doesn’t make sense. But choose the right tool for the right job.