qaz@lemmy.world to Linux@lemmy.mlEnglish · edit-21 年前TIL You can use systemd-analyze plot > plot.svg to plot the service startup time to find bottleneckslemmy.worldimagemessage-square61fedilinkarrow-up1794arrow-down116file-text
arrow-up1778arrow-down1imageTIL You can use systemd-analyze plot > plot.svg to plot the service startup time to find bottleneckslemmy.worldqaz@lemmy.world to Linux@lemmy.mlEnglish · edit-21 年前message-square61fedilinkfile-text
minus-squaregentooer@programming.devlinkfedilinkarrow-up49·1 年前SVGs are just fancy text files after all
minus-squareintelati@programming.devlinkfedilinkarrow-up11arrow-down6·1 年前If you go far enough, everything is. But SVGs are one of the few image types that can be human readable and editable
minus-squareloutr@sh.itjust.workslinkfedilinkarrow-up19·1 年前 If you go far enough, everything is. No, SVG are text files, it’s XML. You can write an SVG file representing a square using only a text editor relatively easily.
minus-squarehalva@discuss.tchncs.delinkfedilinkarrow-up10·1 年前No, not really. Most image formats produce completely unreadable jumbo only meant to be parsed with clever maths.
SVGs are just fancy text files after all
If you go far enough, everything is.
But SVGs are one of the few image types that can be human readable and editable
No, SVG are text files, it’s XML. You can write an SVG file representing a square using only a text editor relatively easily.
No, not really. Most image formats produce completely unreadable jumbo only meant to be parsed with clever maths.