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

help-circle

  • All your old stuff will stay visible even after lemm.ee goes down, but it won’t be linked with whatever new user you create on another instance.

    If export and import of posts and comments was possible it would result in “duplicating” your posts and comments to your new account, which as you might imagine would be an absolute mess (not to mention technically infeasible - how would comment chains with other users work?) so you can presumably understand why it isn’t.

    It’s quite annoying for sure (and I’m a lemm.ee user too, so I’m also annoyed with everything I’m losing) but this is the trade-off we accept with federation that allows Lemmy as a whole to be robust and keep going even without lemm.ee



  • Captain Picard very much became a Captain to all of us, I think.

    Of course he’s got some flaws for sure (his stubbornness, for one!) but he really set the bar for what a civilised person and a good leader should be.

    He’s principled, fact-based, fair in his judgement, respects the differences of others (both individually and culturally), solves problems with understanding and empathy rather than force, and he’s forgiving of mistakes.

    And he does all that while still being a “strong” man. In fact, it’s these very traits which earn him the respect of his crew.

    I’m glad I had Captain Picard as an influence in my childhood, rather than whatever youtube channel trying to make me angry for all the wrong reasons.


  • VSCode is by far and away the best thing Microsoft has ever done. (I’m sure therefore they will ruin it eventually, but that’s a separate issue)

    Its good for two main reasons IMO:

    1. It is plugin-based

    2. It is (therefore) language-agnostic

    Plugins mean the DE starts as a very lightweight thing that is basically nothing more than a text editor. You can then add as much or as little as you want to get the level of features you are comfortable with but without being too bloated.

    And then, because it’s all plugins, you can work with any language and still stay within the same editor. Divine.

    I personally love how lightweight it is compared to a full IDE because I don’t like it when IDEs hide the magic behind UI. Press the button and it compiles huh? But how? What’s going on there? What toolchain and commands are being executed?

    I much prefer a good MAKEFILE where you know what your entry points are and what is going on, because it makes everything so much more portable and also improves your own knowledge and understanding.