social.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
social.lol is a lighthearted social hangout for the omg.lol community.

Administered by:

Server stats:

843
active users

#cloudflare

14 posts13 participants0 posts today

#Cloudflare radar has some interesting data: In Finland, Safari users stop browsing earlier (around 22:00-24:00) than users of other browsers. This appears as an apparent bump in use of the other browsers; however, it's worth noting that this graph shows not absolute numbers but rather the distribution of the browsers over time.

This one is kind of new to me but it makes sense. I'm trying to reverse engineer a phishing campaign and the sample links I have both work fine when I visit them in a browser, but as soon as I try to visit them with the developer panel open they trip breakpoints multiple times, and appear to use that timing in order to redirect to innocuous sites.

Of course all the infrastructure including DNS is hidden behind cloudflare, which I've already seen causes problems with Burp Suite.

Decision was made. I’ll move my #homelab domains from #Cloudflare to #Infomaniak. One by one upon reaching each renewal deadline. #Cloudflare is a little bit cheaper, but has a lot of stuff I’m not using and/or don’t want. #Infomaniak gives limited free email service with each domain and is #european. Also #infomaniak feels more like a good old web hosting with a modern UI, good documentation and additional perks. I like it so far.
The only #Cloudflare thing I’ll miss is an almost instant DNS records update considering how many ISPs and services rely on 1.1.1.1.
#domains #hosting #eualternatives

Right, I've tested Gemini 2.5 and Cloudflare Workers / KV (using Rust). And it is stunning.

Context: My wife has terrariums. They need constant maintenance (sifting, cleaning). She needs to quickly check when and for what reason something was last processed.

I've prompted Gemini to create me a Cloudflare worker, paired with an Expo (React Native) app that scans QR codes. These QR codes have a GUID, and the GUID correlates to the last update stored on Cloudflare KV.

It proceeded giving me code with command line commands to create and deploy the Workers and Expo apps.

Surprise - the commands didn't work. But they were close.
Also surprise - the code didn't compile. But they were close.
For the issues - with me knowing what's going on - I could quickly fix what was missing.

45 minutes later, I've got something running and working correctly. Coding this by hand would've maybe taken half a day otherwise.

#ai#llm#gemini