pleroma.debian.social

pleroma.debian.social

@nuintari tables4lyfe ✊🏻

@nuintari and modern css is actually not super terrible anymore, one can make something usable with it, even without going slightly insane...

@nuintari I've been trained in webdesign and then got hijacked into admin-work from there... I never liked javascript but it was jusy a lot more painfull 15y ago to have nice looking things with CSS then today.

@nuintari The fun part is, good design/UX is imho pure function.

There is a relevant design aspect in structuring information, take RFCs for example.

For me that is actually the difference between design and art.

Good Design is the result of a well thought trew process and always has a specific goal to archive.

Art is and does not need to justify itself.

@nuintari @fellmoon This is still the best kind of software you can write today, and it *is* possible with modern html, postgres, python, etc. I even through some htmx in the mix for some nice ajaxness.
replies
0
announces
0
likes
1

@nuintari @fellmoon I won't! Perl is still quite sane compared to many new shits like nodejs!

@nuintari @fellmoon Although, I suspect that perl doesn't have many (or any?) proper web frameworks and you use CGI? That probably opens you to a world of injection attacks that you won't get on for example, a flask app that runs on wsgi. I'd still recommend Python for something like this for various reasons, but if it works, it works!