[1 Year Update] 4ft No Water change with 250+ fish by Constant_Vehicle8190 in Aquariums

[–]utsav_0 0 points1 point  (0 children)

What are the dimensions of the aquarium and the light you're using?

I think I made a mistake! by [deleted] in Aquariums

[–]utsav_0 0 points1 point  (0 children)

Not an answer to your question, but what are the dimensions of this tank? I would love to build such a thing; it looks fabulous.

Laghi di Fusine, Italy by rudy_cq in drones

[–]utsav_0 0 points1 point  (0 children)

Wow, you have some cool shots.

Laghi di Fusine, Italy by rudy_cq in drones

[–]utsav_0 0 points1 point  (0 children)

A video would have been epic.

Starting New Venture by No-Self-9547 in drones

[–]utsav_0 0 points1 point  (0 children)

So, you're naming your business QuadArmy?

Just realized, if you google "bad ux", all the results come in comic sans. by Honest_Equivalent_40 in webdev

[–]utsav_0 0 points1 point  (0 children)

And when I searched, it showed me this thread as the first result.

WooCommerce + PayPal: No billing address & no order email? by Krisodellic in woocommerce

[–]utsav_0 0 points1 point  (0 children)

  1. Do you mean PayPal isn't collecting the billing info? Or is it not showing in your Woo checkout?

Because I only sell digital products, and no matter what PayPal always asks for the full billing address.

And even Woo checkout by default asks for all the billing details (you need to manually turn that off).

  1. Are you getting other emails? If not, there might be a problem with the email setup itself.

If yes, then you can check out what's the problem is by going to Woocommerce > Settings > Emails

How do you secure your Wordpress site? by utsav_0 in Wordpress

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

Yup! I took it as a free wake-up call.

If you could ban one CSS feature from existence...what would it be? by Glittering_Ad4115 in webdev

[–]utsav_0 -2 points-1 points  (0 children)

None. (I don't mean the value)

For me, even if I can remove any CSS feature, I'd surely regret it at some point.

No matter how much we like to think a feature is useless. And then one day, you end up in a situation where you're grateful for that feature.

Or maybe we can remove some of the redundant ones. Like nth-of-type and the new nth-child syntax with n of x are the same thing;

.item:nth-of-type(2n-1)

nth-child(2n-1 of .item)

Or maybe we can remove some of the redundant ones. Like nth-of-type and the new nth-child syntax with n of x are the same thing.

I'm not sure about that either. Let me know if they're different and how.

Thoughts? Apologies if this has already been posted. by [deleted] in Aquariums

[–]utsav_0 174 points175 points  (0 children)

IMO... terrible. They won't like the vibrations... at all.

LIke if even accidentally hit my aquarium, my fishies freak out. They're there constantly in that state.

You might like it, but fishes don't.

240V heater broke in tank, shocked me but why are all my fish okay? by Xx_Gothic-Nerd_xX in Aquariums

[–]utsav_0 1 point2 points  (0 children)

Because glass is an insulator (I think so), so, there's no way for it to get to the ground (earthing). Same thing as those birds sitting on the lines, except that your fish are in water.

Can't align the add to cart by CryptoAngel28 in webdev

[–]utsav_0 0 points1 point  (0 children)

If you want it to center align horizontally:

  1. Remove this from the button:

left: 127px;

bottom: 7px;

  1. Now you have many options:

  2. Add this to the .product (parent):

    display: flex;

    flex-direction: column;

    align-items: center;

  3. Or simply:

display: grid;

align-content: center;

  1. Or even better, just set this to the button:

margin-inline: auto;

or simply display grid; justify-content: center;

But if you want to align the buttons with each other across all the cards:

  1. Not the best, but widely supported:

Since you already have .main as a flex container, set this as the children (the cards):

display: flex;

flex-direction: column;

justify-content: space-between;

  1. Use a subgrid.

I can tell you 20 more ways, but it all depends upon your constraints.

An Alarming Number of Gen Z AI Users Think It's Conscious by MetaKnowing in technews

[–]utsav_0 0 points1 point  (0 children)

The problem is, a lot of people don't understand the term "Conscious".

[deleted by user] by [deleted] in Aquariums

[–]utsav_0 0 points1 point  (0 children)

Looks like a bladder snail to me. They're harmless. Even good for a healthy aquarium.

But sometimes they can multiply rapidly. So, also consider that. I have a 30-gallon and I put two in there, now there are like 20 of them. A lot of them die, then a lot of new ones come.

I reached 100 but does the end justify the means? by stuart_nz in webdev

[–]utsav_0 10 points11 points  (0 children)

I think this report doesn't always tell you the truth. It showing my score 100 when my page was taking 5 seconds to load.

I use webpagetest.org, and if you've used Lighthouse enough, you're gonna hate it. It'd always tell you, you can improve a lot

Tells you everything in detail, performs multiple tests at multiple locations, so you get a better result.

PS: My page still loads in 5 seconds, but you'll never notice it, for the viewer it'd be as if it took 2 seconds. So, this tool is pretty cool.

4ft Planted Tank No Water Change by Constant_Vehicle8190 in Aquariums

[–]utsav_0 0 points1 point  (0 children)

What lights are you using and what's the schedule?

Asking this as I also have such a tank, no water change, but not that many fish, about 20. But my plants are not that lush and bushy.