logoalt Hacker News

zamadatixyesterday at 12:27 PM3 repliesview on HN

Never thought I'd see hackers saying INI format looked ugly of all things. It's basic, sure, but that's a good thing for something meant to be easily editable by hand from any editor. Otherwise, it's just key value pairs in named sections, how ugly can it be about that?


Replies

jjgreenyesterday at 12:36 PM

key-value pairs where the = cannot be surrounded by spaces, so I have to write

  [Service]
  Type=oneshot
  WorkingDirectory={{ home }}/current/
  Environment=RAILS_ENV=production
  ExecStart=/bin/sh -lc "bin/db-backup --verbose"
which fills me with sadness
show 2 replies
ramon156yesterday at 1:06 PM

TOML would look a lot more quiet, but I'm not sure if TOML would be a good fit

show 1 reply