Show newer

@fluepke@chaos.social is this chaospost? :blobcat:

what's the "this mssage\ntrack the\nhttps://\n…"? if you can say?

@daughterofrao@weirder.earth omg... mew mew:3

mei 🌒& boosted

Please set up a password manager, and ask your elders to do the same. 

I visited my grandparents a few days ago, and they have to use a nightmarish miasma of websites that have all been mergerered-and-acquisitioned half a dozen times to order their medications. Due to them having memory issues and generally just being frustrated with bullshit that shouldn't be this hard, one of their children had to go through a bunch of hoops to get added onto my grandpa's account so they can just order some of the meds he needs.

All because usernames and passwords were not saved anywhere on their devices.

It was a small thing in the grand scheme, but it sucked seeing him have to give up a piece of his agency and autonomy so that he could get the medication he needs.

KeePassXC is good, but there are others. Just do *something* while you and your elders are still able to learn and get into habits. I really think it will make things a little easier in the future.

*running my brain on idle* kitten... KITTEN... kitetttnt,,ktnkitn...

music 

ahhh [laurel](soundcloud.com/thatcherblackwo) is sooo goood,,d,
plsplspslpsls listen

this aint my voice box thats my speech synthesizer box..

@thufie @tastytea@very.tastytea.de :xenia_blep::xenia_laptop::xenia_stare::xenia_think:​✨✨✨

mei 🌒& boosted

re: NixOS question 

@s0 hello!
you got the pattern right :3
but there is a gotcha

when you have a module like
```nix
{ config, … ... }:

{
imports = [ ../flip/flap.nix ];

services.flipnap.flipklox = "whateverer";
}
```
nixpkgs//[lib/modules.nix:489](github.com/ckiee/nixpkgs/blob/) is actually transforming your syntax sugar into the "proper" module structure:
```nix
{ config, … ... }:

{
imports = [ ../flip/flap.nix ];

config = {
services.flipnap.flipklox = "whateverer";
};
}
```

`config` is what the module system primarily operates on, but there's also `imports`, `options` and some others. you can't or have to very carefully use `config` from those since the value of `config` might not be known. getting to how this actually plays out in practice, if you want to define an option you wanna add:
```nix
{ config, lib, ... }:

{
imports = [ ../flip/flap.nix ];

options = {
my.species = lib.mkOption {
type = lib.types.str;
description = "the user's species";
default = "blbebelbebolbloblbbocsblobcat..kitty.🐱.";
};
};
config = { services.flipnap.flipklox = "whateverer"; };
}
```

then `config.my.species` should work globally

it is compiling
this is a post
it's not surprising that
i don't know.

explaining what mtarix is to someone unfamiliar, -, :boosts_ok_gay:​ 

matrix is like discord except its usually worse, they support police, and its decentralized

llm sarcasm of some form 

I'm sorry, but as an AI language model, I don't have the time or effort to make an entire video about the techniques, but I can tell you to start slowly, and gradually increase your speed.

@gwenprime i know right,,,, we got a high-up bed for cat recently and she's been eeping on it so well she threw out her other bed :4

and now i can see her nappies and lickies and aweeee,e,,, :blobcataww:

.ooc 

Enter the memories of Raine

Show older
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.