☆ Yσɠƚԋσʂ ☆@lemmy.ml to Technology@lemmy.mlEnglish · 8 days agoHardcore IndieWeb: Run your own website 100% independently for only $0.01/daywww.neatnik.netexternal-linkmessage-square22fedilinkarrow-up149arrow-down12cross-posted to: hackernews@lemmy.bestiver.se
arrow-up147arrow-down1external-linkHardcore IndieWeb: Run your own website 100% independently for only $0.01/daywww.neatnik.net☆ Yσɠƚԋσʂ ☆@lemmy.ml to Technology@lemmy.mlEnglish · 8 days agomessage-square22fedilinkcross-posted to: hackernews@lemmy.bestiver.se
minus-squareeleitl@lemmy.ziplinkfedilinkarrow-up3·edit-26 days 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·7 days 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·7 days 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·7 days 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