• 0 Posts
  • 8 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle




  • Well, just copy and pasted rather than written. I would have hoped that infra read-level permission, infra write-level permission and admin interface permissions were all separate to begin with, even if the person who spun up the instance obviously has all three.

    You do need a level of trust in an admin, of course, but wide open text boxes for putting in code are a questionable system design choice, in my opinion. It adds an extra point of possible entry that then relies on the security of the overall admin interface instead of limiting it to what should require highest level infra admin permissions to access. And if it is something that would be limited to someone who has those, then what is the actual utility of having a textarea for it in the first place?




    1. Ubuntu memory allocation and limits (I think). I haven’t dug too much into finding the root cause, but I have a recurring issue where the GUI freezes up, and it looks like it might be related to not handling well how much memory it needs for the task.

    Maybe it thinks it has more memory available than it does, or the gc isn’t running efficiently, or it’s allocating to 100% without including a sensible safety gap, something like that. It’s a significantly low-level enough problem that I’m wary of tinkering with values I don’t fully understand even if I wanted to spend the probably large amount of time necessary to find root cause.

    1. The fact Ubuntu now withholds package updates unless you’re paying for their “maintenance and compliance subscription”, but that’s probably on me to change distros. I get that Ubuntu employees need money so they can eat, just like I do, but … The idea of paying for core package updates feels like a nightmare waiting to happen, for both Ubuntu developers managing package dependencies and end-user experience.