:diffoff
a vim command...
@prologic@twtxt.net it offends someone with a diff
erent opinion? š¤£
No, seriously⦠:diffoff
is used to disable vimās diff mode thatās usually started running vim -d someFile someOtherFile
or by having both files on a split window and applying :diffthis
on both panes. (just learned this this morning)
@movq@www.uninformativ.de All my cameras have an optical zoom. The current one even reaches 18x optical magnification. This feller was very relaxed as we snuck up on him. We didnāt want to scare him off, so we stopped at around four meters. Still, some zoom factor was used to caputure him. :-)
The last few days were very sunny, so is today and the next couple days. One just has to keep moving, or it gets too cold.
@prologic@twtxt.net Itās hosted at home on an computer I didnāt use anymore. It worked well for a few months, and since maybe the beginning of December, it begun to be very slow. But like I said, I have no time for that now, but if I have questions when Iāll look, Iāll think of you š (but I was thinking about installing a new OS before these problems, I may just do that).
I donāt know. Maybe itās dumb secure for ddos and botnets? But it can be used not only with IRC
We both first thought there is an old helium balloon in the meadow downhill next to the narrow path. However, it was actually a heron against the light. Bloody cool! We passed it at just four meters distance, it didnāt even care about us. I definitely broke my last record from the day after yesterday. Heck, yeah!
@doesnm@doesnm.p.psf.lt How did you post from IndiePass? Did you add support for twtxt or use some kind of bridge?
nick = _@domain.tld
in the twtxt.txt?
Iāve implemented Use only nick as handle if nick and domain is the same Ā· sorenpeter/timeline@8c12444
See it live at:
- nick = domain: https://darch.dk/timeline/profile?url=https://eapl.me/tw.txt
- nick ā domain: https://darch.dk/timeline/profile?url=https://twtxt.net/user/prologic/twtxt.txt
- no nick, use domain: https://darch.dk/timeline/profile?url=https://akkartik.name/twtxt.txt
Iām not sure I like the leading @
thouā¦
nick = _@domain.tld
in the twtxt.txt?
What should the advantage be to nick = _
compared to just not defining a nick and let the client use the domain as the handle?
What is not intuitive is that you put something in the nick field that is not to be taken literary. The special meaning of _
is only clean if you read the documentation, compared to having something in nick that makes sense in the current context of the twtxt.txt.
If NICK = DOMAIN then only show @DOMAIN
So instead of @eapl.me@eapl.me it will just be @eapl.me
@doesnm@doesnm.p.psf.lt So the user should then set nick = _@domain.tld
in the twtxt.txt?
It seems more intuitive and userfriendly to just use: nick = domain.tld
and have then convention for clients to render the handle as @domain.tld instead of @domain.tld@domain.tld
For a feed with no nick defined (eg. https://akkartik.name/twtxt.txt) it will also be simpler and make more sense to just use the domain as the nick and render it as @domain.tld
and going back to a handle you could input in your client to look for the user/file, like @nick@domain.tls
I think Webfinger is the way to go. It has enough information to know where to find that nickās URL.
@prologic@twtxt.net does that webfinger fork made by darch work OK with yarn as it is now? (Iāve never used it, so Iām researching about it)
https://darch.dk/.well-known/webfinger/
If NICK = DOMAIN then only show @DOMAIN
So instead of @eapl.me@eapl.me it will just be @eapl.me
Iām just having a similar issue with a podcast I just uploaded on Castopod (which supports ActivityPub).
My first thought was creating a subdomain with the name of the podcast mordiscos.eapl.me
Then I watched that the software allows many podcasts in the same domain, so I had to pick a handle:
https://mordiscos.eapl.me/@podcast
So now I have @podcast@mordiscos.eapl.me
when this one is āmore correctā @mordiscos@podcast.eapl.me
or it could even be @mordiscos.eapl.me
I wasnāt aware of all that when I setup Castopod (documentation might improve a lot, IMO)
My point here is that itās something important to think from the start, otherwise is painful to change if itās already being used like that.
One thing Iāve learned over the many years now (approaching a decade and a half now) about self-hosting is two things; 1) There are many āassholesā on the open Internet that will either attack your stuff or are incompetent and write stupid shit⢠that goes crazy on your stuff 2) You have to be careful about resources, especially memory and disk i/o. Especially disk i/o. this can kill your overall performance when you either have written software yourself or use someone elseās that can do unconfined/uncontrolled disk i/o causing everything to grind to a halt and even fail. #self-hosted
@prologic@twtxt.net thereās @deadblackclover@deadblackclover.netās twtxt-el already, I couldnāt use it correctly when Iāve had just discovered it (yes, #emacs skill issues) ⦠but it has been updated since then. I should give it another spin š
@movq@www.uninformativ.de Absolutely! Truly amazing work and excellent explanations.
Iām pretty sure they didnāt tell us this in school either.
I donāt remember what topic it was, but some of the maths lectures at uni were heaps better in linking several matters together. In school we were always told: And now for something completely different, we start a new topic, so when you kids havenāt understood the previous one, worry not, now you got the chance to maybe get this one and improve your maths grade. Only at uni we were actually taught that itās in fact basically exactely the same thing as something else, just with some slightly tweaked rules. If I only were told this a decade earlier or so. It would have made stuff sooo much easier.
2024 was a funny year: The year begins and ends with calendar week 1:
The one in January being 2024-W01 and the one in December 2025-W01.
š¤
(Hmmm, my printed LaTeX calendar using tikz-kalender gets it wrong or uses different week definitions. It shows next week as 53. š¤)
@prologic@twtxt.net, do you use zsh
on macOS, or do you change it to, say, bash
?
Wait Usernet is alive? Does it using NNTP or some other modern technology?
@lyse@lyse.isobeef.org Beautiful shots as usual! thank you for sharing these with us. š¤
@prologic@twtxt.net Well I just mirrored yarndās JSON in my webfinger endpoint and lookup, so not much else to do for standardization.
And for people who donāt like PHP you can always just go with Added WebFinger support to my email address using one rewrite rule and one static file. or simply putting a static JSON in place for .well-know/webfinger
I like the cleaness and indiewebness of using just domains for handles/shorthands similar to blusky, but the situations with more users on the same domain and that people in the fediverse (threads too?) are already familiar with the syntax speaks for webfinger. And since we already got support for webfinger in both yarnd and timeline it makes sense to stick with it.
I think we could discuss on implementation details like URLs and Handles.
@nick@nick (Masto/Yarn style)
vs
@nick.eapl.me and @eapl.me (Bsky style)
I see, for example, that yarn
shows my account as @eapl.me@eapl.me which looks āweirdā although itās not wrong since my domain and my nick are the same. Honestly I like more the Bsky approach as in https://bsky.app/profile/eapl.me for @eapl.me, as when you look for https://eapl.me, itās my home page.
Also, I didnāt get it completely if you are also proposing a URL standard using subdomains, like https://nick.domain.tls. I only want to point out that these are more difficult to handle from shared hostings, so Iād prefer to also allow https://domain.tls/nick/
since twtxt is based on text files, I think you can consider @domain.tld as an alias of http://domain.com/twtxt.txt (or https://domain.com/tw.txt, among other combinations in the wild).
Or perhaps you can use DNS TXT records?
Although I think thatās a bit more complicated for some environments and users, Iād go with looking for a default /tw*.txt
One benefit with bluesky is your username is also a website. And not a clunky URL with slashes and such. I wish twtxt adopted that. I have advocated for webfinger to for twtxt to let us do something like it with usernames. Nostr has something like it
By default the bsky.social urls all redirect to their feeds like: hmpxvt.bsky.social
Many custom urls will redirect to some kind of linktree or just their feed cwebonline.com or la.bonne.petite.sour.is or if you are a major outlet just to your web presence like https://theonion.com⬠or https://netflix.com
Its just good SEO practice
Do all nostr addresses take you to the person if typed into a browser? That is the secret sauce.
No having to go to some random page first. no accounts. no apps to install. just direct to the person.
Tab
and expected it to auto-complete. š¤¦
@movq@www.uninformativ.de HAHA! speaking of reflexes, Ctrl+SHIFT+v
to paste and Ctrl+a
to get to the start of the line, get me all the time when Iām using a browser ⦠Ctrl+w
(delete back a word) is the worst! tabs go Pouf! š„²
@movq@www.uninformativ.de Interesting! I always use uBlock Origin to do that.
I used to display on my laptop what is displayed behing my back with ffmpeg, using āffplay -f x11grab -s 800x600 -i :0.0+1366,0ā, but it seems -s flag no longer exist. How do I set the resolution please?
@movq@www.uninformativ.de I know, nobody asked 𤔠but, here are a couple of suggestions:
- If youāre willing to pay for a licence Iād highly recommend plasticity itās under
GNU LESSER GENERAL PUBLIC LICENSE, Version 3.
- Otherwise if you already have experience with CAD/Parametric modeling you could give freeCAD a spin, itās under
GNU Library General Public License, version 2.0
, it took them years but have just recently shipped their v1.0 š
- or just roll with Autodeskās Fusion for personal use, if you donāt mind their āOh! You need to be online to use itā thing.
(Letās face it, Blender is hard to use.)
I bet youāre talking about blender 2.79 and older! š you are, right? JK
@lyse@lyse.isobeef.org Mostly small and simple stuff, like cable management, headphone rests, pill dispensers (that I didnāt end up using), ⦠The most elaborate thing I made was that contraption for my keyboard, which is a bit hard to explain right now, so hereās some photos:
I didnāt end up using that, either. š„“
In general, I print very little. So little that some of my supplies have simply gone bad, like that ā3D LACā (sprayable glue).
@aelaraji@aelaraji.com Yeah, I saw that when googling the issue. Iām on Linux, there are no DLLs to swap. I could use an older version indeed. š¤ Letās see if I can find some better alternative first. (Letās face it, Blender is hard to use.)
METAR
ā Read more
the feed is made using my own cli app called txtlog, it also supports bluesky cross-posting as well!
the feed is made using my own cli app called txtlog, it also supports bluesky cross-posting as well!
the feed is made using my own cli app called txtlog, it also supports bluesky cross-posting as well!
Goodbye Blender, I guess? š¤
A bit annoying, but not much of a problem. The only thing I did with Blender was make some very simple 3D-printable objects.
Iāll have a look at the alternatives out there. Worst case is I go back to Art of Illusion, which I used heavily ~15 years ago.
@eapl.me@eapl.me you could use the tw.txt as your primary url and keep the old one as a secondary for a while (maybe even do the opposite) maybe even create the new tw.txt file and make use of the prev metadata pointing at the old ⦠š¤·
# nick = eapl.me
# url = https://eapl.me/tw.txt
# url = https://eapl.me/twtxt.txt
or ā¦
# url = https://eapl.me/tw.txt
# prev = https://eapl.me/twtxt.txt
Iāll be using another URL for this twtxt.
The older one will redirect to the new for a while (Iām not sure what would happen if you follow both URLs, I assume itās better to add the new one and remove the older)
Please update your following list to https://eapl.me/tw.txt !
Iāll be using another URL for this twtxt.
The older one will redirect to the new for a while (Iām not sure what would happen if you follow both URLs, I assume itās better to add the new one and remove the older)
Please update your following list to https://eapl.me/tw.txt !
@doesnm@doesnm.p.psf.lt I sent that mention manually for a demonstration as mentioned in the previous twt. Used the curl method.
GNU Shepherd 1.0 Service Manager Released As āSolid Toolā Alternative To systemd
GNU Shepherd as a service manager for both system and user services that is used by Guix and relying on Guile Scheme has finally reached version 1.0. For those not pleased with systemd, GNU Shepherd can be used as an init system and now has finally crossed the version 1.0 milestone after 21 years of development⦠ā Read more
Organised my decades old ebook collection and cleaned up all the duplicates. The Czkawka application helped a lot with getting that done. Also - finally - using Calibre as our home digital library.
āA minimalist social network powered by plain text filesā
My brain keeps shortening this to āa socialist network ā¦ā and then jumps to āuhh, large parts of the US wonāt like thisā ā¦ š¤¦š¤Ŗ
I was thinking of ātw.txtā to avoid a double T issue⦠Anyway Iād say the extension and MIME type are important to know what a file (could) contain
https://developer.mozilla.org/en-US/docs/Web/HTTP/MIME_types/Common_types
Reading the original spec, I understand why it should be a .txt file instead of, letās say twtxt
or anything else. In any case it could be nick.twtxt
to support multiple users in the same directory.
What is curious to me was the decision at that moment of twtxt [dot] txt
. You have the text part twice š¤. Like mydb.db
or eapl_todo.todo
. Nothing really transcendental, just thinking out loud.
https://twtxt.readthedocs.io/en/latest/user/configuration.html
If I use Fedora on my PC, Vivaldi as my browser, Signal as my main messenger program, then which OS should my phone run on?
Thank you, @movq@www.uninformativ.de! Luckily, I can disable it. I also tried it, no luck, though. But the problem is, I donāt really know how much snakeoil actually runs on my machine. There is definitely a ClownStrike infestation, I stopped the falcon sensor. But there might be even more, Iāve no idea. From the vague answers I got last time, it feels like even the UHD/IT guys donāt know what is in use. O_o
Yeah, it is definitely something on my laptop that rejects connections to IPv4 ports 80 and 443. All other devices here can access the stuff without issue, only this work machine is unable to. The āConnection refusedā happens within a few milliseconds.
Unfortunately, I do not have the slightest idea how it works. But maybe I can look into that tomorrow. Kernel modules are a very good hint, thank you! <3
Youāre right, it might be some sort of fail-safe mechanism. But then, why just block IPv4 and not also IPv6? But maybe because the VPN and company servers require IPv4, there is zero IPv6 support. (Yeah, donāt ask, I donāt understand it either.)
@david@collantes.us my replay stayed pinned to the bottom of neomutt like an eye soar, I had to delete the OP. xD I still donāt know how to archive stuff in (neo)mutt.
a new emmanation of my trusty old vim config, now available as a home-manager nix module. now i can track my dependencies with nix instead of using git subtree and it makes installing backend programs like language servers and such way easier. https://src.ix.cyb.red/pe-vim/
If there a name for those of us who dislike AI generated imagery, or for the dislike of AI generated imagery in general? A composite German word would do! :-)
# nick = skinshafi
so... should I scream buuug ? š¤
@prologic@twtxt.net Iāve seen plenty but I doubt you could use any (other than PHP) to actually serve your pages, anything you want to serve, you put in a ~/public_xyz folder (your php files go there too for Apache to serve), no config files/server setting.
But donāt take my word for it, I just got there and still yet to meet people and learn a bit of IT wizardry from them ;)
@lyse@lyse.isobeef.org I freaking love this one!! It feels squeaky clean! Definitely using it for my sm0lweb stuff. Thank you for sharing š
@bender@twtxt.net Well, so far, Iām using the standard web client. Havenāt found a great client yet. 𫤠Mastodon/Fediverse is also very different from twtxt, there are way more images/videos that Iād like to see ā a TUI client like toot wouldnāt work for me.
Dunno, maybe Iāll make some changes in this area after christmas. Try self-hosting again or something like that ā¦
@prologic@twtxt.net I bet our twts are already being fed to circuit monsters⦠Remember the other day when Iād snapped out about some nonsense, being an A-Hole and what not? Iāve seen an AI company employee lurking around with not much interaction (if Iām not mistaken), so my mind went on auto-pilot mode thinking āThis !#@%$ must be feeding us to the circuit peggy monster!! Arrr š¤ā š¤£š¤£š¤£ but then again, one shouldnāt judge a book by itās cover (or an employee by his title) right?