• 0 Posts
  • 396 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2024

help-circle
  • The bank doesn’t own the house, they just have a significant lien against it. Maybe a potato potato situation (how are you supposed to spell that phrase 🤔), but it is an important distinction.

    Landlords can get pissed if you paint the walls/change appliances/remodel/etc., but so long as the property is properly insured (and you make your loan payments on time) the bank probably isn’t going to bother you.

    Landlords can — and do — place restrictions on quiet hours, guest policy, who is allowed to live there, etc. Owning is definitely different.




  • qjkxbmwvz@startrek.websitetoScience Memes@mander.xyzkawaiiiiiii
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    edit-2
    4 days ago

    Except that this problem doesn’t specify distance between horseman, so I think it’s a bit bogus — no need to resolve an individual person to be able to tell that they’re there. And for hair color, if you make assumptions about the clothes being worn, you could perhaps infer color of hair, even if the hair isn’t resolvable (a person being a “single pixel” would have a different hue depending).





  • qjkxbmwvz@startrek.websitetolinuxmemes@lemmy.worldLinux is too hard
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    15 days ago

    Windows is just as hard as linux, harder even with all the layers of obscurity.

    With Windows, there is 1 current version of Windows (11), 1 “almost current” (10), 1 “outdated but you’ll maybe see it” (8.x) and only a few “you’ll probably only see this in obscure situations” versions. Linux has as many “parent” distros/package management systems (apt, rpm, pacman, etc.). This definitely complicates things, as each distro family does things slightly differently.

    And we haven’t even touched the window manager/DE choices, of which there are a ton (as opposed to Windows). “Combinatorical explosion” maybe isn’t the right phrase, but you get the idea — Debian with i3wm is wildly different from Fedora Plasma.

    This is all a good thing though, as Linux users tend to like the choice and flexibility — but it does mean that the “right way” to do something on Linux is very dependent on your particular setup, which isn’t the case with Windows.

    (I have used Linux for the last 20+ years, and it’s definitely my preferred setup, and am lucky enough that I rarely use Windows for work, and never for personal use.)









  • This is obvious though — currently, you might test a drug on mice, then on primates, and finally on humans (as an example). It would be faster to skip the early bits and go straight to human testing.

    …but that is very, very, very wrong. Science of course doesn’t care about right and wrong, nor does it care if you “believe” in it, which is the beautiful thing about science — so a scientifically sound experiment is a scientifically sound experiment regardless of ethical considerations. (Which does not mean we should be doing it of course!)

    Now, taking a step back, maybe you’re right that, in the long run, throwing ethics out the window would actually slow things down, as it would (rightfully) cause backlash. But that’s getting into a whole “sociology of science” discussion.



  • On linux you can"t install or uninstall anything if you are not root

    That’s not true at all. You generally can’t use your distribution’s package manager to install or uninstall without elevated privileges. But you can download packages, or executables with their own installer, and unpack/install under your home directory. Or, you can compile from source, and if you ./configure’d it properly make install will put it under your home.

    Standard Linux distributions don’t place restrictions on what you can and cannot execute; if it needs permissions for device access of course you’ll need to sort that out.