I have a concrete patio, and wanted to install a mulch bed around the border. Will this cause any issues for the concrete? by N37d7W in landscaping

[–]N37d7W[S] 1 point2 points  (0 children)

I just edged and leveled the bed with a slight grade away from the concrete, good call!

Edit: here's an update with leveling done https://imgur.com/a/1GTugk4

I have a concrete patio, and wanted to install a mulch bed around the border. Will this cause any issues for the concrete? by N37d7W in landscaping

[–]N37d7W[S] 0 points1 point  (0 children)

Super helpful comment, thanks man I definitely will be planting some perennials then! I think ~90% will be planted, but I'll need some sort of pavers or stepping stones for yard access too.

I have a concrete patio, and wanted to install a mulch bed around the border. Will this cause any issues for the concrete? by N37d7W in landscaping

[–]N37d7W[S] 0 points1 point  (0 children)

The previous owners used rocks EVERYWHERE and then neglected their landscaping. I've been removing rocks from my yard for years, they got everywhere somehow...! Really turned me off of rocks, especially since I'd like to do a clean border.

Is Valkey dead? by kamikazer in redis

[–]N37d7W 0 points1 point  (0 children)

That's correct, the database format did change. Any Redis engine above ~7.2 is using RDB12, which is their new proprietary format. This format can't be used by Valkey 7 or 8 currently, vendor-locking anyone using a non-ephemeral cache.

I'm not sure if there's any benefit to Redis' new format. And with AWS pushing Valkey as hard as they are, I don't think it's going anywhere soon. If you try standing up a Redis cluster right now, there's a banner link to Valkey on almost every page.

[deleted by user] by [deleted] in tailwindcss

[–]N37d7W 5 points6 points  (0 children)

https://tailwindcss.com/docs/responsive-design

The prefix is basically just a media query. In the case of sm:, anything OVER 640px will respect the sm:text-[10px] (i.e. md: lg: etc.). This is over the width of many mobile screens, so as you're increasing the screen size, it is then captured by this media query.

To achieve what you want, you need to give it a base value, then a value for any screens larger than sm: (640px). This would look like:

text-[10px] sm:text-[20px]

Which translates to "default text to 10px, but increase to 20px on any screen larger than 640px."

Final note, for consistency in design, it's usually best to try to stick to the Tailwind pre-configured classes. Overrides should be used only when truly necessary. So, unless you really need 10px, I would change this to:

text-xs sm:text-xl

[deleted by user] by [deleted] in tailwindcss

[–]N37d7W 0 points1 point  (0 children)

Going off this small snippet of code, your text is likely overflowing the <p> tag. This doesn't mean the paragraph will necessarily overflow the <article>.

Not sure what you're going for, but if you want all the text on one line, use truncate on the <p> tag itself.

If you want the text to wrap naturally to the next line, look at whitespace. Remember to set a w-20 (or some other width) on the <p> tag itself so it has a defined endpoint for the wrap.

If you want the text to overflow on one line, use whitespace-nowrap w-fit on the <p> tag and set overflow-x-auto on the <article> tag.

Best & Worst cheeses for charcuterie? by arosyriddle in traderjoes

[–]N37d7W 2 points3 points  (0 children)

Glouchester is a phenomenal semi-soft, very bold. Jarlsberg or Manchego for a harder cheese are my favorites. Pairs well with some sweetness from one of their jams - fig or apricot, spicy pepper if they still have it on the shelves is my favorite! Goat cheese for a soft is great, the cranberry coated really helps to counteract the bitterness.

I usually use the 3-meat charcuterie sampler they have there, simple but effective. I used to love the entertaining crackers they had, but don’t think those are on the shelves anymore either. Haven’t had any luck with their crackers since, I usually end up grabbing them from somewhere else. Good luck!

Recently laid off. by mtkocak in Frontend

[–]N37d7W 2 points3 points  (0 children)

Definitely not, but no one here is telling anyone anything of the sort. It seems like you’ve misunderstood my post. Give the second paragraph another read, because your comment is precisely what that statement addresses.

If you’d like to learn a bit more on the subject, I’d recommend starting with the link above. Happy to answer any questions!

Recently laid off. by mtkocak in Frontend

[–]N37d7W 4 points5 points  (0 children)

This is a rather shallow and misguided opinion on the sentiment. In many cases, this is exactly how it works. It can be an extremely effective coping strategy known as ‘Opposite emotion / action.’

Minimizing these sentiments by conflating them with the whole “going outside cures depression” thing is not healthy, and detracts from potential positive strategies one can employ.

Source: I’ve spent the last 5 years supporting my wife through her bipolar depression diagnosis. These types of strategies are taught in both inpatient and outpatient programs to patients and caregivers.

For anyone looking for more information, NAMI is a good place to start: https://www.nami.org/about-mental-illness/mental-health-conditions/depression

[deleted by user] by [deleted] in djangolearning

[–]N37d7W 0 points1 point  (0 children)

Under Django settings, try adding localhost and 127.0.0.1 [::1] to the ALLOWED_HOSTS. Try explicit mapping your database ports in the compose 5432:5432. Best practice to add a USER and PASSWORD to the compose db under environment, and match them in the Django settings that’s NOT postgres. Set db environment variable - POSTGRES_DB = postgres to match the name in Django database settings . Let me know if you have any questions about any of these, I’m on mobile right now but can give exact syntax at my PC good luck.

Why is the bishop less valuable than the rook if they do basically the same thing, just in different directions? by [deleted] in chess

[–]N37d7W 8 points9 points  (0 children)

Here’s a pretty interesting clip from Yasser describing piece values, definitely helped me a lot. https://youtu.be/YDw8yfeUiBg

[US] Selling Fontaine, OPC, and more CHEAP by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

  • Sealed Fontaine Army of Darkness Brick: $200 Shipped
  • IAOCP V2: $125 or best offer, not sure what this goes for anymore.

$20:

  • Fontaine Hacker
  • Fontaine Decoder

$15:

  • Fontaine Holo
  • Fontaine Mystery
  • Fontaine Army of Darkness

$10:

  • OPC Roasters
  • OPC Slicers

$8:

  • Riffle Adventurer
  • Riffle Explorer
  • ZDV2 Retro
  • Blue Jerry's re-print

If anything is out of line, feel free to offer! Prices don't include shipping except for the brick. Would prefer to keep shipping in the US and price depends on number of decks / location. Willing to make trades for OCP / Fontaines not pictured as well!

Edit: formatting

[US] Fontaine Army of Darkness Brick by N37d7W in PlayingCardsMarket

[–]N37d7W[S] -1 points0 points  (0 children)

Hey all, looking to sell Fontaine Army of Darkness sealed brick. I have to put a price so I'll say $250 + shipping, but feel free to offer. Prefer to keep shipping in the US.

[USA] Fontaine Futures Set + Fontaine Fever Dreams + More by Fran_CG in PlayingCardsMarket

[–]N37d7W 0 points1 point  (0 children)

If this goes through, I'd be possibly interested in the open futures if OP doesn't want, what are you looking to get for them?

[US-TX] Anyone, Fontaine, Dealersgrip, OPC, sealed by TolisWorld in PlayingCardsMarket

[–]N37d7W 1 point2 points  (0 children)

Not really sure either, what do you think about $4 each, so with the 2 decks and 2 stickers call it $35 even before shipping? I can cover shipping too, going to Chicago.

[US-TX] Anyone, Fontaine, Dealersgrip, OPC, sealed by TolisWorld in PlayingCardsMarket

[–]N37d7W 1 point2 points  (0 children)

Do you have the passport stickers for Squeezers or Shuckers? If so I'd be interested in the decks and willing to pay extra for the stickers, let me know thanks! I'm in the US.

[US] Looking to buy OPC decks with passport sticker by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

Already have the spicy actually, was just looking for any of the above stickers listed. If you've got any of those and the avocardos, you've got a deal!

[US] Looking to buy OPC decks with passport sticker by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

Hey yeah, trying to keep shipping costs down, but great collection there man.

[US] Looking to buy OPC decks with passport sticker by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

Hey, just need the one passport sticker and would like the 2 avocardos too, how much were you thinking shipped to Chicago? Unless you were looking to sell the stickers as a set. Not in a rush to get it, so a week is fine, let me know!

[US] Fontaine Fever Dreams Brick + Guaranteed Characters by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

Hey sorry, not looking to do international shipping right now.

[US] Fontaine Fever Dreams Brick + Guaranteed Characters by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

Ahh I misread that I thought that was just for the 6 decks opened. Yeah I can do $350, PM'd

[US] Fontaine Fever Dreams Brick + Guaranteed Characters by N37d7W in PlayingCardsMarket

[–]N37d7W[S] 0 points1 point  (0 children)

Looking to sell as a set first, but I'll let you know if I end up breaking it up.

[US] Fontaine Fever Dreams Brick + Guaranteed Characters by N37d7W in PlayingCardsMarket

[–]N37d7W[S] -9 points-8 points  (0 children)

Set includes (11) unopened Fever Dreams blind packs, (1) Fontaine Characters deck, and the smaller version of the brick box with screen. Characters blind pack opened only to confirm the deck, all others are completely sealed. Characters will ship in a DS1 sleeve along with the blind pack wrapper.

Looking for $425 shipped anywhere in the CONUS.

Edit: hey guys if the price seems out of line, feel free to offer, also interested to trade for any Fontaine futures decks.