callyral

joined 2 years ago
[–] callyral@pawb.social 3 points 2 days ago (1 children)

Also a brazilian here, I think it's cheaper than in the US simply because there's a public health system for the private ones to compete with.

[–] callyral@pawb.social 18 points 3 days ago (1 children)

this is why most people nowadays wear underwear made out of very tough stone that can easily handle rock impact.

[–] callyral@pawb.social 7 points 3 days ago (2 children)

i'm brazilian and i don't think so, but it depends on the parents i guess

[–] callyral@pawb.social 1 points 4 days ago* (last edited 4 days ago)

Lemon Demon - My Trains

Please link me to the playlist even if you don't include this suggestion, because I am curious.

[–] callyral@pawb.social 3 points 2 weeks ago

The yellowest one that doesn't have too much brown. If there's some green it usually won't taste as sweet, but if it's too brown it will be mushy and gross.

[–] callyral@pawb.social 8 points 2 weeks ago (1 children)

oh i usually start typing something and realize it's

[–] callyral@pawb.social 2 points 2 weeks ago

i was born to be a good person and i was a baller for the kids if you don't want to see the irony in that you are asleep and not breathing and breathing and not sleeping 😴

[–] callyral@pawb.social 2 points 2 weeks ago

i was born to be a ________

| programmer | lot | good |

[–] callyral@pawb.social 2 points 3 weeks ago

huh, those roofs look kinda weird and all the same- (takes a closer look) oh it's all solar panels that's actually really cool

[–] callyral@pawb.social 17 points 3 weeks ago (1 children)

I prefer normal text-to-speech (with subtitles ideally) if the person making the video can't speak themselves. Vocaloids/UTAUs can also be used for voicing but I imagine that's a lot of tedious work. They can also pay someone or ask a friend to voice their script for them.

AI generated voices are a sign that the whole thing is slop. Not worth watching. Same applies for AI generated thumbnails.

[–] callyral@pawb.social 5 points 1 month ago (1 children)

he would be the oldest human alive at 207 years old

 

I labeled some of the lesser known logos. The criteria are arbitrary and I made this based on how much I liked using it.

Note that Fedora Sway Atomic isn't bad, but I had a bad experience because I was trying to install NIri on it and it clearly wasn't meant for that. Basically, it's just not for me.

I wanted to rank Manjaro low because I heard bad things about it, but I think I used it for like a few minutes because I wanted to try Gnome, and I didn't like Gnome after trying it and didn't want to deal with uninstalling all the Gnome stuff manually, so I just hopped to another distro.

 

And to that I said - "well, it's a long story."

 

This is assuming that the thought is translated into something each person can understand.

 
 

i don't have a public dotfiles repo, so here's some info

wallpaper: made by me artwork/meme in post: made by me

os: nixos music player: tauon music box art program (displays image): krita bar/dock: waybar window manager: swayfx

song being played: Miracle Musical - Time Machine

feel free to ask anything else :3

 

cross-posted from: https://pawb.social/post/6260688

Recently, I switched to NixOS and realised that there is no G'MIC plugin package for Krita.

There's this issue that was last active in October 2023.

I was wondering if anyone has managed to install this without using another package manager (such as Flatpak) or installing an AppImage manually, for system reproducibility, and I also don't wanna have two package managers in one system.

Ideally, there'd be a wrapper, so you could do something like:

{ pkgs, ... }: {
  programs.krita = {
    enable = true;
    gmic.enable = true;
    gmic.package = pkgs.krita.gmic-qt;
  };
}

Thoughts?

Related: is there some kind of guide on these program.<name> wrappers? What are they and where are they defined?

 

Recently, I switched to NixOS and realised that there is no G'MIC plugin package for Krita.

There's this issue that was last active in October 2023.

I was wondering if anyone has managed to install this without using another package manager (such as Flatpak) or installing an AppImage manually, for system reproducibility, and I also don't wanna have two package managers in one system.

Ideally, there'd be a wrapper, so you could do something like:

{ pkgs, ... }: {
  programs.krita = {
    enable = true;
    gmic.enable = true;
    gmic.package = pkgs.krita.gmic-qt;
  };
}

Thoughts?

Related: is there some kind of guide on these program.<name> wrappers? What are they and where are they defined?

view more: next ›