@[email protected] to Programmer [email protected] • 1 year ago50 million rendered polygons vs one spicy 4.2MB boilemmy.worldimagemessage-square138fedilinkarrow-up11.36K
arrow-up11.36Kimage50 million rendered polygons vs one spicy 4.2MB boilemmy.world@[email protected] to Programmer [email protected] • 1 year agomessage-square138fedilink
minus-square@[email protected]linkfedilink12•1 year agoExcept if it’s a single line file, only god can help you then. (Or running prettier -w on it before opening it or whatever.)
minus-square@[email protected]linkfedilink7•1 year ago4.2 megs on one line? Vim probably can handle it fine, although syntax won’t be highlighted past a certain point
minus-square@[email protected]linkfedilink5•1 year agoI’ve accidentally opened enormous single line json files more than once. Could be lsp config or treesitter or any number of things but trying to do any operations after opening such a file is not a good time.
minus-square@[email protected]linkfedilink1•1 year agoYeah, very well may be. LSPs always slow down opening big files, so I usually inspect those with an empty/different config
minus-squareBaldProphetlinkfedilink4•1 year agoTechnically every JSON file is a single line, with line break characters here and there
minus-square@[email protected]linkfedilink4•edit-21 year agohttps://porkmail.org/era/unix/award#cat jq < file.json cat is for concatenating multiple files, not redirecting single files.
minus-square@[email protected]linkfedilinkEnglish3•1 year agoYes, Render Media is the best. It’s hard to believe that not many people know about this tool. It’s also natively installed in all Linux distros.
Works fine in
vim
Except if it’s a single line file, only god can help you then. (Or running
prettier -w
on it before opening it or whatever.)4.2 megs on one line? Vim probably can handle it fine, although syntax won’t be highlighted past a certain point
I’ve accidentally opened enormous single line json files more than once. Could be lsp config or treesitter or any number of things but trying to do any operations after opening such a file is not a good time.
Yeah, very well may be. LSPs always slow down opening big files, so I usually inspect those with an empty/different config
Technically every JSON file is a single line, with line break characters here and there
:syntax off
and it works just fine.cat file.json | jq
also workshttps://porkmail.org/era/unix/award#cat
jq < file.json
cat
is for concatenating multiple files, not redirecting single files.Render Media works the best
rm file.json
Yes, Render Media is the best. It’s hard to believe that not many people know about this tool. It’s also natively installed in all Linux distros.