Some websites like Facebook and Google work, but other websites like Lemmy (any instance), Reddit, my CMMS, various wholesaler sites hosted both in AU and worldwide, are affected.
I wonder if IPv4 is somehow wonky, but IPv6 is working fine? Since Facebook and Google definitely support IPv6, the others may not (although Reddit should too).
You could try comparing ping -4 and ping -6 when it happens. That is if your network supports IPv6.
If you do get any inconsistencies with ping, you could also try experimenting with traceroute/tracert, to see where the delay happens.
It's worse with AppImages since they bundle everything in the same file. At least flatpaks do a little bit of deduplication with their platform packages.
Not OP, but BIOSes often give you a specific error code after a few wrong password attempts. You can put the code in here to recover the password: https://bios-pw.org/
Uhh, this might be true for WebRTC, except not much uses WebRTC other than for realtime streaming/calling. Jellyfin for example is just an mp4 stream over http; and http(s) will only use the IP in the DNS record. I'd like to see a packet capture if you are certain something is switching IP.
Yeah they do! Actually a Japanese research paper (and this video) also theorises that they also grouped similar sounding letters in American Morse Code together (e.g. Z ∙ ∙ ∙ ∙ & SE ∙ ∙ ∙ ∙, or C ∙ ∙ ∙ & S ∙ ∙ ∙)
Yeah, YunoHost explains why http://localhost:8536/ wouldn't be working. If cloudflared and Lemmy are in separate containers you have to put an actual IP in, since localhost points to the container itself.
I know this seems pretty much solved, but I just wanted to point out:
Frigate doesn't need a TPU, OpenVINO is quite performant even on decade old Haswells, or if you've got a GTX 750 or higher you might be able to use that as well.
Oh okay, I had assumed compiling would be a bit more I/O bound, while gaming would be a bit more CPU bound, but I guess you're right about the benchmarks!
My understanding is amd_x3d_mode basically prioritises what cores the scheduler will assign tasks to.
I usually keep it on cache since I do a lot of code compilation, but I will usually switch it to frequency for gaming and stuff.
No it's real! I can't verify the exact rating since it OL's my meter, but with some circuitry it can power my Pi for a few minutes.
I got them from element14, so it's unlikely to be a fake product.
I wonder if IPv4 is somehow wonky, but IPv6 is working fine? Since Facebook and Google definitely support IPv6, the others may not (although Reddit should too).
You could try comparing
ping -4andping -6when it happens. That is if your network supports IPv6.If you do get any inconsistencies with ping, you could also try experimenting with
traceroute/tracert, to see where the delay happens.