@eapl.me@eapl.me I agree. The syntax is weird inside Gemini and twtxt is made with the http protocol in mind and Gemini doesn’t work with some extensions.
Trump Accuses Media of Doing ‘Totally Illegal’ Reporting
Michael Luciano, Senior Editor - MEDIAite
_Stephan: Another page from the fascist playbook is to scare journalists, newspapers and television channels from accurately reporting what the fascist administration is actually doing. And we are now deep into that. With a few exceptions – Lawrence O’Donnell, and Rachel Maddow come immediately to mind – what stands out for me as I search each day for fact-based repo … ⌘ Read more
Scrabble doesn’t mind belly rubs ⌘ Read more
10 Scientific Estimates That Missed the Mark by a Mile
Science is built on hypothesis, experimentation, and refinement, but history is full of spectacularly wrong estimates made by brilliant minds. Some were optimistic projections that underestimated the complexity of discovery, while others were overconfident declarations that turned out to be wildly incorrect. Whether due to bad data, technological limitations, or simply a lack of knowledge […]
The post [10 Scientific Estima … ⌘ Read more
@movq@www.uninformativ.de That’s cool! I just can’t justify the amount of space it permanently takes. But it fits nicely with the other gauges you have. And with that in mind, it actually is super tiny.
@eapl.me@eapl.me Interesting, I wasn’t aware that other parts of the world consider them to be a German thing :-)
Behold The Golden Age Of Public Corruption In America
David Kurtz , Staff Writer - Talking Points Memo
Stephan: As the MAGAt Trump dismantlement of democracy and our economy continues, one of the main things that stands out for me is the mind-boggling level of cancerous corruption that is a major aspect of what is being done. The United States is now less of a democracy than Hungary. I am actually not at all certain there will be a 2026 election.
 JavaDocs fall in the category more frequently than not. So, I know that there are different types of comments. A comment doesn’t automatically mean that it is good and justified.
But I also partially agree with Bob and John and think that a good name has a proper chance to save a comment. Though, when in doubt, I go John’s route and use a shorter name with a comment rather than use a kilometer long identifier. Writing good comments typically takes some time, sometimes much longer than writing the code. It regularly takes me several minutes. It’s a hard art.
I perhaps should read up on John’s work. He seems to be more reasonable and likeminded. :-) Let me continue to complete this document.
Ten Disturbing Stories About the Dark Side of Mindfulness
In this frenzied day and age, more and more of us are turning to mindfulness to lower our stress and center ourselves. Based on Buddhist meditation, mindfulness spans a range of techniques that ask people to be more aware of their thoughts and feelings. The benefits of mindfulness are well documented. But while some gurus […]
The post [Ten Disturbing Stories About the Dark Side of Mindfulness](https://listverse.com/2 … ⌘ Read more
10 Mind-Boggling Facts That You Won’t Believe Aren’t Made Up
With the internet the way it is nowadays, you might think that every little bit of trivia and every interesting fact on earth has been mined, blogged, tweeted, posted, and shared. But thankfully, there are still a seemingly endless amount of weird and crazy facts and absolutely bizarre (true) tales that will shock you. Heck, […]
The post [10 Mind-Boggling Facts That You Won’t Believe Aren’t Made Up](https://listv … ⌘ Read more
Ten Extraordinary Predictions for 2025 from Fiction
It’s 2025, and a new year is underway. Who knows what the coming months have in store? Well, if you struggle to imagine what 2025 might look like, you are in luck. Many great minds (and some not-so-great minds) from the world of fiction have dreamt up a gamut of outlandish predictions. Some paint 2025 […]
The post [Ten Extraordinary Predictions for 2025 from Fiction](https://listverse.com/2025/02/10/ten-extraordinary-predictions … ⌘ Read more
Using AirTags for Dogs: Track Your Pet for Added Peace of Mind
Using AirTags to keep track of a dog can offer some additional peace of mind, especially if you’re worried about your fuzzy companion wandering off. Whether your dog has a penchant to escape out of your yard, has a tendency to bolt, or simply likes to run off at any opportunity, AirTags can provide a … Read More ⌘ Read more
Hi James, great to hear your interest. So this is an exclusive roundtable luncheon with people in the IT, Engineering, DevOps and Technical professionals. This is an opportunity to benchmark and share stories and experiences with like-minded peers in a closed-door, Chatham House Rule environment where you will be given the opportunity to speak openly and candidly.
I’m not even sure what half these words mean hmm 🧐
> Hi James, great to hear your interest. So this is an exclusive roundtable luncheon with people in the IT, Engineering, DevOps and Technical pr …
Hi James, great to hear your interest. So this is an exclusive roundtable luncheon with people in the IT, Engineering, DevOps and Technical professionals. This is an opportunity to benchmark and share stories and experiences with like-minded peers in a closed-door, Chatham House Rule environment where you will be given the opportunity to speak openly and candidly.
I’m not even sure what h … ⌘ Read more
@sorenpeter@darch.dk It depends on your requirements. If you just want to put your code somewhere for yourself, simply push it over SSH on a server and call it good. That’s what I do with lots of repos. If you want an additional web UI for read access for the public, cgit comes to mind (a mate uses that). Prologic runs Gitea, which offers heaps more functionality like merge requests.
(#ondf3bq) @lyse@lyse I have no problems with the ternary operator either. If it were added to Go I Wouldn’t mind. C has it right? I …
@lyse @lyse.isobeef.org I have no problems with the ternary operator either. If it were added to Go I Wouldn’t mind. C has it right? I’d also by happy with if expressions, e.g: if foo ... else bah, but probably doesn’t fit the styoe of the Go grammer.
What I absolutely hate is this proposal. Making ? to mag … ⌘ Read more
10 Whistleblowers Who Were Outright Heroes
When you talk about whistleblowers, some popular names come to mind, but the concept of whistleblowing is not a modern one. The tradition has been in place since the days of the ancient world. It has been a critical tool that man has used to achieve justice and fairness in society. While we acknowledge that […]
The post 10 Whistleblowers Who Were Outright Heroes appea … ⌘ Read more
? operator in Go 👈 No. For so many reasons.
@prologic@twtxt.net Which one? I don’t mind the ternary operator at all. In fact, I often find myself missing it in Go. I don’t find the two alternatives particularly elegant:
foo := "eggs"
if bar {
foo = "spam"
}
Or:
var foo string
if bar {
foo = "spam"
} else {
foo = "eggs"
}
To my eye, this just would look a lot nicer:
foo := bar ? "spam" : "eggs"
Or at least as the Pythons do it:
foo = "spam" if bar else "eggs"
The ternary operator especially shines with relatively short expressions.
(#qjh26gq) @aelaraji@aelaraji that’s why I just speak my mind on Twtxt 🤣
@aelaraji @aelaraji.com that’s why I just speak my mind on Twtxt 🤣 ⌘ Read more
There’s a reason I avoid speaking my mind on the internet like the plague. The same reason I’d set up a {B,Ph,Gem}log months ago but never got myself to publish any of the drafts in any of them.
Monero Observer Artistic Saturday Top 5 - Week 4, 2025
Previous Artistic Saturday weekly reports can be found in the [art] 1 section.
I fell asleep again during snoozing, and started dreaming intensely. My own mind woke me up in time by setting everything I loved on fire within my dream. That jolted me awake alright.
** Oh so many peas **
I accidentally spilled close to a full bag of frozen peas into the pot while making macaroni and cheese for the kids’ dinner this evening.
It was like 2 to 1 peas in there…and they ate it up. Didn’t seem to mind at all!? ⌘ Read more
(#vzksboq) @kat Building from source and from the main branch is totally fine. In fact encouraged. I have a philosophy of main being stable …
@kat @yarn.girlonthemoon.xyz Building from source and from the main branch is totally fine. In fact encouraged. I have a philosophy of main being stable anyway and making sure backwards compatibility is kept in mind when changing things. i.e: No database migrations to run by hand or what not. ⌘ Read more
nice! would you mind elaborating a bit?
Is that the scientific method?
I couldn’t find anything related when I searched for it.
@xuu@txt.sour.is ROFLMAO! 🤣 reading that, the Tech bro sounded in my mind like Cow from Cow and Chicken
"twtxtfeevalidator/0.0.1" UA about? I thought I could ask before throwing a 1000GB file at it 🪤 could it be the same 'xt' thing @lyse was talking about the other day?
@lyse@lyse.isobeef.org Oh! no need to be sorry and feel free to keep at it if it helps, I don’t mind. It’s just that I’m always on the lookout for corpo-bots and crawlers slipping through the cracks (a fun little game of sorts) 😅 the only thing I let them see is a robots.txt telling them to :diffoff
Also, I’m curious about the invalid lines in my feed. is it something I should lookout for in future?
@lyse@lyse.isobeef.org oh nah it came out like that lol! i actually love how squished it looks it feels accurate lol
oh yeah i think i might have a tripod around but i do need a sandbag or something i could use as one. maybe yeah a giant bag of rice could work LOL. thanks for the tips!!! i took a video class last year in college and we worked with cameras and tripods with sandbags so it was on my mind
(#qed3omq) @doesnm@doesnm No. I generally don’t put up any robots.txt files at all really, because they mostly get ignored. I don’t g …
@doesnm @doesnm.p.psf.lt No. I generally don’t put up any robots.txt files at all really, because they mostly get ignored. I don’t generally mind if “normal” web crawlers crawl things. But LLM(s) can go fuck themselves 🤣 ⌘ Read more
(#fvudyva) @doesnm No, it’s only designed for yarnd. What did you have in mind here? 🤔
@doesnm @doesnm.p.psf.lt No, it’s only designed for yarnd. What did you have in mind here? 🤔 ⌘ Read more
@andros@twtxt.andros.dev What do you mean by API? yarnd (which powers Yarn.social pods like twtxt.net) does have an API, however that API is designed for clients to interact with the pod and the user’s account and feed. e.g: there is a command-line client called yarnc and I used to maintain a mobile native app (using Flutter).
What use-case did you have in mind?
** Laser sword new years **
Through a series of improbable events on new years eve we ended up watching Darth Maul ignite his duel bladed lightsaber right at the stroke of midnight. Mind blown. Duel of the fates ringing in the new year. ⌘ Read more
[WTS] [0.005 XMR] Zen Mind - Shunryu Suzuki Digital Scans
I’ve scanned this book. There are 68 pics (138 pages). These scans are double-paged (2 pages scanned at same time). (47MB) Download link is a Tor/Onion link, using the OnionShare program. You will need the Tor browser to download. After purchasing, you will automatically receive the download link.
Link: https://xmrbazaar.com/listing/Qbby/
themaker117@conversations.im (XMPP) ⌘ Read more
Trump Medicare Pick Dr. Oz Says Uninsured ‘Don’t Have Right to Health’ in Resurfaced Clip
David Badash, Staff Writer - The New Civil Rights Movement
_Stephan: Both my wife and I, like many of you, pay for and receive Medicare so we could be affected by what Mehmet Oz has in mind. This should not be mistaken for the evil Medicare Advantage programs designed to enrich insurance corporations. You would think Mehmet Oz’s heartless nonsens … ⌘ Read more
US business leaders set to break record on donations to Trump inaugural fund
Edward Helmore, - The Guardian (U.K.)
_Stephan: Fascism is our new reality brought on by a level of explicit corruption of the American government never before seen in the last 250 years. The oligarchs have openly bought Trump, and the Republican Party, and Project 2025 is what they have in mind for you and me. This was not imposed on us, forty-eight percent of voters … ⌘ Read more
[ANN] Monero Hackerspace Survey: Yea or Nay
Besides providing a physical space for collaboration, learning, and creativity among like-minded individuals, a privacy-centric hackerspace could serve as an incubator for the development of Monero-related hardware. [..] Note: This is an independent new initiative not related to MoneroKon or Twister Edward z.s.
Here’s what happens when the world’s richest man buys the presidency
Sabrina Haake, Contributing Writer - Raw Story
_Stephan: Here is what I think is a very insightful commentary on what is going to happen starting 21 January when the United STates becomes an authoritarian oligarchy instead of a democracy. All the weak-minded Trump voters are about to discover what they have done to themselves as they, and the rest of us, experience the worst and most bia … ⌘ Read more
‘Mind-Blowing’: Study Shows Fungal Networks Can Solve Problems and Make Decisions
Cristen Hemingway Jaynes, Contributing Writer - EcoWatch
_Stephan: There are so many negative trends that I just don’t want to do any more tonight. So here are two stories that don’t deal with the destruction of American democracy by Trump and the Republican Party he controls. The research I have been doing for the last 60 years has convinced me that Max Planck, … ⌘ Read more
Clinicians React to Trump’s Appointees; Beyonce in the OR? Diagnosing Shiny Legs
Gillian Booth and Katie Smith, Social Media Editor | Social Media Assistant - MedPage Today
_Stephan: It is clear from reading the social posts of physicians and nurses that they are seriously alarmed by what the Trump administration and the MAGAt Republicans in Congress have in mind for health care. I have selected this story because it offers links you can click … ⌘ Read more
@eapl.me@eapl.me here are my replies (somewhat similar to Lyse’s and James’)
Metadata in twts: Key=value is too complicated for non-hackers and hard to write by hand. So if there is a need then we should just use #NSFS or the alt-text file in markdown image syntax
if something is NSFWIDs besides datetime. When you edit a twt then you should preserve the datetime if location-based addressing should have any advantages over content-based addressing. If you change the timestamp the its a new post. Just like any other blog cms.
Caching, Yes all good ideas, but that is more a task for the clients not the serving of the twtxt.txt files.
Discovery: User-agent for discovery can become better. I’m working on a wrapper script in PHP, so you don’t need to go to Apaches log-files to see who fetches your feed. But for other Gemini and gopher you need to relay on something else. That could be using my webmentions for twtxt suggestion, or simply defining an email metadata field for letting a person know you follow their feed. Interesting read about why WebMetions might be a bad idea. Twtxt being much simple that a full featured IndieWeb sites, then a lot of the concerns does not apply here. But that’s the issue with any open inbox. This is hard to solve without some form of (centralized or community) spam moderation.
Support more protocols besides http/s. Yes why not, if we can make clients that merge or diffident between the same feed server by multiples URLs
Languages: If the need is big then make a separate feed. I don’t mind seeing stuff in other langues as it is low. You got translating tool if you need to know whats going on. And again when there is a need for easier switching between posting to several feeds, then it’s about building clients with a UI that makes it easy. No something that should takes up space in the format/protocol.
Emojis: I’m not sure what this is about. Do you want to use emojis as avatar in CLI clients or it just about rendering emojis?
Righto, @eapl.me@eapl.me, ta for the writeup. Here we go. :-)
Metadata on individual twts are too much for me. I do like the simplicity of the current spec. But I understand where you’re coming from.
Numbering twts in a feed is basically the attempt of generating message IDs. It’s an interesting idea, but I reckon it is not even needed. I’d simply use location based addressing (feed URL + ‘#’ + timestamp) instead of content addressing. If one really wanted to, one could hash the feed URL and timestamp, but the raw form would actually improve disoverability and would not even require a richer client. But the majority of twtxt users in the last poll wanted to stick with content addressing.
yarnd actually sends If-Modified-Since request headers. Not only can I observe heaps of 304 responses for yarnds in my access log, but in Cache.FetchFeeds(…) we can actually see If-Modified-Since being deployed when the feed has been retrieved with a Last-Modified response header before: https://git.mills.io/yarnsocial/yarn/src/commit/98eee5124ae425deb825fb5f8788a0773ec5bdd0/internal/cache.go#L1278
Turns out etags with If-None-Match are only supported when yarnd serves avatars (https://git.mills.io/yarnsocial/yarn/src/commit/98eee5124ae425deb825fb5f8788a0773ec5bdd0/internal/handlers.go#L158) and media uploads (https://git.mills.io/yarnsocial/yarn/src/commit/98eee5124ae425deb825fb5f8788a0773ec5bdd0/internal/media_handlers.go#L71). However, it ignores possible etags when fetching feeds.
I don’t understand how the discovery URLs should work to replace the User-Agent header in HTTP(S) requests. Do you mind to elaborate?
Different protocols are basically just a client thing.
I reckon it’s best to just avoid mixing several languages in one feed in the first place. Personally, I find it okay to occasionally write messages in other languages, but if that happens on a more regularly basis, I’d definitely create a different feed for other languages.
Isn’t the emoji thing “just” a client feature? So, feed do not even have to state any emojis. As a user I’d configure my client to use a certain symbol for feed ABC. Currently, I can do a similar thing in tt where I assign colors to feeds. On the other hand, what if a user wants to control what symbol should be displayed, similar to the feed’s nick? Hmm. But still, my terminal font doesn’t even render most of emojis. So, Unicode boxes everywhere. This makes me think it should actually be a only client feature.
(#k6y2oia) Bare in mind that this kind of setup precludes anyone on shared hosting systems.
Bare in mind that this kind of setup precludes anyone on shared hosting systems. ⌘ Read more
It is past 16:00 ET, and so the weekend begins. Here is to hoping it transcurs slowly in our minds—or, at the very minimum, in mine.
@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.
@gallowsgryph@prismdragon.net do you mind updating the fragment part of your avatar url? 🙏
@gallowsgryph @prismdragon.net do you mind updating the fragment part of your avatar url? 🙏 ⌘ Read more
Encryption matters
Community post by Ronald Petty and Tom Thorley of the Internet Society US San Francisco Bay Area Chapter (original post) When you hear the word encryption, what comes to mind? Take a moment… Upon asking this question to… ⌘ Read more
as a matter of fact! don’t mind anything I do/say for the next 72 hours xD
Don’t mind this twt!
Hurricane Helene is passing by. Close enough to give us a day off tomorrow, but not that close to cause major harm. Well, we think. Hurricanes often have a mind of their own, and decide changes on their path. Either way, I shall be back at work on Friday 😩. LOL.
@prologic@twtxt.net Thanks for writing that up!
I hope it can remain a living document (or sequence of draft revisions) for a good long time while we figure out how this stuff works in practice.
I am not sure how I feel about all this being done at once, vs. letting conventions arise.
For example, even today I could reply to twt abc1234 with “(#abc1234) Edit: …” and I think all you humans would understand it as an edit to (#abc1234). Maybe eventually it would become a common enough convention that clients would start to support it explicitly.
Similarly we could just start using 11-digit hashes. We should iron out whether it’s sha256 or whatever but there’s no need get all the other stuff right at the same time.
I have similar thoughts about how some users could try out location-based replies in a backward-compatible way (append the replyto: stuff after the legacy (#hash) style).
However I recognize that I’m not the one implementing this stuff, and it’s less work to just have everything determined up front.
Misc comments (I haven’t read the whole thing):
Did you mean to make hashes hexadecimal? You lose 11 bits that way compared to base32. I’d suggest gaining 11 bits with base64 instead.
“Clients MUST preserve the original hash” — do you mean they MUST preserve the original twt?
Thanks for phrasing the bit about deletions so neutrally.
I don’t like the MUST in “Clients MUST follow the chain of reply-to references…”. If someone writes a client as a 40-line shell script that requires the user to piece together the threading themselves, IMO we shouldn’t declare the client non-conforming just because they didn’t get to all the bells and whistles.
Similarly I don’t like the MUST for user agents. For one thing, you might want to fetch a feed without revealing your identty. Also, it raises the bar for a minimal implementation (I’m again thinking again of the 40-line shell script).
For “who follows” lists: why must the long, random tokens be only valid for a limited time? Do you have a scenario in mind where they could leak?
Why can’t feeds be served over HTTP/1.0? Again, thinking about simple software. I recently tried implementing HTTP/1.1 and it wasn’t too bad, but 1.0 would have been slightly simpler.
Why get into the nitty-gritty about caching headers? This seems like generic advice for HTTP servers and clients.
I’m a little sad about other protocols being not recommended.
I don’t know how I feel about including markdown. I don’t mind too much that yarn users emit twts full of markdown, but I’m more of a plain text kind of person. Also it adds to the length. I wonder if putting a separate document would make more sense; that would also help with the length.
Had to build a list of all feeds (that I follow) and all twts in them and there are two collisions already:
$ ./stats
Saw 58263 hashes
7fqcxaa
https://twtxt.net/user/justamoment/twtxt.txt
https://twtxt.net/user/prologic/twtxt.txt
ntnakqa
https://twtxt.net/user/prologic/twtxt.txt
https://twtxt.net/user/thecanine/twtxt.txt
Namely:
$ jenny -D https://twtxt.net/user/justamoment/twtxt.txt | grep 7fqcxaa
[7fqcxaa] [2022-12-28 04:53:30+00:00] [(#pmuqoca) @prologic@twtxt.net I checked the GitHub discussion, it became a request to join forces.
Do you plan on having them join?
Also for the name, how about:
- “progit” or “prologit” (prologic official hard fork)
- “git-stance” (git instance)
- “GitTree” (Gitea inspired, maybe to related)
- “Gitomata” (git automata)
- “Git.Source”
- “Forgor” (forgit is taken so I forgor) 🤣
- “SweetGit” (as salty chat)
- “Pepper Git” (other ingredients) 😉
- “GitHeart” (core of git with a GitHub sounding name)
- “GitTaka” (With music in mind)
Ok, enough fun… Hope this helps sprout some ideas from others if nothing is to your taste.]
$ jenny -D https://twtxt.net/user/prologic/twtxt.txt/5 | grep 7fqcxaa
[7fqcxaa] [2022-02-25 21:14:45+00:00] [(#bqq6fxq) It’s handled by blue Monday]
And:
$ jenny -D https://twtxt.net/user/thecanine/twtxt.txt | grep ntnakqa
[ntnakqa] [2022-01-23 10:24:09+00:00] [(#2wh7r4q) <a href="https://txt.sour.is/external?uri=https://twtxt.net/user/prologic/twtxt.txt">@prologic<em>@twtxt.net</em></a> I know, I was just hoping it might have also gotten fixed by that change, by some kind of backend miracles. 😂]
$ jenny -D https://twtxt.net/user/prologic/twtxt.txt/1 | grep ntnakqa
[ntnakqa] [2024-02-27 05:51:50+00:00] [(#otuupfq) <a href="https://txt.sour.is/external?uri=https://twtxt.net/user/shreyan/twtxt.txt">@shreyan<em>@twtxt.net</em></a> Ahh 👌]
I’m not advocating in either direction, btw. I haven’t made up my mind yet. 😅 Just braindumping here.
The (replyto:…) proposal is definitely more in the spirit of twtxt, I’d say. It’s much simpler, anyone can use it even with the simplest tools, no need for any client code. That is certainly a great property, if you ask me, and it’s things like that that brought me to twtxt in the first place.
I’d also say that in our tiny little community, message integrity simply doesn’t matter. Signed feeds don’t matter. I signed my feed for a while using GPG, someone else did the same, but in the end, nobody cares. The community is so tiny, there’s enough “implicit trust” or whatever you want to call it.
If twtxt/Yarn was to grow bigger, then this would become a concern again. But even Mastodon allows editing, so how much of a problem can it really be? 😅
I do have to “admit”, though, that hashes feel better. It feels good to know that we can clearly identify a certain twt. It feels more correct and stable.
Hm.
I suspect that the (replyto:…) proposal would work just as well in practice.
@falsifian@www.falsifian.org “I don’t really mind if the twt gets edited before I even fetch it.”, right, that’s never the problem. Editing a twtxt before anyone fetches it isn’t even editing, right? :-P The problem we are trying to fix is the havoc is causes editing twtxts that have already been replied to, often ad nauseam. That’s the real problem.
@quark@ferengi.one I don’t really mind if the twt gets edited before I even fetch it. I think it’s the idea of my computer discarding old versions it’s fetched, especially if it’s shown them to me, that bugs me.
But I do like @movq@www.uninformativ.de’s suggestion on this thread that feeds could contain both the original and the edited twt. I guess it would be up to the author.
I came across this Gallery Theme for Hugo, and @lyse@lyse.isobeef.org immediately came to mind. I think it would be a very fitting theme to use for all your photos, Lyse!
HTTPS is supposed to do [verification] anyway.
TLS provides verification that nobody is tampering with or snooping on your connection to a server. It doesn’t, for example, verify that a file downloaded from server A is from the same entity as the one from server B.
I was confused by this response for a while, but now I think I understand what you’re getting at. You are pointing out that with signed feeds, I can verify the authenticity of a feed without accessing the original server, whereas with HTTPS I can’t verify a feed unless I download it myself from the origin server. Is that right?
I.e. if the HTTPS origin server is online and I don’t mind taking the time and bandwidth to contact it, then perhaps signed feeds offer no advantage, but if the origin server might not be online, or I want to download a big archive of lots of feeds at once without contacting each server individually, then I need signed feeds.
feed locations [being] URLs gives some flexibility
It does give flexibility, but perhaps we should have made them URIs instead for even more flexibility. Then, you could use a tag URI,
urn:uuid:*, or a regular old URL if you wanted to. The spec seems to indicate that theurltag should be a working URL that clients can use to find a copy of the feed, optionally at multiple locations. I’m not very familiar with IP{F,N}S but if it ensures you own an identifier forever and that identifier points to a current copy of your feed, it could be a great way to fix it on an individual basis without breaking any specs :)
I’m also not very familiar with IPFS or IPNS.
I haven’t been following the other twts about signatures carefully. I just hope whatever you smart people come up with will be backwards-compatible so it still works if I’m too lazy to change how I publish my feed :-)
Ugreen Launches Qi2 iPhone Chargers With Emoji Faces
Ugreen today announced the launch of several new Apple-specific charging products that have a robot-style design with emoji faces. The Uno series includes a Qi2 charger, a wireless power bank, and a 100W USB-C charger.
According to Ugreen, the chargers were created with “Fast and Fun Charging” for Apple users in mind. Each o … ⌘ Read more
@prologic@twtxt.net I believe you when you say registries as designed today do not crawl. But when I first read the spec, it conjured in my mind a search engine. Now I don’t know how things work out in practice, but just based on reading, I don’t see why it can’t be an API for a crawling search engine. (In fact I don’t see anything in the spec indicating registry servers shouldn’t crawl.)
(I also noticed that https://twtxt.readthedocs.io/en/latest/user/registry.html recommends “The registries should sync each others user list by using the users endpoint”. If I understood that right, registering with one should be enough to appear on others, even if they don’t crawl.)
Does yarnd provide an API for finding twts? Is it similar?
@prologic@twtxt.net What’s the difference between search.twtxt.net and the /api/plain/tweets endpoint of a registry? In my mind, a registry is a twtxt search engine. Or are registries not supposed to do their own crawling to discover new feeds?
The voices in my head won’t let me sleep, they say that alien brain slugs are taking over the minds of politicians.
-R=false on the command line or leave it out entirely. When explicitly stating -R=false, there has to be an equal sign. With a space (-R false) it's somehow parsed as -R which is equivalent to -R=true. O_o Very weird. I'd really like to see an error instead.
Yeah, user error on my end, never mind. The persisted settings.yaml overrides the command line arguments. That’s surprising to me. I expected the command line options to overrule the config file. Oh well.
Never mind, I simply searched and deleted them all (D then ~f sender). :-) Phew!
Erlang Solutions: The Diversity & Inclusion Programme: Our Pledge
As technology becomes increasingly integrated into our lives, the minds behind it must come from diverse backgrounds. Different viewpoints lead to better solutions, ensuring that the tech we create addresses the needs of a global audience.
At Erlang Solutions, we believe that a diverse workforce is a catalyst for creativity and progress. By sponsoring the Diversity & Inclusion Programme for [Code BEAM events](https://codebeameurope … ⌘ Read more
I’ve decided to try and get rid of as much stress as possible. Stupid things stress me out, some things are more important to fix then others. But today I got started, by fixing the xeon bulb on our car, been ignoring it for a year, because the car garage said it’ll cost me 350$ so get it changed (Because they had to remove the whole front).. So because of that I did not prioritize it. But today I went and bought a bulb for 50$ and I openened the hood of the car and saw I could just replace it my self by simply removing a cover to get access to the bulb. So I’ve been stressing over nothing for a year simply because I did not check and took their word for it. next thing to get fixed is a rotten board under a window outside, been bugging me for a long time, now I want to get that sorted next. All these small things adds up, and I want peace of mind.
Current flutter source has been pushed - https://github.com/stig-atle/YarnDesktopClient , flutter source is in main branch. The GTK4 version is in it’s own branch (just wanted to keep a copy of that too).
Keep in mind it’s early version. But it does have the basics implemented.
I feel like complexity is measured differently at different levels of a project..
- at the function level you use cyclomatic complexity or how many branches internally and how much you need to keep in mind as it calls out to other functions.
- at a file/module level is a balance of the module doing too much against being so granular that you have cross dependency across modules. I have trouble with keeping things dry at this level because it can lead to parts being so abstract or generalized that it adds complexity.
- at a project level i suppose its a matter of how coupled things are across sub-modules.
I feel like complexity is measured differently at different levels of a project..
- at the function level you use cyclomatic complexity or how many branches internally and how much you need to keep in mind as it calls out to other functions.
- at a file/module level is a balance of the module doing too much against being so granular that you have cross dependency across modules. I have trouble with keeping things dry at this level because it can lead to parts being so abstract or generalized that it adds complexity.
- at a project level i suppose its a matter of how coupled things are across sub-modules.
Casimir force is blowing Chuck’s mind one fluctuation at a time 💥 ⌘ Read more
Khadas Officially Launches Mind Graphics eGPU with NVIDIA GeForce RTX 4060 Ti
Khadas Officially Launches Mind Graphics eGPU with NVIDIA GeForce RTX 4060 Ti
Khadas has launched the Mind Graphics eGPU, featuring the NVIDIA GeForce RTX 4060 Ti. This expansion of the Mind hardware family boosts performance for creative design, video rendering, gaming, and more. ⌘ Read more
Small Australian wineries record ‘mind-blowing’ wins at Decanter awards in London
At the prestigious Decanter wine awards in London, Australian has “retained its status amongst the major global players” after recording a series of impressive medals. ⌘ Read more
Janna Levin Answers Mind-Blowing Fan Questions with Neil deGrasse Tyson ⌘ Read more
CloudNativeSecurityCon North America 2024 Schedule Highlights Innovations in Modern Security Approaches
The premier conference for cloud native security reunites the leading minds to share solutions to the most pressing challenges through innovative technologies SAN FRANCISCO, Calif. – May 8, 2024– The Cloud Native Computing Foundation® (CNCF®), which builds sustainable… ⌘ Read more
cum catano!
On my blog: Real Life in Star Trek, The Mind’s Eye https://john.colagioia.net/blog/2024/04/18/mind-s-eye.html #scifi #startrek #closereading
Unleash your creativity: design the 10th anniversary logo for Kubernetes!
As we gear up to celebrate the remarkable 10-year journey of Kubernetes, we are thrilled to announce an exciting opportunity for the creative minds in our vibrant community. It’s time to capture the essence of a decade of… ⌘ Read more
@bender@twtxt.net I don’t mind the character limit. If I hit it and I still have more to say, it’s a good reminder that I should probably write a note instead. I like to POSSE anything that might have value outside of the current conversation.
Somewhere I read that changing location, like entering a room, can rejigger neural pathways so that some thoughts and memories are somehow associated with the space. It’s the same for me when picking up a laptop. My purpose feels clear until I open a blank web browser window and my mind goes blank, too. In all the moments where I’m drawing a total blank, and then suddenly the thoughts come easily again: maybe that’s my brain looking for the room it was in before.
‘Look what we can do’: Motorola unveils new bendable smartphone
Motorola is doing something people “never thought imaginable”, says EFTM Editor Trevor Long.
His comments follow the company’s unveiling of a new bendable smartphone.
“I don’t know why you’d want this,” Mr Long told Sky News Australia.
“Bending it was the most mind-blowing thing I’ve ever done because it felt like I was breaking it, but I wasn’t.
“The idea here is to sho … ⌘ Read more
Why cabin crew must wear special pyjamas
An Emirates flight attendant has revealed the reason a pair of very specific pyjamas are part of their uniform. ⌘ Read more
Paul Murray speaks to voters ahead of Dunkley by-election
Sky News host Paul Murray heads to the pre-poll booths in Dunkley to ask voters why they voted for their chosen candidate.
The by-election will be the government’s first major ballot box litmus test and the stakes are high for both leaders.
The passing of former federal member for Dunkley, Peta Murphy will be at the front of mind for many voters, saying they will vote for Labor can … ⌘ Read more
‘Incredibly tense’ mood around London following ceasefire debate in parliament
Spiked Online Editor Tom Slater has revealed the mood around London is “incredibly tense” after the UK parliament erupted over a ceasefire vote.
Speaker of the House Sir Lindsay Hoyle apologised to MPs for the chaos that ensued over the Gaza debate but insisted the safety of MPs was on his mind when he made the decision to allow a vote on a L … ⌘ Read more
Inside the minds of online predators – Jon Rouse
Inside the minds of online predators - Jon Rouse
Delve deep into the disturbing world of online child sex offenders with Jon Rouse on the I Catch Killers podcast. Uncover the tactics, dangers, and urgent realities of internet grooming as Jon shares his firsthand experiences and insights. Don’t miss this eye-opening episode shedding light on a crucial issue in today’s digital age. ⌘ Read more
Emulating the Human Mind with A.I. #artificialintelligence href=”https://txt.sour.is/search?q=%23neildegrassetyson”>#neildegrassetyson** ⌘ Read more
Seeing a video like this from Jeff Geerling about the MNT Reform Laptop, I am both amazed and puzzled. It’s probably a cool project to work on such an open hardware and source project as a hobby. And it’s great that there’s still the alternative to proprietary hardware. But has this any other use than just being a toy for people that have more than a thousand bucks to spend on such a thing? Especially given that it’s the opposite of powerful. Thinking about it more, the only thing that comes to mind are people wh … ⌘ Read more
@lyse@lyse.isobeef.org
I use Jenny and I thought the multi line did work. Will keep that in mind when I am writing out posts. Also do you know how I can see if someone mentions me that I am not follwing? I know the user agents exist but I can’t view the server lgos since I host this on codeberg but if I do switch to my own server it would work.
@prologic@twtxt.net Ah, they have that here too, couches and such, you pay extra for that. But they have 5 halls, and we went to the smallest one. Luckily not sitting next to anyone sick :) haha, but yeah, it crossed my mind.. Have not caught anything recently, and a bit risky to go to packed places right before Christmas, but it went fine this time :)
Deals: Last Minute Christmas Apple Deals Still Available! Apple Watch 9, iPad Air, iPad mini, MacBook Air, & More
Christmas is fast approaching, with an increasingly small window available to shop online for various gifts and have them delivered in time for the holiday. Fortunately, Amazon continues to offer a variety of great Apple products at discounted prices with delivery in time. Keep in mind that stock and delivery time … ⌘ Read more
PSA: Content Blockers May Break Captive Portal Wi-Fi Login Pages
Here’s a helpful bit of knowledge that you may want to keep in mind when traveling or using public wi-fi spaces; if you use Content Blockers in Safari or your web browser, that content blocker may break a wi-fi’s captive portal login page, thereby preventing you from joining that particular wireless network. This applies to … [Read More](https://osxdaily.com/2023/11/12/psa-content-blockers-may-break-captiv … ⌘ Read more
@lyse@lyse.isobeef.org @movq@www.uninformativ.de Very good for mind and body!
@prologic@twtxt.net what is the maxlen one should keep in mind here? Like say if I was charing the collected works of Shakespeare? Or maybe just a gpg keychain?
@prologic@twtxt.net what is the maxlen one should keep in mind here? Like say if I was charing the collected works of Shakespeare? Or maybe just a gpg keychain?
Erlang Solutions: Diversity & Inclusion at CodeBEAM Europe
Our Pledge to DiversityAs technology becomes increasingly integrated into our lives, it’s crucial that the minds behind it come from diverse backgrounds. Different viewpoints lead to more comprehensive solutions, ensuring that the tech we create addresses the needs of a global audience.
At Erlang Solutions, we believe that a diverse workforce is a catalyst for creativity and progress. By sponsoring the Diversity & Inclusion Pr … ⌘ Read more
This Black Hole Fact Will Blow Your Mind 🤯 #neildegrassetyson #startalk href=”https://txt.sour.is/search?q=%23blackhole”>#blackhole** ⌘ Read more
After two weeks of traveling by train at a maximum speed of about 120 km/h, sitting in a 230 km/h train is mind-blowing. 🤯 ⌘ Read more
@apex@twtxt.net - source is here
https://github.com/stig-atle/YarnDesktopClient
Some more info and screenshot:
https://stigatle.no/posts/2023-07-03-yarn-desktop-client/
Keep in mind it’s early still, but a lot of things works and I use it all the time my self..
Changing your mind is hard because it’s easier to fool yourself into believing a falsehood than admit a mistake. Mental Liquidity · Collab Fund
I’ve been thinking in the back of my mind for a while now, that the Yarn.social / twtxt + ActivityPub integration was a mistake and a. bad idea. I’m starting to consider it a complete failure.
RT by @mind_booster: «Não só poderá significar o acesso a dados pessoais altamente sensíveis de elementos policiais e de cidadãos por pessoas não autorizadas, como põe em causa a garantia da integridade das gravações”, defende a queixa que a Antero Lopes enviou para a CNPD».
https://expresso.pt/sociedade/tecnologia/2023-06-28-Fornecedor-de-videovigilancia-pede-a-CNPD-que-impeca-criacao-de-acessos-indevidos-nas-bodycams.-MAI-nega-riscos-b1fc9f51
«Não só poderá significar o acesso a dados pessoais altamente se … ⌘ Read more
**Kokori “no ar” neste Portal do Tempo, e muito bem acompanhado:-)
https://m.mixcloud.com/amcaeiro/portal-do-tempo-220-24062023/**
Kokori “no ar” neste Portal do Tempo, e muito bem acompanhado:-)