Home | Notifications | New Note | Local | Federated | Search | Logout
Federated Timeline
Reply to @kratzen@berg.mobilecourant.org
Rep. Eric Gallager (no "h"!)@egallager@social.treehouse.systems (2026-05-07 10:07:40)
@kratzen I mean, it really depends on your local community...
Reply to @egallager@social.treehouse.systems
Michael Kratzenberg 📢@kratzen@berg.mobilecourant.org (2026-05-07 09:21:05)
@egallager@treehouse.systems Not in your state but do you have any advice for someone conidering a run in the future?
Reply to @rooster@beige.party
Jessica Rooster@rooster@beige.party (2026-05-07 09:18:06)
Why do kids want to be influencers? Probably because influencers can buy houses
Reply to @rooster@beige.party
Jessica Rooster@rooster@beige.party (2026-05-07 09:14:09)
It’s both wild and inevitable how a vast majority of careers and jobs necessary for our society to function now provide downward class mobility
I hate that we millennials also get to see the days that the irreconcileable nature of democracy and capitalism finally comes to a head
Jessica Rooster@rooster@beige.party (2026-05-07 09:12:27)
I try not to judge those working at big tech companies when it’s one of the vanishing few means of upward or even stagnant class mobility
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.
Older Notes