Psyhackological

joined 9 months ago
[–] Psyhackological@lemmy.ml 6 points 2 months ago (1 children)

Android 15*

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

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

[–] 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?

[–] Psyhackological@lemmy.ml 41 points 2 months ago (1 children)
  • Feeling clean
  • Not being exploited
  • Minimalism
  • Less power drain
  • Less data sent
  • Freedom
  • Everything works better and faster
  • I hate spying because they can
  • To be honest also because most people don't care

The only con is convenience.

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

I've also seen creating there deployment or configuration stack of your choice.

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

Yeah exactly.

But what about casual usage like office? The option to choose OS preinstalled on the laptops or desktop would be beneficial.

But Microsoft holds its monopolistic grip.

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

Maybe we are too used to Linux working on anything but with some imperfection.

And yet it again leads to oficial supported hardware.

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

They are getting closer to this but also I think those projects emerged from being old and unorganized so they want to do it decently.

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

Yes, but also companies say that Linux support is not worth it (gaining money and spending on the support) compared to - slapping barely working Windows port and call it a day.

For now Linux support is more like pleasant surprise than a official respected thing.

view more: ‹ prev next ›