Today I Learned

Today I Learned

Software Developers in SiliconValley 114 Episodes

シリコンバレー、ベイエリアで働くソフトウェアエンジニア達が、気になったIT界隈の技術トピックを、ゆるく紹介しながらトレンドを追いかけるポッドキャストです。

https://podcasters.spotify.com/pod/show/todayilearnedfm
114. AGI元年2027: 元OpenAIの研究者が予測するAIの今後10年

114. AGI元年2027: 元OpenAIの研究者が予測するAIの今後10年

Jul 1, 2024 51:46

2027に汎用人工知能が誕生するという予測をした元OpenAIの研究者が書いた論文について話しました。 Situational Awareness https://situational-awareness.ai/ Person of Interest (TV series) Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

113. ファウンダーCEOから平社員に戻ったSWEが語るパッションドリブンなキャリアパス

113. ファウンダーCEOから平社員に戻ったSWEが語るパッションドリブンなキャリアパス

Jun 23, 2024 27:38

CEOからCTOを経てIndividual Contributorに戻ったHashiCorpのファウンダーのポッドキャストを元に、印象に残ったことやパッションドリブンのキャリアついて話しました。 https://the-stack-overflow-podcast.simplecast.com/episodes/mitchell-hashimoto-hashicorp-ceo-cto-ic-programming https://twitter.com/mitchellh Your co-hosts: Tomoaki Imai, Knot, inc CTO  https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

112. ソフトウェア開発の法則集

112. ソフトウェア開発の法則集

Jun 17, 2024 34:23

ソフトウェア開発の法則集について話しました。 https://ja.wikipedia.org/wiki/ブルックスの法則 ピーターの法則 コンウェイの法則と逆コンウェイ戦略 ホフスタッターの法則 パーキンソンの法則 キャンベルの法則+グッドハートの法則 パレートの法則 ジョシュアツリーの法則 ボールディングの逆行原理 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

111. A Philosophy of Software Design

111. A Philosophy of Software Design

Jun 10, 2024 36:27

A Philosophy of Software Design (ソフトウェア設計の哲学)という本について話しました。 著者の John Ousterhout はTcl/Tk, Raft, Log-Structured File System などを開発し、現在はスタンフォード大学の教授です。 A philosophy of software design, 2nd edition https://amzn.to/4bOEjfc 著者の Google Tech Talk Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

110. Day 1 から活躍してもらうためのオンボーディング

110. Day 1 から活躍してもらうためのオンボーディング

Jun 3, 2024 32:35

新入社員が初日から活躍できるために用意しているオンボーディングプロセスや、ビッグテックのオンボーディングノウハウについて話しました。 https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html Rust のコントリビューターのソフトウェアエンジニアの人が書いたコントリビューションガイド https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/architecture.md https://www.eraser.io/ モジュール図やテーブル図を書くためのツール Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

109. GitHub テックブログから学ぶ Copilot の活用法

109. GitHub テックブログから学ぶ Copilot の活用法

May 27, 2024 37:51

GitHubのテックブログを下に、GitHub Copilotの上手な使い方について話しました。 https://github.blog/2024-04-09-4-ways-github-engineers-use-github-copilot/ https://github.blog/2024-03-25-how-to-use-github-copilot-in-your-ide-tips-tricks-and-best-practices/ https://github.blog/2024-01-22-10-unexpected-ways-to-use-github-copilot/ Postfix Code Completion コードの後置補完 The Mystery Behind why LLMs Use the Word “Delve” So Often Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

108. テック企業の給与・面接・採用プロセス

108. テック企業の給与・面接・採用プロセス

May 20, 2024 39:01

テック企業の給与・面接・採用プロセスについて話しました。 Linkedin H1Bビザ労働者の給与 http://levels.fyi https://www.teamblind.com/ Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

107. CI/CDのためのブランチマネジメント

107. CI/CDのためのブランチマネジメント

May 13, 2024 31:49

CICDのためのブランチマネジメントってどんなものがあってどうやるのがよいのかな、ということについて話しました。 Git flow https://medium.com/@yanminthwin/understanding-github-flow-and-git-flow-957bc6e12220 GitHub flow https://docs.github.com/en/get-started/using-github/github-flow GitLab flow https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/ それぞれの比較 https://medium.com/@sreekanth.thummala/choosing-the-right-git-branching-strategy-a-comparative-analysis-f5e635443423 GitHubにおけるマージについて https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

106. トヨタ生産方式の教科書から学ぶSRE

106. トヨタ生産方式の教科書から学ぶSRE

May 5, 2024 30:51

「トヨタ生産方式」とSREについて話しました。 「トヨタ生産方式」大野耐一(著) 1978年 ダイヤモンド社 「SRE サイトリライアビリティエンジ ニアリング」Betsy Beyer et.al. 2017年 オライリージャパン PDF「トヨタ生産システム」トヨタ自動車工業 教育部 昭和48年 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

105. スタートアップでソフトウェアエンジニアとして10年たって大事にしていることリスト

105. スタートアップでソフトウェアエンジニアとして10年たって大事にしていることリスト

Apr 29, 2024 35:51

ソフトウェアエンジニアとして大事にしていることについて、その根底にある考えや、環境や状況による違いについて2人で話しました。 スタートアップでソフトウェアエンジニアとして10年たって大事にしていることリスト Rui Ueyama氏のブログ「悪い方が良い」原則と僕の体験談」 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

104. SREcon 2024 参加レポート

104. SREcon 2024 参加レポート

Apr 22, 2024 37:36

2024年3月にサンフランシスコで開催された SREcon にりょういちさんが参加した話を聞きました。 2009 - Velocity 09 Conference: 10+ Deploys Per Day: Dev and Ops Cooperation at Flickr SRE at Facebook https://engineering.fb.com/2010/02/08/data-center-engineering/site-reliability-engineering-at-facebook/ Site Reliability Engineering: How Google Runs Production Systems LISA made LISA obsolete (That's a compliment!) 講演 It Is OK to Be Metastable Cross-System Interaction Failures: Don't Fail through the Cracks What We Want Is 90% the Same: Using Your Relationship with Security for Fun and Profit Product Reliability for Google Maps Measuring Reliability Culture to Optimize Tradeoffs: Perspectives from an Anthropologist Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

103. サーバレスファーストな銀行システム

103. サーバレスファーストな銀行システム

Apr 15, 2024 36:26

サーバレスファーストな銀行システムについて話しました。 リンク 元ネタ QConでの発表**: Lessons from Leading the Serverless First Journey at CapitalOne** CapitalOneのブログ Experience with a serverless-first strategy at Capital One Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

102. 時間、暦、タイムゾーンにまつわるバグの話

102. 時間、暦、タイムゾーンにまつわるバグの話

Apr 8, 2024 31:16

ベイエリアが夏時間に移行したのに合わせて、暦や時間、タイムゾーンにまつわるバグやトラブルについて話しました。 2007年 3週間早い夏時間切り替えでIT製品に問題多発 2010年 iPhoneの時計アプリ 2000年問題 2001年9月9日問題 2010年 昭和100年問題 システム障害なしにうるう秒を乗り切る技術の発達について 閏秒の廃止 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

101. <後編> ソフトウェアエンジニアとしての成長と今後(Hiro Tsujinoさん)

101. <後編> ソフトウェアエンジニアとしての成長と今後(Hiro Tsujinoさん)

Apr 1, 2024 27:47

前回に引き続き、ベイエリアのビッグテックでソフトウェアエンジニアとして活躍しているHiroさんをゲストにお迎えして、ソフトウェアエンジニアになってからの苦労、成長と今後の展望をお聞きしました。 Twitter/X⁠ @hirotsujino⁠ No+e: 「⁠Google Japan にビジネス職として新卒入社して、本社でソフトウェアエンジニアになるまで⁠」 Your co-hosts: Tomoaki Imai, Knot, inc CTO⁠ https://twitter.com/tomoaki_imai⁠ Ryoichi Kato, Software Engineer⁠ ⁠https://twitter.com/ryo1kato 出演者の発言はすべて個人の経験、見解に基づくものであり、所属組織を代表するものではありません

100. 経済学部からビッグテックのエンジニアになるまで(Hiro Tsujino さん)

100. 経済学部からビッグテックのエンジニアになるまで(Hiro Tsujino さん)

Mar 25, 2024 34:49

ベイエリアのビッグテックでソフトウェアエンジニアとして活躍している Hiro Tsujino さんをゲストにお迎えしました。 Hiro さんが、大学の文系学部を卒業後に非エンジニア職からキャリアをスタートして、渡米してビッグテックのソフトウェアエンジニアになった経緯、経験と、今後の展望をお聞きしました。 Twitter/X @hirotsujino No+e: 「Google Japan にビジネス職として新卒入社して、本社でソフトウェアエンジニアになるまで」 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato 出演者の発言はすべて個人の経験、見解に基づくものであり、所属組織を代表するものではありません

99. 米国でのキャリアアップのヒント - 儒教的価値観をアンラーニングする

99. 米国でのキャリアアップのヒント - 儒教的価値観をアンラーニングする

Mar 18, 2024 38:42

米国でキャリアアップし成功するために、東洋人の持つ儒教学的な価値観のアンラーニングをする必要性や、どうアンラーニングを実践していくかについて話しました。 Tae hea nhm: https://www.linkedin.com/in/tnahm Why East Asians but not South Asians are underrepresented in leadership positions in the United States https://www.pnas.org/doi/10.1073/pnas.1918896117 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

98. 大規模分散システムの苦悩

98. 大規模分散システムの苦悩

Mar 11, 2024 40:42

設計、トレードオフ、資源計画、負荷テスト、スケーリング、SREの採用など、難しいことだらけの大規模分散システムの開発について話しました。 システム設計入門 (System Design Primer) Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

97. 暗号通貨の仕組み Proof of Work と Proof of Stake

97. 暗号通貨の仕組み Proof of Work と Proof of Stake

Mar 4, 2024 25:24

暗号通貨の仕組みについて。 まずBitcoinの仕組みのおさらいを軽くして、Proof of Work と Proof of Stake の違いついて話しました。 Ryoichi が十年近く前に読んだ本(の最新版): 「Mastering Bitcoin: Programming the Open Blockchain」 https://amzn.to/3uNgunz その邦訳「ビットコインとブロックチェーン」 https://amzn.to/49NRnQk 関連エピソード 85. 電子署名しているとき、われわれは何をしているのか 78. 暗号学を学びなおす 43. NFTや暗号通貨の詐欺手法、ゼロ知識証明、金融と決済の未来 42. 仮想通貨のトレンド、SolanaとTakさん、非エンジニアが仮想通貨を学ぶまでの話(ゲスト:Takさん前編) 41. 暗号通貨への投資、NFTブーム後の世界の話 36. 偽名経済とはなにか? Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

96. シリコンバレーのピッチイベントからみるAIプロダクトのトレンド

96. シリコンバレーのピッチイベントからみるAIプロダクトのトレンド

Feb 25, 2024 34:27

AIにフォーカスしたシリコンバレーのアクセラレータのデモデーに参加したTomoが、どういったAIプロダクトがあったかについて紹介しました。 Inception Studio https://www.inceptionstudio.org/ ピッチデック https://23586544.fs1.hubspotusercontent-na1.net/hubfs/23586544/InceptionStudioDeck.pdf ピッチをしたプロダクト(動画) Growth.Brand Dignifi.ai Onstra.AI Gateway.ai Aiyudo Embed AtlasPro Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

95. システムモニタリングについて学ぶステップ

95. システムモニタリングについて学ぶステップ

Feb 18, 2024 28:21

システムモニタリングを体系的に学ぶためのステップやSREが開発において考えるべきことについて話しました。 おすすめの本 SRE本 Observability Engineering カンファレンス Usenix SREcon Usenix LISA (Large Installation System Administration Conference) Usenix のカンファレンス一覧 Your co-hosts: Tomoaki Imai, Knot, inc CTO https://twitter.com/tomoaki_imai Ryoichi Kato, Software Engineer ⁠https://twitter.com/ryo1kato

resize.fm

resize.fm

デザイナー・エンジニアとして働くふたりが、最近気になるサービスやデザイントピックスについて話すポッドキャストです。デザイン書籍の紹介からWeb3の最新動向、日常生活に潜むデザインまで、デザインを軸に幅広く話します。💁‍♂️ https://resize.fm おたよりはGoogleフォームまたはTwitterで #resizefm から💁‍♀️ https://forms.gle/Ca9HTWXVLeXQ14Mn6

Today I Learned FM

Today I Learned FM

シリコンバレー、ベイエリアで働くソフトウェアエンジニア達が、気になったIT界隈の技術トピックを、ゆるく紹介しながらトレンドを追いかけるポッドキャストです。

Off Topic // オフトピック

Off Topic // オフトピック

Off Topicは、米国を中心に最新テックニュースやスタートアップ、ビジネス情報、たまにカルチャーをゆるーく深堀りしながら解説する番組です。 毎週木曜日に新エピソードを配信しています、AppleとSpotify Podcastのテクノロジー部門別ランキング1位獲得! Hosted by 草野美木(@mikikusano)and 宮武徹郎(@tmiyatake1)

TimeTreeラヂオ

TimeTreeラヂオ

TimeTreeラヂオはカレンダーシェアアプリTimeTreeを運営する私たちメンバーが、ふだんの仕事に関係することも、そうでないことも、だいたい15分でひとつのテーマを話しきるインターネットラジオ番組です。 LISTENで書き起こしも配信中です! → https://listen.style/p/timetree-radio?lFFqlOi4

研エンの仲

研エンの仲

「研エンの仲」は、神経科学の研究者 Ayaka (@kayautoka) とソフトウェアエンジニア Ryohei (@fushimir) の2人によるPodcastです。科学やエンジニアリング、日常の話題についても話しています。 公式Twitter: @KenNaka Hashtag: #研エンの仲 みなさまからの感想・質問・フィードバックがこのPodcastを続ける糧になっています。Twitterでハッシュタグ #研エンの仲 をつけて投稿していただくか、おたよりフォーム、マシュマロか下記のメールアドレスまでお送りください。 おたよりフォーム: https://docs.google.com/forms/d/e/1FAIpQLSfm3NGeT-LdVC-CLYmIUirE9GClBSGnE48RLfXBAVd1FQ54rA/viewform マシュマロ: https://marshmallow-qa.com/ken_en_no_naka メールアドレス: ken.en.no.naka.podcast@gmail.com Listen: https://listen.style/p/kennaka?DFsXuedx パーソナリティ: Ryohei (fushimir@) ... エン担当 Ayaka (kayautoka@) ... 研担当

Podcast by Yuka Studio

Podcast by Yuka Studio

YouTuber 大石結花とそのチームSahiro&Nanaによる、Podcastです。 テック界のニュースや、気になるトピック、動画制作の舞台裏などをお話します。 ・Instagram: instagram.com/by_yukastudio ・YouTube: youtube.com/@yuka ・NEWSLETTER: http://eepurl.com/cU_WTf ・Community by YUKA STUDIO (通称:ユカスタ): https://www.youtube.com/channel/UC1JMhM9TJT7yMLx8ZtbD08g/join https://listen.style/p/fvhvuk34?3OtmlIe0