[go: up one dir, main page]

Profile for q66

Display name
nina
Username
@q66@gts.q66.moe
Role
admin

About q66

Fields

website
https://q66.moe
irc, matrix
q66, @q66:matrix.org
xmpp
me@q66.moe
signal
@q66.66
age, pronouns
32, she/her
hrt
2025/01/30

Bio

early-30s czech girl

oscillates between brno and nürnberg, occasionally other places

awkward and shy, craves interaction but afraid of people, soft and cuddly when comfy

may make cat noises

trans, pan, polyam

leftist, disappointed with the world but wanting to be her best self anyway

maybe into computers (especially fun non-x86 ones), but rarely techposting nowadays

made chimera linux (@chimera)

into baking (cooking too but a bit less), photography, audio things, trains, classic cars, motorcycles, anime, cute things, ...

moved from @q66

personal posting on followers-only so beware of that

followers will be subject to a basic vibe check (have a non-empty profile and don't be obviously malicious)

Stats

Joined
Posts
3959
Followed by
844
Following
143

Pinned posts

jump to recent

Recent posts

exclude boosts

a reason i'm skeptical about projects started to big conveniently timed publicity by notable foss e-celebs is that the common pattern i see often ends up being them not being able to stick with their new toy for longer than a few months

best case it gets adopted and maintained by other people, worst/more common case is looking at the repo after a few months and seeing little to no real activity

i'm not referring to anything specific, more like a continuous observation

are fedi hypebots anything but worthless

i don't care about being boosted by those fuck off

nobody even follows those

currently trying to update opencv in chimera to the new 5.x branch and lol

so they removed some component from the dnn (neural network shit) module but since some code from that was cross-used in other stuff (some tensorflow/onnx i/o shitfuckery i don't care about) they left in a bunch of code generated by protobuf as a part of the "cleanup"

which has resulted in opencv 5 being unbuildable unless you have a particular old version of protobuf the files were generated with, because source files generated by protoc are inherently tied to the version of libprotobuf you have

building with protobuf -> you run into this thing getting in your way by not building
building without protobuf -> it fails because unrelated sources try to include files that get generated only when using protobuf

getting a feeling that the entire machine learning field is a bunch of worthless shitslop as i've yet to see any good software come out of it

the rails may not have bent from the heat but the asphalt gave up instead

(apparently trams have not been running since yesterday)

i want to live in nürnberg hbf subway station

it's cool and breezy, it has a beck, it has a yorma's

no downsides

it's the first anniversary with my @mpk today :neocat_floof_cute:

the past year has been the best in my life so far and she had a whole lot to do with that

whenever we're together i can't help but feel that everything is alright and that the future will only bring good

and i feel like i really met someone that i want to share that future with

i love her so much

did a Big Infra Update for all the chimera servers (buildmaster and all the workers)

so i no longer have to feel as bad about letting known vulns sit around

the most annoying part is always recreating the buildbot environments for $current_python_version

lol

so curl's buildsystem has several hundreds of lines of cursed m4 code to "helpfully" override any optimization level you pass in CFLAGS with its own

which means if you configure with --disable-optimize to get rid of its "helpful" flags in favor of distro-provided ones, it punishes you by forcing the build with -O0

https://github.com/chimera-linux/cports/commit/f59ffd80216625d615e54706f773aac88d4565eb