• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: July 29th, 2023

help-circle


  • Blocking over 300 including ALL town/city communities because they are ALWAYS negative BUT Lemmy Connect also lets me filter (hide) on regex for communities and posts. This is invaluable to me- I was going insane trying to keep up with the arms race of cross posts to identical or near identical named communities on endless new instances.

    Posts filter:

    /elon musk/, /heathcliff without heathcliff/, /neuralink/, /furry/

    Communities filter:

    /politics/, /news/, /meme/, /humor/, /hentai/, /liberal/, /communis/, /conservativ/, /socialis/, /reddit/, /cursed/, /monero/, /moe/, /dank/, /yiff/, /shitty/, /horror/



  • The thing is the VS code handles everything (with extensions). If I want to use pandoc, or CSV to markdown table, python linting, Go, whatever, there’s extensions that can handle all of these equally well and consistently, for example format on save.

    If I want to use jetbrains then the pycharm for python, intelliJ for Java, Goland for golang… Then there’s licencing depending on whether I’m using a personal licence or corporate laptop, whether I have to get a licence from my employer etc.

    For me it’s not so much that it’s so good, but that it works with everything in a consistent and obvious way plus I can install it on any machine I might be using.











  • This needs to be the top comment in my view.

    Pretty much any new laptop running any operating system will be able to adequately do word processing but they will all feel different and they will be a range of price points. This is why involving your wife who will be the user for this device is critical. One of the key advantages with Apple is that you can try out every current model in person at an Apple store. I don’t know how easy it is for you to get to one, but if you have the option I would definitely recommend sending your wife to do that.





  • Docker isn’t virtualization. It’s a way of packaging applications, their dependencies and configuration. Docker containers can be run together or segregated based on configuration. Essential in much modern software- no more this dependency for x clashes with that dependency for y / ‘works on my machine’ / I can’t install that version.

    The containers share a host Linux kernel (which is virtualized on non Linux systems). Docker runs fine on ARM but only using arm containers. It’s tricky to run x86_64 containers on an arm host, especially with a different OS