• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • I was on System 76 for two laptops. The most recent one, a Lemur, started to fall apart: the plastic hinge just started coming off in chunks, and the clamshell began to split. Customer service was terrible: they tried to get me to agree to charges without explaining what they were going to charge me for. When I pressed them (which took repeated emails) they finally admitted they wanted to send me a part for me to do a replacement without any instructions, and which they advised people not to do. Very scammy vibes. I picked up a Framework instead and have been really enjoying it, though I can’t really speak to the gaming portion I’m afraid. I’d just say avoid System 76.











  • The tl;dr from the article (which is actually worth a read):

    The very short version: Unix PIDs do start at 0! PID 0 just isn’t shown to userspace through traditional APIs. PID 0 starts the kernel, then retires to a quiet life of helping a bit with process scheduling and power management. Also the entire web is mostly wrong about PID 0, because of one sentence on Wikipedia from 16 years ago.




  • If XSS is your concern, check out Firefox’s Container Tabs. They allow you to set up tab groups that restrict access to cookies to only tabs in that group, so you can just, eg, set up a group for your bank and restrict it to just your bank’s site. Your session cookie etc are then not available to any other tab groups.

    I pair that with the Temporary Containers extension, so any random tab I open is in its own container. Everything is always separate.