jagijagijag1 tiny tech notes
WSL 2を使ってVSCodeで開発する
July 26, 2020
環境・事前状況 Surface Go Windows 2004以上 WSLのUbuntuをインストール済み,WSL 2に移行したい WSL 2を準備する 基本は↓に従う Windows Subsystem for Linux (WSL) を Windows 10 にイ
SLOG: serializable, low-latency, geo-replicated transactions
July 22, 2020
リンク SLOG: serializable, low-latency, geo-replicated transactions | the morning paper 抜粋・メモ シリアライザブルの実現にはcoodinationが必要で,そのため性能が犠牲になる challenge with strict serializability (or even just serializability on a regular DBMS)
Cloudburst: stateful functions-as-a-service
July 21, 2020
リンク Cloudburst: stateful functions-as-a-service | the morning paper 抜粋・メモ 関数実行の近くにデータをキャッシュするdata shipping技術を提案 (キャッシュされたデータの近くに関数を
Meaningful availability
July 20, 2020
リンク Meaningful availability | the morning paper 抜粋・メモ 可用性のメトリクスはmeaningfulでpropotionalでactionableで有るべきだが世間ではそう
Pythonデコレータ
May 20, 2020
Pythonのデコレータを理解するための12Step - Qiita の抜粋 クロージャで関数定義時の自分を囲むスコープの情報を記憶している そのため下記では
プログラミング言語Go完全入門
May 17, 2020
1. Goに触れる Goの特徴 シンプルで協力な記述 機能を増やすことで言語を拡張していくことはしない 並行プログラミング マルチコア前提,並行処理とガー
Go + WebAssembly お試し
May 16, 2020
WebAssembly ref: WebAssembly | MDN モダンなウェブブラウザーで実行できる新しいタイプのコード ネイティブに近いパフォーマンスで動作するコンパクトなバイナリー形式の低レベ
Next.js チュートリアル実施メモ
May 4, 2020
大幅にリニューアルされた Next.js のチュートリアルをどこよりも早く全編和訳しました - Qiita メモ ページ単位で静的サイト生成とサーバーサイドレンダリングを選
conftestざっくり調査
April 26, 2020
GitHub - instrumenta/conftest: Write tests against structured configuration data using the Open Policy Agent Rego query language YAML/JSONをチェックできるツール チェックする内容はOpen Policy Agentの規定する言語Regoで記述
Millions of tiny databases
April 21, 2020
リンク Millions of tiny databases – the morning paper 抜粋・メモ AWS EBSのprimary, replicaストレージノードが参照するconfig情報を保持する分散処理技術 co
Python 3.7 dataclass
April 19, 2020
ref: dataclasses — データクラス — Python 3.8.2 ドキュメント Pythonではstructがないのでデータ集合をclassで書かないといけない そこでdataclass
Narrowing the gap between serverless and its state with storage functions
April 14, 2020
リンク Narrowing the gap between serverless and its state with storage functions – the morning paper 抜粋・メモ サーバーレス関数はステート・データを外出しするのでそこがボトルネックになりがち そこで,ストレー
Coyote: Making it easier for developers to build reliable asynchronous software
April 13, 2020
リンク Coyote: Making it easier for developers to build reliable asynchronous software - Microsoft Research 抜粋・メモ 分散システムのバグ発見:fault-inejctionやstress testはセットアップが複雑
Gandalf: an intelligent, end-to-end analytics service for safe deployment in cloud-scale infrastructure
April 7, 2020
リンク Gandalf: an intelligent, end-to-end analytics service for safe deployment in cloud-scale infrastructure – the morning paper 抜粋・メモ 問題が起きてからどのデプロイが問題だった理解するのは簡単じゃない → Gandalfがデータ分析
Local-first software: you own your data, in spite of the cloud
February 23, 2020
リンク Local-first software: you own your data, in spite of the cloud – the morning paper 抜粋・メモ コンセプトは動画見るのがわかりやすい クラウドアプリだとサーバ経由でしかデータアクセスできない=