Earlier quoted context omitted.
On GrapheneOS, restarting also brings the device to a BFU state, which makes it loads harder for an adversary with physical access to unlock it.
yep, and this is the case for both major mobile operating systems fun thing is that graphene had the feature to automatically reboot on a timer after inactivity for a while, but now ios also ships it :D
Have you restarted your computer this week?
141–150 of 411 posts
Re: Have you restarted your computer this week?
#142Re: Have you restarted your computer this week?
#143I don't have any data to prove it but I think Mac users don't bother "cleaning up" after they are done with their computers. I think windows and Linux users usually shut down their laptops when they are done. I believe this is because of how Mac is designed, nothing really closes. You close an app and it's just "minimized". Same behavior as with the lid, you close the lid and it suspends. If I recall correctly, at so…
Some of this seems to be getting worse with the move to wayland. There is no design concept like windows D3D device reset or lost device, or display timeout/recovery, so drivers are apparently charged with perfectly remembering all the state that compositors create, through all the sleep states, with predictably bad results.
Re: Have you restarted your computer this week?
#144Earlier quoted context omitted.
A slightly more fun version: 0 0 * * * sleep $((RANDOM % 86400)) && /usr/sbin/shutdown -r +5 "Rebooting in 5 minutes. Run 'shutdown -c' to cancel"
Some would say "Chaotic evil". Some would say "Always be prepared!!"
12 22 * * * kill 21342Re: Have you restarted your computer this week?
#145FreeBSD is my daily driver and I only reboot for major upgrades (which is required). I never power off cause I work on it, off and on, throughout the day and night (for my own company).
Just recently bought a new NVme so I had to reformat, but went 80+ days without a reboot.
Re: Have you restarted your computer this week?
#146Rebooting desktops or laptops is ok, rebooting your servers is an anxiety induced task, rebooting your archos linux, well, be prepared to spend an hour troubleshooting afterwards.
Re: Have you restarted your computer this week?
#147Re: Have you restarted your computer this week?
#148I also need to restart my iPhone or my airpods will refuse to connect.
I preferred the days where I would restart after 6 months, just because it felt right.
Re: Have you restarted your computer this week?
#149Earlier quoted context omitted.
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.
That's a perfectly acceptable practice for apps that only ever have one window. For document-based apps or apps that have multiple windows, usually the convention on Mac is for closing the last window to not also quit the app. But of course there are exceptions in both directions, it's not a hard and fast rule.