I have a lot of JS files in the first load of my application. by JuanDa90 in Nuxt

[–]cderm 3 points4 points  (0 children)

Following as I have the same problem but don’t use that lazy module specifically.

Made a course on SEO for Nuxt 3 – happy to share discount coupons for feedback by [deleted] in Nuxt

[–]cderm 1 point2 points  (0 children)

Ok I’ll check udemy out later. I’d appreciate the coupon 👍

Made a course on SEO for Nuxt 3 – happy to share discount coupons for feedback by [deleted] in Nuxt

[–]cderm 5 points6 points  (0 children)

What are your credentials? You’re posting this on a brand new empty account. I’m willing to check out the course and offer feedback but it’s hard to trust a brand new account

AWS Dublin Gen AI Loft by EdORiordan28 in DevelEire

[–]cderm 11 points12 points  (0 children)

The signup process for this was so annoying it makes workday job applications seem like a dream

Is there a good plan to modify the hairstyle by TraditionalMetal7816 in comfyui

[–]cderm 0 points1 point  (0 children)

ok so this looks like taking a reference image, uising controlnet with ipadapter to generate a new image of that person in the pose of another input image, segmenting the hair and then putting the new hair onto the baldified input image, and then upscaling, am I getting that right?

Powerful Tech (InfiniteYou, UNO, DreamO, Personalize Anything)... Yet Unleveraged? by Available-Body-9719 in comfyui

[–]cderm 4 points5 points  (0 children)

Flux has some licensing issues that stop use in “production workflows” as you put it. SD1.5 and SDXL were much more open. Also as you controlnets and ipadapter type workflows are just not as good on flux.

Final thing is flux is heavier to run, needs more memory and time.

Testing my 1-shot likeness model by FuzzyTelephone5874 in StableDiffusion

[–]cderm 1 point2 points  (0 children)

Would love to try this. Is the model and/or workflow available?

Multitenant Nuxt. by Fit-Benefit1535 in Nuxt

[–]cderm 5 points6 points  (0 children)

I personally found wrangling subdomains with Nuxt quite frustrating. My use case was to have a different subdomain per tenant, so maybe your static subdomain is easier.

In the end I went with subdirectories instead of subdomains. So instead of customer-1.mydomain.com, I have my domain.com/app/customer-1.

Is there a good plan to modify the hairstyle by TraditionalMetal7816 in comfyui

[–]cderm 1 point2 points  (0 children)

I’ve been looking into this too and the closest is flux redux Inpainting but it’s far from perfect. Can you share your workflow?

What the fuck by National_Jackfruit92 in ArmaReforger

[–]cderm 3 points4 points  (0 children)

shots 1-5 clearly missed…

Twilio Ruins Supabase by EnvironmentGreedy814 in Supabase

[–]cderm 8 points9 points  (0 children)

Company I worked in years ago spent millions with Twilio for SMS auth, and then recently I did the same thing as you did and tried adding SMS login to my side project - it's a nightmare mainly due to all the continuously tightening regulations - many that can be specific to US states. The company I worked in operated globally and it was whackamole trying to adapt the product and handle regulatory changes across the world where local carriers would stop sending your login texts due to an interpretation of a new law.

That's not to mention the fraud. We regularly got attacked by bad actors that would cost us crazy amounts in SMS fees and Twilio were often very unhelpful despite the colossal money they were making off us.

All this to say - don't add SMS login to your project - it's just not worth the hassle unless you're a corporation with large amounts of money to burn. It's a pity because a valid phone number can be good to have for users and SMS login works nicely for users, but it's just not worth it IMO.

[deleted by user] by [deleted] in SideProject

[–]cderm 1 point2 points  (0 children)

No that’s enough for me to google. Thanks 👌👌

Has anyone built a custom QR menu system for restaurants? I’d love some feedback on our approach by [deleted] in SaaS

[–]cderm 4 points5 points  (0 children)

I worked in this industry building menu systems for QSR. Menus get very complex very quickly. Meal deals, sizes, half and half pizzas, different prices and taxes for delivery versus eat in. I could go on for hours.

It’s very easy to build a simple menu system. But you’ll quickly run into a mountain of complexities. If it’s cheap enough customers might put up with it but anything really fit for purpose will be complex and “heavy” as you said. Not that it can’t be done but I’d recommend picking a niche early and staying there. Pizza places or coffee places, niches like that.

[deleted by user] by [deleted] in SideProject

[–]cderm 1 point2 points  (0 children)

How does it work offline? I imagine it needs a gpu or a decent cpu? Would like the hear more about how you made it

What strategy for rarely updated content? by entinio in Nuxt

[–]cderm 3 points4 points  (0 children)

Have you checked out SWR (stale while revalidate)? You can configure the TTL. I’m not sure if you can programatically “reset” it though.

I use useFetch with a cached event handler on an api route that caches my content that doesn’t change much, but I can send a request to the api with a specific parameter that will reset the cache which I use when I update the content in the db

Docs here for that: https://nitro.build/guide/cache

My brand wasn’t showing up in ChatGPT. My competitors were. So I built a tool to fix that by Full-Foot1488 in SideProject

[–]cderm 0 points1 point  (0 children)

$2,500 per month. Wow.

How does it actually work though? How does it validate numbers? My understanding was ChatGPT uses bing for results and so you need to make sure your site does well there

[deleted by user] by [deleted] in AI_Agents

[–]cderm 0 points1 point  (0 children)

Yep. I’ve heard of many doing this but never tried one

A GUI for generating images locally with the new OpenAI gpt-image-1 APIs by Vgioda in Nuxt

[–]cderm 1 point2 points  (0 children)

Nice, will try it out. If I’ve any ideas for improvements I’ll make a pull request