@thepiguy - eviltoast
  • 0 Posts
  • 77 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • I remember a story about a dying woman who predicted that she would die when the last leaf of a plant outside her house falls. But the leaf actually did fall, and her friend put up a fake one there. The woman gets better but her friend dies because of pneumonia. This was from back when I was maybe 10-11yo and I remember it for some reason. I think the moral of the story is that willpower is strong, but idk about that ending.



  • The template is supposed to be something that you put in your own systemd services. plasma-kwin_x11.service and plasma-kwin_wayland.service both already have it.

    If I have to guess, it is probably a bug that will get fixed sometime in the future, meaning this is not a viable solution until then. Sorry for that.

    Just as a last bit of troubleshooting, check if cat ~/.config/startkderc shows systemBoot = true. If it does not, run kwriteconfig6 --file startkderc --group General --key systemdBoot true. I doubt this will change much, but still worth trying.

    If I get some free time, I will do some testing and let you know here









  • The closest I got was by just using avalonia. I had to use winforms for my uni and convincing my teachers to allow my team to use avalonia was not easy. Avalonia is not even remotely similar to winforms. You can try setting up a VM, but I understand that it is not a real solution. I found some docs for an old version of mono which referenced some of the winforms API, but I had no luck running it.



  • thepiguy@lemmy.mltoLinux@lemmy.mlNixOS for gamedev
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago
    1. Jetbrains toolbox is proprietary and I can still run it. You do have to explicitly state that you want proprietary software. You can even run random binaries if you setup nix-ld.
    2. The preferred way to do this is by creating a shell.nix for each of your projects with the dependencies defined within.
    3. Not sure about passthroughs, but qemu worked fine for me.

    As for nix Vs arch, I still prefer arch. This is not because nix is bad, but because I have used arch for a long time. I use nix on my laptop because I want that reliability, but I will probably never switch to nix on my desktop. I still find that I can debug my mistakes easier on arch, but with nix I can just git checkout oldcommit. With that being said, I do have a distrobox container with arch in my nix machine, if I really wanna install something quickly.



  • thepiguy@lemmy.mltoMemes@lemmy.mlFlux pricing
    link
    fedilink
    arrow-up
    7
    ·
    7 months ago

    Oh wow, that’s really bad wtf. I would not mind it if it meant that the employees also get paid that much extra. But by looking at another comment here, it looks to me as if that is not the case. Really sad how undeserving of our support this system is, especially in the USA.



  • thepiguy@lemmy.mlto196@lemmy.blahaj.zoneGames rule
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    7 months ago

    Treaspassing, genocide, possession of weapons, robbery, maybe even invasion of dreams? Not sure if the last one is a law. Oh and killing royalty as well. Also took part in an underground fighting rink, so perhaps battery.

    Edit: forgot to mention first and second degree murders. Silly me


  • I mostly use shell-gpt and ask it trivial questions. Saves me the time for switching to a browser. I have it always running in a tmux pane. As for code, I found it helpful for getting started when writing a functionality, but the actual engineering part should be done manually imo. As for spending money on it, depends on how you benifit from it. I spend about 50c on my openai API key, but I know a friend who used ollama (I think with some mistral derivative) locally on a gaming laptop with decent enough results.