That must be controlled by a formatter. Which one are you using for html files?
While I agree that we don't need to "beat" anything or strive for growth, I do think those things will happen naturally if the system is an improvement. And while lemmy's potential is great, there are challenges that come with federation, like those mentioned above. And those problems should be solved in time. Not to generate growth but to improve the system. Growth may follow
While you're probably right overall, there are many good reasons to use k8s. The api provides all sorts of benefits. Kubectl, k9s, and other operational UIs . Good deployment models and tools like argo. Loads of helm charts that are (theoretically) ready to use.
No, those things aren't free. There's a lot of overhead to running k8s.
You can also take a look at open telemetry. It's a huge open source project with lots of functionality. Handles logs just fine and also can provide metrics and traces too. Might be overkill for your needs but it's an excellent tool.
Currently playing Noita! Lots of fun discovering good spell combos. Still haven't beat it yet 🐸
Agreed for comments. I also use that all the time and I'm sure we aren't the only ones. I was thinking of this for the post text only... But that makes for an inconsistent interface. Hmmm
As for the last bit, I'm quite certain that most of us just learn languages as needed. I certainly do 😂
Another suggestion to solve it. Collapsing could be done with a long touch instead of a tap. So tapping would do nothing unless you tap a link. Touch and hold for a half second or so would collapse the text. Might be a little tricky to not mix with scrolling?
Ha! OK that makes sense. I was thinking that it just an old image. 20 years off is definitely a problem 😂
OK I might be dumb. What's wrong with the time in that image?
As someone rather new to the fediverse, thanks for your plug. I'm about to check it out!
Well I'm also not entirely sure what you're looking for. But here's my guess 😅
None of this stuff should run under the account of a human user. Without docker/compose, I would suggest that you create one account for each service, deploy them to different directories with different permissions. With docker compose, just deploy them all together and run it all under a single service account. Probably name it "docker". When an admin needs to access, you sudo su - docker
and then do stuff.
I took a look in my vscode config. I didn't see any settings like that in the default html formatter. My best guess it's not possible.
If you're open to it, you could explore alternative formatters for html. Prettier is probably the most well known in general. But there are a bunch.