この記事は、Linux シグナルの基本と仕組み (カーネルでの実装) について調査したことのまとめです。 シグナルは普段から利用しているものの仕組みについては理解してなかったので、カーネル勉強の題材として調べてみました。想像以上に複雑でボリュームがあったため、書き切れていない部分 (調査しきれなかった部分) も…
Stanford CS 224N | Natural Language Processing with Deep Learning
Logistics Lectures: are on Tuesday/Thursday 4:30-5:50pm Pacific Time (Remote, Zoom link is posted on Canvas). Lecture videos for enrolled students: are posted on Canvas (requires login) shortly after each lecture ends. Unfortunately, it is not possible to make these videos viewable by non-enrolle…
リモートワークにおけるファシリテーションの方法論 – Google スライド
リモートワークにおけるファシリテーションの方法論 ーミーティング・プロジェクト・組織ー 2020.05.18
noteがFacebookやTwitterにならないためには、と考えてみた
結論から言うと、ピースオブケイク改めnoteは、アグリゲータとしてのポテンシャルが高すぎて、プラットフォームになれないかもしれない。でもプラットフォームになりたそうで、その為には方向性の調整が必要だと思う。 結論を言うだけならツイートに収まるので、僕なりの分析を、以下書き留めてみる。 目次 プラットフォ…
Recursion | コンピュータサイエンスを基礎から学べるプラットフォーム リカージョン
シリコンバレーのエンジニアが学習しているコンピュータサイエンス。 Recursionでコンピュータサイエンスを学んでトップエンジニアを目指しましょう。 コンピュータサイエンス(CS)は、プログラミングやアルゴリズム、ハードウェア・ソフトウェア開発、データ処理などといった計算の理論や情報の処理に関する学問です。…
Home – Pl@ntNet
Pl@ntNet is a citizen science project available as an app that helps you identify plants thanks to your pictures. How ? Why ? How to easily use the app? Why sharing my observations is so important? Become a responsible citizen with the Pl@ntNet project. First of all, Pl@ntNet is a system based on…
kubernetes – Toku’s Blog
日々の学びや思ったことなどなど、書いていきます。
Mighty | A new browser to work faster
Heavy web apps, meet the cloud browser.Mighty streams your browser from a powerful computer in the cloud. You won’t feel lag while typing, moving your mouse, or scrolling. Busy processing is offloaded when you work with heavy web apps like Figma, Airtable, or Gmail. A micro footprint with Mighty …
Ray – Scaling Python made simple, for any workload
Ray is an open source project that makes it simple to scale any compute-intensive Python workload — from deep learning to production model serving. With a rich set of libraries and integrations built on a flexible distributed execution framework, Ray makes distributed computing easy and accessibl…
内容に応じてサイズが可変する <textarea> を素敵に実装する – Qiita
.FlexTextarea { position: relative; font-size: 1rem; line-height: 1.8; } .FlexTextarea__dummy { overflow: hidden; visibility: hidden; box-sizing: border-box; padding: 5px 15px; min-height: 120px; white-space: pre-wrap; word-wrap: break-word; overflow-wrap: break-word; border: 1px solid; } .FlexTe…