• 0 Posts
  • 98 Comments
Joined 3 years ago
cake
Cake day: July 10th, 2023

help-circle







  • I got reports on this. I’m personally not of a mind to remove it, but it does feel irrelevant to open source. It’s more a Linux sysadmin type thing.

    I will say, cut down the spam. Any repeated similar musings within a week would be low value and I’d probably remove.

    I personally don’t agree with your points and this wouldn’t be relevant to most peoples risk profile.

    Worth reflecting on what others have said here. I think you’re worrying too much about something that will never be expolitable in standard usage and this is from someone who worries a lot about privacy.

    Maybe if this is really important to you check out Tails OS which as far as I’m aware focusses on running in RAM and leaving minimal persistent state.










  • Most times overhead is less important than readability and maintainability of code. If someone cannot read your code, they’ll mess it up far worse.

    Optimisation is for bottlenecks. No point making code run in 0.01ms rather than 0.02 if it later hits at 0.7s bottleneck like file io or DB. For most things, readability is everything unless you’re developing operating systems or close to metal libraries. Many compilers will inline functions anyway so the only gain is increased suffering of colleagues and later bugs in production when it’s modified by someone else. Cognitive load is very important and why many static code analysis tools pick it up.


  • In reality, not everyone quits and your pay didn’t move. Only way to improve your pay is often move and negotiate.

    If you stay, you can do 200% of the work and hope there is a role and they appreciate your work. Or just sell your experience to a company that definitely has that role available.