10 Everyday Fashion Items That Were Originally Designed for War
History has a funny way of taking battlefield necessities and turning them into fashion statements. Some of the most stylish and essential pieces in our wardrobes started with a much more practical and sometimes downright deadly purpose. From keeping soldiers warm to ensuring they had room for extra ammo (or snacks, as we now use […]
The post [10 Everyday Fashion Items That Were Originally Designed for Wa … ⌘ Read more
iPhone 17 Pro Max Said to Be Thicker to Accommodate Larger Battery
Apple has increased the thickness of the upcoming iPhone 17 Pro Max compared to the current generation iPhone 16 Pro Max, claims the Chinese leaker known as Ice Universe.
Apple is said to have increased the depth of the iPhone 17 Pro Max to 8.725mm, up from 8.25mm on the iPhone 16 Pro Max, which wou … ⌘ Read more
iPhone 17 Air and 17 Pro Max Allegedly Same Size Apart From Thickness
Apple’s all-new ultra-thin iPhone 17 Air shares the same dimensions as the iPhone 17 Pro Max, with the only difference being in the thickness of the devices, according to the leaker Ice Universe.
Posting to their Weibo account, the Chinese leaker today claimed that the iPhone 17 Ai … ⌘ Read more
Say hi to my 15 yrs old bb boi ♥️ ⌘ Read more
[ANN] How to run an optimized Tor node on the Monero network
This video is a walk through on how to run an optimized Tor node. I worked with Ofrnxmr on this to make sure that all the information is up-to-date and correct. The goal was to create a beginner-friendly walk through that highlights everything needed to ensure that you are sending transactions over Tor, that you are receiving incoming peer connections over Tor, and that your node will continue helping out the clearnet as well. Additionally, the config includes an option … ⌘ Read more
Cake Wallet v4.23.3 pre-release available for testing
Cake Labs1 has released Cake Wallet beta version 4.23.32 for public beta testing:
Changes overviewThis release brings a few minor bug fixes, migrates Quantex -> SwapTrade and re-enables them by default for swaps, and adds a new exchange called Kryptonim for buying and selling crypto in many jurisdictions.
Token whitelisting to better protect against scams
SwapTrade exchange enabled by default
UI enhancement ... ⌘ [Read more](https://monero.observer/cake-wallet-v4.23.3-pre-release-available-testing/)
N1co1asB1ancon1 submits CCS proposal to develop and release ‘Monero Contract System’ v1
N1co1asB1ancon11 has submitted their first CCS proposal2 to finish developing the first version of Monero Contract System 3, a Rust web application which allows users to host their own arbitration/escrow platform:
People can create contracts like, “You will build me a website like X and Y in 1 month” or the what i think will be the most common “You will sell me 10 xmr for … ⌘ Read more
NRMA Insurance reveals key to EV uptake
Research from NRMA Insurance shows that driving familiarity with electric vehicles (EVs) could be the game-changer needed to speed up their adoption. ⌘ Read more
Kubestronaut in Orbit: Gerardo López
Get to know Gerardo Gerardo is a passionate Cloud Native Advocate, Kubernetes expert, and Docker Captain with a strong focus on DevOps, software development, and security. Based in Costa Rica, he has earned several certifications, including… ⌘ Read more
Ummm, that toy isn’t going to bounce around on its own. ⌘ Read more
How to Upload Documents to ChatGPT
ChatGPT allows you to upload documents, which you can then describe, analyze, summarize, explain, or even get assistance with that particular document. ChatGPT works with just about any document type that you might be working with or come across in the world of tech and computers, including .pdf, .doc, .docx, .txt, .rtf, .xls, .xlsx, .csv, … Read More ⌘ Read more
@xuu@txt.sour.is My layout looks like this:
- storage/
- storage.go: defines a
Storageinterface
- sqlite.go: implements the
Storageinterface
- sqlite_test.go: originally had a function to set up a test storage to test the SQLite storage implementation itself:
newRAMStorage(testing.T, $initialData) *Storage
- storage.go: defines a
- controller/
- feeds.go: uses a
Storage
- feeds_test.go: here I wanted to reuse the
newRAMStorage(…)function
- feeds.go: uses a
I then tried to relocate the newRAMStorage(…) into a
- teststorage/
- storage.go: moved here as
NewRAMStorage(…)
- storage.go: moved here as
so that I could just reuse it from both
- storage/
- sqlite_test.go: uses
testutils.NewRAMStorage(…)
- sqlite_test.go: uses
- controller/
- feeds_test.go: uses
testutils.NewRamStorage(…)
- feeds_test.go: uses
But that results into an import cycle, because the teststorage package imports storage for storage.Storage and the storage package imports testutils for testutils.NewRAMStorage(…) in its test. I’m just screwed. For now, I duplicated it as newRAMStorage(…) in controller/feeds_test.go.
I could put NewRAMStorage(…) in storage/testutils.go, which could be guarded with //go:build testutils. With go test -tags testutils …, in storage/sqlite_test.go could just use NewRAMStorage(…) directly and similarly in controller/feeds_test.go I could call storage.NewRamStorage(…). But I don’t know if I would consider this really elegant.
The more I think about it, the more appealing it sounds. Because I could then also use other test-related stuff across packages without introducing other dedicated test packages. Build some assertions, converters, types etc. directly into the same package, maybe even make them methods of types.
If I went that route, I might do the opposite with the build tag and make it something like !prod instead of testing. Only when building the final binary, I would have to specify the tag to exclude all the non-prod stuff. Hmmm.
I did not want to miss the chance to take one (maybe) last picture of this beautiful symmetrical view. ⌘ Read more
Say hi to snowy ⌘ Read more
This is a sad story , I found this little bby in the trash yesterday. The doctor told me that he have a lot of parasites in her stomach, we are ir process to be a healthy cat. Please send to him a lot of good vibes , and recommend me some good ways to clean him ⌘ Read more
Apple Says New MacBook Air Up to 23x Faster Than Intel-Based Model, But Read the Fine Print
Apple has a staggering marketing claim for the new MacBook Air with the M4 chip.
Specifically, Apple [says](https://www.apple.com/newsroom/2025/03/apple-introduces-the-new-macbook-air-with-the-m4-chip-and-a-sky-b … ⌘ Read more
Erlang Solutions: Understanding Big Data in Healthcare
Healthcare generates large amounts of data every day. From patient records and medical scans to treatment plans and clinical trials. This information, known as big data, has the potential to improve patient care, improve efficiency, and drive innovation. But many organisations are still figuring out how to use it effectively.
With AI-driven analytics, wearable technology, and real-time monitoring, healthcare providers, insurers, and phar … ⌘ Read more
KubeCon + CloudNativeCon Europe 2025 co-located event deep dive: OpenFeature Summit
Co-chairs: Michael Beemer, Jonathan Norris, Thomas PoignantApril 1, 2025London At the OpenFeature Summit, we want attendees to leave with a deep understanding of the latest trends and real-world use cases in feature flagging. This event is… ⌘ Read more
AI Cloud: What, Why, and How?
The rapid growth of AI applications across industries has led to significant changes, particularly with the adoption of deep learning and generative AI, which provide a competitive advantage in industries such as drug discovery in pharmaceutical… ⌘ Read more
Poll on Trump’s 2025 joint address to Congress finds large majority of viewers approve
Anthony Salvanto, Reporter - CBS News
Stephan: The fundamental source of the problems with America is Republican frightened, resentful, ignorant Americans. They are the ones who elected this monster, and they are also the ones who are going to be most severely impacted by his greed, corruption, and madness.
Half of world’s CO2 emissions come from 36 fossil fuel firms, study shows
Damian Carrington, Environment Editor - The Guardian (U.K.)
_Stephan: What this article is telling us is that a tiny percentage of humans are endangering the matrix of life on Earth. As this report says, “Global emissions must fall by 45% by 2030 if the world is to have a good chance o … ⌘ Read more
iOS 18.4 to Include AI-Generated Review Summaries in App Store
Apple has begun rolling out AI-generated summaries of App Store reviews in the latest iOS 18.4 and iPadOS 18.4 beta releases. The feature uses large language models to analyze user reviews and condense common themes into a short paragraph.
First spotted by _[Macworld](https://www.macworld.com/article/2628166/ios-18-4-beta-introduces-ai-powere … ⌘ Read more
[47°09′10″S, 126°43′11″W] Bad satellite signal – switching to analog communication
oof that sucks man. does it make sense to have a separate testutils package to import from?
oof that sucks man. does it make sense to have a separate testutils package to import from?
[ANN] Monero Konferenco 2025: Call for Presentations!
Monerokon 5 will take place on 20th - 22nd June and we are still looking for people who want to speak at the event! If you are interested, please make sure to not miss the submission deadline: 24 March 2025 @ 17:00 CET
Link: https://cfp.twed.org/mk5/cfp
u/monerobull (Reddit) ⌘ Read more
it seems to be confused with the subject right next to it.. it works better at the end of the twt string.
Yarn won’t display anything. but the parser does add it to the AST in a way that you can parse it out using twt.Attrs().Get("lang")
https://git.mills.io/yarnsocial/go-lextwt/src/branch/main/ast.go#L1270-L1272
https://git.mills.io/yarnsocial/go-types/src/branch/main/twt.go#L473-L478
it seems to be confused with the subject right next to it.. it works better at the end of the twt string.
Yarn won’t display anything. but the parser does add it to the AST in a way that you can parse it out using twt.Attrs().Get("lang")
https://git.mills.io/yarnsocial/go-lextwt/src/branch/main/ast.go#L1270-L1272
https://git.mills.io/yarnsocial/go-types/src/branch/main/twt.go#L473-L478
Time For Ubuntu to Drop Firefox?
With changes to Firefox’s Terms of Use, many Linux Distros (Fedora, Mint, & others) are now shipping Spyware. ⌘ Read more
Deals: Apple Studio Display for $1299, Apple Watch Series 10 for $329
Amazon is back with some great deals again, this time offering the fantastic 27″ Apple Studio Display for just $1299, and the Apple Watch Series 10 for just $329. Why pay full price when you don’t have to? Apple Studio Display 27″ for $1299 (down from $1599) The Apple Studio Display is a gorgeous Retina … [Read More](https://osxdaily.com/2025/03/05/deals-apple-studio-display-for-1299-apple-watch-ser … ⌘ Read more
Dang it! I ran into import cycles with shared test utilities again. :-( Either I have to copy this function to set up an in-memory test storage across packages or I have to put it in the storage package itself and guard it with a build tag that is only used in tests (otherwise I end up with this function in my production binary as well). I don’t like any of the alternatives. :-(
Kuo: Apple’s First Foldable iPhone to Feature Book-Style Design, Sell for Over $2,000
Apple’s first foldable iPhone should arrive around the end of 2026 or early 2027 with a book-style design and a premium price tag of over $2,000, according to analyst Ming-Chi Kuo. In a report today, Kuo outlines his expectations for the device, noting that it will have an approximately 7.8-inch “crease-free” inner d … ⌘ Read more
Thank you, @eapl.me@eapl.me, this is awesome! I’m curious to see if we find some more advantages with the current approach. It seems there should be some more, but I can only think disadvantages right now. :-)
[47°09′16″S, 126°43′03″W] Working impossible due to heavy rain
lang=en @xuu@txt.sour.is gotcha!
From that PR #17 I think it was reverted? We could discuss about metadata later this month, as it seems that I’m the only person using it.
I’ve added a [lang=en] to this twt to see current yarn behaviour.
Video: How to run dependency audits with GitHub Copilot
Learn to automate dependency management using GitHub Copilot, GitHub Actions, and Dependabot to eliminate manual checks, improve security, and save time for what really matters.
The post Video: How to run dependency audits with GitHub Copilot appeared first on The GitHub Blog. ⌘ Read more
Hi everyone,
I’ve drafted a Request for Comments (RFC) to improve how threads work in twtxt:
https://git.mills.io/yarnsocial/twtxt.dev/issues/18
I’d love your feedback! Please share your thoughts on anything that could be better explained, check if the proposed dates work for everyone, and I invite you to join the discussion…
I have released new updates to the twtxt.el client.
- New feature: View and interact with threads.
- Optimisation of ordering for long feeds.
- Minor fixes.
In the next version you will be able to see all your mentions.
Enjoy!
Not just for developers: How product and security teams can use GitHub Copilot
GitHub Copilot isn’t just for developers! Discover how product managers, security professionals, scrum masters, and more use GitHub Copilot to streamline tasks, automate workflows, and boost productivity across teams.
The post [Not just for developers: How product and security teams can use GitHub Copilot](https://github.blog/ai-and-ml/github-copilot/not-just-for-dev … ⌘ Read more
Aligning Language Practices for KubeCon + CloudNativeCon Japan and KubeCon + CloudNativeCon China
The global cloud native community thrives on diversity and collaboration, bringing together contributors, users, and enthusiasts worldwide. As we continue to grow and expand, we are committed to creating an inclusive and effective environment for learning… ⌘ Read more
Observability Trends in 2025 – What’s Driving Change?
Observability has evolved beyond traditional monitoring, integrating AI, automation, and security. Initially, monitoring focused on collecting logs and metrics separately, often leading to silos and limited visibility. The rise of distributed systems and microservices has increased… ⌘ Read more
Apple Has Finally Solved One of the MacBook Air’s Biggest Limitations
The new MacBook Air has a useful upgrade: it natively supports up to two external displays, in addition to the laptop’s built-in display.
In other words, the latest MacBook Air can be used with a pair of external displays without nee … ⌘ Read more
[47°09′40″S, 126°43′13″W] Storm recedes – back to normal work
An army of MAGA think tanks behind him, it’s Trump’s Washington now
Megan Messerly, - Politico
_Stephan: I have gotten to a point where I can not stand to hear Trump’s voice, but last night as he spoke I turned the captions on so I could read what he was saying as he said it. The whole speech was either bragging or lying or both. What I did not understand was why the Democrats did not all get up and walk out of the chamber. That is certainly what I would h … ⌘ Read more
Tariff War Risks Sinking World Into New Great Depression, International Chamber of Commerce Warns
Joshua Kirby, Economic Reporter - The Wall Street Journal
_Stephan: This is from yesterday’s Murdoch owned The Wall Street Journal, hardly a Democratic or liberal publication. Since I read Project 2025 I have been predicting on SR that the United States is probably going to go into a recession. TWSJ seems to think it may be worse … ⌘ Read more
Analysis Finds Trump Tariffs Will Cost Average US Family $1,600 or More Per Year
Jessica Corbett, Senior Editor - Common Dreams
_Stephan: I have seen several estimates on what the Trump MAGAt Party’s impact on the economy is going to cost each American household; this one seems the most fact-based. Maybe $1,600 this year is not that much to you, but to millions of U.S. families it is going to have a serious impact. And after the State of the U … ⌘ Read more
10 Unexpected Jobs of U.S. Presidents Before Politics
Before becoming leaders of the free world, many U.S. presidents worked in surprisingly unusual and unexpected jobs. While some followed the traditional paths of law and military service, others held positions that seem entirely out of place for a future commander-in-chief. From working as a bouncer to wrangling alligators, these early careers shaped their character, […]
The post [10 Unexpected Jobs of U.S. Presidents Before P … ⌘ Read more
Ten Mysterious Stone Circles from Around the World
Stone circles of all sizes exist all over the world, most dating from the Stone and Bronze Ages. Since many of their builders did not leave behind any written accounts of them, they stand as silent witnesses to the great unknowns of our antiquity. Who built them? How? And most importantly, why? In most cases, […]
The post [Ten Mysterious Stone Circles from Around the World](https://listverse.com/2025/03/05/ten-mysterious-stone-cir … ⌘ Read more
He died yesterday, I didn’t get a chance to say goodbye. ⌘ Read more
[47°09′32″S, 126°43′25″W] Automatic systems disengaged due to thunderstorm
Apple Removes Audio Feature From New 13-Inch iPad Air With M3 Chip
Apple on Tuesday announced new 11-inch and 13-inch iPad Air models with the M3 chip, and while the processor upgrade and updated Magic Keyboard are the biggest changes, there’s another difference in the larger model compared to its predecessor that may … ⌘ Read more
Had to say goodbye to Pepper 😩 ⌘ Read more
Monero Research Lab meeting scheduled for 12 March 2025 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, March 12th 2025 at 17:00 UTC on IRC-Libera/Matrix2 in the #monero-research-lab channels.
Water Damage
⌘ Read more
Updated iPad Air with M3 Chip Released by Apple
Apple has given the iPad Air lineup a spec-bump update to include M3 chips, but otherwise the new iPad Air remains pretty much the same as the previous M2 model. The updated iPad Air with M3 chip features the same 12 megapixel front and rear camera with Center Stage on the front camera, Touch ID … Read More ⌘ Read more
Finding leaked passwords with AI: How we built Copilot secret scanning
Passwords are notoriously difficult to detect with conventional programming approaches. AI can help us find passwords better because it understands context. This blog post will explore the technical challenges we faced with building the feature and the novel and creative ways we solved them.
The post [Finding leaked passwords with AI: How we built Copilot secret scanning](https … ⌘ Read more
Video game auteur’s latest two-player tale is another bizarre hit
New adventure games you can play on the couch next to a friend are vanishingly rare, but Josef Fares has the genre dialled in. ⌘ Read more
tvOS 18.4 Beta Further Hints at Apple’s Work on Smart Home Hub
In the latest beta of tvOS 18.4, there are new hints of Apple’s work on a smart home hub accessory that’s rumored to be coming as soon as this year. MacRumors found that Apple has added ChatKit framework to the tvOS code, which is curious as there is no Messages app available on the Apple TV or the HomePod.
This rescue kitten was abused by her previous owners, but her new foster mom knows exactly how to gain her trust.. 🥺 ⌘ Read more
Trump Reveals Tariffs Plan to Ruin American Farmers’ Lives
Malcolm Ferguson, Associate writer - The New Republic
Stephan: Thanks to the stupidity of “king” Trump, who clearly does not understand what tariffs are, Americans, like you and me, are about to see a number of farmers go broke, and the prices we pay for produce at the grocery go up by as much as 25%
_C … ⌘ Read moreTariffs Could Raise US Car Prices by Up to $12,000
Keith Naughton, Staff Writer - Transport Topics | Bloomberg
Stephan: You are about to get another gift from “king” Trump’s coup; the cost of buying a new car, by design, particularly an electric vehicle, is about to skyrocket. There will also be fewer vehicles to choose from. Aren’t you Republican voters happy? You voted for this.

#2 Make reto swap whonix friendly
To … ⌘ Read more”`
He’s saying ‘My heart goes out to you all’ Okay? ⌘ Read more
Beta 2 of iOS 18.4, MacOS Sequoia 15.4, iPadOS 18.4, Available for Testing
The second beta versions of iOS 18.4, iPadOS 18.4, and MacOS Sequoia 15.4 are available for users enrolled in the beta testing programs for the Apple operating system suite. The latest beta builds continue to refine Apple Intelligence features, add a new Ambient music feature from Control Center, and for iPadOS and MacOS include the … [Read More](https://osxdaily.com/2025/03/03/beta-2-of- … ⌘ Read more
it’s been while since I’d stopped #window-manager hopping and just settled with #Herbstluftwm but I’m NGL, the River #Wayland compositor is starting to grow on me… I’m still not sure if it’s just me but something about it feels clean and snappy. The shortcuts in the vanilla/example configuration feel a bit clunky, but then again, it’s just me being used to the same old ones I keep adopting and replicating across WMs. I’ve got 0 energy for ricing so I’ll just roll with the vanilla config as is (maybe add in a short-cut for a launcher but that will be it).
Beta 2 of iOS 18.4, MacOS Sequoia 15.4, iPadOS 18.4, Available for Testing
The second beta versions of iOS 18.4, iPadOS 18.4, and MacOS Sequoia 15.4 are available for users enrolled in the beta testing programs for the Apple operating system suite. The latest beta builds continue to refine Apple Intelligence features, add a new Ambient music feature from Control Center, and for iPadOS and MacOS include the … [Read More](https://osxdaily.com/2025/03/03/beta-2-of- … ⌘ Read more
I went on a 5:30 hours long hike to my second backyard mountain. About 12km to get there and roughly 9km on the way back. It was super nice, sunny all day long, 12°C and luckily just a little bit of wind. Great scenery. I managed to capture one great spotted woodpecker hammering along. There was also a kestrel hovering over a meadow and then landing on a sports field light pole. At the castle ruin I could watch 10-12 gliding red kites (with the V-shaped tail) and other raptors, maybe bussards, I don’t know, for about five minutes. That was fascinating. Unfortunately, my camera doesn’t too well with moving targets.
86 more photos: https://lyse.isobeef.org/wanderung-auf-den-hohenrechberg-2025-03-03/
I lost my beautiful boy this morning so I wanted to share him with you all. ⌘ Read more
New MacBook Air Coming This Week: What to Expect
Apple CEO Tim Cook teased a new product announcement this week, sharing a short video that says “there’s something in the Air.” Based on the “Air” wording and the timing of the launch, it sounds like we’re going to get new M4 [MacBook Air](https://www.macrumors.com/ro … ⌘ Read more
@prologic@twtxt.net sure thing!
What about discussing it in https://git.mills.io/yarnsocial/twtxt.dev ?
The only con I see is that everyone would need to create an account there to participate.
a few async ideas for later
The editing process needs a lot of consideration and compromises.
From one side, editing and deleting it’s necessary IMO. People will do it anyway, and personally I like to edit my texts, so I’d put some effort on make it work.
Should we keep a history of edits? Should we hash every edit to avoid abuse? Should we mark internally a twt as deleted, but keeping the replies?
I think that’s part of a more complete ‘thread’ extension, although I’d say it’s worth to agree on something reflecting the real usage in the wild, along with what people usually do on other platforms.
Announcing the Beta Release of OpenTelemetry Go Auto-Instrumentation using eBPF
The OpenTelemetry community is excited to announce the beta release of the OpenTelemetry Go Auto-Instrumentation project! This milestone brings us closer to our mission of making observability simple, accessible, and effective for Go applications. What is… ⌘ Read more
Data Protection Working Group Deep Dive Session at KubeCon + CloudNativeCon London
Data on Kubernetes is a growing field, with databases, object stores, and other stateful applications moving to the platform. The Data Protection Working Group focuses on data availability and preservation for Kubernetes – including backup, restore,… ⌘ Read more
The cats wanted somewhere comfortable to rest ⌘ Read more
(#jwfdkuq) This seems to be capable of supporting edits as you noted. But I need to think a bit more (~2am here now) of whether this can be abus …
This seems to be capable of supporting edits as you noted. But I need to think a bit more (~2am here now) of whether this can be abused in any way… The advantage of Content-based Addressing ( hashing the content) is that the hash is then immutable, meaning that we can have integrity that the hash actually represents that content from that author at that time. ⌘ Read more
New Phippy Book Guidelines: Enhancing Community Access & Engagement
Phippy and Friends have long been a beloved part of the cloud native ecosystem, making complex technologies more approachable through storytelling. As interest in these books grows, CNCF is introducing new guidelines to better support, distribute,… ⌘ Read more
looks good to me!
About alice’s hash, using SHA256, I get 96473b4f or 96473B4F for the last 8 characters. I’ll add it as an implementation example.
The idea of including it besides the follow URL is to avoid calculating it every time we load the file (assuming the client did that correctly), and helps to track replies across the file with a simple search.
Also, watching your example I’m thinking now that instead of {url=96473B4F,id=1} which is ambiguous of which URL we are referring to, it could be something like:
{reply_to=[URL_HASH]_[TWT_ID]} / {reply_to=96473B4F_1}
That way, the ‘full twt ID’ could be 96473B4F_1.
**(#jwfdkuq) “`
default_lang = en discovery_url = https://example.com/discovery/ follow = alice https://example.com/alice.txt ABCDEF12 fo …**”`
default_lang = en discovery_url = https://example.com/discovery/ follow = alice https://example.com/alice.txt ABCDEF12 follow = alice gemini://example.com/alice.txt avatar = https://example.com/avatar/alice.png avatar = gemini://example.com/avatar/alice.png1 2025-03-03T15:00:00-04:00 {lang=en} Hello, world! Welcome to my twtxt feed. UTF-8 check: é, ö, ü.
2 2025-03-03T15:05: … ⌘ Read more
GitHub for Beginners: How to get started with GitHub Copilot
Get started with GitHub Copilot and navigate features like Copilot Chat in this installment of the GitHub for Beginners series.
The post GitHub for Beginners: How to get started with GitHub Copilot appeared first on The GitHub Blog. ⌘ Read more
hi! I hope you can see this message
As in https://eapl.me/timeline/post/s7gv6zq
I changed my URL to experiment on this exact situation, and deleted the symlink on my server, so now tw.txt is the only way to get the file, although I could bring it back, what does everyone say?
Found this little kitty in a dumpster next to our house. I can’t believe this actually ⌘ Read more
Iowa has high cancer rates. Trump’s cuts to CDC and NIH are already hitting the state
Yuki Noguchi, - npr
_Stephan: The ruthless, nasty incompetent madness of the Trump coup and its dismemberment of the CDC, and healthcare generally are beginning to impact states. Here is a story from Iowa, a state with an abnormally high cancer rate. Personally, I think this high rate is the result of the toxins used in chemical monoculture agriculture, … ⌘ Read more
What we know about Medicare ending telehealth coverage in April 2025
Amelia Clarke, Contributing Writer - Snopes
_Stephan: The Trump coup is explicitly designed to make you and your family less healthy. Of course, Trump and his Frankenstein Musk don’t say that, but what they are doing tells us everything we need to know. There is an enormous amount of misinformation on the social media platforms about telemedicine. But this report on Snopes, I think, ca … ⌘ Read more
Some consumers are not spending money for today’s economic blackout. Here’s what to know.
Betty Lin-Fisher, Customer Reporter - USA Today
Stephan: The 28 February “Don’t Buy for 24 hours” boycott doesn’t seem to have amounted to much. What that tells me is that a large percentage of Americans don’t yet realize what is going in their country with the Trump coup. Very sad.
 @xuu@xuu redirects to for me?
@xuu @txt.sour.is redirects to https://text.eapl.mx/main-en for me? ⌘ Read more
2025-03-02T13:20:00-07:00 (#<fmgas3a https://twtxt.net/user/prologic/twtxt.txt?t=2025-03-02T10:12:13Z>) @<prologic https://twtxt.net/user/prologic/twtxt.txt> its hard to change by consensus. Some things are won in implementation.
2025-03-02T13:20:00-07:00 (#<fmgas3a https://twtxt.net/user/prologic/twtxt.txt?t=2025-03-02T10:12:13Z>) @<prologic https://twtxt.net/user/prologic/twtxt.txt> its hard to change by consensus. Some things are won in implementation.
True. Though if the idea turns out to be better.. then community will adopt it.
if you look at the subject for that twt you will see that it uses the extended hash format to include a URL address.
True. Though if the idea turns out to be better.. then community will adopt it.
if you look at the subject for that twt you will see that it uses the extended hash format to include a URL address.
Hey everyone!
About the idea of improving the “thread” extension, what if we set aside March 2025 to gather proposals and thoughts from everyone? We could then vote on them at the end of the month to see if the change and migration are worth it.
The voting could include client maintainers (and maybe even users too). That way, we get a good mix of perspectives before taking a decision in a decent timelapse.
What do you think? If this sounds good, we can start agreeing on this. Let me know your thoughts!