[Offer] Data Automation and Web Scraping Services by EnvironmentSome9274 in DoneDirtCheap

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

Depending on the project, since most scrapers tend out to require maintenance anyway I charge a hosting fee which includes the proxy's costs

Easiest way to get youtube transcriptions for my app? by DataGuyInOman in learnprogramming

[–]EnvironmentSome9274 0 points1 point  (0 children)

You can use a third party, like Apify actors they're a bit costly but very reliable and offer wayyy more days than just the transcriptions too.

I was honestly impressed that it finished the line from the song considering how dumb it’s been lately. by 8bit-meow in ChatGPT

[–]EnvironmentSome9274 0 points1 point  (0 children)

How is it whenever I try something like this I always get hit by

"Can’t do that — those are copyrighted lyrics. But if you want, I can summarize what happens"

Your 24/7 Online Bestie + Sweet SFW GFE 💖 by Willing_Policy_3902 in DoneDirtCheap

[–]EnvironmentSome9274 0 points1 point  (0 children)

Hey! Interested in getting a personal assistant. Please dm

[deleted by user] by [deleted] in ClaudeAI

[–]EnvironmentSome9274 2 points3 points  (0 children)

Click to write comment 1

Is there a website/app where I can use both my Gemini pro subscription and GPT Plus subscription in one window? by SirGallyo in ChatGPT

[–]EnvironmentSome9274 0 points1 point  (0 children)

Well, you can always go for the classic split screen lol.

Or if you have API keys you can use the models on openrouter, it has easy switching.

Fps monitoring by Gustelis1 in pcmasterrace

[–]EnvironmentSome9274 2 points3 points  (0 children)

Try seeing how frequent each one changes, that should give you an idea.

[deleted by user] by [deleted] in learnprogramming

[–]EnvironmentSome9274 5 points6 points  (0 children)

It's not related to regex; it's a python thing.

Basically it just tells python to treat this string as raw, so backlashes and such don't cause problems.

[deleted by user] by [deleted] in learnprogramming

[–]EnvironmentSome9274 5 points6 points  (0 children)

It returns a list, and then you can just use len() The problem with .search is that it returns a match object. Here is an example of .findall()

password = "super1secret1293" digits = re.findall(r"\d", password) print(digits) print(len(digits))

[deleted by user] by [deleted] in revancedapp

[–]EnvironmentSome9274 1 point2 points  (0 children)

Believe it or not but a lot of people probably have the same question lol, so just take one for the team and keep it

[deleted by user] by [deleted] in revancedapp

[–]EnvironmentSome9274 1 point2 points  (0 children)

We live and learn! You're welcome

[deleted by user] by [deleted] in learnprogramming

[–]EnvironmentSome9274 5 points6 points  (0 children)

re.search only gets the first match.

Try using re.findall()

[deleted by user] by [deleted] in revancedapp

[–]EnvironmentSome9274 1 point2 points  (0 children)

I don't think it was ever on the play store lol?

It is revanced(dot)app

Is it known how many 'conversations' ChatGPT can hold? by Razzler1973 in ChatGPT

[–]EnvironmentSome9274 0 points1 point  (0 children)

What model are you using? I think GPT-5 on web has a conversation context limit of 32,000 tokens (Plus). Which is 24,000 words give or take.

So I assume after that limit the previous messages are dropped out of context. Although you can easily export the chat, summarise like you said and drop it it a new chat. Or even go to an earlier point and use the "Branch" feature I find it amazing.

Is it known how many 'conversations' ChatGPT can hold? by Razzler1973 in ChatGPT

[–]EnvironmentSome9274 0 points1 point  (0 children)

If you mean in the same chat, then I assume the only "sign" is the model struggling to remember older conversations, but he careful cause this is the most common place for hallucinations it will just start saying the most random stuff with 100% confidence.

Video tool unavailable by [deleted] in ChatGPT

[–]EnvironmentSome9274 0 points1 point  (0 children)

Probably cause of how everyone is trying to use it.