• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • So if the housing market crashed like really bad, by say everybody owning multiple homes being suddenly unable to afford the loans for that many homes, what would happen?

    The banks would have to repossess the properties. And sell them on the market, but with many homes to sell, the price would come down crashing.

    One can dream.





  • I personally don’t care too much about the headphone jack (or lack thereof) when buying a new phone. That being said, for someone that doesn’t care all that much about audio quality, Bluetooth headphones are just fine, and I prefer having a more water resistant phone (maybe I just bought into the marketing on that point, but it seems harder to waterproof a phone when there are holes in it, though the usb port is still there as a weak point so…)

    I’ve just accepted that the lack of headphone jack is the new norm.





  • Just the fact that windows has a hidden “true administrator” account that you have to use for some stuff, and is not easily accessible makes it way harder to take control of your own hardware.

    Linux has the same thing, with the root account, but you can access it from a single sudo su command in a terminal (which is mostly pointless since sudo itself executes commands with the highest priviledges).

    Also, Microsoft, not every damn thing needs a GUI. I’d rather have a good command line experience than having to trifle through the registry.




  • ELI5 : Take the string AAAA.

    A simple Cypher would be to change the letters to the next one in the alphabet and offset by 1 for each letter, the message would encrypt to ABCD.

    If you try to compress that, well you can’t do it, otherwise you lose required information.

    If you were to compress AAAA first, you could represent it as the string 4A. You can then encrypt that to 5B.

    Encrypting is about adding entropy to a message. Compressing is about finding common groups and represent them differently so that the size is lower. Compressing an encrypted message is basically useless because you added so much entropy to the message that there are no more recognizable patterns to apply compression to.



  • The beauty of lemmy is that it is open source. Anyone knowing a bit of rust and/or typescript can contribute. I’m sure multilemmies will be implemented sooner rather than later.

    Though, although rust is a beloved language, it’s hard to get into. A backend in typescript or python would attract a lot more developers just based on the fact that these are higher level languages. Performance would take too much of a hit though.


  • I mean, we first need to define what a luxury and what a necessity is. For some things like food, shelter, water, healthcare it’s pretty straightforward. But for resources like energy or communications it’s less obvious.

    I’d argue that the internet is now a necessity rather than a luxury, but many people to this day still don’t have or choose not to have internet access (due to geography or religion). Energy is the same way, if we take an obviously bad example, but say you’re socializing electricity for everyone, what’s to stop someone from mining cryptocurrency on everyone else’s dime ? That person would be profiting off of the social net. Where do we put the cursor between “luxurious” energy use and “necessary” energy use ? It’s a tough thing to figure out.

    Furthermore, for most people you need an incentive to work, right now it’s survival, which is not great, but if all of your needs basic, and more are taken care of by the state, you only work for the luxuries, which would greatly reduce the available workforce. It’s again a tough balance to find.


  • Dogeek@sh.itjust.workstoMemes@lemmy.mlfirefox
    link
    fedilink
    arrow-up
    22
    ·
    1 year ago

    Chromium being so prevalent means that it’s a monopoly (internet explorer anyone?) and it can control the web standards, which is something Google already does to some extent.

    They also push their agenda with extensions, manifest v3 being way less powerful for ad blocking extensions. All in all, the more people use Firefox, the less power Google has over web standards, and the more devs are forced to make sure that their site works on Firefox.