senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja), page 115

  1. かるばぶ (babukaru@mstdn.maud.io)'s status on Monday, 21-Jan-2019 12:52:30 JST かるばぶ かるばぶ

    #かぼる2019

    In conversation Monday, 21-Jan-2019 12:52:30 JST from mstdn.maud.io permalink Repeated by zundan@mastodon.zunda.ninja
  2. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:52:19 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    Mastodonをやる #とは

    In conversation Monday, 21-Jan-2019 12:52:19 JST from mastodon.zunda.ninja permalink
  3. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:51:41 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    #痩せる2019 タグが飯テロじゃない可能性があったのだろうか(反語)

    In conversation Monday, 21-Jan-2019 12:51:41 JST from mastodon.zunda.ninja permalink

    Attachments


    1. https://s3.amazonaws.com/zundan-mastodon/media_attachments/files/000/251/751/original/c56290fea541ca05.jpg
  4. はる??☀️ (h@mstdn.beer)'s status on Monday, 21-Jan-2019 12:42:45 JST はる??☀️ はる??☀️

    #痩せる2019 って、痩せたい人向けなのか痩せたい人に飯テロするやつなのかどっちなの

    In conversation Monday, 21-Jan-2019 12:42:45 JST from mstdn.beer permalink Repeated by zundan@mastodon.zunda.ninja
  5. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:48:48 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    curlに渡したはずのURLがブラウザから開けるようになっててですね

    In conversation Monday, 21-Jan-2019 12:48:48 JST from mastodon.zunda.ninja permalink
  6. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:48:08 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    $ curl -sqo - https://mastodon.zunda.ninja/api/v1/accounts/1 | jq

    じゃ公開鍵は降ってこないんだねえ

    In conversation Monday, 21-Jan-2019 12:48:08 JST from mastodon.zunda.ninja permalink

    Attachments


  7. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:45:12 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    インスタンスの自己同一性はどこにある問題?(ドメイン名とPostgresの中身だろうか)

    In conversation Monday, 21-Jan-2019 12:45:12 JST from mastodon.zunda.ninja permalink
  8. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:43:24 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    データベース行数は残り7%弱(どきどき)

    $ heroku pg:info -a zundan-mastodon
    === HEROKU_POSTGRESQL_ORANGE_URL, DATABASE_URL
    Plan: Hobby-basic
    Status: Available
    Connections: 6/20
    PG Version: 10.6
    Created: 2017-12-16 18:16 UTC
    Data Size: 3.82 GB
    Tables: 57
    Rows: 9342660/10000000 (In compliance, close to row limit)

    In conversation Monday, 21-Jan-2019 12:43:24 JST from mastodon.zunda.ninja permalink
  9. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 12:41:59 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    tootctl accounts refresh ユーザー名@ドメインで走るのは、lib/mastodon/accounts_cli.rbよりMaintenance::RedownloadAccountMediaWorker.perform_async。app/workers/maintenance/redownload_account_media_worker.rbより、account.reset_avatar!、account.reset_header!、account.saveが順に呼ばれる。

    しかし、reset_avatar!の定義はどこだ?git grep reset_avatarしても結果が得られない。また、irbから走らせてもすぐ完了するのでリクエストを送っているようにも見えない。手元にアバターが無い例:

    ~ $ rails c
    > a = Account.find_remote('zundan', 'mstdn.jp')
    > a.avatar_updated_at
    => nil
    > a.reset_avatar!
    => nil
    > a.avatar_updated_at
    => nil

    手元にアバターが有る例:

    > a = Account.find_remote('ユーザー名', 'mstdn.jp')
    > a.avatar_updated_at
    => Sat, 29 Apr 2017 06:55:28 UTC +00:00
    > a.reset_avatar!
    => nil
    > a.avatar_updated_at
    => Sat, 29 Apr 2017 06:55:28 UTC +00:00
    > a.avatar_updated_at = nil
    > a.reset_avatar!
    > a.avatar_updated_at
    => nil

    In conversation Monday, 21-Jan-2019 12:41:59 JST from mastodon.zunda.ninja permalink
  10. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 09:38:56 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    まじか

    In conversation Monday, 21-Jan-2019 09:38:56 JST from mastodon.zunda.ninja permalink
  11. いくしー?? (ixy@pawoo.net)'s status on Monday, 21-Jan-2019 09:04:34 JST いくしー?? いくしー??

    つまり現代はちんこの本数=1絵描き単位としてカウントされているわけだな うむためになった

    In conversation Monday, 21-Jan-2019 09:04:34 JST from pawoo.net permalink Repeated by zundan@mastodon.zunda.ninja
  12. いくしー?? (ixy@pawoo.net)'s status on Monday, 21-Jan-2019 09:02:54 JST いくしー?? いくしー??

    契約の際には槍の本数=1戦闘単位としてカウントされた。まだ敵勢力と契約を交わしていない (英: free) 戦闘単位 (英: lance) を指す言葉として「freelance」が用いられるようになった。 wikiにあった まじかよwww

    In conversation Monday, 21-Jan-2019 09:02:54 JST from pawoo.net permalink Repeated by zundan@mastodon.zunda.ninja
  13. いくしー?? (ixy@pawoo.net)'s status on Monday, 21-Jan-2019 08:59:19 JST いくしー?? いくしー??

    フリーランスってなんか槍系の職業っぽいよな

    In conversation Monday, 21-Jan-2019 08:59:19 JST from pawoo.net permalink Repeated by zundan@mastodon.zunda.ninja
  14. てすとくん ⛰️達成度16/21 (testkun@mstdn.beer@mstdn.beer)'s status on Monday, 21-Jan-2019 08:37:48 JST てすとくん ⛰️達成度16/21 てすとくん ⛰️達成度16/21

    今日も一日

    In conversation Monday, 21-Jan-2019 08:37:48 JST from mstdn.beer permalink Repeated by zundan@mastodon.zunda.ninja

    Attachments


    1. https://s3.amazonaws.com/zundan-mastodon/media_attachments/files/000/251/693/original/202dc573b89d1b99.jpeg
  15. Juja (ymd@mstdn.jp)'s status on Monday, 21-Jan-2019 08:03:17 JST Juja Juja

    飼い主の朝ごはんをじっと見てることりこ
    #kotorico

    In conversation Monday, 21-Jan-2019 08:03:17 JST from mstdn.jp permalink Repeated by zundan@mastodon.zunda.ninja

    Attachments


    1. https://s3.amazonaws.com/zundan-mastodon/media_attachments/files/000/251/690/original/197103fe954c77bd.jpeg
  16. Jesse (obra@mastodon.social)'s status on Monday, 21-Jan-2019 07:17:13 JST Jesse Jesse

    RT @dhh@twitter.com
    Email is the next big thing. We're finally realizing just how precious these open standards were all along. Your way around Facebook, and all the other walled-garden parasites, goes through email. https://www.wsj.com/articles/the-hot-new-channel-for-reaching-real-people-email-11547874005

    In conversation Monday, 21-Jan-2019 07:17:13 JST from mastodon.social permalink Repeated by zundan@mastodon.zunda.ninja

    Attachments

    1. Domain not in remote thumbnail source whitelist: si.wsj.net
      The Hot New Channel for Reaching Real People: Email
      from WSJ
      Frustrated and fatigued by social-media challenges, businesses and others looking for an audience turn to an old standby.
  17. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 04:34:53 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    Web UIのバージョンだけ2.7.0rc3に見えててドキドキするよね。リロードしないとね。

    In conversation Monday, 21-Jan-2019 04:34:53 JST from mastodon.zunda.ninja permalink
  18. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 04:27:33 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    \マスター/ :saba: \ますたー/

    Merged tootsuite/mastodon at 31e7940de553007ea2e863cb9a418ad46837431e aka v2.7.0.

    In conversation Monday, 21-Jan-2019 04:27:33 JST from mastodon.zunda.ninja permalink
  19. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 04:19:43 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    ASCIIの登場だ

    In conversation Monday, 21-Jan-2019 04:19:43 JST from mastodon.zunda.ninja permalink
  20. zunda ? nはおまけ :green_dango: (zundan@mastodon.zunda.ninja@mastodon.zunda.ninja)'s status on Monday, 21-Jan-2019 04:15:23 JST zunda ? nはおまけ :green_dango: zunda ? nはおまけ :green_dango:

    ほーほー

    In conversation Monday, 21-Jan-2019 04:15:23 JST from mastodon.zunda.ninja permalink
  • After
  • Before

User actions

    zunda ? nはおまけ :green_dango:

    zunda ? nはおまけ :green_dango:

    <p>Reads and writes in Japanese and English. Support engineer at Heroku. ぽんこつです。</p>

    Tags
    • (None)
    WebSub
    Unsubscribing

    Following 1

    • せのお (妹尾 賢)

    Followers 0

      Groups 0

        Statistics

        User ID
        1005
        Member since
        25 Jun 2018
        Notices
        6844
        Daily average
        2

        Feeds

        • Atom
        • Help
        • About
        • FAQ
        • TOS
        • Privacy
        • Source
        • Version
        • Contact

        senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

        Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.