đ Hi, the current time is about a quarter till ten in the morning đ.
Pqp! A carteira de trabalho digital, um aplicativo do governo brasileiro, fazendo propaganda de um curso de IA. Quero socar (metaforicamente) todos que aprovaram e executaram essa palhaçada!
For what I can gather, kind of a waste of time, not a good solution. I might be missing bits, or may havenât grasp the entire âstoryâ.
@kat@yarn.girlonthemoon.xyz, see this one, regarding âAnubisâ (which I believe you use, right?): https://github.com/eternal-flame-AD/pow-buster
@kat@yarn.girlonthemoon.xyz, this one, regarding âAnubisâ (which I believe you use, right?): https://github.com/eternal-flame-AD/pow-buster
You can still help sponsor the Brazilian national #Python conference!
You can also donate a ticket so that a student can attend!
#PythonBrasil2025
@lyse@lyse.isobeef.org Omg, that is great. đ
@zvava@twtxt.net There would be only one hash for a message. Some to be defined magic date selects which hash to use. If the message creation timestamp is before this epoch, hash it with v1, otherwise hammer it through v2. Eventually, support for v1 could be dropped as nobody interacts with the old stuff anymore. But Iâd keep it around in my client, because why not.
If users choose a client which supports the extensions, they donât have to mess around with v1 and v2 hashing, just like today.
As for the school of thought, personally, Iâd prefer something else, too. Iâm in camp location-based addressing, or whatever it is called. There more I think about it, a complete redesign of twtxt and its extensions would be necessary in my opinion. Retrofitting has its limits. Of course, this is much more work, though.
@thecanine@twtxt.net Id like that too, it just canât come from me, because native mobile dev just isnât my thing đą
@zvava@twtxt.net And yes yarnd
does have a well documented API and two clients (CLI and unmaintained Flutter App)
@zvava@twtxt.net We can do that đ
Iâm happy to report, after the successful remix of System Of A Down with the Nooran Sisters from India in https://www.youtube.com/watch?v=mi106DZJhuQ I stumbled across something almost equally great from Pakistan, Nusrat Fateh Ali Khan: https://www.youtube.com/watch?v=aZYG-9usGPI Itâs a banger! The girls are unmatched, though.
@shizamura obrigadinho por me pores a mĂșsica do imakuni na cabeça anos depois, eu que jĂĄ pensava estar livre desse calvĂĄrio
Warum ist es nur so kniffelig ein Sudoku-RĂ€tsel zu erstellen?
Ich meine nicht, das Erstellen eines komplett ausgefĂŒllten Sets, sondern das Leeren der Felder so, dass ein einigermaĂen herausforderndes Sudoku mit nur einer Lösungsmöglichkeit entsteht. đ€
@zvava@twtxt.net Not much of a known fact these days, but thereused to be a Yarn phone app (https://git.mills.io/yarnsocial/app), last version released 5 or so years ago, but it still suggests, it has to be somewhat feasable, to make another one. I donât think anyone tried since, because the web version works well on phones, but Iâm still hoping, we get a more native phone experience, one day.
@lyse@lyse.isobeef.org i dont mind if the hash is not backward compatible but im not sure if this is the right way to proceed because the added complexity dealing with two hash versions isnt justified
regular end users wont care to understand how twt hashes are formed, they just want to use twtxt! so i guess i could work in protecting users from themselves by disallowing post edits on old posts or posts with replies, but iâm not fond of this either really. if they want to break a thread, they can just delete the post (though iâve noticed yarn handling post deletes dubiouslyâŠ)
on activitypub i do genuinely find myself looking through several month or even year old posts sometimes and deciding to edit/reword them a little to be slightly less confusing, this should be trivial to handle on twtxt which is an infinitely simpler specification
@bender@twtxt.net @thecanine@twtxt.net well now this has me thinking abt the feasibility of making an android twtxt app for pods, the actual apis of pods would have to be standardized (or the fucked up way that activitypub does it, where the âmastodon apiâ is the defacto client api (does yarn even have an api reference?)) or the client is just simply..a client..but editing feeds via PUT, PATCH, DELETE etc. is standardized!âŠ? (not to mention i dont even know where to begin making an android app lmao)
Wanting to add, this isnât a twtxt client. It is Yarnd on steroids! đ
@thecanine@twtxt.net it should work everywhere. It is a web application.
@zvava@twtxt.net love the direction this is heading, hope this soon evolves into a basic Android app, usable with any instance.
What a crazy color temperature this yellow orange was in person! Sick lighting this evening: https://lyse.isobeef.org/abendhimmel-2025-09-15/
@lyse@lyse.isobeef.org I didnât know they had a name, to be honest. When I/we last had a dot matrix printer, I just sat alone in the basement and made these. đ
@bender@twtxt.net Sigh. So itâs just me. Again. đ
[2025/09/11 12:56:01.816] â please set config.host
when trying to run "bbycll". How to bypass that tiny hurdle?
Adding too this. The configuration example at the repository reads:
{
"nick": "Example",
"description": "alice's twtxt instance!",
"host": "twtxt.example.com",
"admin": "alice"
}
Would it make more sense changing nick
to instance_name
or similar? Usually nick
is reserved for users, like here, quark
. Right? Also, is host
the same FQDN to be used while proxying traffic to the application? That is, using the above configuration, itâs Caddy configuration would be:
twtxt.example.com {
encode
reverse_proxy :31212
}
Is that correct?
[2025/09/11 12:56:01.816] â please set config.host
when trying to run "bbycll". How to bypass that tiny hurdle?
Hmm, twtxt Yarn is misbehaving. Canât even edit, nor delete. Oh well.
[2025/09/11 12:56:01.816] â please set config.host
when trying to run "bbycll". How to bypass that tiny hurdle?
On the configuration topic, the example at the repo reads like this:
â
Hmm, not experiencing that. Using Zen (Firefox), under Linux, with uBlock Origin.
@movq@www.uninformativ.de Luckily, I had a grep -v git
at the end, so my repo is still in working order. Phew. I wish find
had grep
-like --exclude-dir
and --exclude
options (or the include variants) instead of its own weird options that I never can remember and combine properly.
@movq@www.uninformativ.de Nice Jacobâs ladder. ;-) I had to look up this term, I also found Zig Zag. What do you folks call this in your languages? In German, itâs Hexentreppe (lit. Witchâs Staircase).
@zvava@twtxt.net It is just completely impossible to make v2 backwards-compatible with v1.
Well, breaking threads on edits is considered a feature by some people. I reckon the only approach to reasonably deal with that property is to carefully review messages before publishing them, thus delaying feed updates. Any typos etc., that have been discovered afterwards, are just left alone. Thatâs what I and some others do. I only risk editing if the feed has been published very few seconds earlier. More than 20 seconds and I just ignore it. Works alright for the most part.
Next level poop: Canât log in to reddit anymore with adblock enabled. It says invalid usename or password.
I âcreated two issuesâ today on #Processing, no I didnât introduce new bugs I just wrote two bug reports :)
https://github.com/processing/processing4/issues/1243
mobile navigation bar :3
sed -i s/⊠$(find âŠ)
. Clearly, I found too many files. That's the signal to go to bed.
@lyse@lyse.isobeef.org Yeah, Iâve corrupted a Git repo or two doing that ⊠đ„Ž
@zvava@twtxt.net I was about to suggest that you post some examples. By now, weâre pretty good at debugging hashing issues, because that happens so often. đ But it looks like you figured it out on your own. âïž
wait why are so many of my post hashes not generating correctly ;w;
edit: i read the spec wrong :3 only +/-00:00 is stripped, not the entire timezone offset >.<
@lyse@lyse.isobeef.org đđ
@prologic@twtxt.net im unsure how i feel about the hash v2 proposal, given it is completely backward incompatible with hash v1 it doesnât really solve any of the problems with it. it only delays collisions, and still fragments threads on post edits
i skimmed through discussions under other the proposals â i agree humans are very bad at keeping the integrity of the web in tact, but hashes in done in this way make it impossible even for systems to rebuild threads if any post edits have occurred prior to their deployment
@zvava@twtxt.net that makes it even more so exciting! đ
I corrupted my SQLite test database with sed -i s/⊠$(find âŠ)
. Clearly, I found too many files. Thatâs the signal to go to bed.
«⊠It all went well until 1980 or so, when Ronald Reagan appointed a new head of the EPA. The lady didnât like her stationery we had designed and with a simple âI want my daisy backâ undermined the overall graphic system. If the Queen doesnât like it, we donât like it became the attitude, and the program began to crumble. The old logo was fully reinstated and the graphic system was abandoned. A decade later, nobody at the EPA could find a copy of the Graphic Standards System, except a bunch of legalese that you will find on its website.
Iâm a fan of the EPA and all its efforts and hope that we helped in some small way for this agency to communicate within itself, to other government agencies, and with the American people. Iâm very grateful and appreciative that Jesse Reed and Hamish Smyth of Standards Manual, and Julie Anixter of AIGA, brought this document to life again. Have fun revisiting.»
(from the introduction by Steff GeissbĂŒhler)
«1977 United States Environmental
Protection Agency
Graphic Standards System
Designed by Steff GeissbĂŒhler,
Chermayeff & Geismar Associates
The EPA Graphic Standards System is one of the finest examples of a standards manual ever created. The modular and flexible system devised raised the standard for public design in the United States.
The book features a foreword by Tom Geismar, introduction by Steff GeissbĂŒhler, an essay by Christopher Bonanos, scans of the original manual (from GeissbĂŒhlerâs personal copy), and 48 pages of photographs from the EPA-commissioned Documerica project (1970â1977).»
Canât resist.
@prologic@twtxt.net I completely forgot about that topic ⊠đđ„Ž
@zvava@twtxt.net oh?! I shall play more âseriouslyâ with it soon then. Yay!
Should I make more T-shirts?
https://villares-shop.fourthwall.com/
https://umapenca.com/villares/
#Python #Processing #py5 #CreativeCoding #FLOSS #numpy #shapely #trimesh
@zvava@twtxt.net The first version of what is now yarnd
was built over a weekend đ
@zvava@twtxt.net Herw you go: https://git.mills.io/yarnsocial/twtxt.dev/pulls/28
@zvava@twtxt.net For the time being, just show both.
waitâŠ.so iâm like nearly done? it just works? and itâs fast? this feels like the end of the first all-nighter i pulled where i just got post creation done, unaware of the three weeks that would follow â like looking at the roadmap iâm definitely not done but bbycll is like actually kind of usable now o.o
PR is up for review though đ€
@zvava@twtxt.net we have to amend the spec and increase the hash length. We just havenât done so yet đ
ok so i have found a genuine twt hash collision. what do i do.
internally, bbycll relies on a post lookup table with post hashes as keys, this is really fast but i knew iâd inevitably run into this issue (just not so soon) so now i have to either:
  1) pick the newer post over the other
  2) break from specification and not lowercase hashes
  3) secretly associate canonical urls or additional entropy with post hashes in the backend without a sizeable performance impact somehow
@prologic@twtxt.net excellent, mate, thatâs what we like to read! Enjoy the weekend!
Great. Yet another messed up plain text e-mail part. The URL was actually HTML-escaped. Took me five attempts to figure this out, because of course it had to be several kilometers long. In fact, the e-mail stated: âPlease do not be surprised that the link is particularly long. It contains your personal configuration.â
A normal person is completely lost (thatâs why I got involved). Visting the broken URL opens a popup dialog suggesting to deactivate script blockers. Which I had already done upfront as a matter of prudence.
Fun bonus on top: The JWT in the link has identical iat
(issued at) and exp
(expiry) claims. The expiry is definitely not checked, itâs well in the past.
Medical software just has to be horrible. Itâs a law.
Thanks, @thecanine@twtxt.net. Itâs completely horizontal, I donât see any diagonals. Anyway, itâs great art, happy drawing!
Today is a good day! Took my daughter to art class, got a beard trim, wife is awesome and weâre all doing great đ€đ
@kat@yarn.girlonthemoon.xyz @kat@yarn.girlonthemoon.xyz Pretty sure I have many more mentions in the database than the one and only one I see hmmm đ€ â Iâll have a look at the code when I can and the SQL query itâs using
@bender@twtxt.net interesting đ€đ€
@bender@twtxt.net yayyyy!!!
@lyse@lyse.isobeef.org no, as mentioned this âdiagonal arrowâ eye shape, is usually used for a smug expression. The optional white part, is in this case, where the dogs sclera would be visible, while they have their eyes, like this.
Here is a comparison between a real dog, making the face it is based on, and the exaggerated drawn version.
Hahaha, @bender@twtxt.net, youâre just the best with the words! :-D I love it.
@thecanine@twtxt.net Yeah, what @bender@twtxt.net said. That tail is sick. Is this dog crying, though? The vertically elongated eye looks a bit like a tear running down.
@thecanine@twtxt.net super well done! I especially love that tail. I can almost see it moving!
Drawn based on a quick doodle, the canine returns victorious, from the battle of Hot Topic bargain bin, as smug as can be.
Whoever will be the first to inform him, the spikes arenât real gold and itâs most likely not even leather, meaning itâs not what heâs really been searching the universe for, better prepare themselves, to be jumped on, bitten and shredded by claws.
@bender@twtxt.net Absolutely. My computer science teacher was really great and in a lot of aspects very similar. Especially combining the theoretical and practical parts. Heâs also the main reason I ended up where I am today. Iâm very grateful to him. Mr. Burger, however, takes this on a whole new level.
We just had some lovely colors again: https://lyse.isobeef.org/abendhimmel-2025-09-12/
@kat@yarn.girlonthemoon.xyz hey, hey, good afternoon, happy Friday! Fandom site tag pages count. Word!
@kat@yarn.girlonthemoon.xyz nope, not normal. Something birdy (because why to use fishy all the time?!) is going on.
is it normal for my yarn pod mentions tab to be totally empty because itâs been like this from the start
good afternoon yarnverse i have done nothing productive so far. except edit my fandom site a little bit (i added tag pages!). does that count lol
@zvava@twtxt.net this is so coolâŠ
@zvava@twtxt.net please be sure to get enough rest!!! youâll be able to make something even better if youâre well rested :)
@lyse@lyse.isobeef.org thatâs an amazing way to teach, and one many old school (I remember my father telling me âschools need to teach both theoretical and practical skills!â) people will agree with. The fact that graduates need to learn on the job after they graduate exemplifies the importance of hands on.
A culinĂĄria desta casa Ă© cada vez mais definida pelo YouTube, sĂŁo os tempos
Woooooaaaahh, thatâs bloody amazing! I wish Iâd had a teacher like that.
English version: https://youtu.be/wi_q6IythMk
German version: https://youtu.be/2Lv1MMlFDBs
@kat@yarn.girlonthemoon.xyz The duck was in a darker spot, so my camera wasnât all that happy with the lighting. Upon further inspection, youâre right, now that you pointed it out, I can see it too! The feathers do look like an oil painting. ;-)
@bender@twtxt.net Sadly, itâs super relevant. Itâs a really good sketch. Iâm actually surprised you know this German series. :-)
@zvava@twtxt.net Yeah, mentions are a great way to discover other feeds.
Regarding the âlook at this, but I donât want to add anything at allâ, this never happened to me. Apparently, it seems to be a thing for others.
[2025/09/11 12:56:01.816] â please set config.host
when trying to run "bbycll". How to bypass that tiny hurdle?
Woot, thank you! Using a config.json
like this:
{
"host": "localhost:31212",
"protocols": ["http"]
}
Indeed did the trick! I know it isnât production ready, but I wanted to see with my own eyes, locally, how did it look. :-) I like where you are going! It is looking very nice, and polished. Canât wait for an alpha, beta, and release!
@zvava@twtxt.net it is amazing how much you have accomplished in such a short time. Take time to sleep, though! :-)
we are now parsing and recursively fetching remote feeds somewhat successfully, gotta work on the media proxy and markdown way more, so so many fucky edgecasesâŠ.my friendâs feed with like four posts parsed correctly so i tried this accountâs feed and well now im not going to bed on time
edit: remaking demo video
we are now parsing and recursively fetching remote feeds somewhat successfully, gotta work on the media proxy and markdown way more, so so many fucky edgecasesâŠ.my friendâs feed with like four posts parsed correctly so i tried this accountâs feed and well now im not going to bed on time
such a good cover https://www.youtube.com/watch?v=49BQQ8OgDCM
@lyse@lyse.isobeef.org omg this looks like a painting!
Old, but as relevant as ever today.
@bender@twtxt.net Believe me, Iâve never been more tempted to switch, than now, as Google is one by one, removing (or at last trying to remove) all the reasons why I chose Android, over iOS. In fact, many friends who were fellow âAndroid diehardsâ, ended up switching recently.
Sadly what I need is a headphone jack, ability to modify apps on device (decompile, change file, recompile), many specific mods, strong XMPP support, Pixel Station,⊠nothing switching to iOS, would give me.
It was nice to start a walk in the woods with sunshine. The last times it was all soupy. It was quite windy, autumn is certainly here. Soon, the leaves will begin to turn. https://lyse.isobeef.org/waldspaziergang-2025-09-11/
@zvava@twtxt.net I am getting [2025/09/11 12:56:01.816] â please set config.host
when trying to run âbbycllâ. How to bypass that tiny hurdle?
@zvava@twtxt.net I gave this, in my mind, a like/star/love.
Yes, I know, this is a âbad tasteâ joke. I appreciate you, @thecanine@twtxt.net!
Cheers @mkennedy@mkennedy & @brianokken@brianokken , listening late to @pythonbytes@pythonbytes episode 446, great as usual!
Listening to the JetBrains survey thing I always worry about the sampling bias⊠All the cool scientists using Python, all the journalists doing data journalism, the urban planners and geospace people, the blender people, the people doing movie post-production pipelines, all the hobbyists⊠I think the survey doesnât reach or represent a large chunk of Python users.
@thecanine@twtxt.net or, you know, you could get an iPhone. đđđ
Since Google announced their intentions to heavily limit sideloading on Android, starting end of 2026, Iâve been looking for potential solutions, for this policy change, that threatens the majority of projects I maintain, in some way. Google already killed my browser project years ago, but I have no other choice, than to fight this, any way I can.
The best choice to deal with this, will probably be the Android Debug Bridge, which can be used not only to install apps unrestricted, but also to uninstall, or remove, almost any unnecessary part of the OS. Shizuku, combined with Canta Debloater, is the winning combination for now.
Iâve already removed most Google apps from my device: the annoying AI assistant, the stupid Google app adding the annoying articles, left of your homes screen, Google One, Gboard, Safety app⊠itâs amazing, no distracting Google slopware, like in the good old Android 2 days! And I absolutely intend to keep it this way, from now on, no new Google apps or services on my devices, unless Google can give me a good enough reason, to allow them there and whenever the app that verifies signatures, to block installing apps not approved by Google, Iâll just remove it from my device and advocate others do so too.
@lyse@lyse.isobeef.org retwts are a discovery feature! on federated platforms with no algorithm where you only ever see posts from accounts you explicitly follow, the element of âhey look at this!â helps users to find other accounts they might like organically
i agree quoting and replying forum-style is generally a much better way of doing things even though im a heathen and i revel in the dark patterns inspired by quote posts but when you have nothing to add and you just want to share a twt with your followers itâd be good to have a standardized way of linking to twt
âA Better Default #colormaps for #Matplotlib | #SciPy 2015 | Nathaniel Smith and SteÌfan van der Waltâ
âA Better Default #Colormap for #Matplotlib | #SciPy 2015 | Nathaniel Smith and SteÌfan van der Waltâ