Searching We Love Privacy Club

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

Direct File Won’t Happen in 2026, IRS Tells States
NextGov: The IRS has notified states that offered the free, government tax filing service known as Direct File in 2025 that the program won’t be available next filing season. In an email sent from the IRS to 25 states, the tax agency thanked them for collaborating and noted that “no launch date has been set for the future.”

“IRS Direct File will not be available in Filing Se … ⌘ Read more

⤋ Read More

US flight cancellations accelerate as airlines comply with government shutdown order
JOSH FUNK and RIO YAMAT,  Reporters  -  Associated Press

_Stephan: I just got an email from a reader who has spent two days trying to get out of Chicago, but her flight has been canceled again and again. I have been warned not to fly because I would have to go through a security check and publishing SR may cause me to be detained, so I don’t have any person … ⌘ Read more

⤋ Read More

I’m building a service that lets you:

create and manage disposable, brandable email aliases so you can track leaks, forward important messages, and keep your real inbox clean.

I’ve just finishing building it for the most part, and have cut a v0.1.0 release. It’s currently closed source (to be decided later) and now open to beta testers. cc @bender@twtxt.net 🙏 I fully intend to monetize and offer this as a paid service in teh coming weeks/months, but beta/invite-only testers and early adopters/users first 🤟

⤋ Read More

Why do some of us love AI, while others hate it? The answer is in how our brains perceive risk and trust
From ChatGPT crafting emails, to AI systems recommending TV shows and even helping diagnose disease, the presence of machine intelligence in everyday life is no longer science fiction. ⌘ Read more

⤋ Read More

Advanced Documentation Retrieval on FreeBSD
I thought it might be nice to repost this considering the date.

When I originally wrote this I was planning an interview with Michael W. Lucas and at some point “leaked” this draft article to him. After about a day I got the email equivalent of a spit take and a ton of laughter.

Enjoy!

CommentsRead more

⤋ Read More

Securing the software supply chain: How distroless containers defend against npm malware attacks
The wake-up call: npm ‘is’ package compromise In July 2025, the npm package “is”—downloaded millions of times each week—was quietly hijacked. A simple phishing email to its maintainer opened the door for attackers to inject malicious… ⌘ Read more

⤋ Read More

Not so proud to be American — ‘fed up’ expats renounce citizenship
Steve Hendrix,    -  msn

_Stephan: Today, I got the third email I have received since August from an SR reader living overseas telling me they are giving up their American citizenship.  I have known many Americans living overseas, but until recently, I couldn’t remember any of them telling me they were giving up their American citizenship. However, as this article describes, renouncing American c … ⌘ Read more

⤋ Read More

The good thing about having a tablet now and spending time with it instead of my laptop the last few days is that I finally brought down my reading list in Miniflux a lot. I also answered emails and checked a few other tasks off my (mental) to-do list. ⌘ Read more

⤋ Read More

I keep getting this email occadionally:

Your iCloud storage is almost full

Now for various reasons, I don’t want my children to be using iCloud to store data, files, photos or any of the sort. They’re free to use iMessages, and other Apple services like the App Store, etc, but not storage.

So I’ve set about blocking iCloud Storage API(s) via AdGuard Home tonight as well as ensuring that my local network (client users) cannot bypass DNS policies and get out other sneaky ways, because some applications will just use other DNS servers, or DOH or DOT.

⤋ Read More

Earlier this year, I used Purelymail until I switched back to a self-hosted email server. Today, I found out that Purelymail was sold shortly after I closed my account due to health reasons. The new owner has pledged to continue the service in the same spirit as its founder, who always provided excellent support when I needed it. My reason for switching wasn’t due to any dissatisfaction with Purelymail; I simply wanted more control and to host my data in Europe again. I wish Purelymail all the best and hope it conti … ⌘ Read more

⤋ Read More
In-reply-to » @movq Right now I'm basically just blocking entire ASN(s) at this point and large blocks of IP(s) from Anthropic, OPenAI, Microsoft and others.

@prologic@twtxt.net I’m doing that now as well, but I don’t think this is a good solution. This is going to hurt “self-hosting” in the long run: I cannot afford true self-hosting where I actually do host everything here at home – instead, I must use a cloud provider / VPS for that. It is only a matter of time until my provider starts doing AI shit as well (or rather, the customers do it) and then what? I get blocked, e.g. I can’t send email to (some) people anymore. This is already bad and it’s going to get worse.

⤋ Read More

Email Forwarding Broken on iCloud
I have been getting occasional bounces from an iCloud+ Custom Domain email filter I have, which forwards certain emails I receive to wife. The first one I got looked like this:

<wife.email@mydomain.com>: host mx01.mail.icloud.com[17.57.156.30] said: 554 5.7.1
   [HM07] Message rejected due to local policy. Please visit
   https://support.apple.com/en-us/HT204137 (in reply to end of DATA command)

I sent an email to t … ⌘ Read more

⤋ Read More
In-reply-to » hey! i asked this a while ago but i have to ask again -- is anyone willing to offer space on their yarn pod to my friend? i would love to invite her to my own but she's unable to access my site for personal reasons. she's really interested in seeing what yarn is about so if anyone is willing and able, let me know!

@prologic@twtxt.net i’ll email you!

⤋ Read More

Go 開發者必知:結構體方法接收器的選擇藝術
在 Go 語言開發中,結構體方法的定義方式直接影響程序的行爲和性能。本文將深入探討值接收器和指針接收器的區別,幫助開發者做出明智的選擇。一、結構體基礎回顧package mainimport”fmt”type User struct{    Name  string    Email string}funcmain(){// 值類型實例化    u1 := User{“張三”,“zhang@exa ⌘ 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.

@movq@www.uninformativ.de > That guy over there in the corner…

I’m literally sitting in a corner chuckles. I rarely get any emails nowadays. But if I do and it is not plain-text, then my Mutt gets to bark at it and I, just… won’t read it. 🤷🏽‍♂️

⤋ Read More

Go 語言反射揭祕:獲取 Tag 易如反掌,爲何 json 包卻視而不見?
從詭異現象說起:JSON 爲何忽略私有字段?type User struct{    ID    intjson:“id”// 正常導出    Name  stringjson:“name”// 正常導出    email stringjson:“email”// 私有字段,JSON無視!}funcmain(){    u := User{1,“Tom”,“tom@example.com”} ⌘ Read more

⤋ Read More

Where is “Hide My Email” on iPhone & iPad?
The “Hide My Email” feature on iPhone is incredibly useful, allowing you to create random unique email addresses that forward to your real email address inbox. This feature can help protect your privacy by allowing you to sign up for apps or services without sharing your real email address, while enhancing security from phishing attempts, … Read MoreRead more

⤋ Read More

Where is “Hide My Email” on iPhone & iPad?
The “Hide My Email” feature on iPhone is incredibly useful, allowing you to create random unique email addresses that forward to your real email address inbox. This feature can help protect your privacy by allowing you to sign up for apps or services without sharing your real email address, while enhancing security from phishing attempts, … Read MoreRead more

⤋ Read More

E-COM: the $40 million USPS project to send email on paper
How do you get email to the folks without computers? What if the Post Office printed out email, stamped it, dropped it in folks’ mailboxes along with the rest of their mail, and saved the USPS once and for all? And so in 1982 E-COM was born—and, inadvertently, helped coin the term “e-mail.” ↫ Justin Duke The implementation of E-COM was awesome. You’d enter the messages on your computer, send it to the post office usi … ⌘ Read more

⤋ Read More

VPS troubles and the weekend
This weekend I went to the cottage with P on Friday. I hoped I would
have a nice weekend reading in front of the wood stove, but I had also
planned to spend at least a few hours trying to configure Maddy as the
new mail server for hack.org et al.

Then the web server I moved to the new VPS died. Again. I connected to
the VNC console and, like before, the Linux kernel couldn’t find its
root disk. A simple:

# mount /dev/vda2 /sysroot; exit

in the emergency shell solved thi … ⌘ Read more

⤋ Read More
In-reply-to » My main domain name turned 24 years old today. That feels weird.

According to a very old email one of my more personal family domains was registered in 2013 making it 12 years old, so I was closed 🤣 my public facing one is much much older 🤣

⤋ Read More