due to the gemini-centric nature of my setup, I don’t get webmentions. I just scrape the network and grep. maybe my aggregator will produce notifications at some point lol
@codebuzz@www.codebuzz.nl I have some shell scripts that handle some of the log formatting details, but I mostly write my mesages by hand. Lately I’ve been browsing twtxt.net since they aggregate most of the known network. I have a couple of demo aggregators sitting around, but I’m in the middle of some infra rebuilds so a lot of my services are offline rn. They’re both built on a simple social graph analysis that extracts urls for your direct follows the follows listed on each of those feeds (friend-of-a-friend replication). certain formatting operations are awkward with my setup, so I may write an app of some kind in the future. likely gemini-based, but I have a number of projects ahead of that one in the queue.
@codebuzz@www.codebuzz.nl I have some shell scripts that handle some of the log formatting details, but I mostly write my mesages by hand. Lately I’ve been browsing twtxt.net since they aggregate most of the known network. I have a couple of demo aggregators sitting around, but I’m in the middle of some infra rebuilds so a lot of my services are offline rn. They’re both built on a simple social graph analysis that extracts urls for your direct follows the follows listed on each of those feeds (friend-of-a-friend replication). certain formatting operations are awkward with my setup, so I may write an app of some kind in the future. likely gemini-based, but I have a number of projects ahead of that one in the queue.
@Codebuzz@www.codebuzz.nl how did you end up with a broken incomplete mention here? 🤔
Alternatively, if you prefer yarnd to pretty-print all twts nicely, even ones from simpler clients, that’s fine too and you don’t need to change anything. My ¼ -> ¼ thing is nothing more than a minor irritation which probably isn’t worth overthinking.
Yeah I’ve closed the PR, I just wanted to write it up and see what we all thought. Much easier to talk to a concrete spec proposal sometimes. I realised as I was writing it too that it wasn’t really going to achieve much in practise. I think we all agree 👍
What’s wrong with my original suggestion of doing the transformation before the text hits the twtxt.txt file? @prologic, I think it would achieve what you are trying to achieve with this content-type thing: if someone writes ¼ on a yarnd instance or any other client that wants to do this, it would get transformed, and other clients simply wouldn’t do the transformation. Every client that supports displaying unicode characters, including Jenny, would then display ¼ as ¼.
So many clients do client-side transformation already, mostly in the form of @-mentions. e.g: If I @falsifian@www.falsifian.org mention you, that gets transformed into the full proper Twtxt mention syntax. We could in theory transform other things too, but I see little value in doing so? 🤔 – Also it’s probably more a “Client” recommendation anyway at that point right?
@falsifian@www.falsifian.org Only that this rendering behavior comes from yarnd
’s Markdown parser library that is used:
What has text/markdown got to do with this? I don’t think Markdown says anything about replacing ¼ with ¼, or other similar transformations. It’s not needed, because ¼ is already a unicode character that can simply be directly inserted into the text file.
@david@collantes.us On it! 🤣
TXT
DNS records? :-P Like so:
@david@collantes.us Bahahahahaha 🤣
No apology necessary. I think it brings little to no value.
@david@collantes.us Juat buy it 🤣🧐
Hey, @ I know. Just wondering the kind of apps or software and how you all stay up to date in conversations. Is it through webmentions?
@david@collantes.us How much of a computer does it have to be? Would a ZimaBoard do the trick? I don’t have a wife, so I wouldn’t know any better 😅
How about storing the contents of the twtxt.txt file in TXT
DNS records? :-P Like so:
dig +short txt poem.netbros.com | sed 's/[\" ]//g' | base64 -d
@prologic@twtxt.net shut that down, man! I’ll give you a nickel for it! 🤭
So, we need a computer for house (that is, wife and I) usage. We have none, we rely on our pocket computers. I would like to fill the void with the recently announced Mac mini. What technique could I use with an already stressed out wife, to accomplish this goal? 😅
1/4
to mean "first out of four".
@bender@twtxt.net I try to avoid editing. I guess I would write 5/4, 6/4, etc, and hopefully my audience would be sympathetic to my failing.
Anyway, I don’t think my eccentric decision to number my twts in the style of other social media platforms is the only context where someone might write ¼ not meaning a quarter. E.g. January 4, to Americans.
I’m happy to keep overthinking this for as long as you are :-P
ASUS Tinker Board 3 SBC with Linux Support Starts at $89.59
The Tinker Board 3 is a compact, fanless single-board computer powered by the Rockchip RK3566 SoC, designed for embedded and IoT applications that require multi-display capabilities, wireless connectivity, or Gigabit Ethernet support. This board integrates a quad-core Arm Cortex-A55 processor with a 64-bit Arm v8 architecture. It comes with either 2GB or 4GB LPDDR4X memory
@bender@twtxt.net @prologic@twtxt.net I’m not exactly asking yarnd to change. If you are okay with the way it displayed my twts, then by all means, leave it as is. I hope you won’t mind if I continue to write things like 1/4
to mean “first out of four”.
What has text/markdown
got to do with this? I don’t think Markdown says anything about replacing 1/4
with ¼, or other similar transformations. It’s not needed, because ¼ is already a unicode character that can simply be directly inserted into the text file.
What’s wrong with my original suggestion of doing the transformation before the text hits the twtxt.txt file? @prologic@twtxt.net, I think it would achieve what you are trying to achieve with this content-type thing: if someone writes 1/4
on a yarnd instance or any other client that wants to do this, it would get transformed, and other clients simply wouldn’t do the transformation. Every client that supports displaying unicode characters, including Jenny, would then display ¼ as ¼.
Alternatively, if you prefer yarnd to pretty-print all twts nicely, even ones from simpler clients, that’s fine too and you don’t need to change anything. My 1/4
-> ¼ thing is nothing more than a minor irritation which probably isn’t worth overthinking.
So I am really curious, now that I am building upon @sorenpeter@darch.dk’s Timeline app, how other users write/add their twtxt, and how you follow conversations. Comment svp!
Spent some time cleaning up my AoC code to get ready for December 1st. Anyone else doing it this year? @prologic@twtxt.net we have to setup a new team each year?
@bender@twtxt.net The only changes I can foresee are really to yarnd
. As no other client I’m aware of really cares aall that much. 🤣 It’s only in an attempt to solve this. No I’m not sure about this 🤣
@asquare@asquare.srht.site No worries 😌
@asquare@asquare.srht.site I’m not really sure I understand sorry. Can you explain it like I’m 5? 😅
👋 PR to propose Feed Format Extension – Request for comment 🙏
@asquare@asquare.srht.site No it will not, because it needs to find the root twt. Doing so with a O(1) time complexity is far better than the alternative.
@asquare@asquare.srht.site Why “frightening”? And what does “protocol ossification” mean? Hmm 🧐
Oh, wow. That is a frightening level of protocol ossification.
Windows 95 runs faster on my powerful computer with 48 MB of RAM
Moved my email back into a single ‘inbox’ folder instead of trying to keep everything organised in sub-folders. Using Vivaldi’s labels instead for organising the messages. Makes sense because I sometimes had trouble if a message needed to be in multiple boxes.
@lyse@lyse.isobeef.org Cool! Literally 🥶 When do you expect leaves to be falling from trees? 🤔
I think realistically the only way to resolve this is to formally support and define a specification for feed formats. The available mime types lists two formats that I think are important here. text/plain
and text/markdown
. I believe a specification that defines and formalizes this so that a feed author can state in their feed that their feed is primarily text/plain
or text/markdown
or via HTTP headers (not mandatory) will work here. I also think it might be worthwhile niversing this and defaulting to text/plain
(by design and by default, spec TBD) and then clients like yanrd
can just be updated to declare text/markdown
.
@aelaraji@aelaraji.com No need to be sorry 🤗
@slashdot@feeds.twtxt.net Really?! And we expected what to happen exactly? 🤔
I installed GrapheneOS for the first time on Wednesday last week on a used Pixel 7a, and I’m impressed. Installation was almost seamless, and I was able to do it from another Android phone. I’ve run into very few wrinkles, even using Google’s proprietary apps with GrapheneOS’s “sandboxed” version of Google Play Services. The main problems I’ve noticed: I can’t cast, and Google Timeline doesn’t seem to work (though I imagine the intersection between people keen to use GrapheneOS and keen to have Google log their location history is pretty small).
@thecanine@twtxt.net this is really fucked up! Do you have other examples? 🤔
@stigatle@yarn.stigatle.no No worries 🤗 Last Sat of every month 🤞
@stigatle@yarn.stigatle.no This seems cool hmmm 🧐
@prologic@twtxt.net I’m not a yarnd user, so it doesn’t matter a whole lot to me, but FWIW I’m not especially keen on changing how I format my twts to work around yarnd’s quirks.
I wonder if this kind of postprocessing would fit better between composing (via yarnd’s UI) and publishing. So, if a yarnd user types ¼, it could get changed to ¼ in the twtxt.txt file for everyone to see, not just people reading through yarnd. But when I type ¼, meaning first out of four, as a non-yarnd user, the meaning wouldn’t get corrupted. I can always type ¼ directly if that’s what I really intend.
(This twt might be easier to understand if you read it without any transformations :-P)
Anyway, again, I’m not a yarnd user, so do what you will, just know you might not be seeing exactly what I meant.
Wazup
I’m annoyed with python’s writexml.
Maybe I should file a bug, but I’m not sure I’m willing to dive into that rabbit whole.
So, instead, I wrote a little rant:
Howdy - Levelsio brought me here from Twitter
I had an windows98se. Only CD and no PC. Is windows95 better?
The last week I’ve been playing around with https://github.com/comfyanonymous/ComfyUI , dang good tool for testing ai models and such. I really like the node based workflow.
And makes it super easy to test any AI model.
Only thing I miss now - is one of those image to video setup’s, that’s what I’m working on fixing now. So that I can generate images, and then automatically make them into short videos as well.
Fun to play around with.
@prologic@twtxt.net I’ll try and join next time :) I did not see your reply until now.
AI Slop Is Flooding Medium
AI slop is flowing onto every major platform where people post online – and Medium is no exception. Wired: The 12-year-old publishing platform has undertaken a dizzying number of pivots over the years. It’s finally on a financial upswing, having turned a monthly profit for the first time this summer. Medium CEO Tony Stubblebine and other executives at the company have described the platform as “a home for human writing.” But … ⌘ Read more
@sorenpeter@darch.dk I’ve been using weechat for a while then when I started learning my way around Emacs I switched to Circe … a couple months later I setup ZNC, rolled with it for some time but wasn’t sure if I wanted to stick with it. Now I’m mainly using TheLounge and do find it convenient accessing it from anywhere. but quite honestly, I don’t have a preference.
@prologic@twtxt.net yeah, sorry about that, I shouldn’t have put something like that out there in the fist place. It started as a completely different twit then I got overwhelmed noticing that I may have became the exact same thing I despise the most 🤦
@bender@twtxt.net Dam that’s small 🤣 Nice! 👍
ESP32-P4-NANO Combines ESP32-P4 and ESP32-C6 Chips for PoE and Wireless Connectivity
Waveshare has launched the ESP32-P4-NANO board, powered by the ESP32-P4 SoC featuring RISC-V dual-core and single-core processors. This board is tailored for advanced HMI and edge computing applications. Equipped with Wi-Fi 6 and Bluetooth 5/BLE via the onboard ESP32-C6-MINI module, it ensures efficient wireless connectivity through the SDIO interface. The ESP32-P4 chipset in … ⌘ Read more
Exactly! But you still have to sign up to “their” platform. da fuq?! I smell something fishy here 🤣
But you have to sign-up though? wut?! 😟
@prologic@twtxt.net yeah short Nick is going to be unique enough. There is always olong Nick that adds the domain for differentiation.
@sorenpeter@darch.dk I run Weechat headless on a VM and mostly connect via mobile or dwsktop. I use the android client or gliwing bear. Work blocks all comms on their always on MitM VPN so I cant in office anymore. So I just use mobile.
We need more Windows 95 online
Hi from London, UK :-)
My guilty pleasure: raisin bread with salted butter and a slice of gouda cheese
hello y’all
@doesnm@doesnm.p.psf.lt I happy to be very good friends with the founder of IRCCloud who happens to be also my namesakes 😅
IRCCloud is shareware and proprietary :(. Free period only two weeks and after your connection disabled after two hours of inactivity. Maybe Quassel or TheLounge is better?
Currenly im use senpai in Termux and soju from p.psf.lt
Kenya active
wollop
ooooh were all
check 1-2-3
@slashdot@feeds.twtxt.net Ugh, do we really need more brainrot, even if it is more open? 😅
This works !
@bender@twtxt.net Yeah I mostly read IRC backlogs on mobile, very rarely talk per se 😅
The Fediverse Is Getting Its Own TikTok Competitor Called Loops
An anonymous reader quotes a report from TechCrunch: Similar to how Mastodon offers an open source, distributed version of X, the fediverse is getting its own TikTok competitor. This week, an app called Loops began accepting signups on its new platform for sharing short, looping videos. Still in the early stages, Loops is not yet open sourced, nor … ⌘ Read more
Yeah 😔
wth bro
@sorenpeter@darch.dk@darch.dk I use ITCCloud, am always online via my Desktop and ITC from the mobile app.
301 Moved Permanently
redirect(s) for https://dev.twtxt.net/ and all relevant pages to the new domain https://twtxt.dev 👌
david icke
HatDrive POE Plus HAT for Raspberry Pi 5 Power and NVMe Storage Integration
Pineboards launched the HatDrive! POE+, designed to simplify power and connectivity for the Raspberry Pi 5 through Power-over-Ethernet. This PoE+ HAT integrates both network connectivity and power delivery over a single RJ45 cable, providing a streamlined setup where multiple smaller devices can operate without the need for additional power cables. The HatDrive! POE+ enables both
What are peoples #IRC setup? Do you have your own bouncer server or just have a you computer always on? And do you IRC on mobile?
For .onion gophersites you can install Orbot App on android for VPN, than go by lynx or overbite app to gopher://magical.fish, then you can open the .onion site of magical.fish.
@bender@twtxt.net I tend to agree 👍
Neycer Robalino vs Hayden Green – Brisbane Flexi Season (Week 3) Div 1 Final - YouTube This is Neycer one of our coaches at the table-tennis club 🏓 that I play at vs. Hayden a top-rated QLD player (well not anymore 🤣). What a match! 😱 Go #Brisbane #Table-Tennis #BTTA
@aelaraji@aelaraji.com To be honest I thought the same too, I felt as though you were being a bit too harsh on yourself 😅 Chill 🤗
@bender@twtxt.net True, I’m just not sure we can have it both way? 🤔 I can turn smartypants off, but I do seem to recall you wanted it on 🤣
On my blog: Developer Diary, International Animation Day https://john.colagioia.net/blog/2024/10/28/animation.html #programming #project #devjournal
#MaradoWeekly #WeeklyRecord Week 44
My favourite part of Halloween is helping to set up the charity halloween party at a local school. Love decorating the haunted hallway and setting up the lights. Feels great to get those smiles on people’s faces.
First day back at school after our first real school vacation. Didn’t know where to start when a parent asked me about how our vacation was.