Skip Navigation
https:// hollo.social /@hollo/0192b339-f401-7705-aa9f-82b504eeee2c

cross-posted from: https://lemmy.ml/post/21657544

> Finally, [Hollo 0.1.0] released! Hollo is a single-user federated microblogging software which is ActivityPub-enabled and powered by Fedify. > > Hollo has the most of features that Mastodon has except for moderation tools, and also include: > > - CommonMark (a.k.a. Markdown) and up to 4,096 characters per post > - Misskey-style quotes (compatible with Misskey, Akkoma, Fedibird, etc) > - Misskey-style emoji reactions (both Unicode emojis and custom emojis are supported; compatible with Misskey, Akkoma, kmyblue, etc) > - Generally much relaxed limitations (more poll options, more attachments, and so on) > - … and [many more][1]! > > If you're interested in Hollo, please give it a try! There are several ways to install it: using [Railway], using [Docker] (and Docker Compose), or [manually]. > > If you're already using Hollo, please upgrade it to v0.1.0: > > - To Railway users: [Just redeploy the Hollo service][2]! > - To Docker users: Switch your Hollo image to [ghcr.io/dahlia/hollo:0.1.0] or simply [latest]! > - To manual installers: Fetch the [stable branch] and switch over to it! > > [Hollo 0.1.0]: https://github.com/dahlia/hollo/releases/tag/0.1.0 > [1]: https://docs.hollo.social/intro/ > [Railway]: https://docs.hollo.social/install/railway/ > [Docker]: https://docs.hollo.social/install/docker/ > [manually]: https://docs.hollo.social/install/manual/ > [2]: https://docs.hollo.social/install/railway/#upgrading > [ghcr.io/dahlia/hollo:0.1.0]: https://github.com/dahlia/hollo/pkgs/container/hollo/292999204?tag=0.1.0 > [latest]: https://github.com/dahlia/hollo/pkgs/container/hollo/292999204?tag=latest > [stable branch]: https://github.com/dahlia/hollo/tree/stable

0
https:// hollo.social /@hollo/0192b339-f401-7705-aa9f-82b504eeee2c

Finally, [Hollo 0.1.0] released! Hollo is a single-user federated microblogging software which is ActivityPub-enabled and powered by Fedify.

Hollo has the most of features that Mastodon has except for moderation tools, and also include:

  • CommonMark (a.k.a. Markdown) and up to 4,096 characters per post
  • Misskey-style quotes (compatible with Misskey, Akkoma, Fedibird, etc)
  • Misskey-style emoji reactions (both Unicode emojis and custom emojis are supported; compatible with Misskey, Akkoma, kmyblue, etc)
  • Generally much relaxed limitations (more poll options, more attachments, and so on)
  • … and [many more][1]!

If you're interested in Hollo, please give it a try! There are several ways to install it: using [Railway], using [Docker] (and Docker Compose), or [manually].

If you're already using Hollo, please upgrade it to v0.1.0:

  • To Railway users: [Just redeploy the Hollo service][2]!
  • To Docker users: Switch your Hollo image to [ghcr.io/dahlia/hollo:0.1.0] or simply [latest]!
  • To manual installers: Fetch the [stable branch] and switch over to it!

[Hollo 0.1.0]: https://github.com/dahlia/hollo/releases/tag/0.1.0 [1]: https://docs.hollo.social/intro/ [Railway]: https://docs.hollo.social/install/railway/ [Docker]: https://docs.hollo.social/install/docker/ [manually]: https://docs.hollo.social/install/manual/ [2]: https://docs.hollo.social/install/railway/#upgrading [ghcr.io/dahlia/hollo:0.1.0]: https://github.com/dahlia/hollo/pkgs/container/hollo/292999204?tag=0.1.0 [latest]: https://github.com/dahlia/hollo/pkgs/container/hollo/292999204?tag=latest [stable branch]: https://github.com/dahlia/hollo/tree/stable

2
github.com Fedify 1.0.0 · dahlia fedify · Discussion #141

Fedify, an ActivityPub framework, has finally released its first stable version, 1.0.0! What is Fedify? Fedify is a TypeScript library that makes it easy to create federated server applications bas...

0
github.com Fedify 1.0.0 · dahlia/fedify · Discussion #141

Fedify, an ActivityPub framework, has finally released its first stable version, 1.0.0! What is Fedify? Fedify is a TypeScript library that makes it easy to create federated server applications bas...

2
Jump
LogTape: Simple logging library with zero dependencies for every JavaScript runtime
  • It has zero dependencies, and supports virtually every JavaScript runtime (browsers, Node.js, Bun, Deno, and edge functions). It also organize loggers in hierarchical categories, which allows you fine-grained control over log levels for different parts of an application.

    2
  • logtape.org LogTape

    Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions

    2
    Jump
    Creating your own federated microblog
  • Thank you for your advice. As you mentioned, Fedify currently has actor URIs consisting of handles. This limitation is due to the early design of Fedify and will be fixed before we release v1.0!

    2
  • zenn.dev 自分だけのフェディバースのマイクロブログを作ろう!

    このチュートリアルでは、ActivityPubサーバーフレームワークであるFedifyを使用して、MastodonやMisskeyのようなActivityPubプロトコルを実装するマイクロブログ(microblog)を作成します。

    0
    fedify.dev Fedify

    Fedify is a TypeScript library for building federated server apps powered by ActivityPub and other standards, so-called fediverse.

    Fedifyは、TypeScriptとJavaScriptで書かれたActivityPubサーバーフレームワークです。分散型のソーシャルネットワークを構築するためのサーバーアプリケーションを作る際の複雑さと冗長なコードを排除し、ビジネスロジックとユーザー体験の開発に集中できるようにすることを目指しています。

    現在提供している主な機能は以下の通りです:

    • Activity Vocabularyのための型安全なオブジェクト(一部のベンダー固有の拡張機能を含む)
    • WebFingerクライアントとサーバー
    • HTTP SignaturesObject Integrity Proofs
    • ウェブフックを処理するためのミドルウェア
    • NodeInfoプロトコル
    • Node.js、Deno、Bunのサポート
    • テストとデバッグのためのCLIツールチェーン

    興味がある方は、Fedifyのウェブサイトをご覧ください!包括的なドキュメント、デモ、チュートリアル、サンプルコードなどが用意されています:

    https://fedify.dev/

    0
    docs.timetime.in JS Dates Are About to Be Fixed | TimeTime

    Why I’m excited about the new Temporal API in JavaScript: finally, easy and accurate date handling with time zones using ZonedDateTime. Say goodbye to the headaches of traditional Date objects.

    0
    docs.timetime.in JS Dates Are About to Be Fixed | TimeTime

    Why I’m excited about the new Temporal API in JavaScript: finally, easy and accurate date handling with time zones using ZonedDateTime. Say goodbye to the headaches of traditional Date objects.

    2
    github.com module: add --experimental-strip-types by marco-ippolito · Pull Request #53725 · nodejs/node

    It is possible to execute TypeScript files by setting the experimental flag --experimental-strip-types. Node.js will transpile TypeScript source code into JavaScript source code. During the transpi...

    0
    github.com module: add --experimental-strip-types by marco-ippolito · Pull Request #53725 · nodejs/node

    It is possible to execute TypeScript files by setting the experimental flag --experimental-strip-types. Node.js will transpile TypeScript source code into JavaScript source code. During the transpi...

    0
    www.haskellforall.com Software engineers are not (and should not be) technicians

    Software engineers are not (and should not be) technicians I don’t actually think predictability is a goo...

    2
    minimalmodeling.substack.com Sentinel-free schemas: a thought experiment

    We systematically design a database schema that does not use NULLs and sentinel values.  We look at the consequences of this design decisions and provide some guidance on designing the schemas that way.

    0
    Jump
    LogTape: Simple logging library for Deno/Node.js/Bun/browsers
  • LogTape author here.

    LogTape also supports structured logging. Structured values are kept in LogRecord.properties. Please see how to use the JSON formatter.

    2