

4·
2 years ago“An ex-Netflix engineer’s take on piracy; in a YouTube drama near you”


“An ex-Netflix engineer’s take on piracy; in a YouTube drama near you”
For anyone who has to install Windows 11; download the full ISO then use Rufus. You’ll be able to disable some of the enshittification.


Your “minimum wage” link states multiple times that it is only for federal employees, not for the general population. There are still states where you can get less than 10$/h.


Cats are all the rage on Lemmy at the moment
That UI is called VSCode
At the top of your
.yamlfile, you can set a JSON Schema. Example:# yaml-language-server: $schema=https://json.schemastore.org/prometheus.json scrape_configs: - job_name: caddy static_configs: - targets: - caddy:2019This way, you don’t have to memorize every possible setting and what it does and risk making a typo in the config. VSCode will just tell you.