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

Programming

16996 readers
136 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 [email protected]



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
[–] [email protected] 11 points 1 week ago (1 children)

Org-mode is like md but has tables and more. Emacs will even run computation as a party of interpretation. GitHub accepts it in place of markdown.

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago) (2 children)

Would you say it's worth considering in place of markdown for a non-emacs user? (I am curious to try emacs but I may not get to it anytime soon)

[–] [email protected] 5 points 1 week ago (1 children)
[–] [email protected] 3 points 1 week ago (1 children)

Haha appreciate the honesty :)

[–] [email protected] 3 points 1 week ago

I do recommend emacs though. It is not the greatest editor, but it is an amazing experience. It is such an amazing experiment, that has an extensive set of different ways of looking at content and code - it will change how you think about coding.

[–] [email protected] 3 points 1 week ago

org-mode is awesome for many reasons, but the similarities/overlap with markdown are an incidental benefit. I wouldn't learn org-mode for that reason, however there are many other good ones that make it worthwhile. I've been using it for years for my own project management, tasks tracking, notes and many other things - it's one of those rare tools that can do many things incredibly well.