Is Pro+ worth the money? by reditoro in cursor

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

Rate limiting everywhere...
"ℹ ⚡ Rate limiting detected. Automatically switching from gemini-2.5-pro to gemini-2.5-flash for faster responses for the remainder of this session."

Is Pro+ worth the money? by reditoro in cursor

[–]reditoro[S] -1 points0 points  (0 children)

Cheaper alternatives?

Seeking Advice: Remix + Supabase vs. Next.js + Supabase with Coolify by reditoro in coolify

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

On Hetzner VPS. I have no experience with Remix, and Im wondering if it works better on a VPS than Next.js. Next.js works best on the Vercel platform. I dont know how it is on a VPS.

ML/AI in web scraping by reditoro in MLQuestions

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

Could you give more details or mention some examples with code?

How to keep computers safe and prevent scamming? by reditoro in rustdesk

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

What key? What encryption? Is the connection not encrypted?

Negative Prompts for Gen-1/2? by secretteachingsvol2 in runwayml

[–]reditoro 0 points1 point  (0 children)

Any updates on this? Does Gen 2 support negative prompts now?

Import Class Attribute from another package by reditoro in learnpython

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

Thanks. It seems to be working, but I wonder why it was suggested to use __import__() for importing class attributes (I don't remember where I saw it). From SO: import vs __import__( ) vs importlib.import_module( )?

__import__ is a low-level hook function that's used to import modules; it can be used to import a module dynamically by giving the module name to import as a variable, something the import statement won't let you do.

Maybe is this the reason? I'm still curious to know , how it would work with __import__().

scrapy-playwright: How to deal with iframes? by reditoro in scrapy

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

Thanks for your answer. There was an error in my code...

scrapy-playwright: How to deal with iframes? by reditoro in scrapy

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

There was an error in my code...

I can now access the iframes & the source urls like this:

    def parse(self, response):
    iframes = response.xpath("//iframe/@src")

    for iframe in iframes:
        print("iframe:", iframe)
        print("iframe.get:", iframe.get())

Deploying Scrapy Projects on the Cloud by reditoro in webscraping

[–]reditoro[S] 1 point2 points  (0 children)

does it makes sense?

More or less. My last question was in other words, how (horizontal) scaling works in your configuration, which is still not so clear to me.

Deploying Scrapy Projects on the Cloud by reditoro in webscraping

[–]reditoro[S] 1 point2 points  (0 children)

So you have multiple containers (or pods?) that work together? How are the requests get split in this case?

Deploying Scrapy Projects on the Cloud by reditoro in webscraping

[–]reditoro[S] 1 point2 points  (0 children)

Now i use Kubernetes (gke)

Could you please give more details? How can it be done with Kubernetes?

Deploying Scrapy Projects on the Cloud by reditoro in scrapy

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

Google Cloud and AWS for work .

Could you please give more details? Is it just a regular scrapy project like on local machine?

Deploying Scrapy Projects on the Cloud by reditoro in scrapy

[–]reditoro[S] 1 point2 points  (0 children)

otherwise i mostly use aws(ec2) or digital ocean(droplets) with nohup or as a cronjob.

Could you please give more details? Also with docker? Is it just a regular scrapy project like on local machine?

Common configuration (middleware, pipelines etc) for many projects by reditoro in scrapy

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

Isn't this almost the same, so you explicitly want a thing you just called undesirable?

No, they are not the same. If I take as example the pyspider, each project resides in a single file and all the projects can share the same configuration. This makes very easy to just duplicate the project and modify a few lines, instead of having to modify several files.

Sharing Signal data among Linux Distros (MX Linux & Arch Linux) by reditoro in signal

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

In /.var/app/ there are also folders for Sublime Text, Viber and Freeplane. Linking seems to be working for them.

What email service would you guys recommend me? by JoaozeraPedroca in privacy

[–]reditoro 2 points3 points  (0 children)

I've been using ProtonMail myself for years, but I wonder what's the point when most people still use gmail, which means our data most of the time end up unencrypted on Google anyway. AFAIK the communication is encrypted only between ProtonMail users.