seaQueue@lemmy.world to Programmer Humor@lemmy.ml · 1 year ago50 million rendered polygons vs one spicy 4.2MB boilemmy.worldimagemessage-square134linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1image50 million rendered polygons vs one spicy 4.2MB boilemmy.worldseaQueue@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square134linkfedilink
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up0·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-squarebjornsno@lemm.eelinkfedilinkarrow-up0·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-squareBaldProphet@kbin.sociallinkfedilinkarrow-up0·1 year agoTechnically every JSON file is a single line, with line break characters here and there
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.
Technically every JSON file is a single line, with line break characters here and there