• 4 Posts
  • 841 Comments
Joined 4 years ago
cake
Cake day: June 28th, 2020

help-circle








  • There’s also a jillion places ta host static sites with less complexity of the code albeit more complexity to get started for many non-developers. The thing is there was abtime when high schools everywhere were teaching basic HTML so you could be a part of this new internet thing, but now folks don’t think they can have their own chunk anymore separate from the corporations. You still can but the knowledge seems lost & certain technically hurdles like TLS which I mentioned make it just one step more difficult.



  • I would be mad if this would be next to fall since I use it. I don’t self-host Matrix since it is too expensive being built on a fundamental ‘eventual consistency’ model mirroring all text & attachments for all users in every DM & room to your storage—not to mention the Python implementation server & even the Rust one use much more system resources than other open chat options. It’s the same for Mastodon specifically too which but Ruby this time—with eventual consistency chewing up GiBs of storage making small players shut down instances. I would not be surprised tho if their Matrix server fell next just based on hosting cost.

    Wanting to get folks off proprietary garbage like Slack, Telegram, & Discord was the right idea but moving to Matrix will prove to be a mistake as nodes are too expensive to run therefore leads to the centralization we need to escape. With the poor performance of the flagship Element client too, casual users think it is too damn slow (literally takes 2 minutes to even get to a screen with text in my browser & it isn’t even done syncing). There are more mature technologies with lower running costs that could have/should have/can be embraced.




  • Markdown is trash. It almost always comes in a fork that is naturally incompatible with other forks & never has the features you need for blogging or technical writing (leading to abuse of the limited features, unsemantic markup output, and/or embedding HTML which is both ugly & also ruining portability to non-HTML targets). This leaves you locked into some specific tool’s forked implementation & never looks good in other contexts. Markdown was also never the only or best option for lightweight markup at any time.


  • I literally used to say this last decade, but as I grew experienced with more languages/paradigms/systems, it became 3rd best, then 4th, until I realized it actually not really great at anything other than there is an large ecosystem around it (wildly varying in quality). To some that might be enough, & going outside what you know isn’t typically the most wise thing to do, but it’s not particularly simple, or readble, or performance, or composable, or offering great patterns. Anything that used Python in Nixpkgs tend to be the most unreliable software for actually building & using.