Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
typosaurus10743258dI do see other gif captcha's but they make the mistake by showing all digits at once. In that case AI doesn't even care if it's a gif
-
atheist10613258dA couple of years ago, giving simple instructions or basic reasoning would have been nice. LLMs killed it before it was needed.
-
typosaurus10743258d@tosensei wrong sequence wouldn't happen since as I stated the digits will be shown at their own position like this: [][2][][]. The user knows what beginning and end is. The file contains all digits, yes, but there's no frame showing them all at once.
Rendering to video isn't a bad idea, they won't expect it as captcha -
typosaurus10743258dSomeone has done all the work already: https://github.com/skeeto/.... It doesn't include a lib what I normally prefer, but for creating a gif I would use one
-
typosaurus10743258d@lungdart I'm sure it wouldn't, there's no captcha like it. Why would it be able to crack it
-
KaseyBausch1110258dTRUSTED CRYPTOCURRENCY RECOVERY EXPERT HIRE ADWARE RECOVERY SPECIALIST
A Nightmare Experience with a Crypto Exchange: How ADWARE RECOVERY SPECIALIST Helped Me Get My $40,000 Back
Email info: Adwarerecoveryspecialist@auctioneer. net
WhatsApp info:+12 723 328 343
I recently had an incredibly frustrating and disappointing experience with a cryptocurrency exchange wallet, and I feel compelled to share it. From the outset, the platform seemed unreliable, with ongoing issues that made it impossible to trust. The most glaring problem was the constant delays with withdrawals. -
codePain221257dAm happy you are used C . I built one in python flask ... hehehehe we all no wat happens ... the app is in production
-
typosaurus10743257d@codePain nice, Google is easy delivery indeed. my c applications do reach production usage, no issues with it. They won't drain 100% cpu full time while being slow. Also, aiohttp is cooler than flask. My site is written in aiohttp and uses a self written in C rest server. The rest server is both pubsub and db. All works perfect.
Sad that nobody uses quart python frwmework. I think because asyncio is overrated. Aiohttp is better tho, class based views and easy to chain apps under urls. So your modules are also complete apps, technically there's no difference in hierarchy of a main app and modules what is the case on django. Flask blueprints are horrible -
lungdart3429257d@retoor because it understands image formats, and can reason about image contents.
-
typosaurus10743257d@tosensei sometimes.. But someone has to code it still. I don't expect that an llm can learn it by itself, waiting until every letter flashed and collect them. AI doesn't do new stuff.
I don't like the web part at all of my new project tbh. The development of it is quite boring and captcha doesn't have high priority -
typosaurus10743257d@tosensei I'm still sure it won't crack it yet - AI doesn't learn smth new itself
Related Rants
I think i came up with the ultimate captcha. A gif that displays four numbers, one by one in current position. There's always one number displayed. I do not think that AI can recognize it without some nasty adjustments while it's very clear for humans. A while ago I had to do a captcha with six questions and failed it a few times. Wtf.
The site I'm working on will have this captcha soon. I make a microservice in C that will create a captcha equal to the last url parameter, the four digit number. By giving the number yourself as parameter you know what to validate with later at post. I probably include the answer hashed with some salt in a hidden field to compare answer with so it works if you have two tabs open
random
captcha
ai
numbers
gif