並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

mastodonの検索結果1 - 2 件 / 2件

  • Misskeyにアカウント作って1年たった所感

    Misskeyとはサーバーがいっぱい集まってるSNS、いわゆるFediverseの一部。 Mastodonみたいな感じ。というかMastodonとも繋がれる。 (一応書いてみたけどはてなにいる人たちのほうが俺より詳しそう) 全体的な話MisskeyのUI自体は今っぽくて使いやすい。カスタマイズも色々できる。デッキ表示が好み。アイコンデコはあまり好みではない。 絵文字がたくさんでリアクションが楽しい。仕事のTeamsとかでもBlobcat使いたい。 サーバーごとに雰囲気違って面白い。色々なアカウント作って色々試すと楽しい。 というかアカウントはいくつか作って冗長化したほうがいいなって思った。 運営の小さいサーバーが集まってる感じだから、結構メンテ不足で落ちたりするし連合(他のサーバーとのつながり)の不具合とかも気づきやすい。 電池めっちゃ食うしデータ通信量も多いので外出時はあまり見ない。 サ

      Misskeyにアカウント作って1年たった所感
    • This is why you should never use parser combinators and PEG

      Let me tell you why you should (nearly) never use PEG (parsing expression grammars). Nearly everything I will say applies to parser combinators (parsec in Haskell, nom in Rust), too. So, don't use PEG. Use CFGs (context-free grammars) instead. They are more natural. I feel that CFGs more naturally represent how we think. Thus when you have some language in your head and you try to write it down as

        This is why you should never use parser combinators and PEG
      1