sorted by: new top controversial old
[-] Archpawn@lemmy.world 1 points 2 months ago

Simply containing each number sequence is a significantly weaker property than having them all occur at the right frequency. Still, while nobody has proven it, it's generally expected to be true.

[-] Archpawn@lemmy.world 6 points 2 months ago

Figuring it out on your own is science, but I have a feeling OP didn't actually personally search the world for one-horned horses or pointy eared-people with long lifespans. I bet they didn't even work out how biology changes with scale and how evolution works to show that there can't be tiny winged people.

[-] Archpawn@lemmy.world 1 points 2 months ago

And how do you get people to collaborate? People have tried making governments based on the idea of everyone working together for the common good. It never ends well.

[-] Archpawn@lemmy.world 1 points 3 months ago

Ownership in general isn't some fundamental inalienable right. It's just that if you let people own things, you give them more incentive to make things. I think intellectual property rights are far too extensive, but if we didn't have them at all, how would we pay for R&D? How would we pay for big budget games and movies? Maybe you're happy contributing to openly licensed projects, but a lot of people have to pay for rent and raise a family, and can't take the time to contribute to things like that even if they want to unless they have the money to support themselves.

[-] Archpawn@lemmy.world 6 points 5 months ago

Sure it does. All they have to do is fire the CEO and they'll have so much more money.

[-] Archpawn@lemmy.world 5 points 6 months ago

Is it ethical to give tools to a country you don't trust to use them responsibly?

[-] Archpawn@lemmy.world 2 points 7 months ago

If someone is executed for murder, then you definitely shouldn't hire them. But if they served their punishment, letting them out of jail and then not letting them earn the money the need to survive is a recipe for disaster.

[-] Archpawn@lemmy.world 83 points 7 months ago

I feel like having no way to legally get food or shelter would make it more likely they'd commit crime again, not less.

[-] Archpawn@lemmy.world 1 points 7 months ago

Isn't that how they got on and off the moon?

[-] Archpawn@lemmy.world 4 points 7 months ago

If you the download size is in the gigabytes and need a good graphics card to run it, you're doing it locally. Otherwise, it's remote.

[-] Archpawn@lemmy.world 1 points 7 months ago

Whether or not the US is oppressive is a matter of debate I don't want to get into, but they definitely spy on their own people. And I imagine they're a lot more likely to act on information about someone living in the US than China is.

[-] Archpawn@lemmy.world 3 points 7 months ago

There is some optimal amount of thermostat vs fan speed. Whether you're better with a lower thermostat and higher fan speed or vice versa depends on which side of this optimum you're on. We as random internet strangers have no way to find this.

0
submitted 1 year ago* (last edited 1 year ago) by Archpawn@lemmy.world to c/nostupidquestions@lemmy.world

Right now, the only method I found is to click on the expando, then right click on the image and open it in a new tab. Is there a way to make it so I can just click it once? I can't imagine any possible scenario where I'd want to see a large but not full size image.

I'm using the browser on my computer if that's relevant.

Edit: I got it to work using the Stylus addon and:

.img-expanded:not(.banner, .avatar-overlay) {
    max-height: unset;
    max-width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    outline: auto;
    outline-color: black;
    z-index: 1;
}

I also made it outline any expandos with:

/*Note: Links are exactly the same except without bg-transparent, so using not(bg-transparent) instead will outline the links instead of the expandos. Also, they're outlined orange unless you change it, so you could take that off, give them all outlines, and you can tell which they are based on the color.*/
.thumbnail.rounded.overflow-hidden.d-inline-block.position-relative.p-0.border-0.bg-transparent {
    outline: auto;
}
view more: next ›

Archpawn

joined 1 year ago