Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)D
Posts
1
Comments
201
Joined
3 yr. ago

  • Paper doesn't fry my eyeballs.

  • Wayland monolith

    There seems to be misunderstanding about what Wayland is.

    Wayland is set of protocols. They are implemented by wayland servers (compositors) and wayland clients (applications) themselves. There is no single "wayland binary" like in the X11 days. Servers or clients may choose to implement or not implement a specific protocol.

  • I named my PiHole holypi

  • And they started sending advertisement emails to people who registered on gitea.com.

  • You don't even need to create aliases yourself. Flatpak creates wrapper scripts for every app that you install. Just symlink them into your PATH.

     
        
    ln -s /var/lib/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
    
      

    or if you are using a user remote

     
        
    ln -s ~/.local/share/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
    
      

    (Note: some lemmy clients render the the tilde in code blocks incorrectly)

  • Snaps are just as “open source” as “Office Open XML” (.docx, .pptx etc.) are open file formats.

    If there isn't a fully open source software stack, it isn't really open source.

  • mailbox.org is 3€/month or 30€/year if you bring your own domain.

  • If you are going for a reverse proxy, I highly recommend using Caddy. Issuing TLS certificates is all done automatically and reverse proxy headers are all automatically set.

    In many cases, this simple config is enough:

     
        
    example.org {
        reverse_proxy localhost:1234
    }
    
      
  • Portal and Portal 2 are still 32 bit. Newer mods based on Strata are 64 bit.

  • GNOME 46 has experimental VRR support too

  • explainshell.com is an awesome website that interactively shows the relevant sections of a manpage for a given command including arguments

  • What about Alpine Linux, postmarketOS etc.?

  • I think why really need a way to transfer ownership of crate names if the original owner is completely unresponsive. The Python ecosystem has a process for this.

  • The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale.

    The Open Source Definition

  • I'm using GSConnect (a compatible reimplementation of KDE Connect for GNOME) on GNOME/Wayland and it works just fine

  • Considering that there are infinitely scrolling compositors and non-rectangular compositors, I guess tilting a monitor should be a smaller problem.