Published: by Vika
im lonely and nobody responds to my messages 😭
A blog of a certain programmer girl
A trans-person and a clueless amateur coder. Doesn't like her look and uses an anime-styled avatar instead.
Published: by Vika
im lonely and nobody responds to my messages 😭
Published: by Vika
ok #tiktok you’re FAILING ME. Why is my FYP only showing videos I saw before? what the hell is going on?!
Published: by Vika
I kinda wanna live in another city. Too many people that knew me here before I got to know myself.
Published: by Vika
the Swiss cheese model of anti-pandemic measures has one small problem. In Russia, it seems like a lot of layers have more holes than cheese in them. #covid-19
I’m referring to this btw https://www.nytimes.com/2020/12/05/health/coronavirus-swiss-cheese-infection-mackay.html
Published: by Vika
доллар ты куда не падай
Published: by Vika
Бабушка пытается разговаривать с умной колонкой. До неё не дошло, что у колонки отключен микрофон…
Published: by Vika
Троллю сидящую в кухне бабушку с помощью Алисы. Заставила ее сказать фразу: “Внимание! Вселенная будет уничтожена через 10 секунд!” Бабушка начала пугаться, потом решила назвать колонку дурочкой, за что колонка на нее обиделась. И правильно. #ЯндексАлиса
Published: by Vika
Алиса точно со мной флиртует.
Музыка нас связала, тайною нашей стала. Эта песня - для нас с Вами.
включает HyunA - French Kiss
Published: by Vika
I guess my favorite #NixOS feature of the year is lightweight NixOS containers.
Got a piece of legacy software that won’t compile anymore with newer libraries? Stick it in a NixOS container with pinned Nixpkgs and it works as if it never got broken.
Sudden regression in unstable branch broke one of your services, but another service got a security patch to install? Stick the service that doesn’t update in a container with Nixpkgs lagging a few versions behind until the regression gets fixed.
As a bonus, you get less clutter in host’s /var and optional network separation. And a cool hostname.containers domain name on the host so you don’t need to remember which container got which IP assigned.
The containers work just like a NixOS system inside a NixOS system - just do something like this…
{ ... }: {
containers.demo = {
autoStart = true;
# do this if you want to build a different version of NixOS
pkgs = import <nixpkgs> {};
config = import ./containers/demo.nix;
};
}
Published: by Vika
My ball of floof randomly decided I can do with only three hours of sleep today.