callyral

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

A cow is too complicated, I would rather rotate a banana. I'm actually doing that right now, just rotating a banana in my head.

[–] callyral@pawb.social 3 points 1 day ago

Same, I once had to use EtchDroid to make a bootable USB drive lol.

[–] callyral@pawb.social 1 points 3 days ago

👦⛏️🚫🗨️👴 ⏳ 🧔‍♂️⛏️➡️🟦➡️🟫🟩 ➡️ 👨👩👦👧 ⛏️🧔‍♂️💬

[–] callyral@pawb.social 4 points 4 days ago

i usually use (compose key + --. (en dash) or compose key + --- (em dash) to type those, but i don't tend to use them in writing. instead, i use en dashes for number ranges (e.g.: 3–4, 10–20) to avoid it being confused with subtraction.

[–] callyral@pawb.social 16 points 4 days ago

and here i was a few minutes ago doing math on krita

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

ENA: Dream BBQ profile picture!!!!!!!!

[–] callyral@pawb.social 13 points 5 days ago (22 children)

PS/2 ports?

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

Sonic Heroes (most nostalgic)

Sonic The Hedgehog 2

Minecraft

Glow Hockey (mobile) or a similar game to it but that's the one I saw available for download nowadays

[–] callyral@pawb.social 3 points 5 days ago

I use 0xProto because it looks nice

[–] callyral@pawb.social 6 points 5 days ago

The passive voice is often used.

 

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

 

(technically not the right angle for this scene) (kinda rushed art but i still like it)

 
 

drawn using Krita

 

Mod: Customizable Player Models Game: Minecraft

This new player model i made is more detailed and even has digitigrade legs and a tail with 4 segments (not visible in the screenshot)

 

Game: Minecraft

Shaders: BSL Shaders

Mod: Customizable Player Models (Fabric)

 

alt text: Grayscale digital drawing of Cally (my furry character) standing in front of an edited version of the album art for Tally Hall's Good & Evil.

 

Picture of me

> hello, i am steve from minecraft

> i mine and craft

 

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 ›