Psyhackological

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

Really? It seemed stressful from the gameplays.

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

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.

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

Android 15*

[–] Psyhackological@lemmy.ml -1 points 9 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 10 months ago* (last edited 10 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 10 months ago* (last edited 10 months ago)

Hahaha true 😆

But the scale is too small for now. :/

[–] Psyhackological@lemmy.ml 1 points 10 months ago
[–] Psyhackological@lemmy.ml 6 points 10 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 10 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 10 months ago

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

[–] Psyhackological@lemmy.ml 5 points 10 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 10 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.

view more: ‹ prev next ›