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.

0

貴様の流行語が「働いて×5」なら、俺のスローガンは「働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!働かない!」じゃ、ボケ!

0

Good morning Fedi friends!

Tomorrow I'll travel to Bologna, Italy, to talk about the at Bologna Tech Week: bolognatechweek.com

I'll be on a panel with @niccoloveNiccolò Venerandi, moderated by @morloi.

I'm super grateful for this opportunity, as this year the conference will have a fediverse panel for the first time ever!!!

The attendees are mostly marketers and content creators, so it's an amazing feeling to put in a good word about the fediverse. I'll do my best 🤗

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

Keine Lust auf Socken zu ? Wie wäre es dann mit unserem ersten Gewinnspiel überhaupt?

Wir verlosen:
- 1x MYND BT-Lautsprecher
- 1x Green
- 1x Student Kit

Was müsst ihr tun?
1. Folgt uns auf
2. Favorisiert und teilt diesen Post
3. Sendet uns eine E-Mail an gewinnspiel@ossrox.org mit eurer Anschrift und eurem Mastodon-Handle

Alle Infos zum findet ihr unter osrx.link/se1rl

Teilnahmeschluss: 15.12.2025 23:59 Uhr

Ein mit goldenen Kugeln geschmückter Weihnachtsbaum. Darunter liegen einige golden verpackte Weihnachtsgeschenke. Der Hintergrund trägt die Aufschrift "Feiert Weihnachten mit Ossrox!"
0
0
0
2
1
0
1
1
0
0
0
0
1

초무 shared the below article:

일본 서버를 한국과 거의 비슷한 속도로 원격 접속하기

고남현 @gnh1201@hackers.pub

이 글에서는 한국에서 일본 서버를 사용할 때 발생하는 네트워크 지연 문제를 다루고, 해저 케이블망을 활용하여 이를 개선하는 방법을 소개합니다. 저렴한 일본 서버를 선택했지만, 실제 한국에서의 통신 속도가 예상보다 훨씬 느린 250ms에 달해 미국 시애틀보다도 못한 상황을 겪었습니다. 하지만 Microsoft Azure의 한국 리전을 중간 서버로 활용하여 데이터 센터 간 통신을 시도한 결과, 핑 시간을 30ms대로 크게 단축시키는 데 성공했습니다. 이는 86%의 속도 향상으로, RDP를 통해 원격 데스크탑을 사용하는 환경에서 체감 속도를 극적으로 개선했습니다. 이 글은 해외 서버를 사용할 때 네트워크 지연을 줄이는 실질적인 해결책을 제시하며, 독자에게 더 빠르고 효율적인 원격 작업 환경을 구축하는 데 도움을 줄 수 있습니다.

Read more →
8
1
0
0

안녕하세요, 나의 작은 식물원의 다미입니다.

2026년 캘린더 펀딩이 11월 30일자로 최종 172%를 달성하며 마감이 됐습니다!

텀블벅에서는 간만에 찾아오는 프로젝트인데 잊지 않고 올해에도 방문해 주신 54분의 후원자님들께 정말 감사하다는 인사 드리고 싶습니다.😭

해당 캘린더 펀딩의 결제는 12월 7일까지 총 7일간 진행이 된다고 해요.

결제가 진행이 되지 않으면 자동으로 후원은 취소가 되기 때문에 결제 완료 연락이 오지 않으셨다면 텀블벅과 연동해 놓으신 계좌를 꼭 확인 부탁드립니다!

또한 배송지와 서베이 수정은 12월 3일까지만 받을 예정입니다.
2026년을 맞이하기 전에 발송하기 위해 최대한 빠르게 제작에 들어가기 위함이니 양해 부탁드립니다!
(마감일 이후에 배송지 수정, 옵션 수정이 필요하신 경우에는 문의하기를 통해 연락 주세요.)

믿고 후원해 주신 만큼 아름다운 굿즈 발송으로 보여드릴 수 있도록 노력하겠습니다, 감사합니다!

0

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

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

2
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
0

ライトユーザーだと、マストドン公式アプリ使ってる人が多いよね。

WebUIがアプリ並み(あるいはそれ以上)の機能を持っているということは知らないし、特に必要だと思ってない。

サードパーティーアプリが使えるということも、考えたこともない。

0
0
0

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

QT fedibird.com/@noellabo/1156305

というか、今のSNSってfacebookもInstagramも𝕏もDiscordも、基本的に外部アプリを許してないんだよなぁ
まあマネタイズとか考えればそうなるのは自然なことかとは思うけど、その結果サードパーティアプリという世界を知らないって人多そう

0

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

QT fedibird.com/@noellabo/1156305

0

hiiii fedi. i'm visiting december to see some media art and work on my research project. i'm looking for a room/couch to stay <em> queer & leftist </em>. i can make good vegan crêpes and tartes aux légumes :3 if you can help or know someone send a message on mastodon or signal @veratek.79 ✮♡

0
0
0
0
0

Threadsはネイティブアプリが先行リリースされてWebインターフェイスが後から実装されたりするなど、スマートフォンアプリありきというサービスも少なくなくなったわけだし

0
1
0
0