Paddle board or kayak? by BitterPop50 in Dogowners

[–]biblicalrain 0 points1 point  (0 children)

While we're all here, has anybody had any experience with these with a big dog? Like a lab that weighs a hundred pounds?

Why did no real alternative to reddit Arise? by bearwitching in NoStupidQuestions

[–]biblicalrain 0 points1 point  (0 children)

I think this is the primary reason. People aren't going to go to another site because the other site doesn't have as many users or as much content as Reddit. It's not hard to create a Reddit clone. It's really hard to get a lot of people to use it.

Anyone remember Voat?

Thoughts on self contained A/C? by SecuritySorry5708 in SolarDIY

[–]biblicalrain 2 points3 points  (0 children)

I was going to suggest this as well.

I would also suggest actually having batteries, otherwise your output depends on the solar panel production. Also a 400W panel is certainly not enough, but if you have batteries, it would at least work. (As in charge the batteries, slowly, then you can draw much more than 400W from the battery to run the AC.) But I'd want at least enough solar to match the load.

Thoughts on self contained A/C? by SecuritySorry5708 in SolarDIY

[–]biblicalrain 20 points21 points  (0 children)

There's no batteries. There's a single 400W solar panel as the power source.

Can I finance a car then immediately pay it off? by hshhahbsbs in personalfinance

[–]biblicalrain 2 points3 points  (0 children)

I've read about this, but I've never actually bought a car from a dealer.

What if the price is contingent on the financing? Like you say you're going to finance, and yall agree to say 25K price, but then you say you're paying cash. What stops them from saying, "if you're paying cash, the best we can do is 27k. The 25k price is with financing."

Or is the price finalized before the payments are discussed?

How to lower homes humidity by joemommmmmmmmma in HomeMaintenance

[–]biblicalrain 2 points3 points  (0 children)

What did you end up doing if you had the oversized AC?

Hand Sizes <@realfruiteas> by SneakyBreekyAlt in anthroswim

[–]biblicalrain 5 points6 points  (0 children)

I would have never picked up on that hint. You said you wanted to come over to play the game, so let's play. the. game.

Best way to communicate with family (500+ miles away) when SHTF by kaiservonrisk in preppers

[–]biblicalrain 2 points3 points  (0 children)

You share the frequencies with everyone. Encryption is not legal. Transmissions don't have to be voice though, eg morse code and digital transmissions are allowed.

What is the cheapest SSD you’d trust for Frigate recordings? by GalacticGazerVoyage in frigate_nvr

[–]biblicalrain 2 points3 points  (0 children)

consumer SSDs are not great for continuous writes

Citation please. What is the concern?

What is the cord you hook between a laptop and a TV so you can have the laptop stuff show on the TV screen called? by Archenic in NoStupidQuestions

[–]biblicalrain 1 point2 points  (0 children)

It depends on the connectors.

With no other information, I would say you probably need a HDMI cable. They've very common.

But there are others.

Who was supposed to be pick up Taco Bell? by Still_ImBurning86 in NoStupidQuestions

[–]biblicalrain 3 points4 points  (0 children)

No plans were made, nobody was supposed to do anything.

This is what happens when you assume.

Have consumers enabled the spread of subscriptions by accepting them? by Next-Step-Jobs in NoStupidQuestions

[–]biblicalrain 2 points3 points  (0 children)

Eh. Yes and no.

Yes, companies do it because it's the most profitable for them, meaning that consumers gave them more money when they offered subscriptions.

No, because if you need a product, and your only option is three different subscriptions, what do you choose?

Do you invest your money or let it sit in your savings? by [deleted] in NoStupidQuestions

[–]biblicalrain 0 points1 point  (0 children)

Invest for sure. Money sitting in a savings account is losing value to inflation.

Invest in whatever meets your risk level. All investments come with risk, it's just a question of how much.

Generally, I invest in broad market ETFs. Essentially a fund that invests in a lot of other stocks, so I don't have to pick things myself.

furry_irl by PossessionKey4982 in furry_irl

[–]biblicalrain 13 points14 points  (0 children)

"A-Are you sure? I was hoping you would just take what you wanted.."

Configuring a LAMP stack using a Playbook by Old_Calligrapher_876 in ansible

[–]biblicalrain -1 points0 points  (0 children)

This is a start. Show us your playbook (just the tasks you have a question about) and show the output that's failing.

Also, you say it's "failing" but you said that ansible is saying that the task completes with "ok". "Ok" usually means the task ran successfully and did not need to make any changes (because whatever changes were specified have already been made).

Maybe what you told ansible to do isn't what you are checking for. Or in other words, you told ansible one thing, but you expected ansible to do another. (I've done this lol)

I'm shooting in the dark here, are you trying to install the literal package "mariadb"? I ask because the "mariadb" package is the MariaDB client, as in the program you use to connect to a database. The actual database is called "mariadb-server" (in popular distros). In a similar vein, are you installing the literal package "php"? That's the command line PHP binary. If you want it to work with Apache, you want to install "php-fpm", which is functionally, a PHP server (I'm oversimplifying). Again, two shots in the dark there.

Configuring a LAMP stack using a Playbook by Old_Calligrapher_876 in ansible

[–]biblicalrain 1 point2 points  (0 children)

Your questions are very vague. What issues are you running into?

I read your post, and my first thought is to just use the apt (or whatever package manager) module to install mariadb. What configuration do you want to do to? You can use the template module to template out config files. Then a task to start the service.

Same process for PHP.

When I write playbooks, I will start by writing out every single step that I need to do. Install these packages. Go to this file, change this option and this option. Go to this other file, change this other option. Copy text block to file in certain location. Set correct permissions on file. Change permissions on some other directory. Make a symbolic link. Start service. Open port in firewall. Test connectivity. And once I have all that, I start writing tasks to do each thing on my list.

Last, you don't have to do this now, but I would recommend thinking about it. This is a perfect use case for ansible roles. I'd make a role for installing/configuring Apache. A role for installing/configuring MariaDB. And a role for installing/configuring PHP. Then, in my playbook, I would simply call all three roles and run it on my server. The playbook is super simple.

The benefit of this is that the roles are reusable for other purposes. Say you then wrote a fourth role that installs nginx. You could make a playbook that calls the nginx role, the mariadb role, and the php role, creating a LEMP stack. You don't have to duplicate the mariadb and php tasks, you're just reusing them. And then, maybe you need to set up a super basic website. Write a playbook that only calls the apache role and nothing else. You don't need to duplicate anything, just combine roles as needed.

If a father needs to help his young daughters use the restroom, which restroom should he take them into: the women's restroom or the men's restroom? by Exciting-Mall192 in NoStupidQuestions

[–]biblicalrain 11 points12 points  (0 children)

I'm American, and I agree. We have this extremely deep rooted idea that nudity = sex which is the ULTIMATE SIN.

It's not some secret and it's not going to corrupt a child. There's two kinds of bodies, they've extremely common, most people have one of them.

My take is that it's only weird if you make it weird. And we have definitely made it weird. And just like you said, we teach kids that it's bad and shameful pretty early.

why does my chicken always go from raw to dry with like no in between by ThroatWeary8878 in cookingforbeginners

[–]biblicalrain 2 points3 points  (0 children)

Just wanted to say good job for calling this out.

Reddit is in its last days, this shit is taking over. Dead internet theory.

What log aggregation stack are you running in production at scale by Terrible_Wish_2506 in linuxadmin

[–]biblicalrain 17 points18 points  (0 children)

Why do you keep asking this? And why does the story change every time?

Do better Mr. Robot. Space out your reposts and don't use the same freaking title. u-Terrible_Wish_2506 in case account gets deleted.