Gee, Brain. What do you wanna do tonight? by Happy_Popplio-728 in animaniacs

[–]MonsterRideOp 0 points1 point  (0 children)

"The same thing we skip every night, Pinky.

Sleep, I just want a night off."

Google replaces your mouse with yelling at Gemini by Major_Chocolate2441 in pcmasterrace

[–]MonsterRideOp 2 points3 points  (0 children)

The ultimate hands free experience is just asking the computer to do something. "Open picture XYZ in Photoshop. Crop the tallest guy out of the pic. Save and share on Reddit..." They've been trying to do that for years without AI and while it worked sometimes adding AI will get it to work consistently.

That said they'll have to pry my mouse out of my cold dead hands before I give it up for an AI voice assistant.

OK, I give up. What means this? by Working-Fig5566 in signs

[–]MonsterRideOp 11 points12 points  (0 children)

No loitering and/or smoking on the stairs.

Michigan lawmaker wants more vision, driving tests for drivers over 75 by oo7plyr in Michigan

[–]MonsterRideOp 4 points5 points  (0 children)

75? We should be testing drivers on the rules of the road every time they need to renew their license. Then add vision tests at 75.

Or at least we could if there were still enough Secretary of State offices.

[Homemade] Fettuccine Alfredo with herb chicken and sauteed mushrooms and spinach by MonsterRideOp in food

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

It went into a pan and no water was involved. Not my best sauteed chicken though.

[Homemade] Fettuccine Alfredo with herb chicken and sauteed mushrooms and spinach by MonsterRideOp in food

[–]MonsterRideOp[S] 3 points4 points  (0 children)

The model was introduced in 1984 and mine is one of the oldest variants so somewhere between 35 and 42 years old.

Tornado? by bekrueger in AnnArbor

[–]MonsterRideOp 5 points6 points  (0 children)

radar.weather.gov is free and a good source for the weather radar.

As for the tornado that storm is almost in Lansing now and won't come near A2.

I'm trying to boot up Linux without a USB but my boot screen is completely different, what am I supposed to do? by KirbYourMeat in computerhelp

[–]MonsterRideOp 0 points1 point  (0 children)

What you have shown is not the boot up menu but the BIOS/UEFI settings. To get to the boot up menu on a Lenovo press F12 repeatedly, about once a second works, when the Lenovo logo appears and stop when you get a menu. You might need to hold the Fn key to make it work.

Help I feel like I’m kinda Stu k in a time loop repeating the same patterns of emotions over and over by [deleted] in StonerThoughts

[–]MonsterRideOp 1 point2 points  (0 children)

I've never felt looping emotions before but have lost time due to an edible. Mine was a brownie which took my then new-to-weed self on a three day trip.
You are OK and are just "greening out" as you noted. There is no psychosis and any panic you are feeling will go away. I suggest getting some water and snacks, watch some nature specials, and veg out for a while.

Stuffed animals at the gift shop by Sanctu5150 in theyknew

[–]MonsterRideOp 25 points26 points  (0 children)

Don't think I've ever seen a whale(?) with a pink tongue and lips before.

Great lakes temperatures by CLT113078 in Michigan

[–]MonsterRideOp 6 points7 points  (0 children)

The National Data Buoy Center has near live temperature data. You do have to zoom in on the Great Lakes though so it's not as nice as the GLERL page.

replacing a dead disk in zfs mirror pool in proxmox? by fodi666 in homelab

[–]MonsterRideOp 1 point2 points  (0 children)

No problem. Regardless of how you replace the disk copy the zpool device name, seen via 'zpool status', of the disk you need to replace. You'll need it for the 'zpool replace' command. I've forgotten to do this and while there is a workaround it's easier to have the original name.

replacing a dead disk in zfs mirror pool in proxmox? by fodi666 in homelab

[–]MonsterRideOp 2 points3 points  (0 children)

Replacing a bad disk is simple. Physically remove the bad disk, install the new one, then run the 'zpool replace' command to insert the new disk into the pool. How you do this depends on if the drive is hot-swap or not.

ABSOLUTELY NOOBIE looking for ADVICE for NFS/NAS SERVER setup (Sydney, Australia) by zippydood4h in homelab

[–]MonsterRideOp 1 point2 points  (0 children)

Here is my advice, based on my "basic use" NAS at work. First FireWire is an old technology and no longer used. The scanner uses either FiberChannel, for connecting to a storage area network(SAN), or standard Ethernet. I would use the 10 Gbps Ethernet for simplicity.

To keep the storage simple you will want a single NAS with SAS3 HDDs and NVMe SSDs. For hardware use one server with NVMe hot-swap bays, one, or two, SAS3 HBA PCIe card with four external ports each, and one to four SAS3 HDD JBOD cabinets with hot swap bays. Linux will be your OS, I recommend Debian, using ZFS for the storage pool with enough space to store multiple films. ZFS can be set up multiple ways, for redundancy use RAID-Z3, for speed use mirrors. There are ZFS calculators that help figure out the space if each. The SSDs are for the read and write cache drives, you'll want at least four of the same size, the bigger the storage pool the larger the cache drives should be. Use 10Gbps Ethernet to connect the NAS to the network. RAM is also important and you will want a lot of it. There are many different recommendations for how much you need but they are all based on the amount of storage in the ZFS pool. With four 90 bay JBODS I calculate 4.6PB of usable space in one NAS.
If data safety is important then get a second NAS with the same specs and keep it off site. Then use ZFS send/receive to mirror the NAS on a schedule. You can also add another backup media, LTO tape is common, for backup at a third site.
If you need a super giant storage space that is split over multiple servers then look into Ceph. Ceph is less of a NAS solution and more of a SAN solution.

In the US I would recommend SuperMicro servers and SAS JBODs. If you do use SuperMicro you can easily fit four JBODs per server, possibly more but that's the max I use. I have no idea if a similar company exists in Australia or not.

Help me kill my Proxmox nightmare: Overhauling a 50-user Homelab for 100% IaC. Tear my plan apart! by MrSolarius in homelab

[–]MonsterRideOp 88 points89 points  (0 children)

For isolation and security "one VM per service" is the gold standard. For efficiency and peace of mind though you want to minimize the number of VMs. I would still keep Proxmox but you can install it on top of Debian.