• 3 Posts
  • 47 Comments
Joined 1 year ago
cake
Cake day: November 21st, 2023

help-circle





  • It’s an amazing tool.

    For your comics list, I’d suggest Dataview, quickadd, and templater plugins. With those three you could easily make a database with an entry mask, that automatically sorts the files into folders and sets metadata based on the mask input, and dynamically creates various tables for reference.

    Folder notes could be useful too, depending how you want to set it up, and how detailed you want to have your tables.

    Whatever you decide on, good luck. :)



  • UNY0N@lemmy.worldOPtoLinux@lemmy.mlFlatpak Help Needed
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I was trying so hard to get GTP4ALL to work inside of obsidian because it has this localdocs feature, where you can feed it documents and it integrates them into itself. I want the model to be aware of the whole vault, and also generate notes based on the vault contents, constantly updating.

    It looks like podman desktop + chatGPG obsidian plugin is the way to go through, I’m playing around with it and it looks promising.












  • UNY0N@lemmy.worldtoLinux@lemmy.mlBeginners Guides
    link
    fedilink
    arrow-up
    5
    ·
    3 months ago

    In addition to rhe other advice, I’d add what helped me the most: install arch from scratch.

    Use an older PC you have lying around, or just a VM. Use the installation guide on the arch wiki (or a video on feetube if you prefer to listen to a human explain stuff) and just learn as you go.




  • This certainly isn’t of the same caliber as some of these other comments, but I found it to be fitting to the topic.

    Last year I was having problems getting the game stellaris working on arch. (I use bazzite now, btw) My solution was the following:

    1. download the game via steam.
    2. switch it to use proton
    3. switch it back to linux version
    4. use the terminal to make the entire game folder read-only, so that steam couldn’t touch the game anymore and screw it up.
    5. add the exicutable to PATH
    6. start the game via terminal

    If any one of those step was left out, it didn’t work. I’m no linux expert, so I didn’t have the skills to actuality find the real problem.