Lightfire228

joined 2 years ago
[โ€“] Lightfire228@pawb.social 5 points 1 day ago* (last edited 1 day ago)

The prostate is the male G spot, and enjoying anal stimulation is perfectly normal for males regardless of sexual orientation


Also, if you do experiment, don't stick anything up there without a flared base. Otherwise it will get lost and you will have to explain yourself to the ER

[โ€“] Lightfire228@pawb.social 2 points 1 day ago (1 children)

Blue cheese is intentionally inoculated with mold. Specifically penicillium mold that is perfectly safe to eat.

If a cheese "naturally" develops mold, there's a good chance it could be harmful, so don't eat that

[โ€“] Lightfire228@pawb.social 12 points 1 day ago (1 children)

I use Tidal instead of Spoofie

Same price, higher quality audio, and imo a better recommendation feed

[โ€“] Lightfire228@pawb.social 3 points 6 days ago (1 children)

Based Zed user

The art style is giving Nutshell Animations

[โ€“] Lightfire228@pawb.social 11 points 2 weeks ago

Kids are gonna kids

I don't understand what teachers think a "banned words list" is gonna accomplish except being the new target of bored kids/teens

(Unless they're just tired of hearing it, but this isn't a good solution imo)

[โ€“] Lightfire228@pawb.social 3 points 3 weeks ago (3 children)

I usually just grab something metal to scratch with

[โ€“] Lightfire228@pawb.social 5 points 3 weeks ago* (last edited 3 weeks ago)

To explain

There are 2 Error struct / enum declarations, probably in separate files

To the ?, they are different types and cannot be converted from one to the other (because they are two disparate structs that happen to have the same name, but can have different bodies)

To fix this

You can either use .some_func_result().map_err(|err| /* conversion here/*)?; +

Or you can impl From<Error1> for Error2

And you should also name it ThingError, so you can visually differentiate the two


+ There are like 10 different mapping functions, depending on if you're using an option or a result

I never remember which one specifically i need, (unwrap_or, map_or, map_or_else, ok, ok_or)

I usually just hunt through the auto complete list until i find the function signature that gives me what i need

[โ€“] Lightfire228@pawb.social 13 points 3 weeks ago

The SoC on the motherboard has a special EDL mode

This is kinda like the SoC's pre-bootloader, which loads the bootloader and can be used to flash a new bootloader

EDL mode is locked behind vendor specific certs/keys, so it's unaccessible to the device owner

view more: next โ€บ