Earlier quoted context omitted.
Yeah.. that’s a bit where the shoe pinches. We could just grab a book and lean back - but being 0.017% (!) of the total global workforce (we’re ~70) we’d easily be seen as insignificant if we continuously don’t meet our targets. So we’re a bit stuck between a rock and a hard place. Do we keep rolling our rock up the hill and keep going, or risk it rolling over us and squooshing us into oblivion? At this point, I’m re…
> I enjoy my job a lot I'll be real with you, I wouldn't make a throwaway account to talk about a bad company policy if I enjoyed my job. I'd recommend looking for another, the job market is nowhere near as bad as people claim (at least for non-junior positions).
Have you restarted your computer this week?
361–370 of 411 posts
Re: Have you restarted your computer this week?
#362Earlier quoted context omitted.
Yes, so are the hardware components. Current machine has been running since 2014. SMART stats on the SSD shows 100,586 powered on hours which is 4,191 days.
Have you also measured TBW on your SSD?
The drive might be too old to report back TBW. It's a Crucial 256 GB SATA 3.1 SSD.
It has LBAs written which is 138292009426. The sector size is 512 bytes.
I think you can calculate TBW from that?
(138292009426 * 512) / 1000000000000 = ~70.8 TB written?
Re: Have you restarted your computer this week?
#363Earlier quoted context omitted.
Thankfully there's livepatching (e.g. https://ubuntu.com/security/livepatch )
6.19 added a new Live Update Orchestrator, which allows significantly more of the system to be retained while doing a kexec / Kernel Handover like transisiton to a new kernel too. https://www.phoronix.com/news/Linux-6.19-Live-Update-LUO https://lwn.net/Articles/1033364/ Systemd added support in recent 2.61. Theres also now ways to have user stores, that survive across switches. https://www.phoronix.com/news/systemd-2…
https://github.com/systemd/systemd/releases/tag/v254
Soft rebooting was even more exciting for me, but I wasn't able to get it to work on my bluebuild based system (customized universal blue). I haven't tried it in a while though.
Re: Have you restarted your computer this week?
#364Earlier 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
Re: Have you restarted your computer this week?
#3651. Some tools take time to get setup in the way that they were originally setup. I mentally want everything to remain where I left it. I'm usually working on 5+ projects at a time, it's already enough mental tax to have to context switch, let alone to have to go find all the resources I need to be productive again.
2. I'm forced to use Ubuntu, and it is constantly updating stuff and making it crash. Every time I reboot it's a gamble as to whether something I previously used works again properly. Maybe 1 in 100 boots, the entire system doesn't come back properly.
Re: Have you restarted your computer this week?
#366Re: Have you restarted your computer this week?
#367My work machine (windows) has an uptime of 18 days. But I hibernate it daily. Hibernate in windows os is wonderful thing. Sadly Apple doesn't have something similar. My apple machine (Mac Studio) shuts down everyday. Since it doesn't have hibernation feature.
Re: Have you restarted your computer this week?
#368Earlier quoted context omitted.
> It is their resposibility to figure this out. You're responsible for your own career. During the next calibration call, your manager can't be like, "well he spent 8 hours each week resetting up his machine after a reboot, so we need to give him credit for that too." Your job is to deliver impact, not fight system configurations.
If your boss is not able to back you up for something like this, it's time to change job.
Re: Have you restarted your computer this week?
#369I.. I cannot restart my computer. Why? I work at a smallish agency as a developer. A few years ago we were acquired by a massive global corporation as part of the typical vertical integration strategy these big boys usually run with. Anyway, that’s all dandy as we otherwise would have perished during Covid. But this parent company, as many others, have some rather stringent security policies when it comes to IT. They…
One guy I was working with was working on an AWS project. He couldn't access part of the AWS console because it was prohibited by ZScaler... Open a ticket, wait...
Re: Have you restarted your computer this week?
#370I remember when Linux users were practically obsessive about uptime and restarting felt like a sign of failure. This was at a time when Windows seemingly needed to restart once or twice a day, at least. These days I like to turn my work Mac off at the end of the week just so I feel a literal sense of closure. It's not really the applications minimizing and running in the background; it's ME.
> I remember when Linux users were practically obsessive about uptime and restarting felt like a sign of failure I remember it too, like it was yesterday. Wait - it was yesterday. I see people rebooting Linux boxes to cargo cult trying to fix all kinds of issues and I’m like - rebooting is not a solution. This is not Microsoft Windows.
To be honest, I would recommend doing that from time to time even on linux boxes. Not because the system becomes unstable, just to check if all your services come up as expected. For the case that you really do need to do a reboot at some point.