Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Parzi88336y@joas yep. Not necessarily ".bin", but it's still a binary format. Games do that pretty often, especially Game Maker/RPG Maker games. (RPG Maker games have a text buffer in their saves, for... some reason.)
-
Learning never ends in our line of work. You must never settle. If you settle, somebody from behind is chasing and trying to get your spot. So every new year your appetite should go up. You gotta set new goals new benchmarks! Boom lock down! 🔥 💪 side effect of watching lots of Eric Thomas videos on YouTube
-
ajit55518886y@620hun YAML is a superset of JSON - a YAML parser can understand JSON, but not necessarily the other way around :)
-
620hun83706y@ajit555 that’s what I said. If you already know JSON there’s no need to learn YAML because JSON is valid YAML.
-
620hun83706y@ajit555 You wrote a list of things you need to learn. My point is that once you learn JSON there’s no real need to learn YAML because JSON is valid YAML. You cross YAML out.
Related Rants
Server configuration file formats...
some use custom text file
some use ini files,
some use xml..
some use json..
some use yaml..
some use toml..
How many file formats I need to learn!!!
devrant
servers
configuration
formats