[-] [email protected] 2 points 3 days ago

But then they're too awesome to use, so you never use them and never find out the enemies can use them against you.

[-] [email protected] 2 points 5 days ago

I'd have made the heads go in rainbow order (though there's not enough of them to technically do the pride flag), and maybe give each one of them a different pride flag on their necks. Still cute though.

[-] [email protected] 1 points 6 days ago

Then make an Alchemy Jug. I don't need the sheep for an infinite money glitch.

[-] [email protected] 4 points 6 days ago

Good to know. I was worried someone didn't sheer their sheep and it was getting really hot under there.

[-] [email protected] 45 points 3 weeks ago

Me at 20: I'm never going to need Chebyshev distance in real life. Why am I learning this?

[-] [email protected] 37 points 10 months ago

I'm terrible at coming up with backstories. I guess that means I don't have any insecurities.

[-] [email protected] 85 points 1 year 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.

[-] [email protected] 51 points 1 year ago

You can only make one object. I could understand if it was a big pot of soup, but I don't see how this counts as one object.

Here's how I'd use Fabricate to cook:

  1. Fabricate plate mail.
  2. Sell the plate mail.
  3. Use the money to hire a chef.
[-] [email protected] 50 points 2 years ago

This is a steel folding chair. All craftdwarfship is of the highest quality. It is encrusted with diamonds. It menaces with spikes of pigtail cloth. On the folding chair is an image of a dwarf and dwarves. The dwarf is making a plaintive gesture.

[-] [email protected] 40 points 2 years ago

In D&D, fungi are considered plants, which means a fairy circle is a valid target for Transport via Plants.

[-] [email protected] 39 points 2 years ago

"I'll never give up my grandfather's axe. But the handle does need replacing." Swaps out the handle with the one from the +1 axe. "You know, the head is looking a bit scuffed up too." Swaps the heads.

[-] [email protected] 69 points 2 years ago

I looked into this more. Reddit (created by Steve Huffman and Alexis Ohanian) merged with Infogami (created by Aaron Schwartz). There are people calling Aaron Schwartz one of the founders, but that doesn't seem entirely accurate.

20
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

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

0 post score
0 comment score
joined 2 years ago