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
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.
Hahaha true 😆
But the scale is too small for now. :/
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?
- 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.
I've also seen creating there deployment or configuration stack of your choice.
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.
Maybe we are too used to Linux working on anything but with some imperfection.
And yet it again leads to oficial supported hardware.
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.
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.
Android 15*