Skip to content

Instantly share code, notes, and snippets.

View tkgshn's full-sized avatar
🌏
Working from anywhere

taka (Shunsuke Takagi) tkgshn

🌏
Working from anywhere
View GitHub Profile
@studioTeaTwo
studioTeaTwo / ssi_and_web5_jp.md
Created September 18, 2022 11:47
A Japanese translation of "Self Sovereign Identity, TBD, and Web5"(https://developer.tbd.website/blog/ssi-tbd-web5/)

Self Sovereign Identity(SSI)とは、2016年にクリストファー・アレン氏がそれまでアイデンティティコミュニティの人々の間で話し合われていたことから着想してブログ記事「Self-Sovereign Identityへの道」で詳細をまとめた、包括的な用語です。そのブログではSelf-Sovereign Identityの10の原則が定義されています。

  1. Existence ユーザーは独立した存在でなければならない。
  2. Control ユーザーは自分のアイデンティティをコントロールできなければならない。
  3. Access ユーザーは自分のデータにアクセスできなければならない。
  4. Transparency システムやアルゴリズムは透明でなければならない。
  5. Persistence アイデンティティは永続的なものでなければならない。
  6. Portability IDに関する情報およびサービスは持ち運び可能でなければならない。
  7. Interoperability IDは可能な限り広く使用できなければならない。
  8. Consent IDを使用するときに本人が同意しなければならない。
@zhuowei
zhuowei / Ensemble.plist
Last active September 18, 2023 06:26
Put this file as /Library/Preferences/FeatureFlags/Domain/Ensemble.plist and reboot to (hopefully) turn on Universal Control on macOS 12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- not sure which one it is, so set both -->
<key>Ensemble</key>
<dict>
<key>Enabled</key>
<true/>
</dict>
@stepney141
stepney141 / BookmarkAPI_en.md
Last active April 4, 2023 01:45
(DEPRECATED) Twitter Undocumented Endpoints for Bookmark
@hyuki
hyuki / twitter-post-scrapbox.rb
Created August 28, 2018 07:11
twitter-post-scrapbox - ツイートURLを与えるとScrapboxに添付画像付きでツイート内容を投稿するRubyスクリプト
#!/usr/bin/env ruby
# encoding: utf-8
# https://qiita.com/mataneko_boy/items/852ca5484b80d2530560
# https://gist.github.com/hyuki/163340e4f5924c9ab8fb66c84f378132
# https://snap.textfile.org/20180518132348/
# https://scrapbox.io/help-jp/%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E4%BD%9C%E3%82%8B#58ae7c9a97c29100005b886b
require 'twitter'
require 'open-uri'
@sifue
sifue / 無料で読めるポール・グレアムの「ハッカーと画家」+αの日本語訳のみのまとめ.md
Last active July 23, 2024 08:10
無料で読めるポール・グレアムの「ハッカーと画家」+αの日本語訳のみのまとめ
@aibax
aibax / SlackInvitation.gs
Last active May 9, 2021 14:22
Google Form を使用した Slack の自動招待フォーム用 Google Apps Script
/*
* [SETUP]
* 1. Slack のAPIトークンを発行する
* 2. Google Form でフォームを作成する
* - 必要な項目はメールアドレスのみ
* - Google Form で指定したメールアドレスの項目名を FORM_ITEM_TITLE に設定する
* 3. スクリプトエディタでこのスクリプトを登録
* - SLACK_API_TOKEN にAPIトークンを指定
* - SLACK_API_ENDPOINT にチーム名を指定
* 4. フォームの送信時のトリガーに onFormSubmit を指定(要認証)
@kotakanbe
kotakanbe / mohikan_slack_channels.md
Last active October 14, 2023 19:26
モヒカンslack( https://mohikan.slack.com )のチャネルリスト
@cucmberium
cucmberium / gist:e687e88565b6a9ca7039
Last active February 28, 2024 01:23
Twitterの検索API & Twitterでの検索術

twitterの検索術 (search/tweetssearch/universal)

search/tweets では一週間以上前のツイートは検索できないので注意

search/universal は公式のConsumerKey/ConsumerSecretでないと使用できない

当方では一切の責任を負いません