@bender@twtxt.net He’ll probably reply from his other feed, let’s see. :-)
@movq@www.uninformativ.de but what kind of pizza? :-D We get pizza once a month, specifically on Fridays (and, of course, we are not alone). Lately we have been buying Pizza Hut’s “tavern style”, everything in it, large pizzas (well, just one). Thinking of it makes me hungry! :-)
I’m going to have a pizza and there’s nothing you can do about it. 🍕
This video is quite lengthy (almost 3.5 hours long), but really worth watching.
@wbknl@twtxt.net ah, a digital garden… that reminds me to water mine. I am sure much of my plants are wilting.
@aelaraji@aelaraji.com I often wish “like” was a thing here. I would have just giving it one to this twtxt, and a re-post, to boost. :-) Thank you!
Working on my digital garden, using Obsidian
@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)
@aelaraji@aelaraji.com wow, the difference in size is astonishing! What your Dockerfile looks like?
@aelaraji@aelaraji.com I am not sure, because I might have names confused, but I think @doesnm@doesnm.p.psf.lt main problem is the fact they use a phone as their main computer. Don’t fully quote me on that, though! :-D
P.S:
~/remote/htwtxt » podman image list htwtxt the@wks
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/htwtxt 1.0.5-alpine 13610a37e347 3 hours ago 20.1 MB
localhost/htwtxt 1.0.7-alpine 2a5c560ee6b7 3 hours ago 20.1 MB
docker.io/buckket/htwtxt latest c0e33b2913c6 8 years ago 778 MB
@bender@twtxt.net I built my own, a much smaller one with a multi stage build… shouldn’t that do the trick? 🤔
@doesnm@doesnm.p.psf.lt I tried to go install github.com/plomlompom/htwtxt@1.0.7
as well as
# this is snippet from what I used for the Dockerfile but I guess it should work just fine.
cd ~/go/pkg && wget -O htwtxt.tar.gz https://github.com/plomlompom/htwtxt/archive/refs/tags/1.0.7.tar.gz
tar xf htwtxt.tar.gz && cd htwtxt-1.0.7 && go mod init htwtxt && go mod tidy && go install htwtxt
both worked just fine…
@bender@twtxt.net here… Enjoy 🦊🧡 😂
@aelaraji@aelaraji.com hehehehe! Being a nine years old container, the first thing to do is to bring the code complaint to the latest Go release. :-P
Yeah, metadata is an extension, and not part of the original spec.
@movq@www.uninformativ.de been getting so sloppy my feed is slowly turning into a fox nursery, I might end up renaming it into nature-reserve.txt
@bender@twtxt.net highly probably, unless I learn go and implement it myself (or someone else more capable does) … but I’m so lazy I’d just copy them from twtxt.net and call it a day xD and yeah, it’s kinda rough the way things are…
- I don’t see a way to follow others, all I can do is go to the /feeds URI for a list of the server’s users/feeds.
- I still couldn’t figure out how to get a direct link to a user’s twtxt file, curling /feeds/usernick spits out a list of the user usernick twts, so I guess you could use that to follow them.
- no way to add in your
# nick = usernick
/# url = proto://domain.ltd/path/to/twtxt.txt
…etc. Probably because that wasn’t part of the spec back then?
So yeah, it would make for a nice project while learning Go. :P
@movq@www.uninformativ.de I know, right?! Kind of jealous, I love those little rascals! :-D
@aelaraji@aelaraji.com Lots of foxes around here lately. 🥴
@lyse@lyse.isobeef.org I don’t see a single reply on that feed. Looks like a one way kind of feed to me, but I might be wrong.
@aelaraji@aelaraji.com you will have to compute hashes by hand, right? How is the timeline, to read from those you follow? I figure it was a nice exercise to raise the dead, but with very little practical purposes, wouldn’t you agree? ;-)
@prologic@twtxt.net it seems to have stabilised on 18.1.1, just when 18.2 is around the corner (9 December?). All good. :-)
@bender@twtxt.net Can’t say I have sorry 😔
@bender@twtxt.net Yep! Twtxt spec by the letter I guess 🥲
Ever made an Oopsie, fixed it then Fuxed it up all over again? That’s clearly my queue to get AFK … Have a good one TWTXT!
@aelaraji@aelaraji.com I am sure @yarn_police@twtxt.net already knows. Nothing passes by law and order here!
well… 🦊
I’m getting way too comfortable with editing twts and fixing Eff’ ups… I gotta stop auto-syncing my twtxt file, at least I’ll have a breathing room for quick fixes when needed. I know, Michael Lucas might not approve of this but, I wouldn’t want the @yarn_police@twtxt.net in the middle of the night, right?
Alright, I gave #htwtxt container a quick spin. The thing lives and feels dead simple, like, echo -e “date -Im
\tHello world!” >> twtxt.txt kind of simple but with a GUI. and I LOVE IT! Now let’s see if we can rebuild the image with the latest version of htwtxt.
@movq@www.uninformativ.de Her maiden name is Raider.
@movq@www.uninformativ.de I like it!
@bender@twtxt.net 😃 Pronunciation: Marie Twixt?
If John Mastodon feats are spoken about on Mastodon, Marie Twtxt is our heroine!
@bender@twtxt.net + a 9 years old container image by the good ol’ buckket himself … not sure what to expect from that but will give it a quick spin and report back
@aelaraji@aelaraji.com LOL. All good mate.
I didn’t mean as if I was perceiving the use of Yarn to be malicious, but rather not accurate, and perhaps misleading, or confussing. But I got it when Soren explained it. He used yarn (lower case) after twtxt, because at some point there were considerations to call the “evolved” twtxt, with the several additions/enhancements, “yarn”. After all, current twtxt/yarn has moved beyond the original twtxt.
@bender@twtxt.net I kinda fixed it, but there’s still a hell lot more than that still waiting to be fixed 😅
@bender@twtxt.net Aye Aye, Captain 🫡
@bender@twtxt.net 😆 Would calling it a Single user Twtxt "Yarn Pod **Like**" software
help you sleep better at night? And just in case things are not clear here, I’m being sarcastic (well, kinda…) and not trying to gaslight anyone. Think of my comment as Bromance or something like that LOL.
But seriously, Just like any UNIX-Like system to Unix™, as in non of them are UNIX™, but each of them is providing more or less similar experience and re-implementing what once was parts of “UNIX™ software” their own (more or less better) ways. Timeline is Yarn™ Pod like, (my personal take on the word pod is: “an instance of XYZ software acting an escape POD from X-BS for… ABC reasons.”) providing more or less of a similar experience, implementing some of Yarn.social Extensions, trying to add in some more …etc.
Otherwise, I don’t see the Yarn pod
mention as some kind of malicious manoeuvre, but more of a tribute to what (might have) sparked inspiration for creating Timeline? Also, our friend @sorenpeter@darch.dk here has got a valid reason for using PHP (#tms7aka) so let’s let’s put our unease towards the language itself aside and maybe just help however/as much as we can in order to make internet (the World?) a better place.
@lyse@lyse.isobeef.org excellent way to poke a sleepy (not sleeping) feed! :-)
@mckinley@mckinley.cc Regarding https://mckinley.cc/notes/20241120-css3-announcement.xhtml, I’m wondering why you support viewing your website on a printer? :-)
@bender@twtxt.net Oohh, I see! :-D
@lyse@lyse.isobeef.org “EF” is the sound of “F”. Like, “the fuck this feed is muted..” kind of sound. :-D
@xuu I don’t understand. Apart from the sentence being incomplete, what’s “EF”?
\u2028
from the description. Also, could the description field be changed to a textarea
instead? Preferably to one who will "understand" new lines, and convert them to \u2028
automatically?
@prologic@twtxt.net I just realised this might not be accurate. Looks like “Settings” is missing whatever you added to “Profile” to show the line breaks, which made me believe the \u2028
were being stripped on save. That might not be the case.
A heads up, so you know where to look.
@sorenpeter@darch.dk GNU/Linux is “GNU, with Linux added”. Not the same thing (an erroneous comparison), but I get the gist now, though it can be confusing. Thanks! :-)
@bender@twtxt.net The tagline of Timeline is “a single user twtxt/yarn pod” not just a yarn pod. Similar to GNU/Linux. When we came up with the concept of Yarn Social it was a way to rebrand twtxt with the extensions that makes conversations like this possible.