@jost@jost.sdfeu.org Yeah replying is pretty easy if you see the first reply. Just preserve the so-called “Subject” 🤣
@kiwu@twtxt.net awww you got this kiwu <3
@jost@jost.sdfeu.org welcome!
@kat@yarn.girlonthemoon.xyz the culprit was, as always, a typo’d dd
command
@jost@jost.sdfeu.org Hey 👋
My next try with twtxt - because it’s the closest to my idea of microblogging.
@kiwu@twtxt.net Congrats 🥳
@movq@www.uninformativ.de 🤣 LMAO! this one caught me off guard, I wasn’t expecting THIS
@eldersnake@we.loveprivacy.club Yeah, it’s really the last thing we need. I’d love to see X11 getting more attention – but not like this …
@lyse@lyse.isobeef.org you will have to agree, though, that Yarn has contributed to make it possible to mass adopt (with its many glitches, bugs, and all) because, still, the web is king.
@movq@www.uninformativ.de yeah, I think something glitched at my end for a brief moment. It does it just fine.
@bender@twtxt.net This should be a core feature, no configuration required. 🤔
How do you get your man pages to hyphenate? Mine doesn’t do it.
@kat@yarn.girlonthemoon.xyz On the one hand, all these programs have a very long history and the technology behind manpages is actually very powerful – you can use it to write books:
https://www.troff.org/pubs.html
I have two books from that list, for example “The UNIX programming environment”:
https://movq.de/v/c3dab75c97/upe.jpg
It’s a bit older, of course, but it looks and feels like a normal book, and it uses the same tech as manpages – which I think is really cool. 😎
It’s comparable to LaTeX (just harder/different to use) but much faster than LaTeX. You can also do stuff like render manpages as a PDF (man -Tpdf cp >cp.pdf
) or as an HTML file (man -Thtml cp >cp.html
). I think I once made slides for a talk this way.
On the other hand, traditional manpages (i.e., ones that are not written in mandoc) do not use semantic markup. They literally say, “this text is bold, that text over here is italics”, and so on.
So when you run man foo
, it has no other choice but to show it in black, white, bold, underline – showing it in color would be wrong, because that’s not what the source code of that manpage says.
Colorizing them is a hack, to be honest. You’re not meant to do this. (The devs actually broke this by accident recently. They themselves aren’t really aware that people use colors.)
If mandoc and semantic markup was more commonly used, I think it would be easier to convince the devs to add proper customizable colors.
@kat@yarn.girlonthemoon.xyz Any time 😅
@prologic@twtxt.net THANK YOU SO MUCH OMG!!!
@kat@yarn.girlonthemoon.xyz Here’s the full config I use.
@prologic@twtxt.net haha yeah for the youtube rules i just copied the first JSON block in your screenshot (i typed it out) and it miraculously worked! yayyy
@kat@yarn.girlonthemoon.xyz Cool! 😎 Yeah I’ll add that soon™
@kat@yarn.girlonthemoon.xyz Oh sweet! I was gonna say, setting up those rules is a bit “complicated” 🤣 But I’m glad you worked it out! 👌
YAYYY TY @prologic@twtxt.net NOW I HAVE IMAGE & YOUTUBE EMBEDS ON MY YARN POD 🎉🎉🎉
@prologic@twtxt.net AHA the .*
entry did the trick! i originally had these rules in there, they were added by default except for the youtube rules:
imgur\.com
giphy\.com
imgs\.xkcd\.com
reactiongifs\.com
githubusercontent\.com
youtube\.com
yt.\be
also oooh the missing feature sounds very handy!
Hello @jassim@twtxt.net 👋
@kat@yarn.girlonthemoon.xyz Ahh what do you mean by images don’t embed? They definitely should! By default however all domains are blocked, so you might want to either allow some domains or just put in a .*
entry to allow all/any domsins. Screenshot attached
@movq@www.uninformativ.de WHATTTTT WHY DO THEY MAKE THIS SO HARD
@lyse@lyse.isobeef.org @kat@yarn.girlonthemoon.xyz Colorized manpages have been a thing for a very long time:
https://movq.de/v/81219d7f7a/s.png
Problem is, hardly anybody knows this, because you configure this by … drumroll … overwriting TERMCAP entries of less
in your ~/.bashrc
:
export LESS_TERMCAP_md=$'\e[38;5;3m' # Bold
export LESS_TERMCAP_me=$'\e[0m' # End Bold
export LESS_TERMCAP_us=$'\e[4;38;5;6m' # Underline
export LESS_TERMCAP_ue=$'\e[0m' # End Underline
export GROFF_NO_SGR=1 # Needed since groff 1.23
@lyse@lyse.isobeef.org we NEED syntax highlighting in our man pages!!!! (FWIW i think bat can do that lol)
@lyse@lyse.isobeef.org BLUE DA BA DI BA DI DAAAA hahah iconic!!! ladida is suchhh a good song i was so obsessed with it when it came out in 2020
/short/
if it's of this useless kind. Never thought that they ever actually will improve their Atom feeds. Thank you, much appreciated!
@lyse@lyse.isobeef.org perfectly fine, don’t worry about it!!! this looks really cool TY for sharing it :D
/short/
if it's of this useless kind. Never thought that they ever actually will improve their Atom feeds. Thank you, much appreciated!
@kat@yarn.girlonthemoon.xyz @movq@www.uninformativ.de Sorry, I neither finished it nor in time. :-( That’s as good as it’s gonna get for the moment: https://git.isobeef.org/lyse/gelbariab/-/tree/master/rss-proxys?ref_type=heads
The README should hopefully provide a crude introduction. The example configuration file is documented fairly well, I believe (but maybe not). You probably still have to consult and maybe also modify the source code to fit your needs.
Let me know if you run into issues, have questions, wishes etc.
Hahaha, I first thought of https://www.youtube.com/watch?v=zA52uNzx7Y4
when I read @kat@yarn.girlonthemoon.xyz’s “lyrics”. ;-)
Doesn’t sound bad, I like it. The synth reminded me of some song by Beast in Black.
@movq@www.uninformativ.de @kat@yarn.girlonthemoon.xyz I also wondered for a very long time why nobody improved the man experience in the terminal. I’d love to see links and more colors.
@movq@www.uninformativ.de it’s so scary save urself
@movq@www.uninformativ.de yeah man pages are good but these days i kinda prefer tldr and especially cheat.sh
@kiwu@twtxt.net i remember when this shit came out godddd it was electric
@prologic@twtxt.net hii thank you!
@lyse@lyse.isobeef.org thank you!!!
@kat@yarn.girlonthemoon.xyz its so groovy and teen beach esque!
@kat@yarn.girlonthemoon.xyz what a time to be alive
@kat@yarn.girlonthemoon.xyz I still haven’t tried it. 🤐 Some day, perhaps …
@kiwu@twtxt.net Hello. 😅
@thecanine@twtxt.net image is so real lol literally me
@lyse@lyse.isobeef.org YEAH THEY ARE SOOO GOOD SINGING TOGETHER!!! it’s kind of their label (hello project)’s thing :]
@kiwu@twtxt.net somehow never got into this one, i gotta change that