forestbeasts@pawb.social 1 week ago
Totally.
You can even do a lot of the fancy stuff. HTML forms have been there since the beginning and don’t require JS at all. You can do logins, logouts, forms, basically anything as long as it doesn’t involve changing the contents of a page without a page load (aside from animations which you can do in CSS).
You could even make a Lemmy type thing that didn’t use JS at all, just submitted a form when you hit post, and then the server would take care of the rest! (I’m a little surprised to see Lemmy does seem to require JS for posting, actually.)
– Frost
TheViking@nord.pub 1 week ago
Hello Frost, struggling my way with the Linux commands.
forestbeasts@pawb.social 1 week ago
Hm? *headtilt*
Linux commands to do what?
TheViking@nord.pub 1 week ago
Actually l wish to learn working on Linux, as it gives me the power to create an entire universe. And for this, l need to master the command line, right ??
forestbeasts@pawb.social 1 week ago
I’m… a bit confused. Create an entire universe?
I mean, I guess if you mean game dev or something, yeah… you can do that on Windows too though of course (Mac is iffy these days)
also you don’t need to learn the command line if you just want to use Linux like you use Windows. It is super handy for some stuff, though (batch moving files around, anything system administration related, automating tedium, basically anything where “telling the computer what to do” sounds like a useful way to solve your problem).
– Frost