• 0 Posts
  • 9 Comments
Joined 11 months ago
cake
Cake day: August 5th, 2023

help-circle


  • I sorta do? My employer has been making commitments to improving things, and I’m involved in one of those projects, but they’re a very slow ship to turn and I can’t say I 100% stand behind what they’re generally doing.

    I joined out of a mix of necessity, opportunism and the chance to develop new skills, and grew to like the specific job I’m doing. I didn’t have many choices for private reasons, but needed the money when I signed up, so in a way the money was good enough to compromise on ethics.

    I got a permanent position now, and again, I stuck for personal reasons, to improve my future prospects and because I like the job, but for all the security a permanent position offers, I’m still planning to start looking for different opportunities when circumstances allow, unless the internal culture makes some masive progress in the next two years.

    In the medium run? Not sure. I’d like to think I’d compromise money over ideology, but I also know that I tend to be selfish and really good at mental gymnastics to justify decisions. I would probably not sign on with Exxon, so there’s definitely the severity of opposition to account for, but there isn’t any clear line that I’d swear my life on. On the other hand, if the money was enough to support political causes that I feel (or tell myself) would weigh up the toll on my conscience, I might fold.

    In the long run, I hope to get to a point where I can answer that with a firm “No”. Maybe once life stabilises, I’ll grow firmer in my convictions. Maybe once the question of pay shifts from covering necessities to the amount of luxury I can afford, the exact number will lose meaning. Maybe I’ll find a place that I both support fully and earn enough at that any more would feel obscene anyway.

    So basically, it comes down to the factors of

    1. How strongly do I oppose the company?
    2. How much money, compared to what I need to live, and compared to what I need to support a pleasant lifestyle?
    3. Where am I on the scale from nihilism to idealism at the given point in time?

  • I googled about lemmy, found a blog post to introduce the whole concept, they linked an instance recommendation thing based on (if I understood correctly) the uptime, (de)federation and user count of the instance, and I just clicked one of the suggestions. So many posts claimed that it doesn’t make a great difference that I eventually decided to toss my overoptimisation habit and take what was suggested to me.

    But I’m still learning my way around here, who knows if this will stay my forever home.





  • Suppose I have a javascript file for a node server’s backend access named db.js

    Suppose I write tests for those functions and name the test script file db.test.js

    Suppose I tar and gzip that file (bear with me), now named db.test.js.tar.gz

    Suppose I sign that file with PGP, now named db.test.js.tar.gz.pgp

    Now suppose I want to hide that signed compressed tarball of a javascript tests file for my db functions, and to do so, I name it .db.test.js.tar.gz.pgp

    Now I have a file that looks like it consists of nothing but extensions. I’m sure you could push it even further though, if you tried.


  • The whole point of making a federated network of independent instances is to avoid the issues arising with one central instance, right? Putting the content out to multiple instances plays into that: If it’s important content, no single authority can easily censor it, and the loss of a single instance won’t erase it.

    If it’s trash, of course, every community in every instance you post it to will have to clean it up separately. Arguably, that puts more strain on the respective moderation teams, but if (ideally) those are disjunct people (again, to avoid the issues of a single authority), the strain should be distributed.

    And on the plus side, it would enable each community (in the lemmy sense) to enforce their own nuanced rules, additionally leading to slightly more choice between the types of moderation you favour (as opposed to “There’s one big sub, take it or leave it”).

    Individual communities may be smaller, but maybe some more form of coordination of similar communities across instances could amend that (like linking to the other communities in your sidebar etc.).

    I could also imagine a super-community solution that would allow you to aggregate several communities across instances similar to multireddits. I’m new here, so I’m not sure if that exists, nor have I given the implementation any thought, but I suppose that could be convenient.