I’ve written Node code, I just try to limit the number of libraries I use
I’ve written Node code, I just try to limit the number of libraries I use
I can’t relate to this feeling at all, writing code using a library I’ve found is almost always the source of bugs. Miscommunication between the library developer and their documentation, or my ability to read the documentation. And that’s on top of how many big libraries I’ve seen with extremely simple exploits. Sadly I have to use a few, but I wince every time I install a package.
I absolutely cannot relate to using a ton of libraries in production code.
It is funny being one of the few somewhat rightwing people on here and getting called a tankie
That’s true for essentially every state to some degree or another
I agree no state has a right to exist
You probably have some views that are repugnent to me, and vice versa. That’s freedom of speech and political pluralism.
being assholes.
This though, I agree just ban that user.
But they’re not wrong
Psyops aren’t targetting Lemmy lol, its too niche
I’m reading this and interpreting that line 27 of that script is
And your interpretation is wrong. Line 27 is actuallly
sudo echo "${server_service}" > /lib/systemd/system/server.service
${server_service}
is read from the file I posted in the 2nd image. Since it was a test script I hadn’t bothered implementing any escaping tools, I wanted to make sure terraform allowed this first.
No, because neither of those are the inputs. The input was the systemd file in the image. The whole command was not printed in the error, only surrounding context. The single-quote was indicating the ending of that context(because it was the end of the line) printed by the error.
The same thing was done with `)'
on the first line of error
I don’t disagree, but this time its my fault
Yeah I absolutely agree, my issue is with libraries that do trivial or not particularly useful things.