洪 民憙 (Hong Minhee)
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
あ、ソースコードも公開した。AGPL 3.0。
@[email protected] · 765 following · 871 followers
An intersectionalist, feminist, and socialist guy living in Seoul (UTC+09:00). Who's behind @fedify, @hollo, and @botkit. Write some free software in #TypeScript, #Haskell, #Rust, & #Python. They/them.
Website | GitHub | Blog | Fedify |
---|---|---|---|
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
あ、ソースコードも公開した。AGPL 3.0。
@[email protected] · Reply to 洪 民憙(ホン・ミンヒ)'s post
MisskeyのノートやMastodonの投稿に相当する機能を作った。まだ言及や返信ができないが、ActivityPubとの連携もちゃんと出来る様に成った。
https://hackers.pub/@hongminhee/0193bf66-2526-7843-b489-d5f40c7f9ae9
4.0 버전 때 UI를 좋아했었는데...
#OtD 13 Dec 1937 the Nanjing massacre began when Imperial Japanese troops captured the city which was then the capital of China and began six weeks of murder, looting and rape which left 40-300,000 people dead https://stories.workingclasshistory.com/article/8463/nanjing-massacre
@[email protected] · Reply to S.H.@Haloはいいぞ's post
@S_H_ 出来そうですね!
// download-activities.ts
import { isActor, lookupObject, traverseCollection } from "jsr:@fedify/fedify";
const actor = await lookupObject("@[email protected]");
if (!isActor(actor)) Deno.exit(1);
console.debug("Actor fetched:", actor.name);
const outbox = await actor.getOutbox();
if (outbox == null) Deno.exit(1);
let i = 0;
for await (
const activity of traverseCollection(outbox, { suppressError: true })
) {
const json = await activity.toJsonLd({ format: "compact" });
const filename = `${i++}.json`;
await Deno.writeTextFile(filename, JSON.stringify(json, undefined, 2));
console.debug(activity.id?.href, "->", filename);
}
deno run -A --unstable-temporal download-activities.ts
文化の違いだとはわかってても日本語話者としてはここらへんの強い言葉慣れないし聞くたびにドキッとする
もちろん日本語でも同じくらい強い言葉あるけど、韓国語の方がよりフランクに使われてる気がする
あと韓国語圏の人と一緒にFPSプレーする日本人が軒並みスラング覚えていってる……
RE: https://hollo.social/@hongminhee/0193be1a-9257-7e49-9009-24ff257e870e
그리고 사람들도 「病身」이라는 말 좀 그만 썼으면.
@[email protected] · Reply to S.H.@Haloはいいぞ's post
@S_H_ 凄い!
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
@hongminhee
Yay!
그리고 사람들도 「病身」이라는 말 좀 그만 썼으면.
뭔 정신이 이상하니 망상장애니 편집증이니 하는 말이 아주 입버릇처럼 나와
이것도 법으로 금지해야함
@[email protected] · Reply to S.H.@Haloはいいぞ's post
@S_H_ feidify node
コマンドの結果を撮ってアップしてください!
fedify 튜토리얼 읽어봐야지..
뭔 정신이 이상하니 망상장애니 편집증이니 하는 말이 아주 입버릇처럼 나와
이것도 법으로 금지해야함
I've been building starter packs for Mastodon in my spare time and today I want to share what I've built with the community:
https://fedidevs.com/starter-packs/
I've started building this when I saw how popular starter packs on Bluesky are and I think a feature like this is even more critical for Mastodon where it's harder to find people to follow across thousands of instances.
Only a small number starter packs are available right now, but I'm hoping the community will add more soon! ❤️
@[email protected] · Reply to おだら's post
@s3_odara なるほど、そうなんですね!略すと侮蔑的な意味が含まれるんですね。勉強になりました。🙏
@[email protected] · Reply to lamikennel's post
@hongminhee 그리고 이것도 응원합니다.
@[email protected] · Reply to lamikennel's post
@lamikennel 同意하고 왔습니다!
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
FedifyもHaskellで作りたいと思わなかったわけではないのですが…多くの人に使ってもらいたかったのでTypeScriptを選択しました。
個人的に一番好きなプログラミング言語はHaskellです。メジャーなプログラミング言語の中では最も型システムが強力だと思います。
@[email protected] · Reply to 雪あすか🔞's post
@askyq 動的プログラミング言語が嫌いなのに、kmyblueの様な素晴らしいソフトウェアを作るなんて、本当に凄いですね!
Holloの次のバージョンでは、パフォーマンスの改善を中心にやってみようと思う。
재석 283인 찬성195인 내란특검 가결!!!!!!!!!!!!!재석 282인 중 찬성 195인으로 김건희 특검 법률안 가결!!!!!
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
Hollo를 안 만들었다면 아마 Mastodon 포크인 kmyblue를 썼을 듯.
@[email protected] · Reply to Jeff Sikes's post
@box464 Oh, I'm not subscribed to ChatGPT, so I hadn't been aware of that feature, thanks for letting me know!
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
한 가지 아쉬운 건 iOS에서 Ivory 앱을 못 쓴다는 건데… Ivory 쪽에서 NodeInfo를 보고 Mastodon이 아니면 모두 튕겨내고 있다. 前에 質疑해 본 바로는 Ivory는 Twitter 서드파티 클라이언트였던 Tweetbot 코드베이스를 基盤으로 만들어져 있기 때문에, 客體 ID가 반드시 整數여야 해서 Mastodon 以外의 서버는 모두 막고 있다고 한다. Ivory가 NodeInfo를 보고 막지 않더라도 於此彼 客體 ID로 UUID를 쓰는 Hollo는 쓸 수 없다는 얘기.
Mastodon을 꽤 오래 썼지만 結局 나와 맞는 ActivityPub 서버 소프트웨어는 아니었던 것 같다. 얼마 前 Hollo로 옮기고 나서 크게 滿足하고 있다. Hollo는 Mastodon만큼 機能이 많지는 않지만, 적어도 내가 꼭 있으면 하는 것들(例: 引用, Markdown, 繪文字 리액션)은 모두 갖추고 있기 때문이다.
인민이라는 표현 좋은데 입에 올리기만 해도 빨갱이 취급받는다는게 참...
The main reason I use #Claude as my primary #LLM service is because of the projects. I've created projects for Fedify, Hollo, and LogTape on Claude and use them for authoring docs. However, I'm not 100% satisfied with Claude's models, so I wish other LLM services would offer similar features to Claude's projects.
@[email protected] · Reply to のえる's post
@noellabo まだ英語しか対応していないらしいです。
私見이지만 「國民」이라는 말은 多少 排除的이라고 느끼기 때문에 別로 안 좋아한다. 「人民」이라는 말이 더 낫다고 생각.