What is Hackers' Pub?

Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

"근로기준법 적용 확대 반대"라는 문구와 빨간 머리띠 매고 팔뚝질하는 그림이 같이 있는 모습이 마치 자기들이 서민이라고 떠드는 소부르주아들을 풍자하는 현대미술같음

RE: https://bsky.app/profile/did:plc:llgn67hfdeigiohru4igl3pe/post/3m6vurt3v7s2e

0
0

Twitterでサードパーティアプリ当たり前の時期を経験してる人は、多分Mastodonでもサードパーティアプリ使ってる。
そうじゃない人は、そもそもサードパーティアプリの存在を知らないって可能性が高そう

QT fedibird.com/@noellabo/1156305

0
0

"근로기준법 적용 확대 반대"라는 문구와 빨간 머리띠 매고 팔뚝질하는 그림이 같이 있는 모습이 마치 자기들이 서민이라고 떠드는 소부르주아들을 풍자하는 현대미술같음

RE: https://bsky.app/profile/did:plc:llgn67hfdeigiohru4igl3pe/post/3m6vurt3v7s2e

0

Without basic research, there would be no innovation – not even at ANYbotics 🤖💡

Innovation begins long before the factory floor: in research. Péter Fankhauser, CEO of the robot manufacturer ANYbotics and our guest on this video, knows this well.

Here you can find out how research and innovation enable the future: sohub.io/g60k

𝗕𝗮𝘀𝗶𝗰 𝗿𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝘁𝗼𝗱𝗮𝘆 🤝 𝗜𝗻𝗻𝗼𝘃𝗮𝘁𝗶𝗼𝗻 𝘁𝗼𝗺𝗼𝗿𝗿𝗼𝘄
𝗧𝗵𝗲 𝗦𝗡𝗦𝗙 𝗱𝗿𝗶𝘃𝗲𝘀 𝗽𝗿𝗼𝗴𝗿𝗲𝘀𝘀.

0
0
0

So, Ihr Lieben.
Heute starte ich mit meinem musikalischen Adventsprojekt.
geht es durch den Dezember bis zum 24.12.
Ich poste täglich zwei Takte eines adventlichen Musikstücks für zwei Melodieinstrumente; in zwei Varianten, einmal in F-Dur z.B. für zwei Sopranblockflöten und einmal in B-Dur z.B. für Altblockflöten.
Infos auch hier:
aha-musik.de/index.php/2025/12

Und bitte sagt Bescheid, ob die Bildbeschreibungen hilfreich sind oder verbessert werden sollten. Danke!

Zwei Takte eines Musikstücks im Dreivierteltakt, F-Dur, also ein b als Vorzeichen. Die obere Stimme spielt Viertelnoten: c'' a' g' f' c'' a'. Die untere Stimme spielt halbe Note f', Viertelnote e', halbe Note f', Viertelnote c'.
0
0
0
0

BotKit은 ActivityPub 봇을 만드는 프레임워크입니다. 일반적인 Mastodon/Misskey 봇과 다른 점은, 봇 자체가 독립된 서버로 돌아간다는 겁니다. 플랫폼 계정이 필요 없습니다.

글자 수 제한도 없고, API 호출 제한에 시달릴 일도 없습니다.

bot.onMention = async (session, message) => {
  await message.reply(text`안녕하세요, ${message.actor}님!`);
};

연합(federation), HTTP Signatures, 메시지 전달 같은 관련 처리는 Fedify가 알아서 해줍니다. 봇 로직만 짜면 되는 거죠.

.js 둘 다 지원합니다.

https://botkit.fedify.dev/

BotKitは、ActivityPubボットを作るためのTypeScriptフレームワークです。既存のMastodon/Misskeyボットとの違いは、ボット自体が独立したサーバーとして動作すること。プラットフォームのアカウントは不要です。

文字数制限もなければ、APIレート制限に悩まされることもありません。

bot.onMention = async (session, message) => {
  await message.reply(text`こんにちは、${message.actor}さん!`);
};

フェデレーション、HTTP Signatures、配送キューといったActivityPub周りの処理はFedifyがすべて引き受けます。ボットのロジックを書くだけです。

DenoでもNode.jsでも動きます。

https://botkit.fedify.dev/

0

is a framework for building bots. The difference from typical Mastodon/Misskey bots? Your bot runs as its own independent server—no platform account needed.

This means no character limits, no rate limiting headaches, no API restrictions.

bot.onMention = async (session, message) => {
  await message.reply(text`Hi, ${message.actor}!`);
};

The ActivityPub stuff (federation, HTTP Signatures, delivery queues) is handled by under the hood. You just write your bot logic.

Works with both and .js.

https://botkit.fedify.dev/

BotKit은 ActivityPub 봇을 만드는 프레임워크입니다. 일반적인 Mastodon/Misskey 봇과 다른 점은, 봇 자체가 독립된 서버로 돌아간다는 겁니다. 플랫폼 계정이 필요 없습니다.

글자 수 제한도 없고, API 호출 제한에 시달릴 일도 없습니다.

bot.onMention = async (session, message) => {
  await message.reply(text`안녕하세요, ${message.actor}님!`);
};

연합(federation), HTTP Signatures, 메시지 전달 같은 관련 처리는 Fedify가 알아서 해줍니다. 봇 로직만 짜면 되는 거죠.

.js 둘 다 지원합니다.

https://botkit.fedify.dev/

1

is a framework for building bots. The difference from typical Mastodon/Misskey bots? Your bot runs as its own independent server—no platform account needed.

This means no character limits, no rate limiting headaches, no API restrictions.

bot.onMention = async (session, message) => {
  await message.reply(text`Hi, ${message.actor}!`);
};

The ActivityPub stuff (federation, HTTP Signatures, delivery queues) is handled by under the hood. You just write your bot logic.

Works with both and .js.

https://botkit.fedify.dev/

0
2
0

不知道為什麼,我從很久以前就一直秉持著一個重要的原則:凡是所有要寫心得、感想、意見之類的地方,開頭一定要寫「我覺得」三個字。如果你曾經收過意見欄寫著「我覺得很好。」這樣的廢話的問卷,那搞不好就是我……

0

Without basic research, there would be no innovation – not even at ANYbotics 🤖💡

Innovation begins long before the factory floor: in research. Péter Fankhauser, CEO of the robot manufacturer ANYbotics and our guest on this video, knows this well.

Here you can find out how research and innovation enable the future: sohub.io/g60k

𝗕𝗮𝘀𝗶𝗰 𝗿𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝘁𝗼𝗱𝗮𝘆 🤝 𝗜𝗻𝗻𝗼𝘃𝗮𝘁𝗶𝗼𝗻 𝘁𝗼𝗺𝗼𝗿𝗿𝗼𝘄
𝗧𝗵𝗲 𝗦𝗡𝗦𝗙 𝗱𝗿𝗶𝘃𝗲𝘀 𝗽𝗿𝗼𝗴𝗿𝗲𝘀𝘀.

0

My curated weekly UX Research, Design, Accessibility & Tech Newsletter is out:
- Anxiety Toolkit
- Design Beyond The Echo Chamber
- Accessibility For Ecommerce
- Holes In The Web And AI Bias
- Alt Text Character Limit Myth
- 3 Bodys Problem Simulator
- A Fun Ninja Cat Portfolio
- Reddit Images Explorer
- Neumorphism-Style Color Palette Generator
- Untranslatable Words
- 3 Tools To Caption Videos
- Closing Open Objects And ARIA States

👉🏻 Newsletter article my blog:


Pixels of the Week – November 30, 2025

Anxiety toolkit, fun ninja cats portfolio & a cool color palettes tool
0
0

이 하얀 고양이는 일대 길냥이들을 돌보던 대학생을 끝까지 따라가 자취방에 무단 침입 하였으며 (다른 대학생이 병원비 낼 돈이 없어 길바닥에 버린 것으로 추정) 무늬 고양이는 하얀 고양이의 사회성을 길러주기 위해 리트리버에게 가정교육 잘못 받은 웃긴 시고르잡종 고양이를 가정입양

RE: https://bsky.app/profile/did:plc:x72lfydtpnnjrhl5w76hipzu/post/3m6nkmfkw3k2r

2
0
0
0
0
0
0
1
2
1
0
0

Just paid my yearly subscription to @sophie. She does excellent work on Pika Backup, the app that makes it simple to backup all important files to an external drive, freeing us from cloud providers.

But Sophie also tackles systemic problems and works on enabling others. She's a technical expert but she also works on making @gnome a great platform to develop for.

I pay $60/year for all her great work. Who will top that?

floss.social/@sophie/115640687

0
0
0

is a framework for building bots. The difference from typical Mastodon/Misskey bots? Your bot runs as its own independent server—no platform account needed.

This means no character limits, no rate limiting headaches, no API restrictions.

bot.onMention = async (session, message) => {
  await message.reply(text`Hi, ${message.actor}!`);
};

The ActivityPub stuff (federation, HTTP Signatures, delivery queues) is handled by under the hood. You just write your bot logic.

Works with both and .js.

https://botkit.fedify.dev/

0
2
0
0
0
1
0
0
1
0
0
3
0
0
0
1
1
1

궁금하니까 연합우주에도 돌려봐야지
포켓몬스터 시리즈 게임을 향유해보신 분들께 질문이 있습니다

"야생에서 포켓몬을 잡으면 하나하나 별명을 다 지어주시나요?"

저는 안 지어준다 파였는데 지인이 듣더니 제가 너무 삭막하고 정없다고 해서 궁금해서 돌려봄

0
0
1

우리 팀 뭐임? 몰랐는데 링띤 프로필 봤더니 국대 출신으로 올림픽 출전했던 사람이 있네? 그런데 지금은 수석 엔지니어. 전 매니저는 딸기밭 가꾸던 농부였는데 지금은 수석 엔지니어 ㄷㄷㄷ 난 그냥 밥먹고 책상 앞에서 똥만 싸던 쓰레기였구나...

지금도 어디 가서 잘난척 한 번 한 적 없지만 앞으로도 저어어얼대로 하면 안되겠구나. 더더더 노오오오력하면서 열쒸미 살아야겠넹 ㄷㄷㄷ

0
0
0
0
3
2
0