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

Programming

17000 readers
253 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] 19 points 2 weeks ago (3 children)

https://cuelang.org/. I deal with a lot of k8s at work, and I've grown to hate YAML for complex configuration. The extra guardrails that Cue provides are hugely helpful for large projects.

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

Oh this! YAML was a terrible choice. And that's coming from someone who likes Python and prefers white spaces over brackets. YAML never clicked for me.

https://noyaml.com/

[–] FizzyOrange 7 points 1 week ago

What you mean you can't easily tell what this is?

- foo:
  -
  - :
    - bar:
      baz: [
        - -
      ]
[–] towerful 2 points 1 week ago

Oh, this looks great!
I've been struggling between customize and helm. Neither seem to make k8s easier to work with.

I have to try cuelang now. Something sensible without significant whitespace that confuses editors, variables without templating.
I'll have to see how it holds up with my projects

[–] [email protected] 2 points 2 weeks ago

Hmm, what alternative? XML :-)? People hate Grade DSL just for not being xml