Searching We Love Privacy Club

Twts matching #time
Sort by: Newest, Oldest, Most Relevant
In-reply-to » @kate @eldersnake @abucci -- I've already spoken to @xuu on IRC about this, but the new 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. 😅

⤋ Read More

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

⤋ Read More
In-reply-to » This weekend (as some of you may now) I accidently nuke this Pod's entire data volume 🤦‍♂️ What a disastrous incident 🤣 I decided instead of trying to restore from a 4-month old backup (we'll get into why I hadn't been taking backups consistently later), that we'd start a fresh! 😅 Spring clean! 🧼 -- Anyway... One of the things I realised was I was missing a very critical Safety Controls in my own ways of working... I've now rectified this...

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
}

⤋ Read More

**(#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)

⤋ 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

⤋ 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

⤋ Read More

** 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

⤋ 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

⤋ Read More

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

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

⤋ 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

⤋ 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

⤋ Read More

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

⤋ 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

⤋ 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

⤋ 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

⤋ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@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.

⤋ Read More

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

⤋ 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

⤋ 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

⤋ 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

⤋ 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

⤋ 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

⤋ 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.

Features

Not a lot this time around… Maybe next time?

⤋ Read More
In-reply-to » I need to figure out a way to back off requests to feeds that don't update often.

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.

⤋ Read More
In-reply-to » Guilty pleasure, blasphemy, shitty audio, … something like that. Seven Nation Army on double bass. 🤪 https://movq.de/v/e3a4dcff2e/sad-nation-army.ogg

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. 🤪)

⤋ Read More

Erlang Solutions: My Journey from Ruby to Elixir: Lessons from a Developer

Why I Looked Beyond Ruby

For 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

⤋ Read More
In-reply-to » I need to figure out a way to back off requests to feeds that don't update often.

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.

⤋ Read More
In-reply-to » I think I should try self-hosting some Mastodon thingy again.

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.

⤋ Read More

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

⤋ 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. 😂

⤋ 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

⤋ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

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.

⤋ 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

⤋ Read More