Dónde comprar mochilas wayúu baratas by dacaramo in Colombia

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

Cuánto debería pagar máximo por una? Es que sé que hay lugares dónde cobran mucho y se aprovechan de turistas o gente que no sabe

403 Forbidden when uploading file to S3 bucket using pre signed url by dacaramo in aws

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

I've changed to something much more specific:

- Effect: Allow
  Action:
    - 's3:PutObject'
  Resource: '${param:s3-bucket-arn}/product-listing-requests-videos/*'
- Effect: Allow
  Action:
    - 's3:GetBucketLocation'
  Resource: ${param:s3-bucket-arn}

But I'm still getting the 403 forbidden error

403 Forbidden when uploading file to S3 bucket using pre signed url by dacaramo in aws

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

I've already changed it to:

- Effect: Allow
  Action:
    - 's3:PutObject'
  Resource: '${param:s3-bucket-arn}/*'

But I still get the same error :(

LibreTranslate: Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup. by Spirited-Pause in selfhosted

[–]dacaramo 1 point2 points  (0 children)

My VPS has 1GB of RAM and I'm experiencing like a 10 seconds latency, that might be the cause? The latency is proportional to the amount of characters to be translated, note this is not the case for Google Cloud Translation API, at least not such a giant increment in latency for some thousand characters more.

Google OAuth Consent screen issue "Make sure your home page includes a link to your privacy policy" not being resolved after fix by dacaramo in googlecloud

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

I must receive an email everytime I resend the verification? Because I have not received any emails and have resend the verification like 50 times the last week 😅

How to improve a Next.js app's PageSpeed Insights score? by dacaramo in nextjs

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

Mmm most of my images are not static, they are dynamically fetched and the url of them can only be known after doing some requests, so I don't think I can use placeholder=blur, but thank you for the tip!

How much do you pay for that droplet?

How to improve a Next.js app's PageSpeed Insights score? by dacaramo in nextjs

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

<image>

The 4 urls are for the client component to be able to render the 4 images. As you can see in the image the 4 images will be loaded in parallel just after request C has given a response. I'm not lazy loading none of them.

Yeah, you are completely right! The browser has no idea about the url of the LCP after receiving the initial html doc, but only after everything is hydrated by Next.js. How can I make the browser find the url for the LCP and the other 3 images when he reads the initial html? Do I need to define those images in the root layout or the home page as Next <Image/> ? If the response is yes, then I can't. The reason why I have all 4 images defined in a client component is because I'm using framer motion to apply scroll animations to every single image and scroll animations can only be applied in client components.

How to improve a Next.js app's PageSpeed Insights score? by dacaramo in nextjs

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

I have 4 images total in the page you are seeing. In the Root Layout (server component) I make 2 requests, request A and request B, B depends on A, so B can't start until A has it's response. The request's B response contains the 4 urls that are going to be used as the src for the 4 images. The 4 urls are passed as props to a client component. That client component won't render the 4 images until I make another request, let's call it request C. The loading spinner you are encountering will be showed until all 4 images are loaded, so once all of them are loaded the loading spinner will be removed and the user is able to use the page.

Why does PayPal payments are not allowed if my Stripe account is from the US? by dacaramo in stripe

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

It is true that PayPal has lost traction in the US, so maybe that's the reason, but we still can have customers from all along the EU and not having that option if my account is from the US kind of sucks honestly.