I find it bold stating that #DeltaChat doesn’t need a hyperscaler like #Signal does when it is based on… email servers. Where there is no audio/video calling. Where every sender and recipient server knows who is communicating with whom. Where you need to trust every decentralized server to not keep that information. Maybe be less smug if you can’t provide metadata protection. 🙄 @delta chaos.social/@delta/1154540411…


Signal's president claimed it takes billions to replicate the availability and reliability of "hyperscalers" (AWS/Google/Microsoft/Cloudfare) that Signal uses.

#chatmail and #deltachat are about disproving this claim by

1) making relays super cheap (DONE)

2) enabling chat profiles to use multiple relays redundantly (WIP)

3) distributing relay knowledge among chatters (TBD).

Fat servers, corporate overlords and billionaires: not needed and better to not exist for a convivial e2ee future :)


This entry was edited (8 hours ago)
in reply to Christian Kugler

@syphdias
1) end-to-end latency on a 33EUR chatmail relay with ~200K monthly active users is sub-second. see attachment.

2) metadata details are here: delta.chat/en/help#message-met…
including a note on sealed sender (which btw Signal only does opportunistically by default, and easily falls back to non-sealed)

The other day we had our first ever chained AI tool success on the #curl factory floor:

- tool A found a possible flaw in code and reported it.

- using the plain English description from tool A, tool B could create a reproducible by itself that verified the finding

The sense of magic is strong in this.

Now us poor humans need to fix it. The AIs are still really lousy at writing patches.

#curl

#StephanieSchaer, directrice de la #DINUM ❤️ #Matrix | #MatrixOrg @matrix

Un discours qui tranche avec la tendance habituelle des États à consommer l'open source sans y contribuer financièrement.

Featuring #AmandineLePape, co-fondatrice de Matrix.org @Amandine

clubic.com/actualite-583999-la… - 21/10/2025

Prodám zhruba tři až čtyři týdny používané hodinky Garmin Instinct 2 (bez solárního nabíjení). Hodinky jsem pořídil minulý rok, ale nakonec jsem došel k závěru, že si s tímto ekosystémem nesednu, tak jsem se vrátil zpátky k Huawei. Od té doby mi tady jen leží v šuplíku a nemají využití. Mám k nim stále originální nabíjecí kabel, v ceně. Cena: 2000 Kč + doprava. Pořizovací cena byla tehdy přes 5 tisíc. Vzhledem k velikosti není problém poslat poštou. Originální balení už ale nemám. Záruku by taky ještě pár měsíců měli mít. Kdo máte zájem o více info, napište.

> A prominent media analyst is proposing an unorthodox solution for Comcast to win over Donald Trump’s approval in its bid to purchase rival media giant Warner Bros. Discovery: make the widow of slain right-wing activist Charlie Kirk the top editor of the merged company’s news networks.

First, this is such a failure of an idea because you couldn't even write her name in the first paragraph: you literally referred to her as "widow of the slain..."

Secondly, this is DEI

I just read a partial review of a cross-body bag. The (I assume male) writer wrote something like, "Turns out I'm a huge fan. It's nice to get my iPhone out of my pocket, and be able to carry sunglasses, AirPods, and other essentials." I feel like he just discovered the purse. Women have been doing this for decades. I like having things with me, too, so I'm glad bags seem to be coming into fashion for men, but this isn't exactly some amazing new invention.

Farmer Brown believed his injuries from the accident were serious enough to take the trucking company to court. But the company’s slick, high-priced lawyer was ready to tear his case apart.

“Mr. Brown,” the lawyer said, straightening his designer tie, “is it true that at the scene of the accident, you told the responding officer, ‘I’m fine’?”

Farmer Brown scratched his head. “Well now, I was just about to load my favorite mule, Bessie, into—”

“I don’t need a story,” the lawyer interrupted sharply. “Just answer yes or no—did you or did you not say, ‘I’m fine’?”

Brown frowned. “Well, like I was saying, I was loading up Bessie, and we were headed down the—”

“Objection, Your Honor!” the lawyer huffed. “The witness is being evasive.”

But the judge, now curious, leaned forward. “Actually, I’d like to hear what he has to say about Bessie.”

Farmer Brown smiled. “Thank ya, Judge. Now, as I was saying, I had just loaded Bessie into my trailer, and we were driving along when this big ol’ semi blew right through a stop sign and smashed into us. BOOM! My truck flipped, I flew one way, and poor Bessie went the other.”

He shook his head. “I was hurt bad—couldn’t even move—but I could hear Bessie moanin’ something awful. Next thing I know, a highway patrolman shows up. He walks over to Bessie, listens to her groanin’, shakes his head, pulls out his gun, and BANG! Puts her down right then and there.”

The courtroom gasped.

Farmer Brown continued, “Then, the patrolman walks over to me, still holding his gun, and says, ‘Your mule was in bad shape, so I had to put her down. Now… how are YOU feeling?’”

The jury erupted in laughter. The lawyer slumped in his seat, defeated. And Farmer Brown? Well, he walked out of that courtroom with a fat settlement—and a brand-new mule named Lucky.

in reply to Andrew (Television Executive)

What I want out of my media center OS:

- Display and Playback files from local storage with images and descriptions from local nfo files

- Browse Peertube servers, play back videos from peertube including live streams.

- Play owncast streams and other live streams/IPTV channels

- Play files off the LAN from Jellyfin or Kodi or whatever.

- Do podcasts/video podcasts to local storage.

That's it. That's all I want.

POSIX allows an implementation of getpgid (pubs.opengroup.org/onlinepubs/…) to fail when the process calling getpgid() is not in the same session as the process it wants the pgid of.

Reasonably, Linux and FreeBSD ignore that part, and simply return the pgid, no matter who asks.

But OpenBSD sees a standards-conformant opportunity to be a giant pain in the ass, so it has to jump on it. And so, when A calls getpgid(B) and B is in a different session, it returns -1 EPERM, even when A and B have the same uid and gid, and it would be perfectly legit for A to send signals to B and its whole process group.

The behaviour is the same for getsid, of course.

As a consequence, s6-supervise on OpenBSD is unable to target the process group of its supervised process, which disables one of its mitigation strategies for misbehaving daemons that leave children behind when they die. And since OpenBSD doesn't have cgroups, that doesn't leave many mitigation possibilities.

I am curious of why POSIX allows this. It seems to go against the common Unix principle that the uid is the key to which process is allowed to communicate with which.

It might make sense to forbid setpgid from the outside, but forbidding reading the pgid feels wrong. Especially since it's defeatable: since I control the parent and child, the child can getpgrp() and communicate its pgid to the parent. But that's a lot of work for something so niche that only breaks on OpenBSD.

I am starting to believe that OpenBSD's reputation for security is mostly due to the fact that no rational person bothers to port software to it.

(Edit: typo)

This entry was edited (16 hours ago)
in reply to Quin

TBH, Grokipedia is (mostly) just a copy of Wikipedia, with an LLM running over all the sources / references.

You can click "see edits" on many articles, and it'll show you the changes between Wikipedia and Grokipedia (in a perfectly accessible pop-up, no less).

A lot of those changes are like "the article says 'in a 1971 paper' and cites the paper, but the cited page clearly says the paper was released in 1972."

Just to be clear, I don't think AI should have free reign over factual articles quite yet, but if human editors could see, fact-check and decide on these edits, I genuinely think we could have a better Wikipedia.

@autistics

So, tbh, I would not change anything about having #Autism and #ADHD. Sure, if I had been diagnosed properly and had more support, some aspects of my life would have been better. But I have no regrets on having a semi-eidetic memory, being able to recognize patterns, thinking outside the box, etc. What I could have used less of? Being bullied, not knowing there were others like me out there (and the subsequent isolation), over-masking and paying the price, having meltdowns from not understanding sensory overstimulation, etc. But it's never too late to delve into self-understanding and awareness, and, most importantly, building community with like-others!

#ActuallyAutistic #AuDHD #IAmWhoIAm