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.

자매 프로젝트들을 소개해 드리고자 합니다. 애플리케이션 개발을 더 쉽게 만들어주는 관련 도구들입니다:

Fedify :fedify:

Fedify(@fedifyFedify: an ActivityPub server framework)는 ActivityPub와 다른 () 표준을 기반으로 연합 서버 애플리케이션을 구축하기 위한 라이브러리입니다. Activity Vocabulary를 위한 타입 안전한 객체, WebFinger 클라이언트·서버, HTTP Signatures 등를 제공하여 반복적인 코드를 줄이고 애플리케이션 로직에 집중할 수 있게 해줍니다.

Hollo :hollo:

Hollo(@holloHollo :hollo:)는 Fedify로 구동되는 1인 사용자용 마이크로블로깅 서버입니다. 1인 사용자를 위해 설계되었지만, ActivityPub를 통해 완전히 연합되어 연합우주 전체의 사용자들과 상호작용할 수 있습니다. Hollo는 Mastodon 호환 API를 구현하여 자체 웹 인터페이스 없이도 대부분의 Mastodon 클라이언트와 호환됩니다.

Hollo는 또한 정식 출시 전에 최신 Fedify 기능을 테스트하는 실험장으로도 활용되고 있습니다.

BotKit :botkit:

BotKit(@botkitBotKit by Fedify :botkit:)은 저희의 가장 새로운 구성원으로, ActivityPub 봇을 만들기 위해 특별히 설계된 프레임워크입니다. 전통적인 Mastodon 봇과 달리, BotKit은 플랫폼별 제한(글자 수 제한 등)에 구애받지 않는 독립적인 ActivityPub 서버를 만듭니다.

BotKit의 API는 의도적으로 단순하게 설계되어 단일 TypeScript 파일로 완전한 봇을 만들 수 있습니다!


세 프로젝트 모두 @fedify-dev GitHub 조직에서 오픈 소스로 공개되어 있습니다. 각기 다른 목적을 가지고 있지만, ActivityPub 개발을 더 접근하기 쉽게 만들고 연합우주 생태계를 확장한다는 공통된 목표를 공유합니다.

이러한 프로젝트를 사용해보거나 개발에 기여하는 데 관심이 있으시다면, 다음을 확인해보세요:

Fedifyの関連プロジェクトをご紹介したいと思います。ActivityPubアプリケーション開発をより簡単にするツール群です:

Fedify :fedify:

Fedify@fedifyFedify: an ActivityPub server framework)はActivityPubやその他のフェディバース標準を活用する連合型サーバーアプリケーションを構築するためのTypeScriptライブラリです。Activity Vocabularyの型安全なオブジェクト、WebFingerクライアント・サーバー、HTTP Signaturesなどを提供し、ボイラープレートコードを削減してアプリケーションロジックに集中できるようにします。

Hollo :hollo:

Hollo@holloHollo :hollo:)はFedifyで動作するお一人様用マイクロブログサーバーです。個人向けに設計されていますが、ActivityPubを通じて完全に連合化されており、フェディバース全体のユーザーと交流することができます。HolloはMastodon互換APIを実装しているため、独自のウェブインターフェースがなくても、ほとんどのMastodonクライアントと互換性があります。

Holloはまた、正式リリース前の最新Fedify機能をテストする実験場としても活用されています。

BotKit :botkit:

BotKit@botkitBotKit by Fedify :botkit:)は私たちの最も新しいメンバーで、ActivityPubボットを作成するために特別に設計されたフレームワークです。従来のMastodonボットとは異なり、BotKitはプラットフォーム固有の制限(文字数制限など)に縛られない独立したActivityPubサーバーを作成します。

BotKitのAPIは意図的にシンプルに設計されており、単一のTypeScriptファイルで完全なボットを作成できます!


これら三つのプロジェクトはすべて@fedify-dev GitHubオーガニゼーションでオープンソースとして公開されています。それぞれ異なる目的を持っていますが、ActivityPub開発をより身近にし、フェディバースのエコシステムを拡大するという共通の目標を共有しています。

これらのプロジェクトを試してみたり、開発に貢献したりすることに興味がある場合は、以下をご覧ください:

0
0
0

We'd like to introduce the project family—a set of related tools that make building applications more accessible:

Fedify :fedify:

Fedify (@fedifyFedify: an ActivityPub server framework) is a library for building federated server applications powered by ActivityPub and other standards. It provides type-safe objects for Activity Vocabulary, WebFinger client/server, HTTP Signatures, and more—eliminating boilerplate code so you can focus on your application logic.

Hollo :hollo:

Hollo (@holloHollo :hollo:) is a single-user microblogging server powered by Fedify. While designed for individual users, it's fully federated through ActivityPub, allowing interaction with users across the fediverse. implements Mastodon-compatible APIs, making it compatible with most Mastodon clients without needing its own web interface.

Hollo also serves as our testing ground for bleeding-edge Fedify features before they're officially released.

BotKit :botkit:

BotKit (@botkitBotKit by Fedify :botkit:) is our newest family member—a framework specifically designed for creating ActivityPub bots. Unlike traditional Mastodon bots, creates standalone ActivityPub servers that aren't constrained by platform-specific limitations (like character counts).

BotKit's API is intentionally simple—you can create a complete bot in a single TypeScript file!


All three projects are open source and hosted under the @fedify-dev GitHub organization. While they serve different purposes, they share common goals: making ActivityPub development more accessible and expanding the fediverse ecosystem.

If you're interested in trying any of these projects or contributing to their development, check out:

0
1
0

자매 프로젝트들을 소개해 드리고자 합니다. 애플리케이션 개발을 더 쉽게 만들어주는 관련 도구들입니다:

Fedify :fedify:

Fedify(@fedifyFedify: an ActivityPub server framework)는 ActivityPub와 다른 () 표준을 기반으로 연합 서버 애플리케이션을 구축하기 위한 라이브러리입니다. Activity Vocabulary를 위한 타입 안전한 객체, WebFinger 클라이언트·서버, HTTP Signatures 등를 제공하여 반복적인 코드를 줄이고 애플리케이션 로직에 집중할 수 있게 해줍니다.

Hollo :hollo:

Hollo(@holloHollo :hollo:)는 Fedify로 구동되는 1인 사용자용 마이크로블로깅 서버입니다. 1인 사용자를 위해 설계되었지만, ActivityPub를 통해 완전히 연합되어 연합우주 전체의 사용자들과 상호작용할 수 있습니다. Hollo는 Mastodon 호환 API를 구현하여 자체 웹 인터페이스 없이도 대부분의 Mastodon 클라이언트와 호환됩니다.

Hollo는 또한 정식 출시 전에 최신 Fedify 기능을 테스트하는 실험장으로도 활용되고 있습니다.

BotKit :botkit:

BotKit(@botkitBotKit by Fedify :botkit:)은 저희의 가장 새로운 구성원으로, ActivityPub 봇을 만들기 위해 특별히 설계된 프레임워크입니다. 전통적인 Mastodon 봇과 달리, BotKit은 플랫폼별 제한(글자 수 제한 등)에 구애받지 않는 독립적인 ActivityPub 서버를 만듭니다.

BotKit의 API는 의도적으로 단순하게 설계되어 단일 TypeScript 파일로 완전한 봇을 만들 수 있습니다!


세 프로젝트 모두 @fedify-dev GitHub 조직에서 오픈 소스로 공개되어 있습니다. 각기 다른 목적을 가지고 있지만, ActivityPub 개발을 더 접근하기 쉽게 만들고 연합우주 생태계를 확장한다는 공통된 목표를 공유합니다.

이러한 프로젝트를 사용해보거나 개발에 기여하는 데 관심이 있으시다면, 다음을 확인해보세요:

Fedifyの関連プロジェクトをご紹介したいと思います。ActivityPubアプリケーション開発をより簡単にするツール群です:

Fedify :fedify:

Fedify@fedifyFedify: an ActivityPub server framework)はActivityPubやその他のフェディバース標準を活用する連合型サーバーアプリケーションを構築するためのTypeScriptライブラリです。Activity Vocabularyの型安全なオブジェクト、WebFingerクライアント・サーバー、HTTP Signaturesなどを提供し、ボイラープレートコードを削減してアプリケーションロジックに集中できるようにします。

Hollo :hollo:

Hollo@holloHollo :hollo:)はFedifyで動作するお一人様用マイクロブログサーバーです。個人向けに設計されていますが、ActivityPubを通じて完全に連合化されており、フェディバース全体のユーザーと交流することができます。HolloはMastodon互換APIを実装しているため、独自のウェブインターフェースがなくても、ほとんどのMastodonクライアントと互換性があります。

Holloはまた、正式リリース前の最新Fedify機能をテストする実験場としても活用されています。

BotKit :botkit:

BotKit@botkitBotKit by Fedify :botkit:)は私たちの最も新しいメンバーで、ActivityPubボットを作成するために特別に設計されたフレームワークです。従来のMastodonボットとは異なり、BotKitはプラットフォーム固有の制限(文字数制限など)に縛られない独立したActivityPubサーバーを作成します。

BotKitのAPIは意図的にシンプルに設計されており、単一のTypeScriptファイルで完全なボットを作成できます!


これら三つのプロジェクトはすべて@fedify-dev GitHubオーガニゼーションでオープンソースとして公開されています。それぞれ異なる目的を持っていますが、ActivityPub開発をより身近にし、フェディバースのエコシステムを拡大するという共通の目標を共有しています。

これらのプロジェクトを試してみたり、開発に貢献したりすることに興味がある場合は、以下をご覧ください:

0
0
0

We'd like to introduce the project family—a set of related tools that make building applications more accessible:

Fedify :fedify:

Fedify (@fedifyFedify: an ActivityPub server framework) is a library for building federated server applications powered by ActivityPub and other standards. It provides type-safe objects for Activity Vocabulary, WebFinger client/server, HTTP Signatures, and more—eliminating boilerplate code so you can focus on your application logic.

Hollo :hollo:

Hollo (@holloHollo :hollo:) is a single-user microblogging server powered by Fedify. While designed for individual users, it's fully federated through ActivityPub, allowing interaction with users across the fediverse. implements Mastodon-compatible APIs, making it compatible with most Mastodon clients without needing its own web interface.

Hollo also serves as our testing ground for bleeding-edge Fedify features before they're officially released.

BotKit :botkit:

BotKit (@botkitBotKit by Fedify :botkit:) is our newest family member—a framework specifically designed for creating ActivityPub bots. Unlike traditional Mastodon bots, creates standalone ActivityPub servers that aren't constrained by platform-specific limitations (like character counts).

BotKit's API is intentionally simple—you can create a complete bot in a single TypeScript file!


All three projects are open source and hosted under the @fedify-dev GitHub organization. While they serve different purposes, they share common goals: making ActivityPub development more accessible and expanding the fediverse ecosystem.

If you're interested in trying any of these projects or contributing to their development, check out:

자매 프로젝트들을 소개해 드리고자 합니다. 애플리케이션 개발을 더 쉽게 만들어주는 관련 도구들입니다:

Fedify :fedify:

Fedify(@fedifyFedify: an ActivityPub server framework)는 ActivityPub와 다른 () 표준을 기반으로 연합 서버 애플리케이션을 구축하기 위한 라이브러리입니다. Activity Vocabulary를 위한 타입 안전한 객체, WebFinger 클라이언트·서버, HTTP Signatures 등를 제공하여 반복적인 코드를 줄이고 애플리케이션 로직에 집중할 수 있게 해줍니다.

Hollo :hollo:

Hollo(@holloHollo :hollo:)는 Fedify로 구동되는 1인 사용자용 마이크로블로깅 서버입니다. 1인 사용자를 위해 설계되었지만, ActivityPub를 통해 완전히 연합되어 연합우주 전체의 사용자들과 상호작용할 수 있습니다. Hollo는 Mastodon 호환 API를 구현하여 자체 웹 인터페이스 없이도 대부분의 Mastodon 클라이언트와 호환됩니다.

Hollo는 또한 정식 출시 전에 최신 Fedify 기능을 테스트하는 실험장으로도 활용되고 있습니다.

BotKit :botkit:

BotKit(@botkitBotKit by Fedify :botkit:)은 저희의 가장 새로운 구성원으로, ActivityPub 봇을 만들기 위해 특별히 설계된 프레임워크입니다. 전통적인 Mastodon 봇과 달리, BotKit은 플랫폼별 제한(글자 수 제한 등)에 구애받지 않는 독립적인 ActivityPub 서버를 만듭니다.

BotKit의 API는 의도적으로 단순하게 설계되어 단일 TypeScript 파일로 완전한 봇을 만들 수 있습니다!


세 프로젝트 모두 @fedify-dev GitHub 조직에서 오픈 소스로 공개되어 있습니다. 각기 다른 목적을 가지고 있지만, ActivityPub 개발을 더 접근하기 쉽게 만들고 연합우주 생태계를 확장한다는 공통된 목표를 공유합니다.

이러한 프로젝트를 사용해보거나 개발에 기여하는 데 관심이 있으시다면, 다음을 확인해보세요:

0

자매 프로젝트들을 소개해 드리고자 합니다. 애플리케이션 개발을 더 쉽게 만들어주는 관련 도구들입니다:

Fedify :fedify:

Fedify(@fedifyFedify: an ActivityPub server framework)는 ActivityPub와 다른 () 표준을 기반으로 연합 서버 애플리케이션을 구축하기 위한 라이브러리입니다. Activity Vocabulary를 위한 타입 안전한 객체, WebFinger 클라이언트·서버, HTTP Signatures 등를 제공하여 반복적인 코드를 줄이고 애플리케이션 로직에 집중할 수 있게 해줍니다.

Hollo :hollo:

Hollo(@holloHollo :hollo:)는 Fedify로 구동되는 1인 사용자용 마이크로블로깅 서버입니다. 1인 사용자를 위해 설계되었지만, ActivityPub를 통해 완전히 연합되어 연합우주 전체의 사용자들과 상호작용할 수 있습니다. Hollo는 Mastodon 호환 API를 구현하여 자체 웹 인터페이스 없이도 대부분의 Mastodon 클라이언트와 호환됩니다.

Hollo는 또한 정식 출시 전에 최신 Fedify 기능을 테스트하는 실험장으로도 활용되고 있습니다.

BotKit :botkit:

BotKit(@botkitBotKit by Fedify :botkit:)은 저희의 가장 새로운 구성원으로, ActivityPub 봇을 만들기 위해 특별히 설계된 프레임워크입니다. 전통적인 Mastodon 봇과 달리, BotKit은 플랫폼별 제한(글자 수 제한 등)에 구애받지 않는 독립적인 ActivityPub 서버를 만듭니다.

BotKit의 API는 의도적으로 단순하게 설계되어 단일 TypeScript 파일로 완전한 봇을 만들 수 있습니다!


세 프로젝트 모두 @fedify-dev GitHub 조직에서 오픈 소스로 공개되어 있습니다. 각기 다른 목적을 가지고 있지만, ActivityPub 개발을 더 접근하기 쉽게 만들고 연합우주 생태계를 확장한다는 공통된 목표를 공유합니다.

이러한 프로젝트를 사용해보거나 개발에 기여하는 데 관심이 있으시다면, 다음을 확인해보세요:

Fedifyの関連プロジェクトをご紹介したいと思います。ActivityPubアプリケーション開発をより簡単にするツール群です:

Fedify :fedify:

Fedify@fedifyFedify: an ActivityPub server framework)はActivityPubやその他のフェディバース標準を活用する連合型サーバーアプリケーションを構築するためのTypeScriptライブラリです。Activity Vocabularyの型安全なオブジェクト、WebFingerクライアント・サーバー、HTTP Signaturesなどを提供し、ボイラープレートコードを削減してアプリケーションロジックに集中できるようにします。

Hollo :hollo:

Hollo@holloHollo :hollo:)はFedifyで動作するお一人様用マイクロブログサーバーです。個人向けに設計されていますが、ActivityPubを通じて完全に連合化されており、フェディバース全体のユーザーと交流することができます。HolloはMastodon互換APIを実装しているため、独自のウェブインターフェースがなくても、ほとんどのMastodonクライアントと互換性があります。

Holloはまた、正式リリース前の最新Fedify機能をテストする実験場としても活用されています。

BotKit :botkit:

BotKit@botkitBotKit by Fedify :botkit:)は私たちの最も新しいメンバーで、ActivityPubボットを作成するために特別に設計されたフレームワークです。従来のMastodonボットとは異なり、BotKitはプラットフォーム固有の制限(文字数制限など)に縛られない独立したActivityPubサーバーを作成します。

BotKitのAPIは意図的にシンプルに設計されており、単一のTypeScriptファイルで完全なボットを作成できます!


これら三つのプロジェクトはすべて@fedify-dev GitHubオーガニゼーションでオープンソースとして公開されています。それぞれ異なる目的を持っていますが、ActivityPub開発をより身近にし、フェディバースのエコシステムを拡大するという共通の目標を共有しています。

これらのプロジェクトを試してみたり、開発に貢献したりすることに興味がある場合は、以下をご覧ください:

0
0
0

We'd like to introduce the project family—a set of related tools that make building applications more accessible:

Fedify :fedify:

Fedify (@fedifyFedify: an ActivityPub server framework) is a library for building federated server applications powered by ActivityPub and other standards. It provides type-safe objects for Activity Vocabulary, WebFinger client/server, HTTP Signatures, and more—eliminating boilerplate code so you can focus on your application logic.

Hollo :hollo:

Hollo (@holloHollo :hollo:) is a single-user microblogging server powered by Fedify. While designed for individual users, it's fully federated through ActivityPub, allowing interaction with users across the fediverse. implements Mastodon-compatible APIs, making it compatible with most Mastodon clients without needing its own web interface.

Hollo also serves as our testing ground for bleeding-edge Fedify features before they're officially released.

BotKit :botkit:

BotKit (@botkitBotKit by Fedify :botkit:) is our newest family member—a framework specifically designed for creating ActivityPub bots. Unlike traditional Mastodon bots, creates standalone ActivityPub servers that aren't constrained by platform-specific limitations (like character counts).

BotKit's API is intentionally simple—you can create a complete bot in a single TypeScript file!


All three projects are open source and hosted under the @fedify-dev GitHub organization. While they serve different purposes, they share common goals: making ActivityPub development more accessible and expanding the fediverse ecosystem.

If you're interested in trying any of these projects or contributing to their development, check out:

자매 프로젝트들을 소개해 드리고자 합니다. 애플리케이션 개발을 더 쉽게 만들어주는 관련 도구들입니다:

Fedify :fedify:

Fedify(@fedifyFedify: an ActivityPub server framework)는 ActivityPub와 다른 () 표준을 기반으로 연합 서버 애플리케이션을 구축하기 위한 라이브러리입니다. Activity Vocabulary를 위한 타입 안전한 객체, WebFinger 클라이언트·서버, HTTP Signatures 등를 제공하여 반복적인 코드를 줄이고 애플리케이션 로직에 집중할 수 있게 해줍니다.

Hollo :hollo:

Hollo(@holloHollo :hollo:)는 Fedify로 구동되는 1인 사용자용 마이크로블로깅 서버입니다. 1인 사용자를 위해 설계되었지만, ActivityPub를 통해 완전히 연합되어 연합우주 전체의 사용자들과 상호작용할 수 있습니다. Hollo는 Mastodon 호환 API를 구현하여 자체 웹 인터페이스 없이도 대부분의 Mastodon 클라이언트와 호환됩니다.

Hollo는 또한 정식 출시 전에 최신 Fedify 기능을 테스트하는 실험장으로도 활용되고 있습니다.

BotKit :botkit:

BotKit(@botkitBotKit by Fedify :botkit:)은 저희의 가장 새로운 구성원으로, ActivityPub 봇을 만들기 위해 특별히 설계된 프레임워크입니다. 전통적인 Mastodon 봇과 달리, BotKit은 플랫폼별 제한(글자 수 제한 등)에 구애받지 않는 독립적인 ActivityPub 서버를 만듭니다.

BotKit의 API는 의도적으로 단순하게 설계되어 단일 TypeScript 파일로 완전한 봇을 만들 수 있습니다!


세 프로젝트 모두 @fedify-dev GitHub 조직에서 오픈 소스로 공개되어 있습니다. 각기 다른 목적을 가지고 있지만, ActivityPub 개발을 더 접근하기 쉽게 만들고 연합우주 생태계를 확장한다는 공통된 목표를 공유합니다.

이러한 프로젝트를 사용해보거나 개발에 기여하는 데 관심이 있으시다면, 다음을 확인해보세요:

0

Apple、“カメラ付き”AirPodsを鋭意開発中のうわさ

Photo:Shutterstock.comそこにカメラつけてどうするの?年々進化を続けるAirPodsですが、2027年に向けて新しい機能を搭載した新機種を開発中という噂を、Bloomberg(ブルームバーグ)のマーク・ガーマン氏が報じています。Appleはカメラ付きAirPodsの開発を積極的に進めているというのです。この技術は今年発売が予想されている「AirPodsPro3」には搭載されず、

Read more →
0
0

독립(Indie) 앱 비즈니스에 대한 몇 가지 조언
------------------------------
- 맥용 웹 비디오 다운로더 Downie 와 미디어 포맷 변환기 Permute등 다양한 앱을 만든 개인 개발자 Carlie Monroe의 조언들
# 모든 것이 즉각적인 성공을 거두는 것은 아님
- 하룻밤 사이에 성공한 사례들이 많지만, 이는 극히 예외적인 경우이며, 대부분의 비즈니스는 시간이 필요함
- 제한된 예산으로는 몇…
------------------------------
https://news.hada.io/topic?id=19853&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

0
0
0

🎁これは広く読まれてほしいな〜と思ったので有料記事プレゼント使う🎁3月21日 9:50まで全文お読みいただけます

地下鉄サリン事件30年 教育者になった江川紹子さんが考えるカルト:朝日新聞 digital.asahi.com/articles/AST

 「自分たちが絶対的に正しいという『無謬(むびゅう)性』を信じ、思うようにいかないことがあると、自分たちは被害者だと主張する。敵がすぐに見えなければ、陰謀論に走る。カルト団体の特徴だと思っていたものが、社会全体に見られるようになりました」

0
0
0
0

대-AI 시대가 열렸으면 내가 낯선 언어라도 린터, 컴파일러만 잘 되어 있으면 그걸로 피드백 줘서 PoC 하나 뚝딱할 수 있겠지? 싶어서 ReScript로 쇼기 만들어보고 있는데 아쉽게도 LLM 친구들이 ReScript를 잘 못한다

0
0

대-AI 시대가 열렸으면 내가 낯선 언어라도 린터, 컴파일러만 잘 되어 있으면 그걸로 피드백 줘서 PoC 하나 뚝딱할 수 있겠지? 싶어서 ReScript로 쇼기 만들어보고 있는데 아쉽게도 LLM 친구들이 ReScript를 잘 못한다

0
0

It's a bit unfortunate that the @omgubuntuomg! ubuntu article about 48 summarizes 48's whole release as one line that says, "Calendar offers various Event Editor dialog improvements"
…when the Calendar app landed one of the most fundamental productivity (and format compliance) features of the last 12 years (after many, many months of design & development work): gitlab.gnome.org/GNOME/gnome-c

At least 40 issues resolved for that release overall: gitlab.gnome.org/GNOME/gnome-c

0
0
0
0
0
0
0
0
0
0
0

Telescope - Clickhouse를 위한 웹 기반 로그 뷰어 UI 오픈소스
------------------------------
- 직관적인 로그 탐색 인터페이스를 제공하는 웹 애플리케이션
-
ClickHouse 에 저장된 모든 유형의 로그와 호환되며, 사용자는 ClickHouse와 쉽게 연결하여 로그를 검색하고 분석할 수 있음
- 향후 추가적인 데이터 소스를 지원할 예정
# 주요 기능
- 소스 관리
- 여러 ClickHouse 클러스터에 대한 …
------------------------------
https://news.hada.io/topic?id=19848&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

0
0
0
0
0
0
0

These are dangerous times for everyone in and around the US, but many times more so for those without the protections of US citizenship. Those of us who are privileged enough to be able to speak freely and without the immediate threat of draconian consequences have a special obligation not to be silent right now.

0
0
0

諸君 私はMisskeyが好きだ

諸君 私はMisskeyが好きだ
諸君 私はMisskeyが大好きだ

流速が好きだ
カスタム絵文字が好きだ
大規模インスタンスが好きだ
小規模インスタンスが好きだ
botが好きだ
オリジナルノートが好きだ
カスタム絵文字まみれのタイムラインが好きだ
リアクションが飛び交うカオスな空間が好きだ
連合全体を巻き込む話題が好きだ

ホームで ローカルで
連合で グローバルで
Misskey.ioで 個人鯖で
Webで アプリで
PCで スマホで

このネットの隅々で行われるあらゆるMisskeyの活動が大好きだ

流速3000のカオスTLが目の前に現れるのが好きだ
スクロールしてもしても終わらない新着ノートの嵐が心を躍らせる

botが投げる無限ノートがTLを制圧するのが好きだ
カスタム絵文字で埋め尽くされたノートが目に入ると胸がすく思いがする

通知が鳴り止まぬインスタンスが好きだ
1件1件通知を確認する間に、次々とリアクションが押されていくのを見ると感動すら覚える

強すぎる鯖缶がローカルを完全に制圧するのが好きだ
ローカルで起こるカオスなイベントがTLを埋め尽くし、外部から来た者が圧倒される様はもうたまらない

名も知らぬ個人鯖が独自文化を築き、連合のどこかでひっそりと盛り上がるのも最高だ

哀れなTwitter難民たちが困惑しながらMisskeyに適応しようと試みるのを、カスタム絵文字が迎え撃つのを見ると絶頂すら覚える

Twitterの仕様変更に激怒した難民たちが次々とMisskeyへ流入し、流速が爆増するのが好きだ
短期間でインスタンスが膨れ上がり、サーバーが負荷に耐えきれず悲鳴を上げるのはとてもとても悲しいものだ

連合TLで突如発生する大炎上が好きだ
突如現れた誰かが謎の長文ノートを投げ、リアクションの嵐が巻き起こるのは屈辱の極みだ

諸君 私はMisskeyを 地獄のようなMisskeyを望んでいる

諸君 私に付き従うMisskey民たちよ
君たちは一体何を望んでいる?

更なる流速を望むか?
情け容赦のないカオスなTLを望むか?

0
0
0
0

Fresh install of nodebb v4.2.0 on Ubuntu 22.04 with node v18.20.7. The forum appears fine, but when I log in as the admin user and go to the admin area, I just get a message:

Internal Error.
Oops! Looks like something went wrong!
Invalid Version: N/A

logs/output.log shows this whenever I go to that page.

2025-03-20T00:17:41.127Z [4567/1952357] - error: GET /admin
TypeError: Invalid Version: N/A
    at new SemVer (/usr/local/share/nodebb/node_modules/semver/classes/semver.js:38:13)
    at compare (/usr/local/share/nodebb/node_modules/semver/functions/compare.js:3:32)
    at Object.gt (/usr/local/share/nodebb/node_modules/semver/functions/gt.js:2:29)
    at dashboardController.get (/usr/local/share/nodebb/src/controllers/admin/dashboard.js:36:45)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /usr/local/share/nodebb/src/routes/helpers.js:80:5

I've tried re-running nodebb build and also completely re-installing. Any advice appreciated.

0
0
0
0
0
0

諸君 私はMisskeyが好きだ

諸君 私はMisskeyが好きだ
諸君 私はMisskeyが大好きだ

流速が好きだ
カスタム絵文字が好きだ
大規模インスタンスが好きだ
小規模インスタンスが好きだ
botが好きだ
オリジナルノートが好きだ
カスタム絵文字まみれのタイムラインが好きだ
リアクションが飛び交うカオスな空間が好きだ
連合全体を巻き込む話題が好きだ

ホームで ローカルで
連合で グローバルで
Misskey.ioで 個人鯖で
Webで アプリで
PCで スマホで

このネットの隅々で行われるあらゆるMisskeyの活動が大好きだ

流速3000のカオスTLが目の前に現れるのが好きだ
スクロールしてもしても終わらない新着ノートの嵐が心を躍らせる

botが投げる無限ノートがTLを制圧するのが好きだ
カスタム絵文字で埋め尽くされたノートが目に入ると胸がすく思いがする

通知が鳴り止まぬインスタンスが好きだ
1件1件通知を確認する間に、次々とリアクションが押されていくのを見ると感動すら覚える

強すぎる鯖缶がローカルを完全に制圧するのが好きだ
ローカルで起こるカオスなイベントがTLを埋め尽くし、外部から来た者が圧倒される様はもうたまらない

名も知らぬ個人鯖が独自文化を築き、連合のどこかでひっそりと盛り上がるのも最高だ

哀れなTwitter難民たちが困惑しながらMisskeyに適応しようと試みるのを、カスタム絵文字が迎え撃つのを見ると絶頂すら覚える

Twitterの仕様変更に激怒した難民たちが次々とMisskeyへ流入し、流速が爆増するのが好きだ
短期間でインスタンスが膨れ上がり、サーバーが負荷に耐えきれず悲鳴を上げるのはとてもとても悲しいものだ

連合TLで突如発生する大炎上が好きだ
突如現れた誰かが謎の長文ノートを投げ、リアクションの嵐が巻き起こるのは屈辱の極みだ

諸君 私はMisskeyを 地獄のようなMisskeyを望んでいる

諸君 私に付き従うMisskey民たちよ
君たちは一体何を望んでいる?

更なる流速を望むか?
情け容赦のないカオスなTLを望むか?

0

대-AI 시대가 열렸으면 내가 낯선 언어라도 린터, 컴파일러만 잘 되어 있으면 그걸로 피드백 줘서 PoC 하나 뚝딱할 수 있겠지? 싶어서 ReScript로 쇼기 만들어보고 있는데 아쉽게도 LLM 친구들이 ReScript를 잘 못한다

0
0
0
0
0
0
0
0
0
0

New post!

I'm Alicia and I'm a fibre artist ( ) with interests in and .

My family and I run a business called @Fibre2Fabric where we dye all sorts of exotic , and .

I live in the country with my partner and our 6 , 3 , and where I enjoy my many interests. ( and I'm getting more into / )

When I say flow art, I mean spinning props like etc.

I love . I studied and as a kid, took in uni, and I'm currently studying and . I also dabble in and sometimes and I'm learning to write faster. Cree is my favourite language and Spanish is my second.

I've been cursed since childhood with that lovely trifecta of and . Healing slowly but surely.

Hope I get to meet even more cool people the algorithms would normally drown out on other social media sites. I love it here!

A person with long brown hair with blonde tips. They are wearing a purple and black hat, rainbow glasses with gold rims and have multicolored metal snakebite piercings. They are smiling. They are wearing a black, purple, and white top.
0
0
0
0

iOS 18.4부터 Apple Intelligence가 한국어를 지원하기는 하지만 저는 아이폰 13 미니를 쓰고 있어서 아무 의미가 없고

대신 '나의 찾기'가 되는 것이 제일 큰 변화일 듯합니다. 아이폰에 베타 버전을 설치하기는 좀 그러해서 맥 미니와 아이패드 에어에서 확인해보니 잘 되네요.

그리고 기본 번역 앱을 선택할 수 있게 개선됐는데 DeepL 등 번역 앱들이 아직 지원을 안하는지 안되네요. 빨리 그리고 제가 기대하는 대로 되면 좋겠습니다.

https://youtu.be/TclrY6ENHnk?si=qWBjjg5leB5Hp_qH

0