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/)C
Posts
2
Comments
24
Joined
1 yr. ago

  • https://grapheneos.org/usage source

    Avoid Gecko-based browsers like Firefox as they're currently much more vulnerable to exploitation and inherently add a huge amount of attack surface. Gecko doesn't have a WebView implementation (GeckoView is not a WebView implementation), so it has to be used alongside the Chromium-based WebView rather than instead of Chromium, which means having the remote attack surface of two separate browser engines instead of only one. Firefox / Gecko also bypass or cripple a fair bit of the upstream and GrapheneOS hardening work for apps. Worst of all, Firefox does not have internal sandboxing on Android. This is despite the fact that Chromium semantic sandbox layer on Android is implemented via the OS isolatedProcess feature, which is a very easy to use boolean property for app service processes to provide strong isolation with only the ability to communicate with the app running them via the standard service API. Even in the desktop version, Firefox's sandbox is still substantially weaker (especially on Linux) and lacks full support for isolating sites from each other rather than only containing content as a whole. The sandbox has been gradually improving on the desktop but it isn't happening for their Android browser yet.

    I still use ironfox because of uBlock and dark reader. Cromite is also good.

  • ImageMagick does support displaying images but it only supported when you use x11 (Xwayland).

     bash
        
    # the `display` command will give you a missing error even if you have ImageMagick installed (At least on my winget installation of ImageMagick)
    display image.png
    # give you a x11 error on windows
    magick display image.png
    
    
      

    if for some reason you want something similar you could use ffplay it both supported on windows and x11 from what I know.

    I tried it for batch conversion and I was very disappointed it somehow skipped files on big batches

    I haven't had any issues with ImageMagick with converting images, but I would rather use a dedicate command for encoder like avifenc, cjxl, cjpegli, and cwbep, since they have more options than ImageMagick or utilize newer encoders, such as cjpegli.

  • stickers

  • dua i

  • Can someone explain the difference between this and Briar?

  • Linux @lemmy.ml

    9950x3d cache optimizations on Linux?

  • Mullvad browser is also another great Privacy web browser but probably be more suited if you have a active subscription to mullvad VPN since it's point is to blend in with other mullvad VPN users.

  • The goal of Project #4K77 is simply to create a version of the 1977 Pre-Special Edition version of Star Wars, that will look good on a 4K Television or monitor. Most of the source material is 35mm film scanned at 4K, processed at 4K and rendered at 4K. When no 4K footage is available, an upscale from either the SSE or the Official Blu-ray will be used.

    Source

    This is basically the same thing for each individual release.

  • Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    What is the recommended way to watch the Star Wars series?

  • Any difference between croc and this?

  • Thanks it worked. I installed both mfc140 and vcrun2022, I don't know which one did the trick.

  • I'm getting suck on a black screen. I have tried proton-GE and proton experimental. I have also tried vulkan and without.

    What should I try next?

     
        
    Kernel: Linux 6.14.2-arch1-1
    nvidia: 570.133.07
    DE: KDE Plasma 6.3.4
    WM: KWin (Wayland)
    
    
      
  • $519 (Refurbished) $649 (New)

    All the other refurbished options are out of stock.

  • I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don't want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

     
        
    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    
      

    For CachyOS Everything is installed already deps wise

     
        
    sudo pacman -S fuse2
    
      

    Next, optimize compatibility by moving some libraries:

     
        
    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    
      

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

     
        
    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    
      

    Next Apply the Crack

     
        
    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    
      

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works

  • I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don't want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

     
        
    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    
      

    For CachyOS Everything is installed already deps wise

     
        
    sudo pacman -S fuse2
    
      

    Next, optimize compatibility by moving some libraries:

     
        
    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    
      

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

     
        
    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    
      

    Next Apply the Crack

     
        
    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    
      

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works

  • Most the sites that have that 'feature' usually have a link that says " Continue without disabling adblock" but if I can't find that I use the next site in my search.

  • I personally use AB Download Manager. It isn't as good as jdownload but work good enough for me.