rasensprenger

joined 1 year ago
[–] [email protected] 4 points 11 months ago* (last edited 11 months ago)

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

[–] [email protected] 4 points 1 year ago

I'm also unable to see the difference directly, but everything just feels more snappy. If you can't feel it, maybe you have some extra latency from somewhere else

[–] [email protected] 2 points 1 year ago (1 children)

If you look at its protondb page, it seems there was an issue with the nvidia drivers that got fixed, so it may work better now. It's still only silver-rated though, so there are probably issues left. Admittedly, I'm sidestepping a lot of this as I have an AMD gpu, but even with nvidias quality drivers games with such issues tend to be more of an exception.

[–] [email protected] 9 points 1 year ago (3 children)

I have ~200 games in my steam library, all of which run by pressing "play" in steam. I may just accidentally like games that run on linux, but running through 150 pages of forums definitely isn't the norm nowadays

[–] [email protected] 1 points 1 year ago

Depends one what you need to do, there are some areas in which adobe still has a monopoly

[–] [email protected] 4 points 1 year ago

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.

[–] [email protected] 8 points 1 year ago (1 children)

I've seen enough devices with the usb ports mounted upside down, for whatever strange reason. Also sometimes you want to plug something in without looking, this is much easier with USB-C

[–] [email protected] 21 points 1 year ago (3 children)

It doesn't necessarily need to be 4-dimensional https://en.m.wikipedia.org/wiki/Spinor

[–] [email protected] 2 points 1 year ago

And at some point, it may just become the present, too :)

[–] [email protected] 25 points 1 year ago

bash's autocomplete fails (at least with default settings), but e.g. zsh can figure out what you mean

[–] [email protected] 5 points 1 year ago (1 children)

You can also use revanced to patch your own api key into Infinity and use that instead

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

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.

view more: next ›