☆ Yσɠƚԋσʂ ☆@lemmy.ml to Technology@lemmy.mlEnglish · 2 months agoHardcore IndieWeb: Run your own website 100% independently for only $0.01/daywww.neatnik.netexternal-linkmessage-square22linkfedilinkarrow-up150arrow-down12
arrow-up148arrow-down1external-linkHardcore IndieWeb: Run your own website 100% independently for only $0.01/daywww.neatnik.net☆ Yσɠƚԋσʂ ☆@lemmy.ml to Technology@lemmy.mlEnglish · 2 months agomessage-square22linkfedilink
minus-squareeleitl@lemmy.ziplinkfedilinkarrow-up3·edit-22 months agoPHP is additional vulnerability surface, while static html is bullet proof, as long as http server is safe and up to date.
minus-squareZarobi@aussie.zonelinkfedilinkEnglisharrow-up3·2 months agoHow is PHP a vulnerability if it never leaves your machine and you only use it to build the HTML?
minus-squareeleitl@lemmy.ziplinkfedilinkarrow-up3·2 months agoOh, if you’re only using it to generate static html it’s of course safe. I would prefer minimal markdown for blogs, though.
minus-squareZarobi@aussie.zonelinkfedilinkEnglisharrow-up3·2 months agoI guess I just really like HTML. Any excuse to write actual HTML makes me happy
PHP is additional vulnerability surface, while static html is bullet proof, as long as http server is safe and up to date.
How is PHP a vulnerability if it never leaves your machine and you only use it to build the HTML?
Oh, if you’re only using it to generate static html it’s of course safe. I would prefer minimal markdown for blogs, though.
I guess I just really like HTML. Any excuse to write actual HTML makes me happy