• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle



  • Do you think we could ever have that future?

    That’s interesting, but personally, I don’t see a lot of point. I’m totally willing to learn about other people’s workflows and use cases though. I just have a hard time envisioning a need for two pointers at once other than edge cases like resizing lots of windows or something. Maybe 3d modeling, for better moving/rotating control?

    In most cases, it seems like the way to get more efficient is to stop using the mouse and fire up a terminal. If you just want more buttons on your mouse so you can have a full keyboard, maybe try the Azeron Cyro? I haven’t used it personally, though I do use their Cyborg for games.





  • boatswain@infosec.pubtoLinux@lemmy.mlWhat is PID 0?
    link
    fedilink
    arrow-up
    22
    ·
    5 months ago

    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.



  • Interesting; it reminds me a little of an addon from maybe a dozen years ago that would do the same kind of thing but with fiction. So you’d be reading a post on Slashdot or whatever, and the addon would find a sequence of words that matched the start of one of the stories it had, and it would add a few words of that story. If you noticed, you could click on them to get more of the story, and if you kept clicking it would eventually replace the text of the whole page with the story. It was a really neat way of just stumbling across fiction. Wish I could remember the name of the addon. For some reason I think it was Australian, maybe put together by a university or an arts council or something?



  • 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.