Definitely Not GustavoM. :^)

  • 55 Posts
  • 674 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle



  • Well, then – how about making the NPU process zram workloads (only)? I’d even ask “how about making it behave like a GPU instead of a NPU” but eh, I don’t think it’d top or even have a similar performance than… any GPU available in the market?

    why you would want to do that.

    Because apparently everyone and their mother wants to stick a NPU on every PC, and I’m not planning on using AI ever, so… why not give it another purpose instead of letting it collect dust?

    -EDIT- Oh, how about making the NPU behave like a CPU but it (only) process “low-process-demanding” applications like video editors, window managers, etc? If anything, freeing up a few extra %'s might be a good idea for a few PCs.









  • A separate /home partition means you can set $ROOTFS as read-only (and /home as rw) and have a “pseudo-everlasting but not really” file system.

    (And before someone says “Why not simply disable logs instead? It’s the same thing.” – yes, yes it is. But sometimes you want a “just werks” solution, even if it is a dumb one. Which is (obviously) disabling writes all over $ROOTFS.)








  • Not by the slightest.

    You can see it by yourself right now if you have docker: docker run -it --rm --log-driver none --cap-drop=ALL --read-only --net none --security-opt=no-new-privileges --name ascii-matrix defnotgustavom/ascii-matrix

    -EDIT- Whoops. Just realized its a fork. Eeeeeehhhh… it’ll give you a nice idea regardless.

    I actually created a new image with it – docker run -it --rm --log-driver none --cap-drop=ALL --read-only --net none --security-opt=no-new-privileges --name animatrix defnotgustavom/animatrix