First time cat mom: meet Suki ⌘ Read more
SqliteCache backend I'm working on here, what are your thoughts regarding mgirations from old MemoryCache (which is now gone in the codebase in this branch). Do you care to migrate at all, or just let the pod re-fetch all feeds? 🤔
@prologic@twtxt.net give it some time. Twtxt is very asynchronous, and travels at the speed of mules. It might take a while to reach the intended destination. 😅
@david@collantes.us Ah, yes, the hardware might not. As I just said in the other thread: No problem, you can keep the same installation. I did so many times on my PC/laptop at work.
10 Iconic Landmarks That Were Nearly Called Something Else
Some of the world’s most iconic places have instantly recognizable names—imagine Paris without the Eiffel Tower, New York without Times Square, or Australia without the Great Barrier Reef. But history doesn’t always work out the way we expect. Many of these landmarks were nearly given completely different names, some of which would have changed how […]
The post [10 Iconic Landmarks That Were Nearly Called Something … ⌘ Read more
This time it’s just a station to change to another train. Another hour and a half to my new/old home station. ⌘ Read more
So I re-write this shell alias that I used all the time alias dkv="docker rm" to be a much safer shell function:
dkv() {
if [[ "$1" == "rm" && -n "$2" ]]; then
read -r -p "Are you sure you want to delete volume '$2'? [Y/n] " confirm
confirm=${confirm:-Y}
if [[ "$confirm" =~ ^[Yy]$ ]]; then
# Disable history
set +o history
# Delete the volume
docker volume rm "$2"
# Re-enable history
set -o history
else
echo "Aborted."
fi
else
docker volume "$@"
fi
}
**(#zzyjqvq) So I re-write this shell alias that I used all the time alias dkv="docker rm" to be a much safer shell function:
dkv() {
if ...**
So I re-write this shell alias that I used all the time `alias dkv="docker rm"` to be a much safer shell function:
dkv() {
if [[ “$1” == “rm” && -n “$2” ]]; then
read -r -p "Are you sure you want to delete volume '$2'? [Y/n] " confirm
confirm=${confirm:-Y}
if [[ "$confirm" =~ ^[Yy]$ ]]; then
# Disable history
set +o history
# Delete the volume
dock ... ⌘ [Read more](https://twtxt.net/twt/ml3toqq)
🐈⬛ ❄️ Little Kitten first time walking in snow then went inside pocket to warm up 🐈⬛👜 ⌘ Read more
10 Formerly Secret Tunnels That Are Now Open to the Public
From hidden passageways beneath ancient cities to wartime bunkers turned tourist attractions, tunnels have long been shrouded in mystery and secrecy. Over time, many of these once-concealed corridors have been unlocked for public exploration, offering a glimpse into history that was once kept under wraps. Whether they were built for defense, transport, or escape, these […]
The post [10 Formerly Secret Tunnels That … ⌘ Read more
DFRobot Previews RISC-V-Based FireBeetle 2 with ESP32-P4, Targeting Image and Video Applications
The FireBeetle 2 ESP32-P4 is an upcoming compact development board designed for real-time image processing, video streaming, and wireless communication. It targets HMI applications such as digital photo frames, security systems, home control panels, and smart doorbells. The board is built around the ESP32-P4R32 microcontroller, which features a dual-cor … ⌘ Read more
@prologic@twtxt.net yup yup. Much work to be done, so little time. 😩
** Muddy weeknotes **
Some RSS exclusive week notes:
- I finished reading Emily St. James’ Woodworking
- I started reading Sally Rooney’s Intermezzo
- I took a break from re-watching Frieren for the third time
- I used that break to start watching The Apothecary Diaries, which isn’t at all what I assumed it was. It is more a detective show than anything else, so far, and I dig it
- I started to play Citizen Sleeper
- I cleaned so much, yet the house remains not clean
- It has stopped snowing (for now), we are now solidly in … ⌘ Read more
Alachua County Running - 20 miles: 20.02 miles, 00:10:46 average pace, 03:35:27 duration
long run… drinking the day before and was surprised i got this done. it really felt light the majority of the time. oh man, the massey park saved me with the much needed refill of water since i only had my handheld.
on a side note my daughter did great yesterday at her state gymnastics meet. 1st on bars and 4th overall while winning a slot to regionals!
#running
@prologic@twtxt.net Well, if we really wanted to, I guess @lyse@lyse.isobeef.org and I could provide you with our copies of that time period. 😆
Oh well. I’ve gone and done it again! This time I’ve lost 4 months of data because for some reason I’ve been busy and haven’t been taking backups of all the things I should be?! 🤔 Farrrrk 🤬
Oh well. I’ve gone and done it again! This time I’ve lost 4 months of data because for some reason I’ve been busy and haven’t been taking backup …
Oh well. I’ve gone and done it again! This time I’ve lost 4 months of data because for some reason I’ve been busy and haven’t been taking backups of all the things I should be?! 🤔 Farrrrk 🤬 ⌘ Read more
I visited this place four years ago, but today my family and I went to the Todtnau Waterfall again. This time there’s a new suspension bridge from which you can see the waterfall from above and get an even better view of the valley in the black forest. ⌘ Read more
**Hmm I spoke to soon™ :( 🙁 Another OOM kill :/ 😕
time="2025-04-05T03:26:12Z" level=info msg="[mem] Feeds fetch started: HeapAlloc=3 ...**
Hmm I spoke to soon™ :( 🙁 Another OOM kill :/ 😕
time=“2025-04-05T03:26:12Z” level=info msg=“[mem] Feeds fetch started: HeapAlloc=34MB Goroutines=31”
time=“2025-04-05T03:27:17Z” level=info msg=“[mem] Feeds fetch done: HeapAlloc=67MB Goroutines=92”
time=“2025-04-05T03:29:23Z” level=info msg=“[mem] Feeds fetch started: HeapAlloc=56MB Goroutines=41”
time=“2025-04-05T03:29:23Z” level=info msg=“[ … ⌘ Read more
Every time I replay Pokemon Red, I forget about the level-16 Raticate gauntlet in Mt. Moon. Hyper Fang was a hell of a strong move in Generaion I.
How big is VMS?
This question was asked during my Boot Camp presentation last fall in Boston, and over the past 35 years dozens of times people have asked, how big is VMS? That translates into “how many lines of code are in VMS”? I thought it was time to at least make a stab at pursuing some insight into the answer. I wrote some command procedures to count the number of source lines in .B32, .B64, .C, .MAR, .M64, and .S files. Not counted are blank lines and lines beginning with the standard comment characters and m … ⌘ Read more
Run LLMs Locally with Docker: A Quickstart Guide to Model Runner
AI is quickly becoming a core part of modern applications, but running large language models (LLMs) locally can still be a pain. Between picking the right model, navigating hardware quirks, and optimizing for performance, it’s easy to get stuck before you even start building. At the same time, more and more developers want the flexibility […] ⌘ Read more
1st Beta of iOS 18.5, MacOS Sequoia 15.5, iPadOS 18.5 Released for Testing
While Apple may have just released the final versions of MacOS Sequoia 15.4, iOS 18.4, and iPadOS 18.4 to the general public, they’re already back on the beta train. This time around we’ve got the first beta versions of iOS 18.5, iPadOS 18.5, and MacOS Sequoia 15.5. It’s not clear what the focus of these … [Read More](https://osxdaily.com/2025/04/02/1st-beta-of-ios-18-5-macos-sequoia-15- … ⌘ Read more
10 Genius German Words with No English Equivalent
The German language has a knack for packing complex ideas into a single word or brief phrase. From time to time, those phrases work their way into the English language. For instance, you’ve probably used the word “zeitgeist” to convey the defining mood or spirit of an era or “schadenfreude” to express the joy you […]
The post [10 Genius German Words with No English Equivalent](https://listverse.com/2025/04/02/10-genius-german-words- … ⌘ Read more
@lyse@lyse.isobeef.org Aww, this reminds me that I haven’t done any Fraktur/calligraphy in a hell of a long time. I should pick that up again. It’s always nice to see this on old buildings.
@prologic@twtxt.net Fully agreed. I’m far more likely to buy such mediums when DRM-free. I never go near Amazon eBooks etc because of their lock-in, and I have a Kobo eReader which needs to have the books side loaded unless directly from the Kobo store. I prefer DRM-free files every time.
Cloud Native Computing Foundation Releases 2025 State of Dapr Report Highlighting Adoption Trends and AI Innovations
Report finds 96% of developers save time using Dapr, driving faster development and increased efficiency KubeCon + CloudNativeCon Europe, London, UK – April 1, 2025 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems… ⌘ Read more
I think my new SqliteCache is almost ready for prime time 🤞
I think my new SqliteCache is almost ready for prime time 🤞 ⌘ Read more
Microsoft releases Windows 11 roadmap tool to help make sense of Windows 11’s development
I’ve complained about the utter inscrutability of the Windows release process for a long time, with Microsoft seemingly using channels, build numbers, code names, date-based version numbers, and so on interchangeably, making it incredibly hard to keep track of what is being released when. It turns out even Microsoft itself started losing track, because it … ⌘ Read more
10 Times Patriotism Influenced Pop Culture
Americans have found many ways to display a sense of patriotism over the years, but when patriotic symbols and messages find their way into pop culture, they can be inspiring in a fresh, unexpected way. Sometimes, this happens with films that depict impactful events, such as World War II, or that explore topics like freedom […]
The post [10 Times Patriotism Influenced Pop Culture](https://listverse.com/2025/03/30/10-times-patriotism-influenced-po … ⌘ Read more
Microchip PolarFire-Powered TinyBeast FPGA Delivers Real-Time Performance with DDR4 and PCIe
CrowdSupply recently introduced the TinyBeast FPGA, a compact platform based on Microchip’s PolarFire FPGA technology. It stands out for its ability to offload computationally intensive tasks from the central processor, enabling real-time data processing in space-constrained environments like automation, measurement, and robotics. TinyBeast FPGA comes in two c … ⌘ Read more
** Late March Snow **
The forecast predicted snow, but even with that knowledge I held out hope that it wouldn’t. The shade over the window in the bedroom doesn’t close all the way. It always stops short of totally covering the window with about an inch further to go. It is too short. When I woke up this morning there was a flat grey line of light streaming into the room through the gap left by the too short shade. So, I spent some time shoveling this morning. Probably sooner than I ought to have since it’s still coming down. It’s 80ish de … ⌘ Read more
(#dxzebnq) @movq@movq Hah I used to be a heavy mpd user myself once upon a time 😅
@movq @www.uninformativ.de Hah I used to be a heavy mpd user myself once upon a time 😅 ⌘ Read more
Ignite Realtime Blog: It’s time for real interoperability. Let’s make it happen
When I explain to others what I do for a living, I often ask why it is that we are not surprised that one can use a Gmail account to send an email to someone who uses an Outlook account, yet many people fully accept that you can’t send a message to someone using WhatsApp from a Telegram account. We’re not surprised that we can use our phone to set up a call with someone who uses a differe … ⌘ Read more
Everyone say well done Wanda for not reacting aggressively at all when visually meeting our new cat for the first time today ⌘ Read more
Mathieu Pasquet: Poezio 0.15 / 0.15.1
About three years since the last version, poezio 0.15 (and 0.15.1 to address
a small packaging mishap, version numbers are cheap) was released yesterday!
Poezio is a terminal-based XMPP client which aims to replicate the
feeling of terminal-based IRC clients such as irssi or weechat; to
this end, poezio originally only supported multi-user chats.
Not a lot this time around… Maybe next time?
- A new
moderateplugin (for [XEP-0425](http://xmpp.org/ex … ⌘ Read more
Hmm I think I can come up with some kind of heuristic.. Maybe if the feed is requested and hasn’t updated in the last few mins it adds to the queue. So the next time it will be fresh.
Not in the mood to deal with reality today, so here’s another one of those silly things: https://movq.de/v/68c61f8ecc/r2_session.ogg This time on electric bass, tuned down to B-standard because oomph. (Well, sounds okay on my headphones, but I’m obviously no sound engineer. 🤪)
Erlang Solutions: My Journey from Ruby to Elixir: Lessons from a Developer
Why I Looked Beyond RubyFor years, Ruby was my go-to language for building everything from small prototypes to full-fledged production apps. I fell in love with its elegance and expressiveness and how Ruby on Rails could turn an idea into a working web app in record time. The community—with its focus on kindness and collaboration—only deepened my appreciation. In short, Ruby felt like home.
… ⌘ Read more
Apple’s iPhone 17 range will feature the thinnest iPhone ever
For the first time, 9News can reveal these leaked iPhone 17 Models in video to show the likely changes coming later this year. ⌘ Read more
if it hasn’t updated in a while so i put the request rate to once a week it will take some time before i see an update if it happens today.
The Mastodon admins say that it’s probably because of the size of my account (~600 MB), so the export process times out. And I understand that. Here on twtxt, I always use auto-expiring links when I post images or videos. It just gets too much data otherwise. I think I’ll just set my Mastodon account to auto-delete posts after ~180 days or something like that. Nobody cares about old posts anyway.
Variscite Expands SoM Lineup with VAR-SOM-AM62P Featuring TI Sitara AM62Px Processor
Variscite has released the VAR-SOM-AM62P, a new System on Module based on the Texas Instruments Sitara AM62Px processor. This module expands the VAR-SOM product line with enhanced multimedia functionality while maintaining a focus on cost efficiency. The module integrates a quad-core Cortex-A53 processor running at 1.4GHz, along with an 800MHz Cortex-R5F real-time co-processo … ⌘ Read more
My cat does this dance every time I come home ☺️ ⌘ Read more
I’ve identified several issues with my current (admittedly cheap) upright bass by now. It might be time to upgrade to a better model. 🤔
If only those things weren’t so damn expensive. I just checked the prices and simply burst out laughing. 😂
Lola has arrived! 1st time cat dad follow up ⌘ Read more
Deals: Apple Watch 10 for $299, AirPods 4 for $100, AirPods Pro 2 for $170
Amazon is back with some more great deals on Apple gear, this time taking $100 off the price of Apple Watch Series 10, $30 off AirPods 4, and knocking $80 off the price of AirPods Pro 2. Why pay full price when you don’t have to? Check out the deals and enjoy. Apple Watch Series … [Read More](https://osxdaily.com/2025/03/24/deals-apple-watch-10-for-299-airpods-4-for-100-airpods-pro-2-for-170 … ⌘ Read more
Long time lurker, first time poster. ⌘ Read more
I haven’t had one since the before times of COVID. I am not sure if my company will have them again for the near future.
1st time cat dad, picking her up Sunday ⌘ Read more
i really wanna learn golang it looks fun and capable and i can read it kind of but every time i try it i’m immediately stuck on basic concepts like “what the fuck is a pointer” (this has been explained to me and i still don’t get it). i did have types explained to me as like notes on code which makes sense a bit but i’m mostly lost on basic code concepts