User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
Admin
println!("Hiiiiii :3");


My opinions are purely my own//Ausschließlich privat hier

If you know me from formal or irl spaces, you probably shouldn't look in here. Proceed at your own risk.

transgender nonbinary catpuppygirlthingbotthing. free Palestine! come for the chat protocols, stay for the lesbianism!

---

Find an exhaustive list of pronouns and things here:

EN:
bfl0.de/pro-en
DE:
bfl0.de/pro-de

## General content warnings/notices for this account

Of course, every content warning-worthy post is marked as such explicitly. List is non-exhaustive and perhaps interesting if you debate on whether to follow me
neocat_happy_blep

- Anti-capitalist posts
- computertoucher ramblings
- NSFW content. Lots of it. Kink included!
- yuri and transposting
- Shitposting
- dog-, cat- and botposting
- Bad puns, and sometimes good ones, too!

---

If you are below 18 years of age: Please do not interact with or view any posts marked as NSFW, lewd, or similar.

neocat_flag_transneocat_flag_nbneocat_flag_lesbian spinny_cat_transfemme born to :3 in a world of :)'ers !!

💜 I love programming
neobot_code_rust I love Rust (language)!
💜 I love trains and generally all forms of efficient public transportation
💖 Working on new decentralized, open source communications software (polyproto and polyphony-chat). Also working with/on Matrix

---

## Testimonials from other critters
"great emotional support puppygirl :3"
- @fugi
"on the spectrum"
- my boss
"smells a little"
- wife
"stupendously hot"
- coworker

---

neobot Mk.7 Reconnaissance, Combat and General Command Execution Unit
Birthday
9999-01-01
Pronouns
die/deren (DE), they/them, it/its (EN)
X-Flirting allowed and encouraged! My sexual attraction is pretty lesbian or gynesexual, FYI.
X-Political-Views Anarcho-Communist, Democratic Socialist, extreme left wing 🪽, strictly anti-tankie
X-Relationship-Status relationship anarchism! Limited to one romantic relationship, which is my fiancé, but other than that, almost everything is fair game :)
X-Pronouns-De https://bfl0.de/pro-de (2pp)
X-Pronouns-En https://bfl0.de/pro-en (2pp/3pp)
X-Codeberg-Url https://codeberg.org/ava
X-Neck-Circumference 34.5cm
X-Pubkey-Pgp https://keys.openpgp.org/vks/v1/by-fingerprint/CE4588B41EBE3F1EF5E0D8C068C0BA109CC3B69E
X-Pubkey-Ssh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIu7LsGdquOVrtA0f+OTuUVpvk4nGVT4Gj4eoOien6Jc cardno:0011_79204649
X-Mxid @ava:ava.pet
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
@alina I NEED TO CUDDLE THE ALINA SHE IS SO PRETTYYYYYYYYYYYYAAAAAAAAAAAAAAAAAWWAAFDAAFAFAFAFQWFFFDG
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
rust nerd shit, long
            // Here we have to retrieve the idcert from the homeserver
            let cacheable_cert = HTTP_CLIENT
                .get_server_id_cert(
                    Some(i64_to_u64_checked(naive_dt_not_before.and_utc().timestamp())?),
                    &url::Url::parse(&cert.id_cert_tbs.issuer.domain_name.to_string()).map_err(
                        |e| {
                            Error::new(
                                crate::errors::Errcode::IllegalInput,
                                Some(Context::new(
                                    Some("idcert.id_cert_tbs.issuer.domain_name"),
                                    Some(cert.id_cert_tbs.issuer.domain_name.to_string().as_str()),
                                    None,
                                    Some(&format!("Not a valid URL: {e}")),
                                )),
                            )
                        },
                    )?,
                )
                .await
                .map_err(|e| {
                    Error::new_internal_error(Some(&format!(
                        "Failed to retrieve the certificate from home server {}",
                        cert.id_cert_tbs.issuer.domain_name
                    )))
                })?;
            let new_home_server_cert = IdCert::<S, P>::from_pem_unchecked(&cacheable_cert.cert).map_err(|e| {
                warn!("Encountered a new home server ID-Cert which could not be parsed into an IdCert from PEM: {e}");
                Error::new_internal_error(Some(&format!("Failed to build certificate from home server {}'s certificate PEM", cert.id_cert_tbs.issuer.domain_name)))
            })?;
            new_home_server_cert.full_verify_home_server(i64_to_u64_checked(
                naive_dt_not_before.and_utc().timestamp(),
            )?).map_err(|e| {
                warn!("Encountered a new home server ID-Cert which could not be parsed into an IdCert from PEM: {e}");
                Error::new_internal_error(Some(&format!("Failed to verify certificate from home server {}", cert.id_cert_tbs.issuer.domain_name)))
            })?;
            let new_home_server_pubkey = &new_home_server_cert.id_cert_tbs.subject_public_key;
            new_home_server_pubkey.verify_signature(
                &new_home_server_cert.signature,
                &new_home_server_cert.signature_data().map_err(|e| {
                    warn!("Could not verify signature of home server {e}'s ID-Cert, as the signature data is malformed: {e}");
                    Error::new_internal_error(Some(&format!("Failed to verify certificate signature from home server {}", cert.id_cert_tbs.issuer.domain_name)))
                })?,
            ).map_err(|e| {
                warn!("Home server {} sent a certificate which is invalid! {e}", cert.id_cert_tbs.issuer.domain_name);
                Error::new_internal_error(Some(&format!("Failed to verify certificate signature from home server {}", cert.id_cert_tbs.issuer.domain_name)))
            })?;
            Cert::insert_idcert_unchecked(db, new_home_server_cert.clone(), None).await?;
            todo!()
        };




why does building PKI actually have to be complexxxxxxxxxx smhhhhh can't i just do
if !work() { work() } neocat_glare_sob
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
a splendid moggy
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
Let's see if disabling it helps! I thought that this would only apply to posts from other people, though. Hm :3
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
@theking neocat_notice neocat_notice neocat_notice neocat_notice Sometimes, PEBCAK
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
@theking Maybe I have to tone down the default configuration. Not sure, time will tell neocat_mug_owo
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
@theking This is the resource consumption spike that this very response you just made triggered:
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
@theking It was 8 reserved vCores on an AMD EPYC™ 7402P. I now limited it to 6
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
I now limited Iceshrimp.NET to 6/8 cores at peak. Hopefully this'll stop it from taking down everything when one of my posts explodes haha
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
@theking I am running Iceshrimp.NET, and it already took my server down 3x today, just from CPU overload neocat_dizzy
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
I didn't know that hosting a fedi instance required this many resources neocat_0_0
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
lewd, kink (predator/prey, cnc?), flirty The picture is not mine; what about you, though? neocat_wink
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
the servers are transgender
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
Here at Awawawawawawawazon Woof Services, customer satisfaction is key!
User avatar
flori_ava_star:~cursor_blinking made-with-estrogen verifiedlesbian @star@amazonawaws.com
7mo
Waff!