MrMonkey

joined 2 years ago
MODERATOR OF
[–] MrMonkey@lemm.ee 13 points 1 year ago

Please remember things like this when you say "hate speech isn't free speech". I wouldn't put it past the Republicans to claim that pro-LGBT+ or pro-choice is hate speech against Christians.

[–] MrMonkey@lemm.ee 52 points 1 year ago (19 children)

The only reason a trans woman would go to a gynecologist is to raise a stink. No other reason, no "healthcare" reason. I hate people who go out of their way be to a "victim".

"There is no recommendation for a trans woman to have regular gynaecological check-ups, unless she has a surgical problem related to the operation, because she doesn't have a uterus or a cervix," she added.

Fucking drama queen.

Seriously, what's a gyno supposed to do? The parts they specialize in aren't there. I can't imagine being so pathetic that I go out of my way to cause problems for some random doctor.

[–] MrMonkey@lemm.ee 8 points 1 year ago

I wanted to build a duplex but "zoning laws" say that wasn't allowed, only single family detached houses with at least X amount of land.

Most zoning laws are serious bullshit and work as defacto segregation to keep the dirty ~~brown~~ poor people away from the nice good rich folk. It's why suburban school is a totally different things from poor urban school.

Zoning laws are why developers in LA can't afford to build anything other than luxury condos. Land is literally too expensive to build. As an example: a requirement to have at least X parking spots per X units, even when it's built right next to a metro and a bus depot and you're building low income housing for people who are less likely to own cars in the first place.

Too many NIBYs whining about things.

[–] MrMonkey@lemm.ee 4 points 1 year ago (2 children)

hexbear users are signing up on lemm.ee so they can continue to post in communities that defederated from them.

These accounts should be banned as they're clearly malicious actors abusing communities that had already banned them. Ban evasion.

[–] MrMonkey@lemm.ee 1 points 1 year ago

Hexbear sucks so hard you had to create an account on a better server? Or is it to get around being defederated for being obnoxious shitheads?

[–] MrMonkey@lemm.ee 5 points 1 year ago

go the fuck back to hexbear. Your instance sucks so hard you went and created another account on another instance to get around defederation. Fuck you.

[–] MrMonkey@lemm.ee 1 points 1 year ago

Hexbear users are such shit they had to make an account on lemm.ee because hexbear is defederated from so many places. Fucking losers.

[–] MrMonkey@lemm.ee 3 points 1 year ago (2 children)

How about how many days are in each month?

[–] MrMonkey@lemm.ee 12 points 1 year ago

STOP USING JAVACRIPT

[–] MrMonkey@lemm.ee 1 points 1 year ago

so did it work?

[–] MrMonkey@lemm.ee 3 points 2 years ago* (last edited 2 years ago) (1 children)

Hard drives are divided into partitions. Once they're made they're (mostly) static, it's just a division, no other features.

LVM (Linux Volume Manager) makes it's own "partitions" with hookers and blackjack. Since it's done in the OS and not on the drive it's a LOT more flexible.

It takes disk(s) and/or partitions and combines them into a volume group (VG) and then lets you create it's own divisions, called [logical] volumes (LV), to split up the storage. Think of this as a "virtual hard drive" that has a TON of features.

VGs can include multiple drives and are easy to grow or shrink, add, remove, or replace physical drives, cache another volume, encrypt, make snapshots and roll back (eg: snapshot before update, restore if update borks something). Just so much

You can even set the RAID level for each volume! RAID controls how many copies are kept on different drives. RAID1 (or raid10) has 2 drives hold the data) for important things so even if one drive fails you still have a working copy.

RAID0only stores it on one device. There's RAID5 (3 copies) but it's mostly obsolete at this point as the rebuild process is painfully slow and adds addition wear on the other drives.

Let's say you have 4x 4TB drives, for 16TB of raw space (raid0). Making it a raid1 would give you 8TB of space (since two copies are stored on different drives). But if you only need 1TB as a raid1 and the rest is raid0 you end up with 14TB of space left over! That's a lot more than 8TB!

There's a brazillion different options and useful things it can do. Mostly I find it useful for working with raids on servers. But I've stated leaving a few hundred gigs on my laptop to create volumes as need, such as an encrypted volume that's not unlocked on login to store passwords, keys, and ~~porn~~ tokens.

 

So many different Arduinos.

Which one do you use?

What do you do with it?

 

The single core ESP32-C3 is a reduced ESP32 intended to replace the ESP8266.

1
ESP32 pinout (randomnerdtutorials.com)
 

A very handy pinout for the ESP32. Both the chip and the dev board. It has a handy chart to help you select pins.

view more: next ›