Psyhackological

joined 9 months ago
[–] Psyhackological@lemmy.ml 2 points 1 month ago

Enshititifaction.

[–] Psyhackological@lemmy.ml 2 points 1 month ago (2 children)

What do they gain from this shitty policy?

[–] Psyhackological@lemmy.ml 15 points 1 month ago* (last edited 1 month ago) (4 children)

I remember being "sorry" for doing so to Helldivers 2 🤣

[–] Psyhackological@lemmy.ml 2 points 1 month ago

Have you automated creation?

[–] Psyhackological@lemmy.ml 6 points 2 months ago

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

[–] Psyhackological@lemmy.ml 1 points 2 months ago

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

[–] Psyhackological@lemmy.ml 3 points 2 months ago* (last edited 2 months ago) (1 children)

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.

[–] Psyhackological@lemmy.ml 2 points 2 months ago* (last edited 2 months ago)

Hahaha true 😆

But the scale is too small for now. :/

[–] Psyhackological@lemmy.ml 6 points 2 months ago

So reading all of your responses

  • Tested and preinstalled hardware
  • One resource to solve the issue not many
  • Customizablity when needed
  • Easy rollback when something breaks
  • Changing people mindset that Linux isn't for desktops

Does anyone have more?

view more: ‹ prev next ›