@sullybiker Yeah, mine too. And you're right: Thewlis has never been better.
@sullybiker The movie's great too, even though I find it pretty cruel (like most in his filmography).
@jeremy_pm Unrelated to your post, but I'm curious: Are you or your parents fans of _The Three Investigators_ novels?
So, openssh backdoor through a path applied by some to make it work with systemd, which is vulnerable because of a compromise of the LZMA / xz code.
Quick test on a #Slackware 15 machine:
$ xz --version
xz (XZ Utils) 5.2.5
liblzma 5.2.5
$ sudo /usr/bin/ldd /usr/sbin/sshd | grep -ic lzma
0
And of course no systemd to be found.
I am having a bit of fun trying to (ahem) 'improve' the test script posted on some mailing lists, but I think Slackware is not vulnerable.
@privacybrowser Wait. That's for Android. Do those instructions also apply (if somewhat modified) to the PC version?
@privacybrowser Great. Thank you!
@privacybrowser Does Privacy Browser PC support connecting through a proxy?
Come work with me at the Center for Digital Narrative in Bergen, Norway! A postdoctoral position in computational narrative systems has just been advertised, application deadline May 21
@veer66 You're more than welcome to try it. I'm very happy here myself.
@veer66 It sure does. It is me who doesn't know much about it. I wish qoto supported Org mode instead. I learned about it just last week and already I'm more familiar with it than with Markdown. Anyway, I should've posted a screenshot. You know what? I'm going to do just that.
@veer66 I don't know. Maybe? I know nothing about Nostr, to be honest.
@metalcrow That certainly explains why I'm such a slow reader. Thanks for sharing it!
@smaurizi If there is really a difference, why didn't Obama pardon Julian as he pardoned Chelsea Manning? Also, when did Correa step down as President of Ecuador?
@veer66 Sorry, I see the formating got mangled. My Markdown-fu is pretty weak.
@veer66 You could write a multiline shebang that doesn't have to be specific to SBCL, like this:
```
#| -*- Lisp -*-
case "$LISP" in
allegro) ${ALLEGRO:-alisp} -qq -e "(setf *load-verbose* nil)" -L "$0" -- "$@" ;;
ccl) exec ${CCL:-ccl} --no-init --load "$0" -- "$@" ;;
clisp) exec ${CLISP:-clisp} -norc -q "$0" "$@" ;;
""|sbcl) exec ${SBCL:-sbcl} --noinform --no-userinit --no-sysinit --script "$0" "$@" ;;
*) echo >&2 "Unknown Lisp $LISP" ; exit 2
esac ; exit
|#
```
I don't remember where I copied it from (probably from ASDF source code) and it is probably a bashism, but it works.
@veer66 I once had an idea for a kind of nomadic identity: users would keep everything about their accounts local in their computers, including a private key, and instances (all instances, not just the one where they signed on) would host their public keys, so they could login and post from whatever instance they wanted at any point.
I never gave it much more thought than that, so maybe it was a stupid idea.
@Nora@tiflo.social No, yo hablaba de gente que publica algo sólo para sus seguidores (porque quiere que quede más o menos en privado, supongo). A veces yo contesto a ese tipo de cosas (por ejemplo, para preguntar o para abundar en el tema) y la mayoría de las veces no recibo ningún tipo de respuesta. A todos los efectos es como si la otra persona ni siquiera me hubiera leído.
Mi duda era si a lo mejor contestar a estos mensajes está mal visto o es de mala educación. Al fin y al cabo, si les dan esa visibilidad, será porque no quieren discutir el asunto más allá de lo que ellos mismos comparten. Quizá lo vean como una intrusión en su intimidad.
Excitement!