- 0 Posts
- 5 Comments
Joined 3 年前
Cake day: 2023年9月16日
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
TimTamJimJam@lemmy.worldto
Firefox@lemmy.ml•YouTube Says New 5-Second Video Load Delay Is Supposed to Punish Ad Blockers, Not Firefox Users
81·2 年前From what I understand from the articles about this, it was found that different JavaScript code (without any delay added) was served in the HTTP response if Firefox was spoofed to look like the request came from Chrome, so it seems the issue only occurs on non-chrome browsers.
It’s not Linux, but there’s an open source project available where you can build your own engine ECU with an Arduino https://hackaday.io/project/4413-speeduino


Happened to me in work once… I was connected via SSH to one of our test machines, so I could test connection disruption handling on a product we had installed.
I had a script that added iptables rules to block all ports for 30 seconds then unblock them. Of course I didn’t add an exception for port 22, and I didn’t run it with nohup, so when I ran the script it blocked the ports, which locked me out of SSH access, and the script stopped running when the SSH session ended so never unblocked the ports. I just sat there in awe of my stupidity.