@scrion@lemmy.world
member since 7 Nov 2023 21:09
comments
- on Mpreg Rule in c/onehundredninetysix@lemmy.blahaj.zone · 6d ago
-
on Recommend some anime for me in c/anime@ani.social · 7 Sep 2026
Just stopping by to confirm there’s a lot of good stuff in this post.
-
on What is your cloud backup solution? in c/selfhosted@lemmy.world · 29 Aug 2026
I see a lot of people using restic here. However, restic has no support for object locking. Depending on the backup source, an attack on the storage location itself is probable (e. g. via ransomware).
I think rustic is currently discussing implementing support for object locking, and Kopia has it already.
None of the solutions have had an official audit yet, and at least Kopia defaults to AES-GCM, where I’d really love for an auditor to tell me there are no issues with nonce reuse, but switching to ChaChaPoly-1305 is an option.
If that matters depends a lot on the individual, just something to keep in mind.
-
on Saber CEO scorns writer who says she was fired in favor of AI with confusing, combative statement in c/games@lemmy.world · 13 Aug 2026
Yup, exactly that. Not only does that show they internalized using AI for the most banal tasks and think that’s normal, but also just shows how tone deaf they are in a discussion about using AI to replace an employee 🤦🏽♂️
-
on ‘New models will mark AI-generated content from day one’: Claude will now hide an invisible watermark inside ordinary words in c/technology@lemmy.world · 13 Aug 2026
You have a fundamental misunderstanding of how the watermarking works. There is no hidden metadata, but most likely, the statistical properties of the generated text are being changed.
If you met someone on Halloween with a face mask, and they’d always use the word cromulent in every sentence, you’d probably assume it’s your buddy Mark, who is about the only guy in your circle of friends who does that.
The model will produce a text where individual words at certain positions, or various n-grams encode a kind of fingerprint that will be an indicator for the text being processed by Claude.
Like, when people have, like, a specific accent or talk in a certain way, you can totally, like, figure out where they’re from, for sure.
-
on Why nano gets used in c/programmer_humor@programming.dev · 10 Aug 2026
Sure, but none of that is special in any way. That’s just what SSH does already. If you like that to happen in your editor GUI, by all means, you do you.
What I’m saying is not a single of those features is an accomplishment of vscode and you can do that with every editor you like, or even without any. I didn’t want people to believe they’d need to switch to vscode to achieve any of that. That was my angle.
I can’t and I’m not going to comment on the integration or the workflow, if you’re the audience for those kinda things, it’s probably great, give vscode a try. It’s probably obvious that I am not but hey, different strokes and all.
-
on Why nano gets used in c/programmer_humor@programming.dev · 9 Aug 2026
Every editor “supports” SSH, you can mount files on a remote SSH server via SSHFS.
I honestly have no idea what he means by that.