So hard to understand ><
So hard to understand ><
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
No rationale provided.
Steam Controller! Excellent idea!
… or just use Rust?
“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.
Should’ve written the malware in Go, smh
And I fucking love it. Thank you Go!
It did, but the interface is still dogshit for new users and it’s impossible to know how to access a project’s page or its download page. When I started using GitHub, I didn’t even realize that SourceForge was a git
hub for a fucking while, yet I was still downloading stuff from there.
Psst, that’s web 2.0. Web 3.0 is stuff like Mastodon, Lemmy, IPFS, cryptocurrencies (unfortunately), Kbin…
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.