Home | Notifications | New Note | Local | Federated | Search | Logout

Federated Timeline


Rep. Eric Gallager (no "h"!)@egallager@social.treehouse.systems (2026-05-07 08:56:24) Since I won't be running for reelection in the fall myself, I'll be available to work on other people's campaigns. Let me know if you are hiring!
#NHPolitics #FediHire

fedicat@fedicat@pc.cafe boosted: @stefan@stefanbohacek.online (2026-05-07 08:29:53) RE: https://indieweb.social/@tg/116522563497941266

"The reason your mee-maw and your bank and your boss can all reach you at the same email address is that the protocol that made it possible was published more than forty years ago, and the people who published it did not successfully capture it inside of one company."

ささきち¦C108 1日目ー東イ20a@ssk_chi@misskey.io boosted: @Ryu_to_kagune@misskey.io (2026-05-04 15:39:02) ​:golden_bikini_week:​ ---Attachments--- image: https://media.misskeyusercontent.com/io/webpublic-6fff7f12-95b0-4e14-a296-a6cefe725266.webp?sensitive=true

ささきち¦C108 1日目ー東イ20a@ssk_chi@misskey.io boosted: @Ryu_to_kagune@misskey.io (2026-05-05 22:19:38) 今日、散歩の帰りに犬に追いかけられました。
(犬はその後飼い主に連れてかれた) ---Attachments--- image: https://media.misskeyusercontent.com/io/webpublic-ed62e838-9d58-43e0-a3d4-90b0cbc70a7a.webp?sensitive=true

Stefan Bohacek@stefan@stefanbohacek.online (2026-05-07 08:29:53) RE: https://indieweb.social/@tg/116522563497941266

"The reason your mee-maw and your bank and your boss can all reach you at the same email address is that the protocol that made it possible was published more than forty years ago, and the people who published it did not successfully capture it inside of one company."

ささきち¦C108 1日目ー東イ20a@ssk_chi@misskey.io (2026-05-07 07:19:17) たくさん寝た気がするけどねむい​:blobcat_nemunemu:​

Eric Mann@ericmann@tekton.network (2026-05-07 07:13:32) Running my own LLM systems on local hardware means I control the compute, I control the attack surface, and I control the data.

It's a serious upgrade over using somewhat flaky (and privacy-stupid) cloud providers.

ささきち¦C108 1日目ー東イ20a@ssk_chi@misskey.io (2026-05-07 07:13:09) ​:ohayoo:​​:mizumochi_byebye:​

thefedi@fedi@m.thefedi.town (2026-05-07 06:49:49) Does this instance work with third party mastodon apps?

@silverpill

silverpill@silverpill@mitra.social boosted: @gabriel@mstdn.starnix.network (2026-05-07 05:08:12) The pattern of fungible digital infrastructure really is quite interesting.

By that I mean relays in Nostr & #DeltaChat and transport neutrality like #Mitra Mini & Manyverse.

Reply to @gabriel@mstdn.starnix.network silverpill@silverpill@mitra.social (2026-05-07 05:56:55) @gabriel

>fungible digital infrastructure

This is a really useful concept!

In my opinion, the infrastructure should be fungible, but not too fungible. On the one end of the spectrum, there is Fediverse, where each server is unique. This architecture helps communities grow and fosters decentralization, but moving between servers is difficult. On the other end, there are blockchains. Decentralized, but in practice they are just big databases where you dump your data. Nobody cares who the node operators are.

I'd like to build infrastructure that is fungible but not impersonal.

warabi餅@w4rabimochi@misskey.io (2026-05-07 05:56:47) ファム・スールちゃん
​:kawaiine__ooo:​ ---Attachments--- image: https://media.misskeyusercontent.com/io/webpublic-54d192b1-2c6a-4390-97f5-2fca3ce3930b.webp?sensitive=true

warabi餅@w4rabimochi@misskey.io (2026-05-07 05:41:00) ​:ohayoo:​

Evan Prodromou@evan@cosocial.ca (2026-05-07 05:11:03) So, I am on a medium-small instance. I don't see everything that happens on the Fediverse. In particular, I don't see every conversation about https://tags.pub/ .

If you see a conversation or questions about #tagspub and you don't think the author would mind, please feel free to tag me in. I'm not awake 24/7 and even when I am awake I'm sometimes doing other things, but I'd really appreciate the chance to answer people's questions or concerns.

Gabriel@gabriel@mstdn.starnix.network (2026-05-07 05:08:12) The pattern of fungible digital infrastructure really is quite interesting.

By that I mean relays in Nostr & #DeltaChat and transport neutrality like #Mitra Mini & Manyverse.

Reply to @aaa arce@arce (2026-05-07 04:44:49) Opened up #tinyap and saw all this code stuff. Scary! :)

🦉@aaa (2026-05-07 04:02:00) これだけで簡単なシェルが作れるんだ

while (1) {
printf("$ ");
char buf[256];
fgets(buf, sizeof(buf), stdin);
buf[strcspn(buf, "\n")] = 0; // Remove \n

char *args[10];
int i = 0;
char *token = strtok(buf, " ");
while (token && i < 9) {
args[i++] = token;
token = strtok(NULL, " ");
}
args[i] = NULL; // NULL-terminate

if (fork() == 0) { // Child
execvp(args[0], args);
perror("execvp");
} else { // Parent
int status;
waitpid(-1, &status, 0);
if (status != 0) {
printf("exited with %d\n", WEXITSTATUS(status));
}
}
}

$ ls --color=auto /
bin dev home initrd.img.old lib32 lost+found mnt proc run srv tmp var vmlinuz.old
boot etc initrd.img lib lib64 media opt root sbin sys usr vmlinuz
$ ls /root
ls: ディレクトリ '/root' を開くことが出来ません: 許可がありません
exited with 2
$ sl
execvp: No such file or directory

Reply to @fedi@m.thefedi.town silverpill@silverpill@mitra.social (2026-05-07 03:55:53) @fedi Select "Repost with comment" in the post menu. The option is only visible when viewing a thread.

https://m.thefedi.town/objects/019dfdff-24bb-7b90-a6f3-41d1e83f1144

Reply to @fedi@m.thefedi.town silverpill@silverpill@mitra.social (2026-05-07 03:50:59) @fedi You mean financially? I accept cryptocurrency donations, there are no other options unfortunately.

(Yes, I am the main developer of Mitra.)

Reply to @mariusor@metalhead.club silverpill@silverpill@mitra.social (2026-05-07 03:46:53) @mariusor I created it manually. Too lazy to add object :]

Reply to @mariusor@metalhead.club marius@mariusor@metalhead.club (2026-05-07 03:44:36) @silverpill also, what the hell is that Activity? A Like without an object... o.O

Reply to @silverpill@mitra.social marius@mariusor@metalhead.club (2026-05-07 03:43:20) @silverpill the problem is missing nonces even when not specified in the signature-input.

6:33PM WRN Failed to load actor err="verification failed: parameter error: nonce validation failed: nonce already seen" log=auth

I'll review if the error is on my end, or in the library itself. I just realized this is the same issue I had with signatures coming from tags.pub at some point.

I'll probably message you with an update sometime tomorrow. Thank you for giving it a try. 🫡

Reply to @mariusor@metalhead.club silverpill@silverpill@mitra.social (2026-05-07 03:36:40) @mariusor @Marius @marius Sent another one to https://marius.federated.id/inbox
2026-05-06T18:33:57Z

thefedi@fedi@m.thefedi.town (2026-05-07 03:32:39) How can I support this software? @mitra @silverpill

andypiper@andy@snac.lostoutpost.uk (2026-05-07 03:15:09) Setting up romM, Forgejo, and tinyap all in one day, for entirely different reasons.

andy@andy@tinytiny.lostoutpost.uk (2026-05-07 03:08:09) trying this out some more

andypiper@andy@snac.lostoutpost.uk (2026-05-07 03:04:09) hey @andy@tinytiny.lostoutpost.uk

andy@andy@tinytiny.lostoutpost.uk (2026-05-07 03:00:49) hello @andy@snac.lostoutpost.uk @andypiper@macaw.social

Reply to @drq@mastodon.ml Dr. Quadragon ❌@drq@mastodon.ml (2026-05-07 02:53:49) У меня есть предположение, что все это из-за того, что на iOS появился таки режим с плавающими окнами, а значит - надо приводить две разрозненные системы к какому-то единообразию. То есть, да, их в прямом смысле покусал Gnome 3, и теперь ваш макинтош - это айпад нахрен, наслаждайтесь пальцетыкательным интерфейсом на десктопной ОС.

Dr. Quadragon ❌@drq@mastodon.ml (2026-05-07 02:49:35) Пощупал я таки новый дизайн на MacOS Tahoe. Да-да, тот самый Liquid Ass.

Честно? Эффект стекла смотрится красиво, не бесит, и мне наоборот приятно, что в UI-дизайн возвращаются материалы. Все же лучше, чем плоская геометрия, которая была в моде все предыдущее десятилетие.

Понравилось добавление быстрых заметок в углу экрана. Просто подарок людям с дефицитом внимания.

В системе теперь есть менеджер паролей, что вообще-то неплохо бы всем иметь. Только сторнние базы он не держит.

Что мне показалось странным:

- Очень много ПАДДИНГА появилось везде. Их покусал Gnome 3?
- Ну куда СТОЛЬКО закругления? Нет, я сам терпеть не могу прямые углы, но блин, фасочки в пару десятков пикселей достаточно, еще немного и мы перейдем к полностью круглым окнам, а мы это уже проходили в начале нулевых, это не работает.
- Кажется, чисто визуально, заголовок окна - больше не главный, главный теперь - сайдбар. Что вроде бы логично, потому что у почти у каждой долбанной программы теперь есть сайдбар. ---Attachments--- image: https://mastodon.ml/system/media_attachments/files/116/528/889/350/653/516/original/2ba455d8fc4f5a51.png
Older Notes