• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • I run my own Synapse server with bridges to WhatsApp and Telegram, along with a few other services, using Yunohost. I haven’t observed any huge resource usage, and I like the centralized management/update. One possible downside is that you won’t get the latest versions immediately, the Yunohost maintainers take time to test those. I prefer the stability that gives me but if you want to be on the edge a docker setup will be better.




  • Do you all seriously edit text files directly

    I use hexedit for all my programming, that way I can see my text’s source code. It allows things that are impossible with lesser editors, like differentiate l and 1. Newer versions even provide a “live view” that shows your text’s output right beside its source, updated almost instantly. I don’t personally use it as it consumes a lot of resources but it’s a great help if you’re just starting out.