Cats are all the rage on Lemmy at the moment
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.
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.
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…
Steam Controller! Excellent idea!
… or just use Rust?
It’s a better foot-gun, that’s for sure
Well, you’d need to make a video-hosting site in the first place. And you need to host all the videos even if you use IPFS if you don’t want to provide a bad experience, so you don’t escape any of the problems of hosting a video-hosting website. IPFS has its own challenges it adds over regular video-hosting site challenges.
So, it’s not really worth it.
Most likely because of the “2” in “2FA”
Oh, we’re promoting our open source web UI now? Well, ngl, mine’s kinda lean; it’s Leanish!
Use a different one every day until there’s a winner x)
Wish there was a first-party clipboard manager in GNOME so I don’t have to hunt for an extension
Shame, I was considering using them since the idea of having an instance with no community creation to save on bandwidth was an interesting concept and I needed to get out of lemmy.world because of its stability issues
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.