β² 515 βΌ LOL (anarchist.nexus) submitted 11 months ago by omniman@anarchist.nexus to c/linuxmemes@lemmy.world 104 comments fedilink hide all child comments
[β] z3rOR0ne@lemmy.ml 49 points 11 months ago (2 children) permalink fedilink source hideshow 4 child comments replies: [β] NeatNit@discuss.tchncs.de 94 points 11 months ago (1 child) This is just not true. Linux does have a graceful process. Windows's process is not graceful permalink fedilink source parent hideshow 2 child comments replies: [β] drcobaltjedi@programming.dev 64 points 11 months ago (4 children) Yeah and in linux when you say "kill this process" that process fucking dies. No 10 minutes of windows trying to negotiating with a crashed program to close. No I'm not angry about this happening to me at work today, why do you ask? permalink fedilink source parent hideshow 8 child comments replies: [β] bjoern_tantau@swg-empire.de 19 points 11 months ago Both Windows and Linux have ways to gracefully ask a program to close and to force close it. Not being able to select the correct one on either system is a skill issue. permalink fedilink source parent [β] Matriks404@lemmy.world 12 points 11 months ago* I am not sure how Windows handles processes, but on Linux you have different signals. SIGKILL (9) generally kills the process immediately, but there are other signals like SIGTERM (the default signal, 1) which asks process to gracefully quit, and many others. If you want to know more, check the signal(7) man page or this Wikipedia page. permalink fedilink source parent [β] Jankatarch@lemmy.world 11 points 11 months ago* (1 child) And when chrome freezes rest of the desktop goes gray and everyrhing else freezes too including the task manager. permalink fedilink source parent hideshow 2 child comments replies: [β] muhyb@programming.dev 26 points 11 months ago (1 child) permalink fedilink source parent hideshow 2 child comments replies: [β] Gradually_Adjusting@lemmy.world 3 points 11 months ago Fuck me that's ugly. permalink fedilink source parent [β] jim3692@discuss.online 5 points 11 months ago I had such an issue with Teams on Mac the other day. It had a phone call stuck running in the background, so I tried to Quit the app. The Quit Teams option just turned gray, and the laptop even refused to reboot. permalink fedilink source parent [β] Pssk@lemmy.ml 23 points 11 months ago (1 child) https://en.m.wikipedia.org/wiki/Crash-only_software permalink fedilink source parent hideshow 2 child comments replies: [β] Ludrol@szmer.info 19 points 11 months ago (2 children) I am one of lucky 10 000 Thanks permalink fedilink source parent hideshow 4 child comments replies: [β] int32@lemmy.dbzer0.com 8 points 11 months ago same here! permalink fedilink source parent [β] EponymousBosh@awful.systems 5 points 11 months ago Same permalink fedilink source parent
[β] NeatNit@discuss.tchncs.de 94 points 11 months ago (1 child) This is just not true. Linux does have a graceful process. Windows's process is not graceful permalink fedilink source parent hideshow 2 child comments replies: [β] drcobaltjedi@programming.dev 64 points 11 months ago (4 children) Yeah and in linux when you say "kill this process" that process fucking dies. No 10 minutes of windows trying to negotiating with a crashed program to close. No I'm not angry about this happening to me at work today, why do you ask? permalink fedilink source parent hideshow 8 child comments replies: [β] bjoern_tantau@swg-empire.de 19 points 11 months ago Both Windows and Linux have ways to gracefully ask a program to close and to force close it. Not being able to select the correct one on either system is a skill issue. permalink fedilink source parent [β] Matriks404@lemmy.world 12 points 11 months ago* I am not sure how Windows handles processes, but on Linux you have different signals. SIGKILL (9) generally kills the process immediately, but there are other signals like SIGTERM (the default signal, 1) which asks process to gracefully quit, and many others. If you want to know more, check the signal(7) man page or this Wikipedia page. permalink fedilink source parent [β] Jankatarch@lemmy.world 11 points 11 months ago* (1 child) And when chrome freezes rest of the desktop goes gray and everyrhing else freezes too including the task manager. permalink fedilink source parent hideshow 2 child comments replies: [β] muhyb@programming.dev 26 points 11 months ago (1 child) permalink fedilink source parent hideshow 2 child comments replies: [β] Gradually_Adjusting@lemmy.world 3 points 11 months ago Fuck me that's ugly. permalink fedilink source parent [β] jim3692@discuss.online 5 points 11 months ago I had such an issue with Teams on Mac the other day. It had a phone call stuck running in the background, so I tried to Quit the app. The Quit Teams option just turned gray, and the laptop even refused to reboot. permalink fedilink source parent
[β] drcobaltjedi@programming.dev 64 points 11 months ago (4 children) Yeah and in linux when you say "kill this process" that process fucking dies. No 10 minutes of windows trying to negotiating with a crashed program to close. No I'm not angry about this happening to me at work today, why do you ask? permalink fedilink source parent hideshow 8 child comments replies: [β] bjoern_tantau@swg-empire.de 19 points 11 months ago Both Windows and Linux have ways to gracefully ask a program to close and to force close it. Not being able to select the correct one on either system is a skill issue. permalink fedilink source parent [β] Matriks404@lemmy.world 12 points 11 months ago* I am not sure how Windows handles processes, but on Linux you have different signals. SIGKILL (9) generally kills the process immediately, but there are other signals like SIGTERM (the default signal, 1) which asks process to gracefully quit, and many others. If you want to know more, check the signal(7) man page or this Wikipedia page. permalink fedilink source parent [β] Jankatarch@lemmy.world 11 points 11 months ago* (1 child) And when chrome freezes rest of the desktop goes gray and everyrhing else freezes too including the task manager. permalink fedilink source parent hideshow 2 child comments replies: [β] muhyb@programming.dev 26 points 11 months ago (1 child) permalink fedilink source parent hideshow 2 child comments replies: [β] Gradually_Adjusting@lemmy.world 3 points 11 months ago Fuck me that's ugly. permalink fedilink source parent [β] jim3692@discuss.online 5 points 11 months ago I had such an issue with Teams on Mac the other day. It had a phone call stuck running in the background, so I tried to Quit the app. The Quit Teams option just turned gray, and the laptop even refused to reboot. permalink fedilink source parent
[β] bjoern_tantau@swg-empire.de 19 points 11 months ago Both Windows and Linux have ways to gracefully ask a program to close and to force close it. Not being able to select the correct one on either system is a skill issue. permalink fedilink source parent
[β] Matriks404@lemmy.world 12 points 11 months ago* I am not sure how Windows handles processes, but on Linux you have different signals. SIGKILL (9) generally kills the process immediately, but there are other signals like SIGTERM (the default signal, 1) which asks process to gracefully quit, and many others. If you want to know more, check the signal(7) man page or this Wikipedia page. permalink fedilink source parent
[β] Jankatarch@lemmy.world 11 points 11 months ago* (1 child) And when chrome freezes rest of the desktop goes gray and everyrhing else freezes too including the task manager. permalink fedilink source parent hideshow 2 child comments replies: [β] muhyb@programming.dev 26 points 11 months ago (1 child) permalink fedilink source parent hideshow 2 child comments replies: [β] Gradually_Adjusting@lemmy.world 3 points 11 months ago Fuck me that's ugly. permalink fedilink source parent
[β] muhyb@programming.dev 26 points 11 months ago (1 child) permalink fedilink source parent hideshow 2 child comments replies: [β] Gradually_Adjusting@lemmy.world 3 points 11 months ago Fuck me that's ugly. permalink fedilink source parent
[β] Gradually_Adjusting@lemmy.world 3 points 11 months ago Fuck me that's ugly. permalink fedilink source parent
[β] jim3692@discuss.online 5 points 11 months ago I had such an issue with Teams on Mac the other day. It had a phone call stuck running in the background, so I tried to Quit the app. The Quit Teams option just turned gray, and the laptop even refused to reboot. permalink fedilink source parent
[β] Pssk@lemmy.ml 23 points 11 months ago (1 child) https://en.m.wikipedia.org/wiki/Crash-only_software permalink fedilink source parent hideshow 2 child comments replies: [β] Ludrol@szmer.info 19 points 11 months ago (2 children) I am one of lucky 10 000 Thanks permalink fedilink source parent hideshow 4 child comments replies: [β] int32@lemmy.dbzer0.com 8 points 11 months ago same here! permalink fedilink source parent [β] EponymousBosh@awful.systems 5 points 11 months ago Same permalink fedilink source parent
[β] Ludrol@szmer.info 19 points 11 months ago (2 children) I am one of lucky 10 000 Thanks permalink fedilink source parent hideshow 4 child comments replies: [β] int32@lemmy.dbzer0.com 8 points 11 months ago same here! permalink fedilink source parent [β] EponymousBosh@awful.systems 5 points 11 months ago Same permalink fedilink source parent