

That is helpful, thank you! I will look into the master server option. I can spin up Docker containers on the NAS.


That is helpful, thank you! I will look into the master server option. I can spin up Docker containers on the NAS.


I also use KeepassXC, and it’s great. I’m interested in setting up Syncthing between my Android, Linux desktop, and NAS. Do you have any tips or articles/resources that you used to set it up?


Yeah my first thought too was this is just a way to introduce voter id under the pretext of national security. It will create chaos, give plausible deniability for throwing out votes, sow doubt and fear, and prevent poor people from registering to vote. Business as usual, in other words.
My employer leases our computers for 3-5 years. I get a new model when my lease runs out. I don’t really mind the guaranteed refresh except having to move all my stuff over. I would be way more pissed if they moved to BYOD.
Very insightful, thank you. I’m mainly looking to deter or stop an intruder. I’m too old and weak to put up a close combat fight. My area is pretty safe for now, but we’re in deep red territory so who knows.
Your advice jibes with what I’ve read online and been told by other experienced gun owners/ex military. Thank you for the straight forward recommendation.


I love it, but it does not work for everyone
I have my own separate office in my basement with plenty of privacy. I stick to a normal work schedule. And perhaps often overlooked: my team is all remote as well.
The last point is important: if your team is both on and off site, it can be difficult to make sure everyone is included in all the casual information sharing. My team uses a shared Teams chat as a low friction water cooler, which works great for us.
We often jump on a voice call with screen sharing too work together. It works even better than in person because we can both have our own computers instead of one person looking over the other person’s shoulder.
If you have a good manager, they may be able to mitigate this, but it’s more difficult than it sounds. If not handled correctly, this can lead to team segmentation and isolation. Working hybrid can sometimes get around this while still being flexible enough that people can wfh when they need to. For any business it needs to be the decision of the direct managers so they can decide what is right for their team.
That all said, I love not having the 1.5hr commute anymore, no walk-in interruptions, being able to run errands or go to appointments without taking the whole day off etc. It’s a major part of my job satisfaction.
If your commute is reasonable and you get satisfaction from going to the office then maybe you’re happier on site or hybrid. Full time wfh can be lonely at times.
If you hate going in to the office, make sure your environment at home is set up so you can focus and work as effectively as at the office and give it a shot. Talk to your manager. You may need to convince them it’s a good idea first.
As someone who doesn’t know much about guns: if .22 is not enough, then what is “a proper rifle”? Why would I need a rifle, pistol, and a knife/baton? If I am just defending myself and my family, will I still need all of these things?
Thank you! So many people don’t realize that. It’s even one of the citizenship test questions used when you go through naturalization:
I see. My concern was with security scanning tools often put on computers by enterprise IT departments but it sounds like that’s not the case here.
In your situation, assuming you’re not finding what you seek with journalctl, I think I would use a tool like vmstat or sar to collect periodic snapshots of CPU, memory, and io. You can tell it to collect data every X seconds and tee that to a file. After you reboot you can see what happened leading up to the crash. You should be able to import the data into a spreadsheet or something for analysis, but it’s not very intuitive and you’ll need to consult man pages for the options and how to interpret them.
There are a lot of good suggestions in this thread. I would lean towards a hardware or driver issue, maybe bad RAM. Unfortunately these things take a lot of trial and error to figure out.
It may not be the raw RAM usage.
My first suspect is the Windows VM especially if it’s running enterprise security software 4GB is probably not enough for modem Windows and it could be trying to use its page file, thrashing your disk in the process.
Are you able to collect some data from system monitor on paging and disk activity? That could help you narrow it down. You can use btop for a quick terminal option if your gui is non responsive (assuming your could switch to a console). Vmstat is another option that you can run in the background to collect stats over time, but it’s not user friendly.


I remember the rivalry and how, in the beginning of the 90s, I made good friends with a guy from the “other side” (Him with Atari, me with Amiga) and quickly found we had more in common than we had differences.
Declaring a common enemy in the PC, we both watched our favorite platforms slowly die off with the advent of games like Doom that those old platforms were not equipped to handle.
Most of all I miss the demo scene and all the creativity it fostered. There doesn’t seem to be a modern equivalent for PC where programmers, musicians and artists come together to showcase their work like that. I hope I’m wrong and just haven’t found it yet. I would love to see that be a thing again, especially with AI slop taking over everything.
This is what source maps are for. With the right tools you can debug the original source instead of the minified version.
Old and tired: use the release year in your product version.
New and exciting: increment all your past product versions as they age!
Your users will love it!