KiwiFlare

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
I've changed vm.overcommit_memory to 1 which is literally the only tune-up config I can find that might possibly explain spontaneous key eviction in Redis. Redis is basically one click deploy with zero configuration.
My Redis loving friends(don't judge) say if it's not deliberate deletion then it's usually automatic eviction of volatile keys due to memory pressure either from "maxmemory" setting or the overall system RAM. And pointed me at this:
 
the maxmemory is 0 which is unlimited, our memory on that server is at 2GB/62GB and we're talking about a couple thousand keys, not billions.
 
the maxmemory is 0 which is unlimited, our memory on that server is at 2GB/62GB and we're talking about a couple thousand keys, not billions.
INFO should show if it's evicting stuff or just expiring it. "evicted_keys:" as well as how Redis is feeling about its memory situation(used_memory_peak as well as the MEMORY STATS and MEMORY DOCTOR commands). But it doesn't sound like that should be a problem.
 
expired_keys:0
expired_stale_perc:0.00
expired_time_cap_reached_count:0
expire_cycle_cpu_milliseconds:178
evicted_keys:0
evicted_clients:0

they're not expiring and they're not evicting.

lua is the shittiest faggot fucking language and it routinely fails to do something and then just has no error handler and lies about not returning results. the exact same fucking problem was happening with scylla as the backend but I just assumed the cassandra module was old and less mature, whereas redis is baked into fucking openresty so it shouldn't be having any problems at all.
 
lua is the shittiest faggot fucking language and it routinely fails to do something and then just has no error handler and lies about not returning results. the exact same fucking problem was happening with scylla as the backend but I just assumed the cassandra module was old and less mature, whereas redis is baked into fucking openresty so it shouldn't be having any problems at all.
One does not simply write something in Lua and expect it to work. Fuck that retarded language. I can't stand it.
 
At 6AM I had constant 500 error messages and white screen, Tor didn't work, but KiwiFlare was still showing up.
I was here when it went down.

Screenshot_2024-02-11_06-40-56.png

It was like that for a few minutes and then it started returning nothing.
 
Just got a 502 bad gateway
It got better
Edit: assume it's related to what dear feeder just said
 
  • Informative
Reactions: Vibe_Guy
I use Tor browser for the farms and the first time I start up for the day I get a Kiwiflare error. It is consistently the first time I go to KF for a given day and other than that I don't have any issues, but it is weird that literally every single day I get an error on startup. It's not a big deal, but I thought I should at least bring it up since it is weirdly consistent.
 
Is this so-called 'kiwiflare' a service I can purchase?

I read the OP and it didn't mention that so please dont decapitate me with a chainsaw
 
  • Feels
Reactions: Safir
Is this so-called 'kiwiflare' a service I can purchase?

I read the OP and it didn't mention that so please dont decapitate me with a chainsaw
It isn't, so far as I know, but @Null would be the person to ask. It's so far as I know just a bespoke service specifically for this site.
 
Is this so-called 'kiwiflare' a service I can purchase?

I read the OP and it didn't mention that so please dont decapitate me with a chainsaw
If I remember correctly the answer is "no, but at some future point there are plans to release a service that does not have 'Kiwi' in the name".
 
Are the DDoS attacks that break through intermittently circumventing/solving the crypto captcha, or simply saturating the bandwidth?

If the former, I have an idea for an AI proof visual captcha:
Take or generate a big library of photos of obviously black, Jewish, gay, transgender etc people, display 9 of them in a randomly distorted way to prevent automatic detection by image file watermark, and ask the user to input the racial or gender slur fitting the majority of the people depicted. AI can’t say nigger.
 
  • Like
Reactions: CEO of Gay
Back