Archpawn

joined 1 year ago
[–] Archpawn@lemmy.world 4 points 1 month ago

But it's not secure. It's the IN.

[–] Archpawn@lemmy.world 6 points 3 months ago (1 children)

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 5 points 8 months ago

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

[–] Archpawn@lemmy.world 2 points 9 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 85 points 9 months ago (2 children)

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 9 months ago

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

[–] Archpawn@lemmy.world 4 points 9 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 9 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 9 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.

[–] Archpawn@lemmy.world 7 points 10 months ago

It would mean he couldn't be punished for it. It wouldn't mean his attempt at taking over the country would be successful. That said, we want to make it so there's an actual punishment for that so presidents don't just keep trying.

[–] Archpawn@lemmy.world 1 points 10 months ago

The Supreme Court decides what's allowed.

[–] Archpawn@lemmy.world 1 points 10 months ago

Messenger RNA, or mRNA, was discovered in the early 1960s; research into how mRNA could be delivered into cells was developed in the 1970s. So, why did it take until the global COVID-19 pandemic of 2020 for the first mRNA vaccine to be brought to market?

It sounds like the research isn't new, but there hasn't been any widely available vaccine since COVID. And given that mRNA vaccines aren't the only option, it seems safer to stick with a more traditional vaccine.

 

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 ›