

This may be a stupid question but is your video cable plugged into the gpu or into the motherboard?
This may be a stupid question but is your video cable plugged into the gpu or into the motherboard?
Pemdas puts division and multiplication on the same level, so 34/22 is 12 not 3. Implicit multiplication is also multiplication. It’s a question of convention, but by default, it’s 16.
That would be extremely funny
In your case I would just start by copying a full setup someone else made and then customizing it, starting from scratch always takes a lot of effort. Reddit’s unixporn was great for that, the alternatives on lemmy are sadly still a little empty.
Someone needs to maintain them for them to keep working. Nobody else is willing to do that anymore, but you can still volunteer as a maintainer. If you don’t, it’s as much your fault as anyone elses.
cmake now finally supports c++20 modules
I wouldn’t use modules in production quite yet, there’s still a lot of implementation bugs, but for experimenting its quite usable
If you let it run through once, it should cache the compiled shaders so it will recompile only after the game or your gpu drivers are updated
What do you need RDP for? I did everything i ever needed to do remotely via SSH (I mean this as a genuine question, not that we shouldn’t have better RDP support)
Hey, I used to use that before switching to sway a few years ago. It isn’t hard at all: There is not a single line in my config concerned with monitors, it just works by default.
I also think 50ms is a bit pessimistic, but there are locations which are far off of googles datacenters (at least until they finish their Johannesburg location, south africa seems very isolated) and you’re never directly connected via as-the-bird-flies fibre connections, actual path length will be longer than just drawing a line on a map.
This can all be mitigated by just building more and closer edge servers, of course, but at some point you just have a computer in your room again.
No, it seems to be in the right order of magnitude
https://www.wolframalpha.com/input/?i=circumference+of+earth+%2F+speed+of+light
Obviously light doesn’t have to travel quite as far, but 50ms is not a bad estimation for a worst case. Also you have to add processing delays at each router, which makes everything far slower.
Well even if the user doesn’t really know what they’re doing, things shouldn’t easily break, that’s just bad.
Ah yeah nvidia can be painful, especially if you want wayland. But this seems to be a simple modesetting issue, I’m sure there are some known workarounds. You can also report driver bugs directly to nvidia, but I don’t know if that will do much.
bash’s autocomplete fails (at least with default settings), but e.g. zsh can figure out what you mean
Borking an entire install by pressing buttons on a monotor is pretty difficult. What exactly were you doing? Did you ask your OS’ community for support?
You can also use revanced to patch your own api key into Infinity and use that instead
Because I need a browser.
Linux by itself is just a kernel, there’s a whole range of operating systems using it. Most of them have some commonalities, but there are also huge differences. Most of them can run directly from a USB stick (or in a VM obviously), so you can try some out.
Some things that basically all of them do very well, compared to windows:
mainly open source components (± some proprietary drivers and apps, if you want)
no ads in the OS
support for very old hardware, being (depending on actual OS more or less) light and resource efficient
very good package management
customizability
There are many things that are specific to some OSes. I switched from Windows 10 years ago, and I can’t see myself going back. Everytime I have to use it somewhere, I get annoyed quickly.
There are some drawbacks:
software has to be built against a specific kernel, and some proprietary software is not offered for linux. There are compatability layers for running windows software on linux without emulation, but they are mainly optimized for games (I’ve had windows-only games run faster on linux than on windows!).
some drivers are unavailable for linux, as the device manufacturers have to cooperate somewhat. However, almost everything will work.
some drivers are available, but require binary blobs distributed by the manufacturer. The proprierary NVidia drivers, for example, are faster than the open source reimplementation noveau, but they can cause problems with some software like sway. If you have an AMD gpu, their open source drivers are great, so no problems.
Roughly all the servers (including Microsofts own cloud), half the mobile systems, lots of the larger embedded stuff and some small percentage of deksktop systems are using Linux. Again, just try something (maybe Pop!_OS or Mint) and see if you like it.
Pokemon Platinum
Does Javascript have anything to say about promises that are never resolved/rejected? Is that something that happens?