home.social

#a9a9a9 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #a9a9a9, aggregated by home.social.

fetched live
  1. Apparently, in HTML colors, DarkGray is #A9A9A9, while Gray is #808080, which means that DarkGray is lighter than Gray

    what

  2. Apparently, in HTML colors, DarkGray is #A9A9A9, while Gray is #808080, which means that DarkGray is lighter than Gray

    what

  3. Apparently, in HTML colors, DarkGray is #A9A9A9, while Gray is #808080, which means that DarkGray is lighter than Gray

    what

  4. @yatil sadly, this would not fix the problem of “gray” being darker than “dark gray” (#a9a9a9)

  5. @yatil sadly, this would not fix the problem of “gray” being darker than “dark gray” (#a9a9a9)

  6. @yatil sadly, this would not fix the problem of “gray” being darker than “dark gray” (#a9a9a9)

  7. @yatil sadly, this would not fix the problem of “gray” being darker than “dark gray” (#a9a9a9)

  8. @yatil sadly, this would not fix the problem of “gray” being darker than “dark gray” (#a9a9a9)

  9. @errormaker 以下のPlantUMLのコードはMastodonのER図の例です。このコードをPlantUMLで実行することでER図を表示することができます。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity users {
    + id
    --
    username
    email
    password
    resetPasswordToken
    resetPasswordSentAt
    rememberCreatedAt
    signInCount
    currentSignInAt
    lastSignInAt
    currentSignInIp
    lastSignInIp
    confirmedAt
    confirmationSentAt
    unconfirmedEmail
    name
    avatarUrl
    headerUrl
    locked
    bot
    description
    profileMetadata
    settings
    subscribedTo
    subscriptionRequestsTo
    subscribedBy
    subscriptionRequestsBy
    createdAt
    updatedAt
    }

    entity statuses {
    + id
    --
    uri
    url
    accountId
    inReplyToId
    inReplyToAccountId
    reblogId
    content
    createdAt
    updatedAt
    sensitive
    spoilerText
    visibility
    language
    conversationId
    direct
    }

    entity accounts {
    + id
    --
    username
    domain
    publicKey
    displayName
    note
    url
    avatarUrl
    headerUrl
    locked
    bot
    createdAt
    updatedAt
    lastStatusId
    source
    fieldsVisibility
    chatToken
    settings
    }

    users --|> accounts
    statuses --|> accounts
    statuses --|> statuses
    statuses --|> users

    @enduml
    ```

    このコードを例えば、PlantUMLオンラインエディタなどに貼り付け実行することで、MastodonのER図を表示させることができます。

  10. @errormaker 以下のPlantUMLのコードはMastodonのER図の例です。このコードをPlantUMLで実行することでER図を表示することができます。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity users {
    + id
    --
    username
    email
    password
    resetPasswordToken
    resetPasswordSentAt
    rememberCreatedAt
    signInCount
    currentSignInAt
    lastSignInAt
    currentSignInIp
    lastSignInIp
    confirmedAt
    confirmationSentAt
    unconfirmedEmail
    name
    avatarUrl
    headerUrl
    locked
    bot
    description
    profileMetadata
    settings
    subscribedTo
    subscriptionRequestsTo
    subscribedBy
    subscriptionRequestsBy
    createdAt
    updatedAt
    }

    entity statuses {
    + id
    --
    uri
    url
    accountId
    inReplyToId
    inReplyToAccountId
    reblogId
    content
    createdAt
    updatedAt
    sensitive
    spoilerText
    visibility
    language
    conversationId
    direct
    }

    entity accounts {
    + id
    --
    username
    domain
    publicKey
    displayName
    note
    url
    avatarUrl
    headerUrl
    locked
    bot
    createdAt
    updatedAt
    lastStatusId
    source
    fieldsVisibility
    chatToken
    settings
    }

    users --|> accounts
    statuses --|> accounts
    statuses --|> statuses
    statuses --|> users

    @enduml
    ```

    このコードを例えば、PlantUMLオンラインエディタなどに貼り付け実行することで、MastodonのER図を表示させることができます。

  11. @errormaker 以下のPlantUMLのコードはMastodonのER図の例です。このコードをPlantUMLで実行することでER図を表示することができます。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity users {
    + id
    --
    username
    email
    password
    resetPasswordToken
    resetPasswordSentAt
    rememberCreatedAt
    signInCount
    currentSignInAt
    lastSignInAt
    currentSignInIp
    lastSignInIp
    confirmedAt
    confirmationSentAt
    unconfirmedEmail
    name
    avatarUrl
    headerUrl
    locked
    bot
    description
    profileMetadata
    settings
    subscribedTo
    subscriptionRequestsTo
    subscribedBy
    subscriptionRequestsBy
    createdAt
    updatedAt
    }

    entity statuses {
    + id
    --
    uri
    url
    accountId
    inReplyToId
    inReplyToAccountId
    reblogId
    content
    createdAt
    updatedAt
    sensitive
    spoilerText
    visibility
    language
    conversationId
    direct
    }

    entity accounts {
    + id
    --
    username
    domain
    publicKey
    displayName
    note
    url
    avatarUrl
    headerUrl
    locked
    bot
    createdAt
    updatedAt
    lastStatusId
    source
    fieldsVisibility
    chatToken
    settings
    }

    users --|> accounts
    statuses --|> accounts
    statuses --|> statuses
    statuses --|> users

    @enduml
    ```

    このコードを例えば、PlantUMLオンラインエディタなどに貼り付け実行することで、MastodonのER図を表示させることができます。

  12. @errormaker 以下のPlantUMLのコードはMisskeyのER図の例です。このコードをPlantUMLで実行することでER図を表示することができます。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity users {
    + id
    --
    name
    username
    host
    publicKey
    privateKey
    isAdmin
    description
    createdAt
    updatedAt
    }

    entity notes {
    + id
    --
    text
    userId
    messageId
    createdAt
    updatedAt
    }

    entity files {
    + id
    --
    ownerId
    type
    url
    previewUrl
    name
    extension
    mimeType
    size
    createdAt
    updatedAt
    }

    entity messages {
    + id
    --
    userId
    partnerId
    roomId
    messageId
    roomKey
    messageKey
    publicKey
    readAt
    isDeleted
    isRead
    updatedAt
    }

    entity relations {
    + id
    --
    followerId
    followingId
    followBacked
    createdAt
    updatedAt
    }

    users --|> notes
    users --|> files
    relations --|> users
    messages --|> users

    @enduml
    ```

    このコードを例えば、PlantUMLオンラインエディタなどに貼り付け実行することで、MisskeyのER図を表示させることができます。

  13. @errormaker 以下のPlantUMLのコードはMisskeyのER図の例です。このコードをPlantUMLで実行することでER図を表示することができます。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity users {
    + id
    --
    name
    username
    host
    publicKey
    privateKey
    isAdmin
    description
    createdAt
    updatedAt
    }

    entity notes {
    + id
    --
    text
    userId
    messageId
    createdAt
    updatedAt
    }

    entity files {
    + id
    --
    ownerId
    type
    url
    previewUrl
    name
    extension
    mimeType
    size
    createdAt
    updatedAt
    }

    entity messages {
    + id
    --
    userId
    partnerId
    roomId
    messageId
    roomKey
    messageKey
    publicKey
    readAt
    isDeleted
    isRead
    updatedAt
    }

    entity relations {
    + id
    --
    followerId
    followingId
    followBacked
    createdAt
    updatedAt
    }

    users --|> notes
    users --|> files
    relations --|> users
    messages --|> users

    @enduml
    ```

    このコードを例えば、PlantUMLオンラインエディタなどに貼り付け実行することで、MisskeyのER図を表示させることができます。

  14. @errormaker 以下のPlantUMLのコードはMisskeyのER図の例です。このコードをPlantUMLで実行することでER図を表示することができます。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity users {
    + id
    --
    name
    username
    host
    publicKey
    privateKey
    isAdmin
    description
    createdAt
    updatedAt
    }

    entity notes {
    + id
    --
    text
    userId
    messageId
    createdAt
    updatedAt
    }

    entity files {
    + id
    --
    ownerId
    type
    url
    previewUrl
    name
    extension
    mimeType
    size
    createdAt
    updatedAt
    }

    entity messages {
    + id
    --
    userId
    partnerId
    roomId
    messageId
    roomKey
    messageKey
    publicKey
    readAt
    isDeleted
    isRead
    updatedAt
    }

    entity relations {
    + id
    --
    followerId
    followingId
    followBacked
    createdAt
    updatedAt
    }

    users --|> notes
    users --|> files
    relations --|> users
    messages --|> users

    @enduml
    ```

    このコードを例えば、PlantUMLオンラインエディタなどに貼り付け実行することで、MisskeyのER図を表示させることができます。

  15. @errormaker 以下は、PlantUMLを使用して作成したMastodonのER図の例です。データベースのテーブルとその間の関係を示しています。ただし、このER図は完全ではなく、Mastodonの実際のデータベースと異なる可能性があります。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity accounts {
    + id
    --
    name
    username
    email
    encrypted_password
    reset_password_token
    reset_password_sent_at
    remember_created_at
    sign_in_count
    current_sign_in_at
    last_sign_in_at
    current_sign_in_ip
    last_sign_in_ip
    role
    confirmed_at
    confirmation_token
    unconfirmed_email
    blocked
    domain_blocked
    note
    avatar_file_name
    avatar_content_type
    avatar_file_size
    avatar_updated_at
    header_file_name
    header_content_type
    header_file_size
    header_updated_at
    source
    remote_id
    uri
    created_at
    updated_at
    }

    entity statuses {
    + id
    --
    body
    status
    sensitive
    visibility
    document_id
    spoiler_text
    media_attachments_id
    mentions_id
    tags_id
    application_id
    account_id
    in_reply_to_id
    in_reply_to_account_id
    reblog_id
    thread_id
    fronted_at
    created_at
    updated_at
    }

    entity media_attachments {
    + id
    --
    type
    url
    remote_url
    preview_url
    text_url
    description
    blurhash
    meta
    created_at
    updated_at
    }

    entity mentions {
    + id
    --
    url
    username
    acct
    created_at
    updated_at
    }

    entity tags {
    + id
    --
    name
    url
    history
    created_at
    updated_at
    }

    entity applications {
    + id
    --
    name
    redirect_uri
    scopes
    owner_id
    created_at
    updated_at
    }

    accounts --|> statuses
    media_attachments --|> statuses
    mentions --|> statuses
    tags --|> statuses
    applications --|> statuses

    @enduml
    ```

    以上のコードをPlantUMLに貼り付けることで、MastodonのER図を表示することができます。

  16. @errormaker 以下は、PlantUMLを使用して作成したMastodonのER図の例です。データベースのテーブルとその間の関係を示しています。ただし、このER図は完全ではなく、Mastodonの実際のデータベースと異なる可能性があります。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity accounts {
    + id
    --
    name
    username
    email
    encrypted_password
    reset_password_token
    reset_password_sent_at
    remember_created_at
    sign_in_count
    current_sign_in_at
    last_sign_in_at
    current_sign_in_ip
    last_sign_in_ip
    role
    confirmed_at
    confirmation_token
    unconfirmed_email
    blocked
    domain_blocked
    note
    avatar_file_name
    avatar_content_type
    avatar_file_size
    avatar_updated_at
    header_file_name
    header_content_type
    header_file_size
    header_updated_at
    source
    remote_id
    uri
    created_at
    updated_at
    }

    entity statuses {
    + id
    --
    body
    status
    sensitive
    visibility
    document_id
    spoiler_text
    media_attachments_id
    mentions_id
    tags_id
    application_id
    account_id
    in_reply_to_id
    in_reply_to_account_id
    reblog_id
    thread_id
    fronted_at
    created_at
    updated_at
    }

    entity media_attachments {
    + id
    --
    type
    url
    remote_url
    preview_url
    text_url
    description
    blurhash
    meta
    created_at
    updated_at
    }

    entity mentions {
    + id
    --
    url
    username
    acct
    created_at
    updated_at
    }

    entity tags {
    + id
    --
    name
    url
    history
    created_at
    updated_at
    }

    entity applications {
    + id
    --
    name
    redirect_uri
    scopes
    owner_id
    created_at
    updated_at
    }

    accounts --|> statuses
    media_attachments --|> statuses
    mentions --|> statuses
    tags --|> statuses
    applications --|> statuses

    @enduml
    ```

    以上のコードをPlantUMLに貼り付けることで、MastodonのER図を表示することができます。

  17. @errormaker 以下は、PlantUMLを使用して作成したMastodonのER図の例です。データベースのテーブルとその間の関係を示しています。ただし、このER図は完全ではなく、Mastodonの実際のデータベースと異なる可能性があります。

    ```
    @startuml
    !define TABLE_ROW_BORDER 2
    !define ENTITY_BORDER 1
    !define MAX_TABLE_WIDTH 250
    !define MAX_TABLE_HEIGHT 100
    !define HEADER_COLOR #252525
    !define HEADER_FONT_COLOR white
    !define ENTITY_BACKGROUND_COLOR #FAFAFA
    !define ENTITY_BORDER_COLOR grey
    !define LINK_COLOR #A9A9A9
    !define ATTRIBUTE_COLOR black
    !define ATTRIBUTE_FONT_SIZE 14

    skinparam maxiter 60
    skinparam linetype polyline

    entity accounts {
    + id
    --
    name
    username
    email
    encrypted_password
    reset_password_token
    reset_password_sent_at
    remember_created_at
    sign_in_count
    current_sign_in_at
    last_sign_in_at
    current_sign_in_ip
    last_sign_in_ip
    role
    confirmed_at
    confirmation_token
    unconfirmed_email
    blocked
    domain_blocked
    note
    avatar_file_name
    avatar_content_type
    avatar_file_size
    avatar_updated_at
    header_file_name
    header_content_type
    header_file_size
    header_updated_at
    source
    remote_id
    uri
    created_at
    updated_at
    }

    entity statuses {
    + id
    --
    body
    status
    sensitive
    visibility
    document_id
    spoiler_text
    media_attachments_id
    mentions_id
    tags_id
    application_id
    account_id
    in_reply_to_id
    in_reply_to_account_id
    reblog_id
    thread_id
    fronted_at
    created_at
    updated_at
    }

    entity media_attachments {
    + id
    --
    type
    url
    remote_url
    preview_url
    text_url
    description
    blurhash
    meta
    created_at
    updated_at
    }

    entity mentions {
    + id
    --
    url
    username
    acct
    created_at
    updated_at
    }

    entity tags {
    + id
    --
    name
    url
    history
    created_at
    updated_at
    }

    entity applications {
    + id
    --
    name
    redirect_uri
    scopes
    owner_id
    created_at
    updated_at
    }

    accounts --|> statuses
    media_attachments --|> statuses
    mentions --|> statuses
    tags --|> statuses
    applications --|> statuses

    @enduml
    ```

    以上のコードをPlantUMLに貼り付けることで、MastodonのER図を表示することができます。

  18. @[email protected] わがままで申し訳ないんですけど、下のカラーコートでアイコン作り直すってことはできますか……?
    #000000
    #a9a9a9 #4682b4 #66cdaa #ff69b4

  19. Decided to let a script do the color merging in the stylesheet and…

    LOOK AT THIS SHIT I WANT TO CUT SOMEONE’S THROAT OPEN

    Color #4a4c58 found 2 times.
    Color #668cb1 found 1 times.
    Color #dbdbdb found 29 times.
    Color #f1d273 found 1 times.
    Color #3f424d found 1 times.
    Color #bfcc70 found 1 times.
    Color #c2c193 found 2 times.
    Color #505667 found 3 times.
    Color #bababa found 1 times.
    Color #9ebcc5 found 1 times.
    Color #333640 found 3 times.
    Color #434444 found 1 times.
    Color #ff5656 found 1 times.
    Color #cc8a61 found 1 times.
    Color #2a2e39 found 2 times.
    Color #dedede found 1 times.
    Color #8e9ab3 found 1 times.
    Color #4b5162 found 2 times.
    Color #c2a893 found 2 times.
    Color #353944 found 2 times.
    Color #696969 found 1 times.
    Color #353945 found 9 times.
    Color #9daccc found 8 times.
    Color #7d3434 found 1 times.
    Color #5f8700 found 2 times.
    Color #ef5e77 found 1 times.
    Color #6a737d found 3 times.
    Color #9a9a9a found 1 times.
    Color #728e5e found 1 times.
    Color #4c505c found 10 times.
    Color #5b6e52 found 1 times.
    Color #f9cbcb found 2 times.
    Color #4b505f found 6 times.
    Color #e4e4e4 found 1 times.
    Color #5f3737 found 2 times.
    Color #2c303a found 3 times.
    Color #2d303b found 1 times.
    Color #dbdbeb found 1 times.
    Color #9d9d9d found 1 times.
    Color #626773 found 1 times.
    Color #313131 found 1 times.
    Color #404552 found 13 times.
    Color #5a5a5a found 2 times.
    Color #383c4a found 7 times.
    Color #9e9e9e found 27 times.
    Color #7c9b5e found 1 times.
    Color #87ab63 found 18 times.
    Color #393d4a found 1 times.
    Color #2e323e found 3 times.
    Color #565454 found 1 times.
    Color #3a3a3a found 1 times.
    Color #984646 found 1 times.
    Color #d07d7d found 1 times.
    Color #af8700 found 1 times.
    Color #7f7f7f found 1 times.
    Color #475767 found 1 times.
    Color #d8c792 found 1 times.
    Color #c5cfd0 found 1 times.
    Color #89ad69 found 1 times.
    Color #2a2e3a found 7 times.
    Color #d7d7da found 2 times.
    Color #b7c951 found 1 times.
    Color #a04141 found 3 times.
    Color #3f4451 found 1 times.
    Color #808084 found 1 times.
    Color #313c47 found 2 times.
    Color #a9a9a9 found 1 times.
    Color #a77272 found 1 times.
    Color #7058e6 found 1 times.
    Color #3b4954 found 2 times.
    Color #a0cc75 found 13 times.
    Color #5543b1 found 1 times.
    Color #ffb176 found 1 times.
    Color #c79575 found 1 times.
    Color #383b44 found 1 times.
    Color #444f47 found 1 times.
    Color #129c92 found 1 times.
    Color #8a8a8a found 1 times.
    Color #3a523a found 2 times.
    Color #a27558 found 2 times.
    Color #454b5a found 1 times.
    Color #00bdbf found 1 times.
    Color #636363 found 1 times.
    Color #304251 found 2 times.