Searching txt.sour.is

Twts matching #reading
Sort by: Newest, Oldest, Most Relevant

[$] DMA addresses for UIO
The Userspace\
I/O (UIO) subsystem was first added to the kernel by
Hans J. Koch for the 2.6.32 release in 2007. Its purpose is to facilitate
the writing of drivers (mostly) in user space; to that end, it provides
access to a number of resources that user-space code normally cannot touch.
One piece that is missing, though, is DMA addresses. [A proposal to\
fill that gap](https://lwn.net/ml/all/20250410-uio-dma-v … ⌘ Read more

⤋ Read More
In-reply-to » @andros maybe create a separate, completely distinct feed for DM? That way, clients do not need to do anything, only those wanted to "talk in private" follow themselves, using their very special dm-only.txt feeds. 😂

by commenting out DMs are you giving up on simplicity? See the Metadata extension holding the data inside comments, as the client doesn’t need to show it inside the timeline.

I don’t think that commenting out DMs as we are doing for metadata is giving up on simplicity (it’s a feature already), and it helps to hide unwanted DMs to clients that will take months to add it’s support to something named… an extension.

For some other extensions in https://twtxt.dev/extensions.html (for example the reply-to hash #abcdfeg or the mention @ < example http://example.org/twtxt.txt >) is not a big deal. The twt is still understandable in plain text.
For DM, it’s only interesting for you if you are the recipient, otherwise you see an scrambled message like 1234567890abcdef=. Even if you see it, you’ll need some decryption to read it. I’ve said before that DMs shouldn’t be in the same section that the timeline as it’s confusing.

So my point stands, and as I’ve said before, we are discussing it as a community, so let’s see what other maintainers add to the convo.

⤋ Read More

Security updates for Tuesday
Security updates have been issued by AlmaLinux (java-1.8.0-openjdk, kernel, libxslt, mod_auth_openidc:2.3, and webkit2gtk3), Fedora (c-ares, giflib, jupyterlab, perl, perl-Devel-Cover, perl-PAR-Packer, prometheus-podman-exporter, python-notebook, python-pydantic-core, rpki-client, ruby, rust-adblock, rust-cookie_store, rust-gitui, rust-gstreamer, rust-icu_collections, rust-icu_locid, rust-icu_locid_transform, rust-icu_locid_transform_data, rust-icu_normalizer, rust-icu_normalizer_data … ⌘ Read more

⤋ Read More

These Kubernetes mistakes will make you an easy target for hackers
Kubernetes is exceedingly powerful for orchestrating containerized applications at scale. But without proper monitoring and observability—especially in self-managed infrastructure—it can quickly become a security disaster waiting to happen. This is not due to inherent flaws in… ⌘ Read more

⤋ Read More

Apple Releases New iOS 18.5 and macOS Sequoia 15.5 Public Betas
Apple today seeded the second public betas of upcoming iOS 18.5, iPadOS 18.5, and macOS Sequoia 15.5 updates, allowing the public to test the updates ahead of when they see an official launch. The public betas come a day after Apple provided the third betas to developers.

Image

Public beta testers can downlo … ⌘ Read more

⤋ Read More

Trump’s Power Feeds on White Demographic Fears
James Risen,  Staff Writer  -  The Intercept

_Stephan: Despot Trump’s racism was inherited from his father, and has been a life-long attribute of his character, and is a defining aspect of MAGAt world. Black MAGAts don’t seem to get this, but then there were Black slave owners in pre-Civil War America. We don’t talk enough about this White supremacy racism in the Republican Party, and media doesn’t cover it properly, if at all.  But … ⌘ Read more

⤋ Read More

Money Worries: Just 13% of Americans Feel Confident About Their Finances
Study Fiinds Staff,    -  Study Finds

_Stephan: Financial insecurity and stress, as this study shows, are hallmarks of American society. We are truly becoming a neo-medieval culture with The population the United States is 347,275,807. In 2025, the United States has 902 billionaires, which is the highest number of billionaires in the world, according to [Forbes](https://www.google.c … ⌘ Read more

⤋ Read More

Former Google CEO Warns That AI Is About to Escape Human Control
Noor Al-Sibai,  Staff Writer  -  The Byte

_Stephan: Sunday, I watched the segment of 60 Minutes discussing AI. Here is another view. What I don’t see any of these people discussing is the reality of what has happened as a result of the weaponization of the internet as a result of intentional misinformation, and how it has served tech billionaires supporting Trump’s fascist coup. I think the issue … ⌘ Read more

⤋ Read More

‘Deep red rural America’ hurts most as Trump attacks on liberal programs backfire: report
Jennifer Bowers Bahney,  Contributing Writer  -  Raw Story

_Stephan: Just as I, and many others have predicted, MAGAt world is going to experience the worst effects of the Trump coup and dismantlement of the economy and government. And in many ways, MAGAt voters didn’t even think about that when they voted. Here is an example of what I mean. I think … ⌘ Read more

⤋ Read More

10 Things You Might Not Know About Greenland
Greenland has been in the news because President Trump has expressed a desire to buy the country. But just how much do you know about this frozen land? With a coastline of 24,430 miles (39,316 km) punctuated by deep fjords, it’s the world’s largest island. It is described as “an autonomous territory within the Kingdom […]

The post [10 Things You Might Not Know About Greenland](https://listverse.com/2025/04/22/10-things-you-might-not-know-ab … ⌘ Read more

⤋ Read More

iPhone 17e Nears Trial Production, Launch Tipped for Late May 2026
Apple’s next-generation iPhone 17e is nearing the trial production stage, with the mid-range device tentatively scheduled for a May release, according to a proven leaker with sources in Apple’s Chinese supply chain.

Image

WeChat-based leaker Fixed Focus Digital shared the claims on Tuesday, adding that the i … ⌘ Read more

⤋ Read More

I found this super clingy cat in the middle of the street, so I gave her some water. I’m not sure if I should take her home or if she lives nearby. I’ll come back tomorrow to check if she’s still there, then I’ll decide. Geez, she’s so cute!Read more

⤋ Read More

MicroPython v1.25.0 Released with ROMFS, RISC-V Assembler, and Expanded Board Support
MicroPython has reached a major milestone with the release of version 1.25.0, delivering significant enhancements after over three years of development. This update introduces the long-anticipated ROMFS (Read-Only Memory File System), new processor support, TLS improvements, and expanded board compatibility across multiple architectures. One of the most notable additions is R … ⌘ Read more

⤋ Read More

[$] Indirect calls in BPF
Anton Protopopov kicked off the BPF track on
the second day of the 2025 Linux Storage, Filesystem,
Memory-Management, and BPF Summit with a discussion about permitting
indirect calls in BPF. He also spoke about his continuing work on
static keys, a topic which is related because the implementation of indirect
jumps and static keys in the verifier use some of the same mechanisms for
tracking indirect control-flow.
Although some design work remains to be done, it may soon be … ⌘ Read more

⤋ Read More

How to Customize Your Mac Mouse Cursor with Mousescape
Have you ever wanted to customize the cursor in MacOS? Perhaps you want to use a Windows-style white cursor on your Mac, or a grey 3d looking Linux style cursor, or even cursors from the Wii interface on your Mac? You can do all of that and more with a free app called Mousescape for … Read MoreRead more

⤋ Read More

Copilot taking over?
I tried GitHub Copilot (Free) in Visual Studio Code again for some small GoBlog changes. Copilot can now generate tests (although it doesn’t feel intelligent, as you need to correct quite a few things), it can do code reviews before committing and it can generate commit messages. Of course, it can also do code completions and write complete code, if you want it to do so. ⌘ Read more

⤋ Read More

Beta 3 of iOS 18.5, MacOS Sequoia 15.5, iPadOS 18.5 Released for Testers
In what must be the most exciting thing to happen on a Monday since the prior Monday, Apple has released the third beta version of iOS 18.5, MacOS Sequoia 15.5, and iPadOS 18.5. These new thrilling third beta versions are available to the developer wizards participating in the beta testing programs of Apple system software, … [Read More](https://osxdaily.com/2025/04/21/beta-3-of-ios-18-5-mac … ⌘ Read more

⤋ Read More
In-reply-to » Proposal: Change the order of twts in the feeds https://git.mills.io/yarnsocial/twtxt.dev/issues/26 I drop the bomb and leave! 💣 🏃‍➡️ #twtxt

@andros@twtxt.andros.dev Haha 🤣 We’ve explored this idea in the past and we decided that it’s actually a good idea to have an “append-only” feed for various reasons. We’ve also explored the idea of using Range requests, but opted instead to just archive/rotate our feeds periodically 😅 There really isn’t much point in having a feed in reverse chronological order, except (maybe?) so a human read view the new twts at the top of the file?! 🤣

⤋ Read More

Stepan the cat from Ukraine became famous for his tired, chill look. His photos went viral—celebrities like Britney Spears shared them. He also helped raise money for animal shelters. Stepan is more than a meme — he’s a symbol of calm and kindness.Read more

⤋ Read More
In-reply-to » @prologic @bender @eapl.me I think opening another file is a bad idea because it adds complexity to the clients, breaks the single feed and I think keeping legacy clients will be more complex to add new features in the future. A modern approach is important. I'll be honest, I'm a bit tired of the fight around the direct message. Perhaps, we can remove it as an extension and use the alternative @prologic . My suggestion apparently doesn't like to the community. I have no problem with remove it.

@bender@twtxt.net I use it. It’s not the feature I use the most in the fediverse, but I communicate this way with several friends. For example, it’s the main way I talk to the original creator of the twtxt-el repository, the way people greet me for the first time or the way they notify me of some bugs in the software I maintain. I can even tell you that it’s the main way I talk to some maintainers of the Emacs community. If there are any of you reading my words, speak up!
Why not have the same? There are things I want to say to @prologic@twtxt.net in private, why should I have to send him an email or private IRC? Or an public twt.
Of course, here’s a topic we’ve already talked about: what is twtxt for you? For me it will always be a social network, in microblogging format, but an asynchronous way of communicating. And having a tool to control visibility is basic 😄
I look forward to hearing from you @eapl.me@eapl.me !

⤋ Read More

[$] Owen Le Blanc: creator of the first Linux distribution
Ask a Linux enthusiast who created the Linux kernel, and odds are they will have
no trouble naming Linus Torvalds—but many would be stumped if asked what the
first Linux distribution was, and who created it. Some might guess Slackware, or its predecessor, Softlanding Linux\
System (SLS); both were arguably more influential but arrived just a bit
later. The first honest-to-goodness distribut … ⌘ Read more

⤋ Read More
In-reply-to » @andros maybe create a separate, completely distinct feed for DM? That way, clients do not need to do anything, only those wanted to "talk in private" follow themselves, using their very special dm-only.txt feeds. 😂

After reading you, @eapl.me@eapl.me, I’ll tell you my point of view.
In my opinion, a feed does not have to be equivalent to a timeline. A timeline is a representation of the feed adapted to a user. You may not be interested in seeing other people’s threads or DMs. But perhaps they are interested in seeing mentions or DMs directed at them. It is important not to fall into the trap. With that clarification…
I insist, this is my point of view, it is not an absolute truth: I don’t think extensions should be respectful of customers who are no longer maintained.
We cannot have a system that is simple, backwards compatible and extensible all at the same time. We have to give up some of the 3 points. I would not like to give up simplicity because it will then make it harder to maintain the customers who do stay. Therefore, I think it is better to give up backwards compatibility and play with new formulas in the extensions. I don’t think it’s a good idea to make a hash keep so much load: a hashtag, a thread and also a DM.

⤋ Read More

Security updates for Monday
Security updates have been issued by Debian (erlang, fig2dev, shadow, wget, and zabbix), Fedora (chromium, jupyterlab, llama-cpp, prometheus-podman-exporter, python-notebook, python-pydantic-core, rpki-client, rust-adblock, rust-cookie_store, rust-gitui, rust-gstreamer, rust-icu_collections, rust-icu_locid, rust-icu_locid_transform, rust-icu_locid_transform_data, rust-icu_normalizer, rust-icu_normalizer_data, rust-icu_properties, rust-icu_properties_data, rust-icu_provider, rust-icu\ … ⌘ Read more

⤋ Read More

Deep Dive into the Gateway API Inference Extension
Running AI inference workloads on Kubernetes has some unique characteristics and challenges, and the Gateway API Inference Extension project aims to solve some of those challenges. I recently wrote about these new capabilities in the kgateway… ⌘ Read more

⤋ Read More

Taxes on super rich and tech giants stall under Trump
Editorial Staff Agence France-Presse,  https://www.rawstory.com/trump-super-rich/  -  Agence France-Presse | Raw Story

_Stephan: Despot Trump has proven repeatedly that he doesn’t give a damn for the health, wellbeing, longevity, or education of you and your family. But he sure cares for the oligarchs and uber-rich who bought him his office with their hundreds of millions of dollars of donations and gifts. The United … ⌘ Read more

⤋ Read More

Trump signs executive order ending years of protections in Pacific monument
Sam Mauhay-Moore,  Trending News Reporter  -  SFGate

_Stephan: It is unclear to me whether Despot Trump is simply too stupid to understand the importance of supporting ecosystems, or he knows but just doesn’t care because someone has bribed him to make a decision that will allow them to damage an ecosystem. Or, most probably, it is both.  In any case the United States has no … ⌘ Read more

⤋ Read More

EPA Deletes Pollution Tracking Tools as It Offers Exemptions to Polluters
Mike Ludwig ,  Staff Writer  -  truthout

_Stephan: Here is yet another example of Despot Trump’s corruption doing favors for the uber-rich who enrich him so that he permits them to destroy Earth’s matrix of life and wellbeing. His corruption is going to have a decades-long impact, and will be a major factor contributing to the civilization-altering catastrophe that happens betwe … ⌘ Read more

⤋ Read More

America’s Ten Most Endangered Rivers Announced in New Report
Cristen Hemingway Jaynes,  Contributing Writer  -  EcoWatch

_Stephan: The United States has not paid appropriate and adequate attention to the wellbeing of the nation’s ecosystems since President Jimmy Carter’s administration, and Despot Trump is doing everything in his power to gut any kind of climate protection in order to serve the uber-rich who bought him his office. And, sadly, American voters don’t … ⌘ Read more

⤋ Read More

Go 定時任務調度從入門到實戰
在開發後臺服務時,我們經常需要處理定時任務。例如每天凌晨備份數據、每 5 分鐘檢查服務狀態、每小時發送統計報表…這些場景都需要可靠的定時任務調度機制。Go 語言就提供了強大的定時任務處理能力,既有標準庫的基礎功能,也有企業級的第三方解決方案。一、標準庫基礎用法———1. 簡單的單次延遲任務timer := time.NewTimer(3  time.Second) // 3秒後 ⌘ Read more

⤋ Read More

Get Apple’s M3 iPad Air for Up to $70 Off on Amazon
Amazon is kicking off the week with multiple discounts on Apple’s M3 iPad Air, offering as much as $70 off these tablets. Prices start at $569.00 for the 128GB Wi-Fi 11-inch M3 iPad Air, down from $599.00.

Image

_Note: MacRu … ⌘ Read more

⤋ Read More

10 Pop Culture Figures Who Actually Existed
From Darth Vader to Mary Poppins, pop culture icons can excite, enrage, or inspire us. And though most characters tend to be wholly fictional in nature, some famous ones are actually based on real-life people. Here’s our list of 10 pop culture figures who existed IRL. Related: Top 10 Underrated Minor Characters from Pop Culture […]

The post [10 Pop Culture Figures Who Actually Existed](https://listverse.com/2025/04/21/10-pop-culture-figures-who … ⌘ Read more

⤋ Read More

Badu-bus:Go 輕量級泛型發佈 - 訂閱事件總線
badu/bus (github.com/badu/bus) 是一個 Go 語言基於泛型實現的輕量級發佈 - 訂閱(Pub/Sub)事件總線庫。它允許不同的組件通過事件機制進行解耦通信,而不需要直接調用彼此的函數。它解決了什麼問題?組件解耦:發佈者和訂閱者彼此無感知,更靈活、可擴展,便於測試。 異步消息:消息可以異步發送和接收,提高系統性能和響應速度。 模塊化:有利於將系統拆分爲更小、 ⌘ Read more

⤋ Read More

ASUS NUC 15 Pro Cyber Canyon Highlights Compact Design and Intel Ultra CPUs
The ASUS NUC 15 Pro, also known as Cyber Canyon, is a compact mini PC built for professional computing needs. Available in Slim and Tall versions, it features Intel Core Ultra processors and Intel Arc Graphics, offering strong performance and flexible connectivity. Cyber Canyon integrates the latest Intel Core Series 2 Ultra processors with hybrid […] ⌘ Read more

⤋ Read More

Trump’s War on Measurement Means Losing Data on Drug Use, Maternal Mortality, Climate Change and More
Alec MacGillis,  Reporters  -  ProPublica

_Stephan: Fascist authoritarians like Despot Trump and his minions don’t ever like objectively verifiable databases to be compiled or maintained because the information can be used to prove how inferior their social policies are. If you have been reading my research papers (see SR arch … ⌘ Read more

⤋ Read More

China’s Breakthrough: Thorium Discovery Promises 60,000 Years of Clean Energy
,    -  Discovery / Alert

_Stephan: This, I think, is a very big deal and, in a planetary sense, good news, although not for the United States. It is going to be a major factor in ending the carbon era that Despot Trump, his unethical servants, and his oligarch funders are working so hard to keep Americans trapped in. I think this is the technology my remote viewers have b … ⌘ Read more

⤋ Read More

Experts Say Abrupt and “Staggering” CDC Cuts Will Cost Lives
Rita Rubin,    -  Journal of the American Medical Association

Stephan: America’s medical community of physicians and nurses is beginning to recognize how deadly the incompetence and disregard for human life of Despot Trump, his Frankenstein Musk, and the rest of the fascist MAGAts really is.  It is going to have a fatal effect on the population of America.

![](https://www.schwartzreport.net/wp-content/u … ⌘ Read more

⤋ Read More

‘Victory for scammers’: Trump fires 90% of Consumer Protection Agency staff
Jake Johnson,  Staff Writer  -  Raw Story | Common Dreams

_Stephan: Donald Trump is both a fascist authoritarian and a lifelong scammer and grifter. Steaks, University, I am sure you can remember some of them. Or do a Google search, you’ll be amazed he is not in prison. So it is entirely predictable that as President, he is making it very hard to catch scammers and grifters. Un … ⌘ Read more

⤋ Read More
In-reply-to » AI isn’t a shortcut for thinking. In her guide for skeptics, Hilary Gridley reframes AI as a collaborator—not a replacement. Use it like spellcheck for your thoughts. Don’t fear it—iterate with it. Insight improves, speed follows. Full post: https://hils.substack.com/p/the-ai-skeptics-guide-to-ai-collaboration

@prologic@twtxt.net Since you have to check and double check everything it spits out (without providing sources), I don’t find any of this helpful. It’s like someone’s in the room with you and that person is saying random stuff that might or might not be correct. At best, it might spark some new idea in your head and then you follow that idea the traditional way.

Information published on the internet (or anywhere, for that matter) was never guaranteed to be correct. But at least you had a “frame of reference”: “Ah, I read this information about Linux on a blog that usually posts about Windows, so this one single Linux post might not necessarily be correct.” That is completely lost with LLMs. It’s literally all mushed together. 🤷

⤋ Read More

10 Most Unique and Remote Vacation Retreats
Many times, when people go away on vacation, one of the goals is to be as far removed from civilization as possible. Seeking out secluded getaways can result in the discovery of some very exotic destinations that often feature resorts geared toward the adventurous tourist and make the most of the unusual locale. From fjord […]

The post [10 Most Unique and Remote Vacation Retreats](https://listverse.com/2025/04/20/10-most-unique-and-remote-vacat … ⌘ Read more

⤋ Read More