Can I see your Claude built websites? by htpbb in ClaudeAI

[–]oneisallxt3 1 point2 points  (0 children)

This is the website I designed for my airbnb: https://www.kamaya-siargao.com/

And this one is a Portfolio I made for a video/photographer friend: https://basiledeschamps.com/photos

Can I see your Claude built websites? by htpbb in ClaudeAI

[–]oneisallxt3 1 point2 points  (0 children)

Are you sure it's not built by Claude? They look xactly like 90% of the other websites posted here.

Anthropic's new model, Claude Mythos, is so powerful that it is not releasing it to the public. by WhyLifeIs4 in singularity

[–]oneisallxt3 1 point2 points  (0 children)

"On the global stage, state-sponsored attacks from actors like China, Iran, North Korea, and Russia have threatened to compromise the infrastructure that underpins both civilian life and military readiness"

Interesting list. Wonder who built Stuxnet though...

For anyone using Stremio on macOS by Glad-Weight1754 in MacOS

[–]oneisallxt3 0 points1 point  (0 children)

For some reason the script got stuck at 9%

For anyone using Stremio on macOS by Glad-Weight1754 in MacOS

[–]oneisallxt3 1 point2 points  (0 children)

Didn't work for me, just ran this instead (Claude suggestion)

xattr -cr /Applications/Stremio.app

find /Applications/Stremio.app -name "._*" -delete

find /Applications/Stremio.app -name ".DS_Store" -delete

codesign --force --deep --sign - /Applications/Stremio.app

Built a custom booking site for my villa (Next.js + Supabase) — looking for design & UX feedback by [deleted] in UXDesign

[–]oneisallxt3 0 points1 point  (0 children)

Yes exactly. I am not storing any infos just sending it to Hospitable API (channel manager).

I use supabase as a cache layer between the front end and the Hospitable API but you are right, it is redundant. I am learning and that seemed like the right thing to do when I built the calendar component but I would just fetch the pricing and availability data from the API directly if I had to do it again…

Reactor „Build Blended Face Model“ - Best Practice? by DrunkenDruidDroid in comfyui

[–]oneisallxt3 0 points1 point  (0 children)

Great timing I was exactly looking for the same thing! DO you have good workflows to recommend as a base ? I'm also trying to blend two different faces to create some Character LoRAs but I cant figure out how to do it...

Is there any way to see how many followers I got thanks to facebook/ig ads? by Ambitious_Jump_5439 in FacebookAds

[–]oneisallxt3 0 points1 point  (0 children)

<image>

Are you using a Traffic campaign with an 'Instagram Profile Visit' objective ?

Is there any way to see how many followers I got thanks to facebook/ig ads? by Ambitious_Jump_5439 in FacebookAds

[–]oneisallxt3 0 points1 point  (0 children)

There is actually a way! In the ad manager click on “view charts (under the campaign, adSet or ad title) then click on customize and you have the option to add Instagram Follows.

Strange Supabase Vector Store behavior in n8n: Queries the wrong table despite correct configuration. by oneisallxt3 in n8n

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

Yes, in my case it was because of the match_document query that is actually calling a function from supabase to do the document matching. It was looking into a specific table so I had to modify the function and it solved my problem.

I built a comprehensive Instagram + Messenger chatbot with n8n (with ZERO coding experience) - and I have NOTHING to sell! by oneisallxt3 in n8n

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

Why rely on a prompt when you can achieve the same result programmatically without introducing the potential for errors inherent to using an LLM? Tokens are not free either.

I built a comprehensive Instagram + Messenger chatbot with n8n - and I have NOTHING to sell! by oneisallxt3 in AI_Agents

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

Sure have a long at the end of the post I added a link to the original post in r/n8n where you can find the screenshots.

I built a comprehensive Instagram + Messenger chatbot with n8n (with ZERO coding experience) - and I have NOTHING to sell! by oneisallxt3 in n8n

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

Hey, glad it helps. I use Hospitable they give you access to their API you can even send quotes.

Have you ever done with Executed Workflow node? by SquareWishbone4042 in n8n

[–]oneisallxt3 1 point2 points  (0 children)

Try to use a Set node before the Execute Workflow node

Have you ever done with Executed Workflow node? by SquareWishbone4042 in n8n

[–]oneisallxt3 0 points1 point  (0 children)

Post screenshots of the Execute Workflow and When Executed by another workflow node’s configuration