Earlier quoted context omitted.
That is not true, when you close apps on macOS the process(es) really are finished, just like on Windows or Linux.
I think they think of "closing an app" as closing its windows, which on Mac does not always "Quit" the app.
Have you restarted your computer this week?
111–120 of 411 posts
Re: Have you restarted your computer this week?
#112No I power it off first and then I start it up again
Found it: "By default, Windows computers use a "Fast Startup" feature when you click Shut Down." It actually performs a sort of hibernate, saving state data of the system (but not necessarily of all running programs - that's another setting). Restart clears those state registers and begins a new, fresh Windows session.
So, ideally: Perform a Restart, not Shut Down, at the end of your day.
Re: Have you restarted your computer this week?
#113Re: Have you restarted your computer this week?
#114There are enough crappy win32 applications that you probably should restart Windows PCs nightly.
Re: Have you restarted your computer this week?
#115This is actually useful for smartphones. Sometimes smartphone malware is capable of infecting a device but not persisting, so reboots clean it back up. At least if you trust the NSA's advice: https://s3.documentcloud.org/documents/21018353/nsa-mobile-d...
Re: Have you restarted your computer this week?
#116I have a cron job which restarts my computer every day (Linux Mint Debian edition). I like waking up to a "fresh" computer, and since I know that it will restart every day - this is a "forcing function" to (1) be diligent about saving things that are important, (2) treating browser tabs, random notes, etc as ephemeral, and bookmarking the important stuff. I used to work at an office where we pair-programmed with clie…
0 0 * * * sleep $((RANDOM % 86400)) && /usr/sbin/shutdown -r +5 "Rebooting in 5 minutes. Run 'shutdown -c' to cancel"Re: Have you restarted your computer this week?
#117This is actually useful for smartphones. Sometimes smartphone malware is capable of infecting a device but not persisting, so reboots clean it back up. At least if you trust the NSA's advice: https://s3.documentcloud.org/documents/21018353/nsa-mobile-d...
Re: Have you restarted your computer this week?
#118Earlier quoted context omitted.
I think they think of "closing an app" as closing its windows, which on Mac does not always "Quit" the app.
Right, I see. That is the traditional behaviour but there’s lots of apps that don’t do that, and closing the last window does also quit the app.
Re: Have you restarted your computer this week?
#119Not sure how much is that quality of dev went down vs quantity of threats went up.
Re: Have you restarted your computer this week?
#120it feels bad in some sense but I don't like my environment being interrupted!