洪 民憙 (Hong Minhee)'s avatar

洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · 954 following · 1271 followers

An intersectionalist, feminist, and socialist guy living in Seoul (UTC+09:00). @tokolovesme's spouse. Who's behind @fedify, @hollo, and @botkit. Write some free software in , , , & . They/them.

서울에 사는 交叉女性主義者이자 社會主義者. 金剛兔(@tokolovesme)의 配偶者. @fedify, @hollo, @botkit 메인테이너. , , , 等으로 自由 소프트웨어 만듦.

()

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

Hello, I'm an open source software engineer in my late 30s living in , , and an avid advocate of and the .

I'm the creator of @fedify, an server framework in , @hollo, an ActivityPub-enabled microblogging software for single users, and @botkit, a simple ActivityPub bot framework.

I'm also very interested in East Asian languages (so-called ) and . Feel free to talk to me in , (), or (), or even in Literary Chinese (, )!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to 洪 民憙 (Hong Minhee)'s post

安寧(안녕)하세요, 저는 서울에 살고 있는 30() 後半(후반) 오픈 소스 소프트웨어 엔지니어이며, 自由(자유)·오픈 소스 소프트웨어와 聯合宇宙(연합우주)(fediverse)의 熱烈(열렬)支持者(지지자)입니다.

저는 TypeScript() ActivityPub 서버 프레임워크인 @fedify 프로젝트와 싱글 유저() ActivityPub 마이크로블로그인 @hollo 프로젝트와 ActivityPub 봇 프레임워크인 @botkit 프로젝트의 製作者(제작자)이기도 합니다.

저는 ()아시아 言語(언어)(이른바 )와 유니코드에도 關心(관심)이 많습니다. 聯合宇宙(연합우주)에서는 國漢文混用體(국한문 혼용체)를 쓰고 있어요! 제게 韓國語(한국어)英語(영어), 日本語(일본어)로 말을 걸어주세요. (아니면, 漢文(한문)으로도!)

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to 洪 民憙 (Hong Minhee)'s post

こんにちは、私はソウルに住んでいる30代後半のオープンソースソフトウェアエンジニアで、自由・オープンソースソフトウェアとフェディバースの熱烈な支持者です。名前は洪 民憙ホン・ミンヒです。

私はTypeScript用のActivityPubサーバーフレームワークである「@fedify」と、ActivityPubをサポートする1人用マイクロブログである 「@hollo」と、ActivityPubのボットを作成する為のシンプルなフレームワークである「@botkit」の作者でもあります。

私は東アジア言語(いわゆるCJK)とUnicodeにも興味が多いです。日本語、英語、韓国語で話しかけてください。(または、漢文でも!)

Fedify: ActivityPub server framework's avatar
Fedify: ActivityPub server framework

@fedify@hollo.social

We have released updates (1.0.14, 1.1.11, 1.2.11, 1.3.4) to address CVE-2025-23221, a in 's implementation. We recommend all users update to the latest version of their respective release series immediately.

The Vulnerability

A security researcher identified multiple security issues in Fedify's lookupWebFinger() function that could be exploited to:

  • Perform denial of service attacks through infinite redirect loops
  • Execute server-side request forgery () attacks via redirects to private network addresses
  • Access unintended URL schemes through redirect manipulation

Fixed Versions

  • 1.3.x series: Update to 1.3.4
  • 1.2.x series: Update to 1.2.11
  • 1.1.x series: Update to 1.1.11
  • 1.0.x series: Update to 1.0.14

Changes

The security updates implement the following fixes:

  1. Added a maximum redirect limit (5) to prevent infinite redirect loops
  2. Restricted redirects to only follow the same scheme as the original request (HTTP/HTTPS)
  3. Blocked redirects to private network addresses to prevent SSRF attacks

How to Update

To update to the latest secure version:

# For npm users
npm update @fedify/fedify

# For Deno users
deno add jsr:@fedify/fedify

We thank the security researcher who responsibly disclosed this vulnerability, allowing us to address these issues promptly.

For more details about this vulnerability, please refer to our security advisory.


If you have any questions or concerns, please don't hesitate to reach out through our GitHub Discussions, join our Matrix chat space, or our Discord server.

ココイ:role_bisyouzyo:'s avatar
ココイ:role_bisyouzyo:

@kokoi@n-kaiwai.work

Holloちょっとおもしろそうねのだ
https://docs.hollo.social/ja/

Daniël Franke :panheart:'s avatar
Daniël Franke :panheart:

@ainmosni@ainmosni.eu · Reply to Mina's post

@mina Corporations love to use military terms, and I also find them quite gross. I don't want to be part of the task force, and sit in the war room.

Stop trying to overcompensate and get that broomstick out of your arse.

モナコ広告 :fedibird1: @技術・雑談's avatar
モナコ広告 :fedibird1: @技術・雑談

@monaco_koukoku@fedibird.com

>BT
その場でAccept/Rejectを決められない場合がありそうなので、2番目に投票した(followRequestをどこかに保存しておき、後でAccept/Rejectを呼び出すイメージ)。1番目だとその場で決めなければならない。

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

@dansup I'm trying to fetch Activity Streams objects from pixelfed.social, but it always respond with an HTML even if I make a request with Accept: application/activity+json. Am I wrong something?

$ curl -H 'Accept: application/activity+json' https://pixelfed.social/users/dansup
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="refresh" content="0;url='https://pixelfed.social/dansup'" />

        <title>Redirecting to https://pixelfed.social/dansup</title>
    </head>
    <body>
        Redirecting to <a href="https://pixelfed.social/dansup">https://pixelfed.social/dansup</a>.
    </body>
</html>
BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

We are designing an API to support manual accept/reject of follow requests in . Which of the below two approaches seems better?

Returning true or false in the onFollow event

bot.onFollow = async (session, follower) => {
  // Accept follows requests from non-bot accounts:
  return follower instanceof Person;
};

Accepting a followRequest object as the third parameter in the onFollow event and calling the accept() or reject() method

bot.onFollow = async (session, follower, followRequest) => {
  // Accept follows requests from non-bot accounts:
  if (follower instanceof Person) await followRequest.accept();
  else await followRequest.reject();
};
OptionVoters
Returning true or false in the onFollow event5 (63%)
Accepting a followRequest object as the third parameter in the onFollow event3 (38%)
洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

お昼ご飯で辛いトマト拉麺!

辛いトマト拉麺
ALT text details辛いトマト拉麺
Fedify: ActivityPub server framework's avatar
Fedify: ActivityPub server framework

@fedify@hollo.social

Want to build your own implementation, but don't know where to start? Read and follow 's official tutorial, Creating your own federated microblog, and get started!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun That's unintended! I'm looking into it!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

Go Namhyeon (@gnh1201), the creator of WelsonJS, a JavaScript runtime for building Windows apps, is doing an interesting experiment: he's making ChatGPT create the modules you need on the fly so that you can import them by typing the ai:// prefix and a prompt in the require() function. Mind blowing! 🤯

https://catswords.social/@gnh1201/113858087694221466

어둠사자's avatar
어둠사자

@gnh1201@catswords.social

라이브러리 찾을 필요 없이, JavaScript require 함수에 바로 ChatGPT를 연결하여, 라이브러리 처럼 활용할 수 있게 해봤다.

잘됨.

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun

  1. Follow requests are automatically approved. I have a plan to let BotKit support manual approval as well.
  2. That would be definitely useful! I'm going to implement it too!
어둠사자's avatar
어둠사자

@gnh1201@catswords.social

라이브러리 찾을 필요 없이, JavaScript require 함수에 바로 ChatGPT를 연결하여, 라이브러리 처럼 활용할 수 있게 해봤다.

잘됨.

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to 、、、's post

@dampuzakura Denoで使いやすいORM(までではないかもしれませんが)としてはKyselyが有ります。

열무🕯️'s avatar
열무🕯️

@pure-yeolmu.bsky.social@bsky.brid.gy

예전부터 생각하는건데 문제가 있음에도 불구하고 재밌으면 그만이라는 그 감성이 너무너무 유해하다고 생각함… 도덕성을 따지는 건 어찌보면 피곤할 수도 있다. 나는 재밌는 것을 그저 즐기고 싶은데 그게 잘못 되었다는 소리를 들으면 기분 나쁘거나 무시하고 싶어지는 것이다. 근데 그럼에도 불구하고 우리는 계속 체크를 해봐야한다. 완전무결한 도덕성은 없을지라도 그쪽으로 나아가려는 노력이라도 끊임없이 해야하지 않을까. 내가 당사자인데 재밌다는 이유로 내 아픔을 사람들이 헤아려주지 않는다면 너무 슬플 것 같다.

역정재판's avatar
역정재판

@bluepizzapower.bsky.social@bsky.brid.gy

디씨인사이드와 일간베스트 등지는 단순히 '인셀 골탕먹이기'를 위해서가 아니라, 그동안 수많은 혐오 선동과 가짜 정보들을 제재하긴커녕 그런 똥덩어리들로 배를 채운 운영자들을 (이미 한참 늦었지만) 벌하기 위해, 그리고 그들이 부당하게 취한 이득을 작살내기 위해 폐쇄되어야 한다.

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to 、、、's post

@dampuzakura Drizzle ORMをお勧めします!

드라코's avatar
드라코

@draco@pointless.chat

내란수괴와 가담자들 혐의, 한 페이지에 총정리 [그래픽]

n.news.naver.com/article/028/0

나이스한 정리

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun No such feature is available yet, but if you need it I will implement it!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun Yeah, your bot will get its followers and posts lost. 😅

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

景福宮(경복궁) 周邊(주변) 파봤더니 高麗時代(고려시대) 遺物(유물)이 줄줄이?〉

https://www.hani.co.kr/arti/culture/culture_general/1178650.html

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun You can easily swap the storage by replacing the kv option of createBot() function!

BotKit by Fedify :botkit:'s avatar
BotKit by Fedify :botkit:

@botkit@hollo.social

Starting with BotKit v0.1.0-dev.43+82e564fe, it allows your bot to follow and unfollow others!

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun Federation would be okay again if read units limit will reset next month. 🤔

Fly.io offers Postgres and SQLite, and BotKit can utilize @fedify/postgres driver.

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social · Reply to Chee Aun 🤔's post

@cheeaun Oh no, the capacity for Deno KV provided by Deno Deploy's free plan is smaller than I expected. I'm not sure what will happen if you reach the capacity limit, but if errors occur, the federation will probably be disrupted. 🤔

Perhaps it is necessary to change the standard deployment option of BotKit from Deno Deploy to another platform such as Fly.io.

のえる's avatar
のえる

@noellabo@fedibird.com

Misskey.ioはMisskey最大のフォーク(本家と違う別バージョン)なので、Misskeyの動作検証は別のところでした方がいいよね。

KazukyAkayashi (Hollo)'s avatar
KazukyAkayashi (Hollo)

@KazukyAkayashi@hollo.zarchbox.fr

You will need a Pixelfed but single-user, like forking Hollo (for the backend) for its ease of installation and its lightness and Phanpy (for the frontend) by improving the view for the images a little.

하와와못하는딜🕯️'s avatar
하와와못하는딜🕯️

@gwang0dilo@planet.moe

구트위터(현x) 하면서 맛돈은 개인서버라 믿을 수 없어서 못하겠다느니 한 사람들은 지금 일론머스크가 사용자 dm 퍼날해서 공개한 건에 대해서 무슨 생각을 하고 있을지 궁금해짐. 어떻게 받아들이고 있으려나? 그런데 굳이 알고 싶지는 않은 마음도 있다. 뭐… 힘내십셔.

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

My wife (@tokolovesme) bought me Wallace & Gromit merchandise for my love of Wallace & Gromit!

A ballpoint pen with the head of a Gromit wearing a hat attached to it
ALT text detailsA ballpoint pen with the head of a Gromit wearing a hat attached to it
Wallace & Gromit merchandise: stickers, a photo card, a ballpoint pen
ALT text detailsWallace & Gromit merchandise: stickers, a photo card, a ballpoint pen
洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

私も微力ながら『Thinking Penguin Magazine Vol.0』に「国漢文混用体からHolloまで」という拙稿を寄稿しました。興味の有る方は、第十一回技術書同人誌博覧会で手に入れる事が出来ます。

https://msky.ospn.jp/notes/a35ankd6m2p80nev

Fediverse Linux Users Group's avatar
Fediverse Linux Users Group

@fedilug@msky.ospn.jp

【技術書同人誌博覧会まであと1週間‼️
は来週の今日、2025年1月25日に横浜産貿ホール マリネリアで開催される第11回技術書同人誌博覧会( )に出展します。
新刊として『Thinkng Penguin Magazine vol.0』を頒布します!(124ページ・500円)
委託として
@naoki_wjm@k.my-sky.blue さんの『さばかんライフ!』も頒布いたします!

皆さんのお越しを心待ちにしています!!!

詳しくは技術書博の公式サイトおよび、サークル概要をご覧ください!
https://gishohaku.dev/gishohaku11/circles/LOmokXEikphsDCEG9OEb

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

오늘 點心(점심)은 그냥 바나나로 때운다.

← Newer
Older →