I think the ~/.mozilla/firefox/XXX.default-YYY/storage/default/https+++ZZZ.com/cache/https+++domain.com/ style dirs are the storage for what's called "service workers" which is persistent code related to each website that sends notifiications even if no related tab is open.
Suppose you have a favorite website that sells something, you might register with them that you're interested in a particular kind of product. A serviceworker for that site would be in the "ZZZ" folder named after that site, the code in there would run even if you don't have a tab open for that site. It's done so you can get a notification. In other cases it's some other code that the web designers don't want to have to reload each time you visit, caching it in your storage folder saves time and network.
You can see all your service workers in the Firefox menu: Help -> More troubleshooting information -> about:serviceworkers ( or load about:serviceworkers )
Not everybody left their jobs during the Great Resignation, and for those still on the job — from teachers to servers to office workers — the situation sucks.
rates vary from $2500/wk to $10k/wk. Rule of thumb is "Have an annual salary in mind for a similar role, chop off the last three zeros, and that's my hourly rate.", based on estimate of 1000 billable hours per year
Welcome back! Rust is a very powerful programming language used by tons of different companies, including Google! Let’s go ahead and see what projects Google actually uses Rust for. Now, the process…