• 0 Posts
  • 61 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle







  • Arguably, The US does have several socialist policies, albeit implemented very badly. For instance, public education. Does capitalism stick its grubby fingers into it from every possible angle? Yes. But at its core it has collective funding through taxes (therefore owned/controlled by the state), universal access, and the prioritization of public welfare over profit (at least on paper). Those principles are strictly socialist and not capitalist.


  • It’s not about strictly “owning”, it’s about controlling. Control can be achieved in many different ways, including, but not limited to regulations. Socialism is an economic system, of which you can implements certain parts.
    I didn’t say “social policies”. Socialist policies are a more specific subset of social policies, so all socialist policies are social policies, but not all social policies are socialist.
    Regarding the European countries’ degree of being socialist, it of course depends on the country. But on average, you might be right, and perhaps using “equally” was an exaggeration.


  • Lots of people on Lemmy forget that the choice between Capitalism and Socialism isn’t binary. Country picks individual policies that are capitalist or socialist in nature. All of the modern countries are a combination of both. Even USA has certain socialist policies. Most of Europe is roughly equally capitalist and socialist.
    It’s just making a character build and picking perks. Capitalist policies aren’t bad (for the general public) by default. Depending on how and which ones are implemented, they can be beneficial to everybody.






  • While the post is clearly a shitpost, and the arguments in their provided form are not entirely valid, they could be altered to be valid.

    Purpose-built devices will always have advantages over generic “do everything” devices. A modern smartphone can do everything, but you still have MP3/FLAC players, DSLR cameras, calculators, etc. Similarly, a PC can do everything, but there are still TV sticks, gaming consoles, tablets, etc.

    PC can’t be as low-friction as a console for gaming. To start playing all you need to do is pick up the controller, press the Home button, TV comes on and you’re back where you left off. All the games in the store are 100% compatible with 0 settings manipulations.

    Now, you could build a PC for the sole purpose of playing games on it, and come fairly close to the experience. But you’re gonna spend more and put a lot of effort into it.
    Some issues you might encounter:

    • picking and installing the right OS
    • hardware/software compatibility
    • controller support
    • seamless sleep/wake
    • lack of HDMI CEC protocol to control the TV

    Whereas a console is a plug-and-play tailored experience that guarantees all of the above to not be an issue.

    TL;DR: You can’t just plug your PC to a TV and expect the same result as playing on a console. It will take much more work to get there.


  • PipeWire is a server and user space API to deal with multimedia pipelines. This includes:

    • Making available sources of video (such as from a capture devices or application provided streams) and multiplexing this with clients.
    • Accessing sources of video for consumption.
    • Generating graphs for audio and video processing.

    Nodes in the graph can be implemented as separate processes, communicating with sockets and exchanging multimedia content using fd passing.