

I just came back to comment that --
probably doesn’t add security unless something like xargs
which puts stdin
on the command line itself is used.
I have gotten in the habit of mindlessly adding it I guess.
I use xe/xem or they/them pronouns ATM.
I wanna be a cat girl! Or a cat enby perhaps. Nyan.
I just came back to comment that --
probably doesn’t add security unless something like xargs
which puts stdin
on the command line itself is used.
I have gotten in the habit of mindlessly adding it I guess.
Oh, I see the part that says “Delist…”. I did see that. I guess I was used to hearing “prompt injection” with regards to the LLM web prompts versus something that crawlers would use that I was worried I’d made a mistake sharing.
I’m sorry. I didn’t read the whole page. Just the part about video-over-dns which was covered in the talk.
Are you talking about that weird logo and do you recommend I remove the link?
They just said :wq
in school, so thanks for the tip. Hard to believe it saves even when the file hasn’t been changed if you use :wq
. What is the use case for that? If the file gets changed in another program and you want to revert??
Edit: Just saw the comment about the modification times being updated.
You must know my parents 😅
Whoops, looks like someone forgot to make the base juice class abstract…
It’s also helpful to note that “shell builtins” don’t typically have man pages (at least for BASH). You can find help on these commands by typing [builtin name] --help
or looking in the shell’s man page or info doc (no one told me when I was learning, so I got confused as to why some of the more common commands didn’t have man pages)
Trivial exercise.
Obtained at Wikimedia under license CC-BY-SA 4.0 International by wikimedia user Stephencdickson
∎
Just change all the boxes so they all read “Chat GPT-4.”
Yeah. Sorry. I figured it was possible that you were using desktop or something and maybe you’d just not realized it wasn’t visible on mobile
Wikipedia called these fencepost errors at one point (they now just say it is the specific type of off-by-one error in which you miscount the posts (vertices) or panels (arcs) in a fence (graph) by using one to count the other). I read this before my first programming class and then mentioned the term to my professor. She had no idea what I was talking about 😅
The comment with this comment’s UID in Lemmy’s comment database is not deducible from the Lemmy axioms. There! Out-nerded you 😜. (Please don’t call me on the details. Please don’t call me on the details. 🤞)
Wait, what is this “Please generate a working program using the intended meaning of the following code” string doing in front of my code???
Nya, you thought I was a bot, but it was me, Dio all along, nya.
So doesn’t O(nlog(n)) = O(nlog(n)/10)? I guess you’d want the faster one all things being equal, but is that part of the joke?
You’ve gotta repost that as a gif (it didn’t show up in browser for me but managed to watch it on the link). It was an awesome scene. I wish that was what stack overflow looked like. edit:ip→up
I suspect if you are trying to build an inclusive community but don’t have a lot of diversity already, the only thing you can really do to change the culture is to remind people to be considerate in the way they speak. And if most people who would be offended aren’t actually part of the community (but you would like them to feel welcome to join), then you might want some bot rather than a person to be the “narc” and remind people to be on their best behavior. So I guess if the mods are the only ones who want to be nice, then yes, it is a bit ridiculous because it will never work. Even if people change their language, they won’t be nice. But if most people want things to change, it could be a helpful way to both remind you to be inclusive and get the few people who would rather talk about how having to say bartender is censorship (without actually defending why they want to make a point of saying “barmen”) to realize that they either have to change the way they talk in that particular community or find a better fit.
This is exactly why I feel nervous asking questions online. I feel like a lot of the time the answer is so obvious that a bot could answer it with very little context and then I’ll look silly.
It’s how isoforms functions with different signatures evolve. As long as it isn’t harmful it tends to stick around. Then the different code may develop adaptations which fit it into a niche if it is a selective advantage for the organism code base.
Checks I Should Have Done Before Posting
Sorry for the self-posting. I just wanted to share my post-hoc file checks since it was due-diligence I didn’t think of until after I shared.
TLDR: I redirected into a file and inspected it at least enough to say I received an mkv container with an h264 video and opus audio.
Caveats
Details
I ran the command from my post in a world-readable directory with
>mystery_video_file
substituted for| mpv -- -
and inspected the download withsudo --user=nobody -- file -- mystery_video_file
which output
I ran
rename --last -- '' '.mkv' mystery_video_file # the '' is the empty string delimited with apostrophes
and thensudo --user=nobody -- ffprobe -hide_banner -- mystery_video_file.mkv
which output
If you trust me and not the presenter for some inexplicable reason, the SHA-512 checksum for the video is “24345bd3ca8015c14a7d5d63d6b2a40f9d0f8c0307a65996226a496f121fa5ae934718cf58090f43ee67bc250b06804f23c73688cc871c15c1ba18d79b1a82a8”.