Skip Navigation

Posts
9
Comments
31
Joined
3 yr. ago

  • I saw this in a book I've had since I was a child. I don't know if there is a copy online, I'll look for it

    EDIT: I've found not only the diagram, but the whole book!

  • I had a similar experience looking up the code for ⊥, I didn't realize the world has given a very specific meaning to the words "latex bottom"

  • How long have you used it and how is it?

    I'm pretty curious about those kinds of distros, and don't really like how nixos is completely hosted on github (and all the drama that constantly comes from the community, and the bad documentation for many things, ...).

    However, guix seems such a niche project that I feel like it can't really be used.

  • Jellyfin: The Free Software Media System @lemmy.ml

    Jellyfin date fixer (a script I wrote)

    gitlab.com /smaniottonicola/jellyfin-date-fixer
  • It's a path inside the container, but not inside /config. You should mount the file like this:

     yaml
        
    volumes:
      - /path/to/local/theme.css:/jellyfin/jellyfin-web/theme.css
    
      
  • You should put it in Jellyfin web's root folder (paths are relative to it). In the official container it's /jellyfin/jellyfin-web.

    Then you just @import "theme.css";.

  • Jellyfin: The Free Software Media System @lemmy.ml

    Standard theme with custom accent color

    gitlab.com /smaniottonicola/jellyfin-custom-accent
  • It is not different from how the previous shared libraries worked. I guess it's there to stop cheaters from buying a single copy of the game and sharing it with throwaway accounts.

  • Deep Rock Galactic @lemmy.world

    What is your Jetty Boot record?

  • And Mike!

  • Jellyfin: The Free Software Media System @lemmy.ml

    Minimum hardware for a client?

  • Since you are sharing anecdotes, let me join.

    For me FF has always been extremely stable, and I too regularly keep 100+ tabs open, on much more limited system resources. It is so stable that I've completely disabled history saving, and if there is something I want to read later I just keep the tab open. Never had an issue.

    Tree Style Tabs also pushed me to have many tabs, because now I can actually organize those that I've opened and find them later.

  • Honestly, I don't even remember. It was something to do with minor differences in the cursor movements of specific commands.

    Anyway, it's been years, anything may have changed in the meantime. I should probably give it another go, those were simple nitpicks that I was too impatient to tolerate.

  • have to be relatively fluent in Vimscript to pull that off

    I don't think so, using ALE just requires to install the plugin and the external programs that it will interrogate. I know almost nothing about Vimscript.

    thoughts regarding Vimscript

    From what I've seen it's a scripting language like any other, but one that is extremely specific to vim. The syntax is also quite different from anything else, so I never felt the need to learn it.

    Neovim

    As a general concept, it seems a good idea, I also know Lua so it would seem to be a logical switch for me.

    However, during these years every time I tried it it had some slight differences from vim that made using it somewhat annoying. Moreover, it never seemed to provide such a better experience that made me switch permanently. I'd like to like it, but I never had a reason to.

  • I'm a bit surprised that no-one mentioned ALE. If you want to turn vim into an IDE it goes a long way.

    Having the compiler warnings/errors inside the buffer is already really useful, but then you can also add LSPs and there isn't really much missing. I've recently developed a Java program entirely in vim using Eclipse's LSP.

  • Have you tried enabling HLS in "Audio and video"? It solved the issue for me (using the official instance).

  • Selfhosted @lemmy.world

    Chromecast over Tailscale?

  • boardgames @feddit.de

    Two new additions to my favorites: Incan Gold and Hellapagos

  • You should put some quotes where you use the array:

     bash
        
    not_what_you_think=( "a b" "c" "d" )
    for sneaky in "${not_what_you_think[@]}"; do
      echo "This is sneaky: ${sneaky}"
    done
    
    This is sneaky: a b
    This is sneaky: c
    This is sneaky: d
    
      
  • I haven't used Ubuntu since the pre-snap era, but from discussions online I think that every program is stored in a different squashfs that is mounted at boot.

  • Deep Rock Galactic @lemmy.world

    Do you play with mods?

  • boardgames @feddit.de

    Games for larger groups?