@david@collantes.us If I run
printf '%s\n%s\n%s' 'https://aelaraji.com/twtxt.txt' '2025-04-16T22:49:11+00:00' "Am I tripping or `rsync` is actually THIS effing faster than `scp`!!? đ«š" | b2sum -l 256 | awk '{ print $1 }' | xxd -r -p | base32 | tr -d '=' | tr 'A-Z' 'a-z' | tail -c 8
I have xqfsv6a
. It is raw text
But⊠If I change de date to 2025-04-16T22:49:11Z
I have si4er3q
.
@andros@twtxt.andros.dev the hash on @aelaraji@aelaraji.comâs last message (as I type this) is:
[si4er3q] [2025-04-16 22:49:11+00:00] [Am I tripping or `rsync` is actually THIS effing faster than `scp`!!? đ«š]
So, si4er3q
Am I tripping or rsync
is actually THIS effing faster than scp
!!? đ«š
@andros@twtxt.andros.dev Sweeeeet! Just gave it a try, youâve done a wonderful work 𫥠I wanted to replay from there but couldnât go past the first page of the feed. It kept freezing on me and complaining about some bad Url (as mentioned on the test twt), so Iâll have to dig through my follow list and see where I effed up this time. đ
Been down for +7 effing hours ⊠Power went out for a while and I didnât even bother to check if things went back up normally afterwards. and guess what? they didnât đ€Ą
@bender@twtxt.net here:
FROM golang:alpine as builder
ARG version
ENV HTWTXT_VERSION=$version
WORKDIR $GOPATH/pkg/
RUN wget -O htwtxt.tar.gz https://github.com/plomlompom/htwtxt/archive/refs/tags/${HTWTXT_VERSION}.tar.gz
RUN tar xf htwtxt.tar.gz && cd htwtxt-${HTWTXT_VERSION} && go mod init htwtxt && go mod tidy && go install htwtxt
FROM alpine
ARG version
ENV HTWTXT_VERSION=$version
RUN mkdir -p /srv/htwtxt
COPY --from=builder /go/bin/htwtxt /usr/bin/
COPY --from=builder /go/pkg/htwtxt-${HTWTXT_VERSION}/templates/* /srv/htwtxt/templates/
WORKDIR /srv/htwtxt
VOLUME /srv/htwtxt
EXPOSE 8000
ENTRYPOINT ["htwtxt", "-dir", "/srv/htwtxt", "-templates", "/srv/htwtxt/templates"]
Donât forget the --build-arg version="1.0.7"
for example when building this one, although there isnât much difference between the couple last versions.
P.S: I may have effed up changing htwtxtâs files directory to /srv/htwtxt
when the command itself defaults to /root/htwtxt
so youâll have to throw in a -dir whenever you issue an htwtxt command (i.e: htwtxt -adduser somename:somepwd -dir /srv/htwtxt
⊠etc)
@xuu@txt.sour.is I donât understand. Apart from the sentence being incomplete, whatâs âEFâ?
@bender@twtxt.net the EF this feed is muted. Why is yarn busted? đ @lyse@lyse.isobeef.org @prologic@twtxt.net
hop, entraĂźnement terminĂ©, jâai fait le plein dâĂ©nergie avant dâaller donner un sang de qualittĂ© ^^ #EFS #dondusang. Le niveau 7 de la mĂ©thode #lafay est par contre trop longue, je nâai pas assez de temps pour faire ça bien. Tant pis dans ce cas, retour Ă la n°6 et jây ajouterai 1 exercice jusquâĂ Ă©puisement tirĂ© au sort. Ou alors je ressort le #TRX, il faut qu eje trouve oĂč lâaccrocher. #sport #training
@prologic@twtxt.net @lyse@lyse.isobeef.org I checked my logs and all I see are 304 responses and a couple of delayed requests here and there due to rate limiting, but not that many. Iâll disable it (the rate limiting) for a couple of days, let me know if you still get the âforbidden accessâ thing 𫣠I may have effed up my configuration trying to deal with some weird stuff.