

Why?
Why?
Why would it?
It doesn’t matter where its hosted
Time to do steganography to talk to my friends I guess
Sadly it seems like most of Europe and potentially other “western” countries will follow
The EU is trying to do this at an EU level (and has been for years). As well as an individual country level, Sweden seems likely to pass a similar law in 2026.
https://www.theregister.com/2025/02/26/signal_will_withdraw_from_sweden/
https://www.wired.com/story/europe-break-encryption-leaked-document-csa-law/
Yep lol
IIRC there was actually a study and pedos with access to synthetic CSAM were less likely to victimize real children.
Yeah I absolutely agree, my issue is with libraries that do trivial or not particularly useful things.
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.
I’ve never watched the movie but people have definitely gotten inheritance while marrying into a “lower class” before
No, you’re still misunderstanding what’s being done. ${server_service}
is an injected string, the string is the whole contents of the file. That file is not stored locally on the server, except through being injected here(by a terraform file template). And no, printf
won’t be any better than echo
because its not format string, and I don’t want any formatting from printf applied to it.
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.
there is no purpose other than legacy of having replaced other commands
terraform(really is just a injection of a file() into a shell script)
I don’t think I did(though sometimes I do accidentally because of the Jeroba app UX)
That’s not nice