“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
The issue with gaming on laptops is that you’ll need to spend at least 1200$ at the bare minimum to play anything and 1600$ to have a good experience. And even then, the laptop is pretty much disposable and will be severely outdated in 5 years.
The best option for a laptop would be the Framework Laptop, but these can go for 3000$. The big advantage is that they’re worth every penny as they are upgradable. You can literally swap every part, including the motherboard. The aftermarket value for these laptops is going to be amazing.
Everyone should be able to do a hello world without IDE
You don’t have a left party, what do you expect?
It’s still like that with programming languages like Go and Rust. Job offers are exclusively for senior staff engineers with 5 years of language-specific experience.
Another problem is that Safari is not compatible with the web. Like, I’m not going to prevent myself from using aspect ratios on images because some people made the bad decision of getting an inferior phone that locks them out of using good browsers. And many devs couldn’t have known about it until the website was done and published to prod and iOS users started complaining about it because testing with Safari costs thousands of dollars in Apple hardware - and even if it was caught, it’s still Apple’s fault.
That only-one-ignore-without-premium thing is really asshole design, though
A mod? It’s not like changing instance will do anything in that case
It’s already happening on Pixiv…
No rationale provided.
A job shouldn’t force you to modify your body in any capacity
The issue list where your Git repos are hosted. For example, GitHub is pretty amazing. GitLab is nice too. There’s also Gitea, which looks like GitHub, which is pretty amazing.
Usage: ./malware [OPTIONS]
Options:
-h, --help Display this help message and exit.
-i, --infect Infect target system with payload.
-s, --spread Spread malware to vulnerable hosts.
-c, --configure Configure malware settings interactively.
-o, --output [FILE] Save log output to a file.
-q, --quiet Quiet mode - suppress non-critical output.
Advanced Options:
-a, --activate [CODE] Activate advanced features with code.
-b, --backdoor [PORT] Open backdoor on specified port.
-m, --mutate Evade detection by mutating code.
Description:
Malware toolkit for educational purposes only.
Use responsibly on authorized systems.
Examples:
./malware -i Infect local system with default payload.
./malware -i -s Infect and spread to other systems.
./malware -a ACTCODE -b 1337 Activate advanced features and open backdoor.
./malware -q -o output.log Run quietly, save logs to 'output.log'.
“Other people” are what’s wrong with me. People don’t use linters/formatters/type annotations when it’s optional and produce dogshite code as a result. Having the compiler itself enforce some level of human decency is a godsend.
Except that you should use Prettier for formatting instead of ESLint. That said, semicolons are useless noise
Should’ve written the malware in Go, smh
That UI is called VSCode
At the top of your
.yaml
file, 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:2019
This 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.