☆ Yσɠƚԋσʂ ☆@lemmy.ml to Technology@lemmy.mlEnglish · 1 month 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 · 1 month agomessage-square22linkfedilink
minus-squareeleitl@lemmy.ziplinkfedilinkarrow-up3·edit-21 month 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·1 month 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·1 month 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·1 month 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