Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RO
Rossphorus @lemm.ee
Posts 0
Comments 7
[Solved]What happened to my background/desktop?
  • New plasma update sets the accent colour from your background. To change it go to System Settings > Colours and Themes > Colours (not sure if Mint has it in the same place) then set the accent colour you like from the top.

  • ELI5 (ok, maybe 10) Matrix chat
  • Matrix is an open source protocol for federated chatrooms, kind of like if someone mixed Lemmy with Discord and Signal. You make an account with a Matrix 'homeserver' (can be your own self-hosted server) just like Lemmy, so you'll have a username like [email protected]. Once you do you can join any number of Spaces, akin to Discord servers. Unlike Discord, these servers will be hosted on the homeserver which means they can be self-hosted, and often come with strong safety guarantees like end-to-end encryption or the double ratchet algorithm as seen in Signal (depending on how the homeserver is configured). Matrix is really just a protocol, so there are a bunch of chat clients that implement it, the first-party client is called Element, but there are many to choose from.

    I would argue the main reason to use Matrix over Slack or Discord is much the same reason you'd use Signal over Whatsapp - data privacy. Because you can self-host the homeserver any spaces you make can be hosted on your local machine. For those who are privacy advocates that's a very good reason to use Matrix over most other solutions. If you're a company or a concerned individual that routinely deals with data that really shouldn't be on the 'cloud' (e.g. trade secrets, materials under NDA, personal information, etc.) then Matrix seems like a better fit than say Slack, provided you self-host. Discord has been under fire for their privacy policy for end users, so you might consider Matrix as a replacement for Discord too.

  • Supreme leader mad
  • Torvalds just really dislikes C++. He's gone on the record saying that he thinks it's just not a good language. In his own words "C++ is just a waste, there is no design at all, just adding some scum on top of C."

  • Hooooooooooooooooooot
  • Some types of fusion can bypass steam generation and use what's creatively called Direct Energy Conversion. If the fusion products are charged particles they can be passed through a magnetic field to separate them based on charge and collected onto plates. When you look at the electric potential between the plates you've effectively created a voltage, no steam necessary. It's also theoretically possible to do the same with some types of fission products too.

  • Why build megastructures? Just move planets around to make habitable worlds
  • Because planets are terribly inefficient? Their livable area per mass is very low. You could deconstruct a planet and use the materials to make O'Neill cylinders (or similar) that can comfortably hold many orders of magnitude more people. It's also very energy expensive to go up and down the gravity well of a planet, increasing the cost of all space-related industry, shipping and transport. For a interplanetary civilisation that's a huge cost. Artificial habitats have no such problem.

    It's interesting the article focuses so much on Dyson spheres considering they're probably the least practical megastructure. Dyson swarms are a much more practical and accepted concept, hell it's one of the things that astrophysicists are actually looking for out there.

  • What happened?
  • As other people have said, oozing. In addition to their fixes I would suggest looking into sequential printing as a print method to be aware of. Rather than printing two objects layer-by-layer, sequential printing will complete all the layers of one object before starting on the next. This has the major benefit that you get zero oozing or stringing between parts. This can be a lifesaver on materials like PETG that will always string to some extent. The only gotcha is that you have to place the parts further apart on the print bed, as the extruder will collide with any nearby completed parts (Prusa slicer has all of this built in, including alerting you if any collisions would occur). I don't recommend it for every print, but it's a useful tool to have in your toolbox.