Skip Navigation
Linus Torvalds: Speaks on the Rust vs C Linux Divide
  • I think it can be summed up to C is more mature than Rust so we wait for Rust to shine Rust can overcome some complex things in C and vice versa

  • What is a low technology you really love ?
  • But not as precise.

  • What Linux distro surprised you the most?
  • Use Remmina on the client and then install anything that opens and listens to VNC ports. For example TightVNC or RealVNC.

    Just even a small sys admin tip for Android phones

  • What are your games to get into the season for its vibe?
  • I see it on the Steam Store home page.

  • What are your games to get into the season for its vibe?
  • That's exactly what I meant! Not only "fitting in-game". Nice list.

  • What are your games to get into the season for its vibe?
  • I wonder how would that look like. 🤔

  • What are your games to get into the season for its vibe?
  • Why not, also Terra Nil has almost every season but it reminds me mostly Spring as it's transition from nothing / harsh to greenery.

  • What are your games to get into the season for its vibe?
  • Never heard of the Crosscode.

    I tried Disco Elysium for 3h and then stopped playing. But this game seems unique.

    Nice!

  • What are your games to get into the season for its vibe?
  • Also Factorio DLC is coming -+ 1 month if you are already interested in Satisfactory.

  • What are your games to get into the season for its vibe?
  • Good ones! What everything else? Give some specific ones.

  • What are your games to get into the season for its vibe?
  • Autumn is cosy as I associate with mix of the relax, warm and rain - that is what I see Against the Storm like.

  • What are your games to get into the season for its vibe?
  • Really? It seemed stressful from the gameplays.

  • My experience switching from iOS to GrapheneOS
  • Exactly and that is why when I have a pleasure to do something extra than their system allows to do they are handicapped and I need to do this for them on my Android or Linux.

    Also doesn't even slow stock Android on 200$ "just works"?

    But I do also like when I don't need to configure stuff as it is productivity draining. Good defaults are always welcomed.

  • What are your games to get into the season for its vibe?

    > cross-posted from: https://lemmy.ml/post/20175694

    I mean games you played / you are going to play.

    My list looks like this for example:

    What are yours?

    34
    What are your games to get into the season for its vibe?

    I mean games you played / you are going to play.

    My list looks like this for example:

    What are yours?

    23
    Wavetracker a new Dn-FamiTracker alternative
  • Still I hate the trend when something is done by .NET is mostly only for Windows.

  • My experience switching from iOS to GrapheneOS
  • That was a lot of effort. I don't think you suited as an iOS guy. Most of them don't know what file and its extension is. Also maybe you will find something helpful in my list. Awesome Android Apps

  • RustDesk: I Found This Open-Source TeamViewer Alternative Impressive!
  • Wth is that, that is the most anti-idiomatic code I have ever seen

    https://github.com/rustdesk/rustdesk/blob/master/src%2Fplatform%2Flinux.rs#L176

    pub fn get_cursor() -> ResultType<Option<u64>> {
        let mut res = None;
        DISPLAY.with(|conn| {
            if let Ok(d) = conn.try_borrow_mut() {
                if !d.is_null() {
                    unsafe {
                        let img = XFixesGetCursorImage(*d);
                        if !img.is_null() {
                            res = Some((*img).cursor_serial as u64);
                            XFree(img as _);
                        }
                    }
                }
            }
        });
        Ok(res)
    }
    

    I'm not an expert but this seems wrong.

  • How can we make Linux more appealing as "just works"?
  • Hahaha true 😆

    But the scale is too small for now. :/

  • How can we make Linux more appealing as "just works"?

    Let's say just like for example like MacOS. It's awesome we have so many tools but at the same time lack of some kind of standardization can seem like nothing works and you get overwhelmed. I'm asking for people that want to support Linux or not so tech-savy people.

    161
    Why Wayland adoption to have official support in programs is so slow?

    Wayland seems ready to me but the main problem that many programs are not configured / compiled to support it. Why is that? I know it's not easy as "Wayland support? Yes" (but in many cases adding a flag is enough but maybe it's not a perfect support). What am I missing? Even Blender says if it fails to use Wayland it will use X11.

    > When Wayland is detected, it is the preferred system, otherwise X11 will be used

    Also XWayland has many limitations as X11 does.

    107
    Unixporn @lemmy.ml Psyhackological @lemmy.ml
    COSMIC Factorio Edition

    cross-posted from: https://lemmy.ml/post/19176020

    ! ! !

    Compressed using ImageMagick and oxipng as cosmic-screenshot produces huge sizes that Lemmy doesn't want to handle.

    Desktop

    Wallpaper

    Appearance (based on Factorio.com)

    • Dark: true
    • Accent color: #FF9F1C
    • Application or window background: #242324
    • Container background: #313031
    • Interface text tint: #FFE6C0
    • Control component tint: #242324
    • Use theme accent color as active window hint: true
    • Style: Square
    • Active window hint size: 6
    • Gaps around tiled windows: 12
    • Experimental settings > Apply this theme to GNOME apps: true

    Other configuration should be visible, just a matter of taste and Factorio UI.

    Factorio.ron

    282 lines

    ron ( palette: Dark(( name: "cosmic-dark", blue: ( red: 0.5803922, green: 0.92156863, blue: 0.92156863, alpha: 1.0, ), red: ( red: 1.0, green: 0.70980394, blue: 0.70980394, alpha: 1.0, ), green: ( red: 0.6745098, green: 0.96862745, blue: 0.8235294, alpha: 1.0, ), yellow: ( red: 1.0, green: 0.94509804, blue: 0.61960787, alpha: 1.0, ), gray_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), gray_2: ( red: 0.14901961, green: 0.14901961, blue: 0.14901961, alpha: 1.0, ), gray_3: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_0: ( red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0, ), neutral_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), neutral_2: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_3: ( red: 0.2784314, green: 0.2784314, blue: 0.2784314, alpha: 1.0, ), neutral_4: ( red: 0.36862746, green: 0.36862746, blue: 0.36862746, alpha: 1.0, ), neutral_5: ( red: 0.46666667, green: 0.46666667, blue: 0.46666667, alpha: 1.0, ), neutral_6: ( red: 0.5686275, green: 0.5686275, blue: 0.5686275, alpha: 1.0, ), neutral_7: ( red: 0.67058825, green: 0.67058825, blue: 0.67058825, alpha: 1.0, ), neutral_8: ( red: 0.7764706, green: 0.7764706, blue: 0.7764706, alpha: 1.0, ), neutral_9: ( red: 0.8862745, green: 0.8862745, blue: 0.8862745, alpha: 1.0, ), neutral_10: ( red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0, ), bright_green: ( red: 0.36862746, green: 0.85882354, blue: 0.54901963, alpha: 1.0, ), bright_red: ( red: 1.0, green: 0.627451, blue: 0.5647059, alpha: 1.0, ), bright_orange: ( red: 1.0, green: 0.6392157, blue: 0.49019608, alpha: 1.0, ), ext_warm_grey: ( red: 0.60784316, green: 0.5568628, blue: 0.5411765, alpha: 1.0, ), ext_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), ext_yellow: ( red: 0.99607843, green: 0.85882354, blue: 0.2509804, alpha: 1.0, ), ext_blue: ( red: 0.28235295, green: 0.7254902, blue: 0.78039217, alpha: 1.0, ), ext_purple: ( red: 0.8117647, green: 0.49019608, blue: 1.0, alpha: 1.0, ), ext_pink: ( red: 0.9764706, green: 0.22745098, blue: 0.5137255, alpha: 1.0, ), ext_indigo: ( red: 0.24313726, green: 0.53333336, blue: 1.0, alpha: 1.0, ), accent_blue: ( red: 0.3882353, green: 0.8156863, blue: 0.8745098, alpha: 1.0, ), accent_red: ( red: 0.99215686, green: 0.6313726, blue: 0.627451, alpha: 1.0, ), accent_green: ( red: 0.57254905, green: 0.8117647, blue: 0.6117647, alpha: 1.0, ), accent_warm_grey: ( red: 0.7921569, green: 0.7294118, blue: 0.7058824, alpha: 1.0, ), accent_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), accent_yellow: ( red: 0.96862745, green: 0.8784314, blue: 0.38431373, alpha: 1.0, ), accent_purple: ( red: 0.90588236, green: 0.6117647, blue: 0.99607843, alpha: 1.0, ), accent_pink: ( red: 1.0, green: 0.6117647, blue: 0.69411767, alpha: 1.0, ), accent_indigo: ( red: 0.6313726, green: 0.7529412, blue: 0.92156863, alpha: 1.0, ), )), spacing: ( space_none: 0, space_xxxs: 4, space_xxs: 8, space_xs: 12, space_s: 16, space_m: 24, space_l: 32, space_xl: 48, space_xxl: 64, space_xxxl: 128, ), corner_radii: ( radius_0: (0.0, 0.0, 0.0, 0.0), radius_xs: (2.0, 2.0, 2.0, 2.0), radius_s: (2.0, 2.0, 2.0, 2.0), radius_m: (2.0, 2.0, 2.0, 2.0), radius_l: (2.0, 2.0, 2.0, 2.0), radius_xl: (2.0, 2.0, 2.0, 2.0), ), neutral_tint: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, )), bg_color: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, alpha: 1.0, )), primary_container_bg: Some(( red: 0.19215687, green: 0.1882353, blue: 0.19215687, alpha: 1.0, )), secondary_container_bg: None, text_tint: Some(( red: 1.0, green: 0.9019608, blue: 0.7529412, )), accent: Some(( red: 1.0, green: 0.62352943, blue: 0.109803915, )), success: None, warning: None, destructive: None, is_frosted: false, gaps: (0, 12), active_hint: 6, window_hint: None, )

    8
    COSMIC Factorio Edition

    cross-posted from: https://lemmy.ml/post/19176020

    ! ! !

    Compressed using ImageMagick and oxipng as cosmic-screenshot produces huge sizes that Lemmy doesn't want to handle.

    Desktop

    Wallpaper

    Appearance (based on Factorio.com)

    • Dark: true
    • Accent color: #FF9F1C
    • Application or window background: #242324
    • Container background: #313031
    • Interface text tint: #FFE6C0
    • Control component tint: #242324
    • Use theme accent color as active window hint: true
    • Style: Square
    • Active window hint size: 6
    • Gaps around tiled windows: 12
    • Experimental settings > Apply this theme to GNOME apps: true

    Other configuration should be visible, just a matter of taste and Factorio UI.

    Factorio.ron

    282 lines

    ron ( palette: Dark(( name: "cosmic-dark", blue: ( red: 0.5803922, green: 0.92156863, blue: 0.92156863, alpha: 1.0, ), red: ( red: 1.0, green: 0.70980394, blue: 0.70980394, alpha: 1.0, ), green: ( red: 0.6745098, green: 0.96862745, blue: 0.8235294, alpha: 1.0, ), yellow: ( red: 1.0, green: 0.94509804, blue: 0.61960787, alpha: 1.0, ), gray_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), gray_2: ( red: 0.14901961, green: 0.14901961, blue: 0.14901961, alpha: 1.0, ), gray_3: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_0: ( red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0, ), neutral_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), neutral_2: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_3: ( red: 0.2784314, green: 0.2784314, blue: 0.2784314, alpha: 1.0, ), neutral_4: ( red: 0.36862746, green: 0.36862746, blue: 0.36862746, alpha: 1.0, ), neutral_5: ( red: 0.46666667, green: 0.46666667, blue: 0.46666667, alpha: 1.0, ), neutral_6: ( red: 0.5686275, green: 0.5686275, blue: 0.5686275, alpha: 1.0, ), neutral_7: ( red: 0.67058825, green: 0.67058825, blue: 0.67058825, alpha: 1.0, ), neutral_8: ( red: 0.7764706, green: 0.7764706, blue: 0.7764706, alpha: 1.0, ), neutral_9: ( red: 0.8862745, green: 0.8862745, blue: 0.8862745, alpha: 1.0, ), neutral_10: ( red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0, ), bright_green: ( red: 0.36862746, green: 0.85882354, blue: 0.54901963, alpha: 1.0, ), bright_red: ( red: 1.0, green: 0.627451, blue: 0.5647059, alpha: 1.0, ), bright_orange: ( red: 1.0, green: 0.6392157, blue: 0.49019608, alpha: 1.0, ), ext_warm_grey: ( red: 0.60784316, green: 0.5568628, blue: 0.5411765, alpha: 1.0, ), ext_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), ext_yellow: ( red: 0.99607843, green: 0.85882354, blue: 0.2509804, alpha: 1.0, ), ext_blue: ( red: 0.28235295, green: 0.7254902, blue: 0.78039217, alpha: 1.0, ), ext_purple: ( red: 0.8117647, green: 0.49019608, blue: 1.0, alpha: 1.0, ), ext_pink: ( red: 0.9764706, green: 0.22745098, blue: 0.5137255, alpha: 1.0, ), ext_indigo: ( red: 0.24313726, green: 0.53333336, blue: 1.0, alpha: 1.0, ), accent_blue: ( red: 0.3882353, green: 0.8156863, blue: 0.8745098, alpha: 1.0, ), accent_red: ( red: 0.99215686, green: 0.6313726, blue: 0.627451, alpha: 1.0, ), accent_green: ( red: 0.57254905, green: 0.8117647, blue: 0.6117647, alpha: 1.0, ), accent_warm_grey: ( red: 0.7921569, green: 0.7294118, blue: 0.7058824, alpha: 1.0, ), accent_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), accent_yellow: ( red: 0.96862745, green: 0.8784314, blue: 0.38431373, alpha: 1.0, ), accent_purple: ( red: 0.90588236, green: 0.6117647, blue: 0.99607843, alpha: 1.0, ), accent_pink: ( red: 1.0, green: 0.6117647, blue: 0.69411767, alpha: 1.0, ), accent_indigo: ( red: 0.6313726, green: 0.7529412, blue: 0.92156863, alpha: 1.0, ), )), spacing: ( space_none: 0, space_xxxs: 4, space_xxs: 8, space_xs: 12, space_s: 16, space_m: 24, space_l: 32, space_xl: 48, space_xxl: 64, space_xxxl: 128, ), corner_radii: ( radius_0: (0.0, 0.0, 0.0, 0.0), radius_xs: (2.0, 2.0, 2.0, 2.0), radius_s: (2.0, 2.0, 2.0, 2.0), radius_m: (2.0, 2.0, 2.0, 2.0), radius_l: (2.0, 2.0, 2.0, 2.0), radius_xl: (2.0, 2.0, 2.0, 2.0), ), neutral_tint: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, )), bg_color: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, alpha: 1.0, )), primary_container_bg: Some(( red: 0.19215687, green: 0.1882353, blue: 0.19215687, alpha: 1.0, )), secondary_container_bg: None, text_tint: Some(( red: 1.0, green: 0.9019608, blue: 0.7529412, )), accent: Some(( red: 1.0, green: 0.62352943, blue: 0.109803915, )), success: None, warning: None, destructive: None, is_frosted: false, gaps: (0, 12), active_hint: 6, window_hint: None, )

    0
    COSMIC Factorio Edition

    cross-posted from: https://lemmy.ml/post/19176020

    ! ! !

    Compressed using ImageMagick and oxipng as cosmic-screenshot produces huge sizes that Lemmy doesn't want to handle.

    Desktop

    Wallpaper

    Appearance (based on Factorio.com)

    • Dark: true
    • Accent color: #FF9F1C
    • Application or window background: #242324
    • Container background: #313031
    • Interface text tint: #FFE6C0
    • Control component tint: #242324
    • Use theme accent color as active window hint: true
    • Style: Square
    • Active window hint size: 6
    • Gaps around tiled windows: 12
    • Experimental settings > Apply this theme to GNOME apps: true

    Other configuration should be visible, just a matter of taste and Factorio UI.

    Factorio.ron

    282 lines

    ron ( palette: Dark(( name: "cosmic-dark", blue: ( red: 0.5803922, green: 0.92156863, blue: 0.92156863, alpha: 1.0, ), red: ( red: 1.0, green: 0.70980394, blue: 0.70980394, alpha: 1.0, ), green: ( red: 0.6745098, green: 0.96862745, blue: 0.8235294, alpha: 1.0, ), yellow: ( red: 1.0, green: 0.94509804, blue: 0.61960787, alpha: 1.0, ), gray_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), gray_2: ( red: 0.14901961, green: 0.14901961, blue: 0.14901961, alpha: 1.0, ), gray_3: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_0: ( red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0, ), neutral_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), neutral_2: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_3: ( red: 0.2784314, green: 0.2784314, blue: 0.2784314, alpha: 1.0, ), neutral_4: ( red: 0.36862746, green: 0.36862746, blue: 0.36862746, alpha: 1.0, ), neutral_5: ( red: 0.46666667, green: 0.46666667, blue: 0.46666667, alpha: 1.0, ), neutral_6: ( red: 0.5686275, green: 0.5686275, blue: 0.5686275, alpha: 1.0, ), neutral_7: ( red: 0.67058825, green: 0.67058825, blue: 0.67058825, alpha: 1.0, ), neutral_8: ( red: 0.7764706, green: 0.7764706, blue: 0.7764706, alpha: 1.0, ), neutral_9: ( red: 0.8862745, green: 0.8862745, blue: 0.8862745, alpha: 1.0, ), neutral_10: ( red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0, ), bright_green: ( red: 0.36862746, green: 0.85882354, blue: 0.54901963, alpha: 1.0, ), bright_red: ( red: 1.0, green: 0.627451, blue: 0.5647059, alpha: 1.0, ), bright_orange: ( red: 1.0, green: 0.6392157, blue: 0.49019608, alpha: 1.0, ), ext_warm_grey: ( red: 0.60784316, green: 0.5568628, blue: 0.5411765, alpha: 1.0, ), ext_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), ext_yellow: ( red: 0.99607843, green: 0.85882354, blue: 0.2509804, alpha: 1.0, ), ext_blue: ( red: 0.28235295, green: 0.7254902, blue: 0.78039217, alpha: 1.0, ), ext_purple: ( red: 0.8117647, green: 0.49019608, blue: 1.0, alpha: 1.0, ), ext_pink: ( red: 0.9764706, green: 0.22745098, blue: 0.5137255, alpha: 1.0, ), ext_indigo: ( red: 0.24313726, green: 0.53333336, blue: 1.0, alpha: 1.0, ), accent_blue: ( red: 0.3882353, green: 0.8156863, blue: 0.8745098, alpha: 1.0, ), accent_red: ( red: 0.99215686, green: 0.6313726, blue: 0.627451, alpha: 1.0, ), accent_green: ( red: 0.57254905, green: 0.8117647, blue: 0.6117647, alpha: 1.0, ), accent_warm_grey: ( red: 0.7921569, green: 0.7294118, blue: 0.7058824, alpha: 1.0, ), accent_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), accent_yellow: ( red: 0.96862745, green: 0.8784314, blue: 0.38431373, alpha: 1.0, ), accent_purple: ( red: 0.90588236, green: 0.6117647, blue: 0.99607843, alpha: 1.0, ), accent_pink: ( red: 1.0, green: 0.6117647, blue: 0.69411767, alpha: 1.0, ), accent_indigo: ( red: 0.6313726, green: 0.7529412, blue: 0.92156863, alpha: 1.0, ), )), spacing: ( space_none: 0, space_xxxs: 4, space_xxs: 8, space_xs: 12, space_s: 16, space_m: 24, space_l: 32, space_xl: 48, space_xxl: 64, space_xxxl: 128, ), corner_radii: ( radius_0: (0.0, 0.0, 0.0, 0.0), radius_xs: (2.0, 2.0, 2.0, 2.0), radius_s: (2.0, 2.0, 2.0, 2.0), radius_m: (2.0, 2.0, 2.0, 2.0), radius_l: (2.0, 2.0, 2.0, 2.0), radius_xl: (2.0, 2.0, 2.0, 2.0), ), neutral_tint: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, )), bg_color: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, alpha: 1.0, )), primary_container_bg: Some(( red: 0.19215687, green: 0.1882353, blue: 0.19215687, alpha: 1.0, )), secondary_container_bg: None, text_tint: Some(( red: 1.0, green: 0.9019608, blue: 0.7529412, )), accent: Some(( red: 1.0, green: 0.62352943, blue: 0.109803915, )), success: None, warning: None, destructive: None, is_frosted: false, gaps: (0, 12), active_hint: 6, window_hint: None, )

    11
    COSMIC Factorio Edition

    cross-posted from: https://lemmy.ml/post/19176020

    ! ! !

    Compressed using ImageMagick and oxipng as cosmic-screenshot produces huge sizes that Lemmy doesn't want to handle.

    Desktop

    Wallpaper

    Appearance (based on Factorio.com)

    • Dark: true
    • Accent color: #FF9F1C
    • Application or window background: #242324
    • Container background: #313031
    • Interface text tint: #FFE6C0
    • Control component tint: #242324
    • Use theme accent color as active window hint: true
    • Style: Square
    • Active window hint size: 6
    • Gaps around tiled windows: 12
    • Experimental settings > Apply this theme to GNOME apps: true

    Other configuration should be visible, just a matter of taste and Factorio UI.

    Factorio.ron

    282 lines

    ron ( palette: Dark(( name: "cosmic-dark", blue: ( red: 0.5803922, green: 0.92156863, blue: 0.92156863, alpha: 1.0, ), red: ( red: 1.0, green: 0.70980394, blue: 0.70980394, alpha: 1.0, ), green: ( red: 0.6745098, green: 0.96862745, blue: 0.8235294, alpha: 1.0, ), yellow: ( red: 1.0, green: 0.94509804, blue: 0.61960787, alpha: 1.0, ), gray_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), gray_2: ( red: 0.14901961, green: 0.14901961, blue: 0.14901961, alpha: 1.0, ), gray_3: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_0: ( red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0, ), neutral_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), neutral_2: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_3: ( red: 0.2784314, green: 0.2784314, blue: 0.2784314, alpha: 1.0, ), neutral_4: ( red: 0.36862746, green: 0.36862746, blue: 0.36862746, alpha: 1.0, ), neutral_5: ( red: 0.46666667, green: 0.46666667, blue: 0.46666667, alpha: 1.0, ), neutral_6: ( red: 0.5686275, green: 0.5686275, blue: 0.5686275, alpha: 1.0, ), neutral_7: ( red: 0.67058825, green: 0.67058825, blue: 0.67058825, alpha: 1.0, ), neutral_8: ( red: 0.7764706, green: 0.7764706, blue: 0.7764706, alpha: 1.0, ), neutral_9: ( red: 0.8862745, green: 0.8862745, blue: 0.8862745, alpha: 1.0, ), neutral_10: ( red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0, ), bright_green: ( red: 0.36862746, green: 0.85882354, blue: 0.54901963, alpha: 1.0, ), bright_red: ( red: 1.0, green: 0.627451, blue: 0.5647059, alpha: 1.0, ), bright_orange: ( red: 1.0, green: 0.6392157, blue: 0.49019608, alpha: 1.0, ), ext_warm_grey: ( red: 0.60784316, green: 0.5568628, blue: 0.5411765, alpha: 1.0, ), ext_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), ext_yellow: ( red: 0.99607843, green: 0.85882354, blue: 0.2509804, alpha: 1.0, ), ext_blue: ( red: 0.28235295, green: 0.7254902, blue: 0.78039217, alpha: 1.0, ), ext_purple: ( red: 0.8117647, green: 0.49019608, blue: 1.0, alpha: 1.0, ), ext_pink: ( red: 0.9764706, green: 0.22745098, blue: 0.5137255, alpha: 1.0, ), ext_indigo: ( red: 0.24313726, green: 0.53333336, blue: 1.0, alpha: 1.0, ), accent_blue: ( red: 0.3882353, green: 0.8156863, blue: 0.8745098, alpha: 1.0, ), accent_red: ( red: 0.99215686, green: 0.6313726, blue: 0.627451, alpha: 1.0, ), accent_green: ( red: 0.57254905, green: 0.8117647, blue: 0.6117647, alpha: 1.0, ), accent_warm_grey: ( red: 0.7921569, green: 0.7294118, blue: 0.7058824, alpha: 1.0, ), accent_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), accent_yellow: ( red: 0.96862745, green: 0.8784314, blue: 0.38431373, alpha: 1.0, ), accent_purple: ( red: 0.90588236, green: 0.6117647, blue: 0.99607843, alpha: 1.0, ), accent_pink: ( red: 1.0, green: 0.6117647, blue: 0.69411767, alpha: 1.0, ), accent_indigo: ( red: 0.6313726, green: 0.7529412, blue: 0.92156863, alpha: 1.0, ), )), spacing: ( space_none: 0, space_xxxs: 4, space_xxs: 8, space_xs: 12, space_s: 16, space_m: 24, space_l: 32, space_xl: 48, space_xxl: 64, space_xxxl: 128, ), corner_radii: ( radius_0: (0.0, 0.0, 0.0, 0.0), radius_xs: (2.0, 2.0, 2.0, 2.0), radius_s: (2.0, 2.0, 2.0, 2.0), radius_m: (2.0, 2.0, 2.0, 2.0), radius_l: (2.0, 2.0, 2.0, 2.0), radius_xl: (2.0, 2.0, 2.0, 2.0), ), neutral_tint: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, )), bg_color: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, alpha: 1.0, )), primary_container_bg: Some(( red: 0.19215687, green: 0.1882353, blue: 0.19215687, alpha: 1.0, )), secondary_container_bg: None, text_tint: Some(( red: 1.0, green: 0.9019608, blue: 0.7529412, )), accent: Some(( red: 1.0, green: 0.62352943, blue: 0.109803915, )), success: None, warning: None, destructive: None, is_frosted: false, gaps: (0, 12), active_hint: 6, window_hint: None, )

    0
    Factorio @lemmy.ml Psyhackological @lemmy.ml
    COSMIC Factorio Edition

    cross-posted from: https://lemmy.ml/post/19176020

    ! ! !

    Compressed using ImageMagick and oxipng as cosmic-screenshot produces huge sizes that Lemmy doesn't want to handle.

    Desktop

    Wallpaper

    Appearance (based on Factorio.com)

    • Dark: true
    • Accent color: #FF9F1C
    • Application or window background: #242324
    • Container background: #313031
    • Interface text tint: #FFE6C0
    • Control component tint: #242324
    • Use theme accent color as active window hint: true
    • Style: Square
    • Active window hint size: 6
    • Gaps around tiled windows: 12
    • Experimental settings > Apply this theme to GNOME apps: true

    Other configuration should be visible, just a matter of taste and Factorio UI.

    Factorio.ron

    282 lines

    ron ( palette: Dark(( name: "cosmic-dark", blue: ( red: 0.5803922, green: 0.92156863, blue: 0.92156863, alpha: 1.0, ), red: ( red: 1.0, green: 0.70980394, blue: 0.70980394, alpha: 1.0, ), green: ( red: 0.6745098, green: 0.96862745, blue: 0.8235294, alpha: 1.0, ), yellow: ( red: 1.0, green: 0.94509804, blue: 0.61960787, alpha: 1.0, ), gray_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), gray_2: ( red: 0.14901961, green: 0.14901961, blue: 0.14901961, alpha: 1.0, ), gray_3: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_0: ( red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0, ), neutral_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), neutral_2: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_3: ( red: 0.2784314, green: 0.2784314, blue: 0.2784314, alpha: 1.0, ), neutral_4: ( red: 0.36862746, green: 0.36862746, blue: 0.36862746, alpha: 1.0, ), neutral_5: ( red: 0.46666667, green: 0.46666667, blue: 0.46666667, alpha: 1.0, ), neutral_6: ( red: 0.5686275, green: 0.5686275, blue: 0.5686275, alpha: 1.0, ), neutral_7: ( red: 0.67058825, green: 0.67058825, blue: 0.67058825, alpha: 1.0, ), neutral_8: ( red: 0.7764706, green: 0.7764706, blue: 0.7764706, alpha: 1.0, ), neutral_9: ( red: 0.8862745, green: 0.8862745, blue: 0.8862745, alpha: 1.0, ), neutral_10: ( red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0, ), bright_green: ( red: 0.36862746, green: 0.85882354, blue: 0.54901963, alpha: 1.0, ), bright_red: ( red: 1.0, green: 0.627451, blue: 0.5647059, alpha: 1.0, ), bright_orange: ( red: 1.0, green: 0.6392157, blue: 0.49019608, alpha: 1.0, ), ext_warm_grey: ( red: 0.60784316, green: 0.5568628, blue: 0.5411765, alpha: 1.0, ), ext_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), ext_yellow: ( red: 0.99607843, green: 0.85882354, blue: 0.2509804, alpha: 1.0, ), ext_blue: ( red: 0.28235295, green: 0.7254902, blue: 0.78039217, alpha: 1.0, ), ext_purple: ( red: 0.8117647, green: 0.49019608, blue: 1.0, alpha: 1.0, ), ext_pink: ( red: 0.9764706, green: 0.22745098, blue: 0.5137255, alpha: 1.0, ), ext_indigo: ( red: 0.24313726, green: 0.53333336, blue: 1.0, alpha: 1.0, ), accent_blue: ( red: 0.3882353, green: 0.8156863, blue: 0.8745098, alpha: 1.0, ), accent_red: ( red: 0.99215686, green: 0.6313726, blue: 0.627451, alpha: 1.0, ), accent_green: ( red: 0.57254905, green: 0.8117647, blue: 0.6117647, alpha: 1.0, ), accent_warm_grey: ( red: 0.7921569, green: 0.7294118, blue: 0.7058824, alpha: 1.0, ), accent_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), accent_yellow: ( red: 0.96862745, green: 0.8784314, blue: 0.38431373, alpha: 1.0, ), accent_purple: ( red: 0.90588236, green: 0.6117647, blue: 0.99607843, alpha: 1.0, ), accent_pink: ( red: 1.0, green: 0.6117647, blue: 0.69411767, alpha: 1.0, ), accent_indigo: ( red: 0.6313726, green: 0.7529412, blue: 0.92156863, alpha: 1.0, ), )), spacing: ( space_none: 0, space_xxxs: 4, space_xxs: 8, space_xs: 12, space_s: 16, space_m: 24, space_l: 32, space_xl: 48, space_xxl: 64, space_xxxl: 128, ), corner_radii: ( radius_0: (0.0, 0.0, 0.0, 0.0), radius_xs: (2.0, 2.0, 2.0, 2.0), radius_s: (2.0, 2.0, 2.0, 2.0), radius_m: (2.0, 2.0, 2.0, 2.0), radius_l: (2.0, 2.0, 2.0, 2.0), radius_xl: (2.0, 2.0, 2.0, 2.0), ), neutral_tint: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, )), bg_color: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, alpha: 1.0, )), primary_container_bg: Some(( red: 0.19215687, green: 0.1882353, blue: 0.19215687, alpha: 1.0, )), secondary_container_bg: None, text_tint: Some(( red: 1.0, green: 0.9019608, blue: 0.7529412, )), accent: Some(( red: 1.0, green: 0.62352943, blue: 0.109803915, )), success: None, warning: None, destructive: None, is_frosted: false, gaps: (0, 12), active_hint: 6, window_hint: None, )

    0
    COSMIC Factorio Edition

    ! ! !

    Compressed using ImageMagick and oxipng as cosmic-screenshot produces huge sizes that Lemmy doesn't want to handle.

    Desktop

    Wallpaper

    Appearance (based on Factorio.com)

    • Dark: true
    • Accent color: #FF9F1C
    • Application or window background: #242324
    • Container background: #313031
    • Interface text tint: #FFE6C0
    • Control component tint: #242324
    • Use theme accent color as active window hint: true
    • Style: Square
    • Active window hint size: 6
    • Gaps around tiled windows: 12
    • Experimental settings > Apply this theme to GNOME apps: true

    Other configuration should be visible, just a matter of taste and Factorio UI.

    Factorio.ron

    282 lines

    ron ( palette: Dark(( name: "cosmic-dark", blue: ( red: 0.5803922, green: 0.92156863, blue: 0.92156863, alpha: 1.0, ), red: ( red: 1.0, green: 0.70980394, blue: 0.70980394, alpha: 1.0, ), green: ( red: 0.6745098, green: 0.96862745, blue: 0.8235294, alpha: 1.0, ), yellow: ( red: 1.0, green: 0.94509804, blue: 0.61960787, alpha: 1.0, ), gray_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), gray_2: ( red: 0.14901961, green: 0.14901961, blue: 0.14901961, alpha: 1.0, ), gray_3: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_0: ( red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0, ), neutral_1: ( red: 0.105882354, green: 0.105882354, blue: 0.105882354, alpha: 1.0, ), neutral_2: ( red: 0.1882353, green: 0.1882353, blue: 0.1882353, alpha: 1.0, ), neutral_3: ( red: 0.2784314, green: 0.2784314, blue: 0.2784314, alpha: 1.0, ), neutral_4: ( red: 0.36862746, green: 0.36862746, blue: 0.36862746, alpha: 1.0, ), neutral_5: ( red: 0.46666667, green: 0.46666667, blue: 0.46666667, alpha: 1.0, ), neutral_6: ( red: 0.5686275, green: 0.5686275, blue: 0.5686275, alpha: 1.0, ), neutral_7: ( red: 0.67058825, green: 0.67058825, blue: 0.67058825, alpha: 1.0, ), neutral_8: ( red: 0.7764706, green: 0.7764706, blue: 0.7764706, alpha: 1.0, ), neutral_9: ( red: 0.8862745, green: 0.8862745, blue: 0.8862745, alpha: 1.0, ), neutral_10: ( red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0, ), bright_green: ( red: 0.36862746, green: 0.85882354, blue: 0.54901963, alpha: 1.0, ), bright_red: ( red: 1.0, green: 0.627451, blue: 0.5647059, alpha: 1.0, ), bright_orange: ( red: 1.0, green: 0.6392157, blue: 0.49019608, alpha: 1.0, ), ext_warm_grey: ( red: 0.60784316, green: 0.5568628, blue: 0.5411765, alpha: 1.0, ), ext_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), ext_yellow: ( red: 0.99607843, green: 0.85882354, blue: 0.2509804, alpha: 1.0, ), ext_blue: ( red: 0.28235295, green: 0.7254902, blue: 0.78039217, alpha: 1.0, ), ext_purple: ( red: 0.8117647, green: 0.49019608, blue: 1.0, alpha: 1.0, ), ext_pink: ( red: 0.9764706, green: 0.22745098, blue: 0.5137255, alpha: 1.0, ), ext_indigo: ( red: 0.24313726, green: 0.53333336, blue: 1.0, alpha: 1.0, ), accent_blue: ( red: 0.3882353, green: 0.8156863, blue: 0.8745098, alpha: 1.0, ), accent_red: ( red: 0.99215686, green: 0.6313726, blue: 0.627451, alpha: 1.0, ), accent_green: ( red: 0.57254905, green: 0.8117647, blue: 0.6117647, alpha: 1.0, ), accent_warm_grey: ( red: 0.7921569, green: 0.7294118, blue: 0.7058824, alpha: 1.0, ), accent_orange: ( red: 1.0, green: 0.6784314, blue: 0.0, alpha: 1.0, ), accent_yellow: ( red: 0.96862745, green: 0.8784314, blue: 0.38431373, alpha: 1.0, ), accent_purple: ( red: 0.90588236, green: 0.6117647, blue: 0.99607843, alpha: 1.0, ), accent_pink: ( red: 1.0, green: 0.6117647, blue: 0.69411767, alpha: 1.0, ), accent_indigo: ( red: 0.6313726, green: 0.7529412, blue: 0.92156863, alpha: 1.0, ), )), spacing: ( space_none: 0, space_xxxs: 4, space_xxs: 8, space_xs: 12, space_s: 16, space_m: 24, space_l: 32, space_xl: 48, space_xxl: 64, space_xxxl: 128, ), corner_radii: ( radius_0: (0.0, 0.0, 0.0, 0.0), radius_xs: (2.0, 2.0, 2.0, 2.0), radius_s: (2.0, 2.0, 2.0, 2.0), radius_m: (2.0, 2.0, 2.0, 2.0), radius_l: (2.0, 2.0, 2.0, 2.0), radius_xl: (2.0, 2.0, 2.0, 2.0), ), neutral_tint: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, )), bg_color: Some(( red: 0.14117648, green: 0.13725491, blue: 0.14117648, alpha: 1.0, )), primary_container_bg: Some(( red: 0.19215687, green: 0.1882353, blue: 0.19215687, alpha: 1.0, )), secondary_container_bg: None, text_tint: Some(( red: 1.0, green: 0.9019608, blue: 0.7529412, )), accent: Some(( red: 1.0, green: 0.62352943, blue: 0.109803915, )), success: None, warning: None, destructive: None, is_frosted: false, gaps: (0, 12), active_hint: 6, window_hint: None, )

    0
    How have you automated configuring your machines in terms of packages and dotfiles so it works cross-distro?

    I'm looking for interesting tools to automate managing packaging and configuring everything automated.

    And yeah I know about NixOS but I like to distro hop and experiment so I for now know these:

    • Ansible - automating many machines, using different package names as vars and package managers.
    • Bash - the most native and compatible scripting language that can be.
    • Chezmoi - for dotfiles.

    For now that's it. I'm looking forward for your suggestions!

    49
    What file systems are you using on your devices and why?

    I want to learn more about file systems from the practical point of view so I know what to expect, how to approach them and what experience positive or negative you had / have.

    I found this wikipedia's comparison but I want your hands-on views.

    For now my mental list is

    • NTFS - for some reason TVs on USB love these and also Windows + Linux can read and write this
    • Ext4 - solid fs with journaling but Linux specific
    • Btrfs - some modern fs with snapshot capability, Linux specific
    • xfs - servers really like these as they are performant, Linux specific
    • FAT32 - limited but recognizable everywhere
    • exFAT - like FAT32 but less recognizable and less limited
    255
    What is the most neatest Open Source smartwatch?
    gadgetbridge.org Home

    A free and open source Android application for bluetooth devices.

    Home

    I'm looking for any suggestions for smartwatch that it similar like Google Pixel Phones with GrapheneOS. Is there such a thing?

    74
    deGoogle @discuss.tchncs.de Psyhackological @lemmy.ml
    What Are the Best Ideas for Using LineageOS with Root and microG?
    github.com GitHub - topjohnwu/Magisk: The Magic Mask for Android

    The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.

    GitHub - topjohnwu/Magisk: The Magic Mask for Android

    cross-posted from: https://lemmy.ml/post/17202620

    I have OnePlus 7 Pro that I successfully flashed with LineageOS 21 with MicroG. Do you have some interesting apps or ideas to take advantage of it? I thought of some Magisk modules. Maybe someone is more experience than me! This is the spare smartphone, the main one is GrapheneOS, so I don't mind breaking stuff.

    0
    Privacy on Android @lemmy.ml Psyhackological @lemmy.ml
    What Are the Best Ideas for Using LineageOS with Root and microG?
    github.com GitHub - topjohnwu/Magisk: The Magic Mask for Android

    The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.

    GitHub - topjohnwu/Magisk: The Magic Mask for Android

    cross-posted from: https://lemmy.ml/post/17202620

    > I have OnePlus 7 Pro that I successfully flashed with LineageOS 21 with MicroG. > Do you have some interesting apps or ideas to take advantage of it? I thought of some Magisk modules. Maybe someone is more experience than me! This is the spare smartphone, the main one is GrapheneOS, so I don't mind breaking stuff.

    0
    What Are the Best Ideas for Using LineageOS with Root and microG?
    github.com GitHub - topjohnwu/Magisk: The Magic Mask for Android

    The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.

    GitHub - topjohnwu/Magisk: The Magic Mask for Android

    I have OnePlus 7 Pro that I successfully flashed with LineageOS 21 with MicroG. Do you have some interesting apps or ideas to take advantage of it? I thought of some Magisk modules. Maybe someone is more experience than me! This is the spare smartphone, the main one is GrapheneOS, so I don't mind breaking stuff.

    25
    What is your favourite game with native Linux port?

    For me, it's Factorio. > a game in which you build and maintain factories.

    It even has Wayland support!

    (Version 1.1.77» Fri Mar 03, 2023 3:44 pm) > #### Graphics > - Added support for Wayland on Linux. To enable it, set SDL_VIDEODRIVER=wayland in your environment. (thanks to raiguard)

    What's yours?

    EDIT: Great Linux ports* not like some forced ports that barely work or don't.

    226
    Do you have your favorite Linux restoring / data craving tools for Linux?

    I found these: Scalpel - but no longer maintaned. PhotoRec - but I don't know how well it works with Btrfs.

    Maybe you have something better.

    17
    Awesome Android Apps - my curated list of ~250 apps
    github.com GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy! - Psyhackological/AAA

    GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    Awesome Android Apps

    AAA

    Hi all,

    for 2 years, sporadically, I've been adding awesome FOSS apps with the following:

    Rules

    • Open Sourced
    • Free of charge (on F-Droid and source code repository releases)
    • Free as in Freedom
    • Ad-free
    • Installed and tested by me or by contributor
    • Privacy-friendly aware
    • Easy to use
    • Still in development or polished experience
    • Does not lack features compared to proprietary app
    • Does not need an account (the only exceptions are self-hosted) apps)
    • Has dark theme

    ...tested by my and then later by contributors. I think many of you will appreciate this simple README.md repo, and I would love some help with it.

    🏔️ Codeberg version

    I hope you will find it useful! 🤩

    64
    Awesome Android Apps - my curated list of ~250 apps
    github.com GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy! - Psyhackological/AAA

    GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    Awesome Android Apps

    AAA

    Hi all,

    for 2 years, sporadically, I've been adding awesome FOSS apps with the following:

    Rules

    • Open Sourced
    • Free of charge (on F-Droid and source code repository releases)
    • Free as in Freedom
    • Ad-free
    • Installed and tested by me or by contributor
    • Privacy-friendly aware
    • Easy to use
    • Still in development or polished experience
    • Does not lack features compared to proprietary app
    • Does not need an account (the only exceptions are self-hosted) apps)
    • Has dark theme

    ...tested by my and then later by contributors. I think many of you will appreciate this simple README.md repo, and I would love some help with it.

    🏔️ Codeberg version

    I hope you will find it useful! 🤩

    67
    Psyhackological Psyhackological @lemmy.ml
    Posts 21
    Comments 335