Looks interesting, I’ll check it out, thanks :D
- 0 Posts
- 8 Comments
YAML would such a nice language for config files but then it turns out that “no” is falsy and so a list of Scandinavian countries turns from
- se
- fi
- no
into
- “se”
- “fi”
- False
I wish there was like a JSON5 equivalent for YAML that just reduces its scope lol
(and no, TOML also looks ugly :P)
Gecko@lemmy.worldto Technology@lemmy.ml•Linus Torvalds Comments on ARM: Did he lose touch with reality?English12·2 years agoThe linked message is from 2019, i.e. per-M1 Apple laptops and at a time when arm in datacenter was just starting out.
Tbh, I feel like it’s kinda pointless to discuss a comment made by someone over 4-years ago. Both the environment and the person itself can change a lot in that time.
Gecko@lemmy.worldto Memes@lemmy.ml•Lemmy might, MIGHT have a small bias towards the leftEnglish383·2 years agoI just really dislike the whole left/right tribalism. Politics is a lot more complex than left/right and just marking someone as either just increases polarisation…
ngl, I’m annoyed whenever someone creates an application but doesn’t want to publish their code cause it looks bad. Like no one cares that your code is bad and by publishing it, you can get others to help you improve it.
This. And even then there should be procedures in place to essentially make it impossible to send the wrong inputs.
It’s like when an intern accidentally drops the production database. It’s not the interns fault for sending the wrong command. It’s the managements fault for not restricting access in the first place.
Gecko@lemmy.worldto Programmer Humor@lemmy.ml•Finding a years old project be likeEnglish3·2 years agoAlso, you can just download an older version of the toolchain and use that to compile the project. If the project is properly setup it’ll tell you the toolchain version it used. If not you can probably guess by the time of the last commit ^^
I wish something like
.config
would be a thing for storing configuration files in repositories. Instead we have a.vscode
,.github
,.gitlab
,.idea
,.vs
, etc