this post was submitted on 02 Sep 2024
223 points (98.3% liked)

Programming

17024 readers
239 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

There are a couple I have in mind. Like many techies, I am a huge fan of RSS for content distribution and XMPP for federated communication.

The really niche one I like is S-expressions as a data format and configuration in place of json, yaml, toml, etc.

I am a big fan of Plaintext formats, although I wish markdown had a few more features like tables.

you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.ml 2 points 2 weeks ago (1 children)

XMPP is very old

Seriously? That's your argument? So is the wheel.

They elaborated how that relates; usage scenario changed with mobile phones. XMPP is a bad match.

[–] 0x0@programming.dev 3 points 2 weeks ago (1 children)

XMPP is a bad match.

The X is for extensible, so are a whole bunch of other protocols and people haven't stopped using them, they get improved upon (for the most part).

[–] MonkderVierte@lemmy.ml 1 points 2 weeks ago (1 children)

The mentioned permanent tcp ip connection (which you don't neccessarily have on mobile) too?

[–] 0x0@programming.dev 2 points 2 weeks ago (1 children)

I was under the impression XEP-0060 solves that.

[–] MonkderVierte@lemmy.ml 2 points 2 weeks ago

Sorry, i won't read that whole thing. But i guess you're right, in which case i take back what i said.