お疲れさまです。とーちです。 皆さんの会社では社内勉強会をやったりしていますか? 業務都合等もあって勉強会に参加できない人もいると思いますが、そういった方にも勉強会の内容は共有したいですよね。また、勉強会後に個人的に復習したいなというケースもあるかなと思います。 こういった勉強会の内容の共有をするためにNotebookLMを使うのがいいかもと思ったので、今日はその内容を共有しようと思います。 前提条件 前提としてGoogle Workspaceを使っている環境を想定しています。 Google Workspaceのプランごとの比較表を見る限りでは今回ご紹介する内容なら Business Standard プラン以上であれば試せると思いますが、筆者が試した環境はEnterpriseプラン環境である点をご承知おきください。 勉強会の内容はMeetで録画・文字起こし オンラインでもオフラインでも勉
住所を、もっと便利にしよう。 無意識のうちに感じていた、 たくさんの不便を解決しよう。 いま、私たち日本郵便の、 新たなインフラづくりへの挑戦が 動き出しています。 デジタルアドレス。 それは、たった7桁の英数字で、 住所が伝わる仕組み。 もしもこれが、世の中に浸透したら。 長い住所を書くストレスが減らせる。 スマホやパソコンでの、 住所入力が楽になる。 引越しの時、いくつものサービスで 変更手続きをしなくてすむ。 言うなればこれは、 「住所」のパラダイムシフト。 とても大きな変化だからこそ、 社会全体での実用化には 少し時間がかかるけれど。 まずは郵便局アプリでの、 ゆうパック送り状作成から ご利用いただけます。 さあ、あなたも住所を7桁に。 デジタルアドレス、はじまります。
日本における2021年の新型コロナウイルス感染症の死亡者数は約14,000人でしたが、数理モデルを用いた解析から、ワクチンに関する誤情報の問題に現実よりもうまく対処してワクチン接種率を上げることができた場合は431人の死亡を回避でき、対応が現実よりもうまくいかず接種率が下がってしまうと死亡者数が1,020人増えると予測されました。 仮に現実よりも3か月早くワクチンを導入できた場合は7,003人の死亡を防ぐことができ、逆にもし3か月遅れた場合はさらに22,216人が亡くなっていた可能性のあることがわかりました。 本研究では、日本において誤情報とワクチン導入のタイミングが及ぼした影響の程度を定量化することに成功しました。今回のモデルとそれによって得られた知見は、つぎのパンデミックが発生した際など今後のワクチン接種戦略を考えるのに役立つものとなります。 東京大学国際高等研究所新世代感染症センター
React Server Components have lifted server-rendering to be a truly first-class citizen of the React ecosystem. They allow developers to render some components on the server, while attempting to abstract away the divide between the client and server. Devs can interleave Client and Server Components in their code as if all the code was running in one place. Yet, abstractions always come at a cost. W
We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code but without all the optimizations and non-essential features. If you’ve read any of my previous “build your own React” posts, the difference is that this post is based on React 16.8, so we can now use hooks and drop all the code related to classes. You can find the history with the old blo
こんにちは。kobakenです。 従来、静的なHTMLをインタラクティブなHTMLにハイドレーションする場合、Next.js, Fresh, HonoX なり、フレームワークにお任せすると思います。 それが正解だと思いつつ、今回、Honoでアイランドアーキテクチャをお試し実装してみた感想を書きます。 わざわざ自前実装をしてみたキッカケは、Honoで小さなアプリケーションを作っている時に、shadcn/uiを利用したくなったのですが、これを動作させるにはハイドレーションが必要になったからです。 この解決のために、フレームワークを上乗せするのは大袈裟に感じられて、自前実装しました。(自前実装は大袈裟ではないのか?というツッコミもありそうですが、気にしないでください😀) 加えて、ガチャガチャ実装を進めていると、ハイドレーション技術はチューニングのしがいがあることに気づき、一度自前実装しておけば
Four years ago, Stas, Heikki, and I got together with a vision to disrupt the database industry. We observed the unstoppable rise of Postgres as the number one choice for developers. At the same time, we saw the limitations of legacy monolithic architectures in the cloud era. So we came up with something new: an architecture that separates storage and compute and introduces a branchable, versioned
Edge-compatible Serverless Driver for PostgresPostgres driver over WebSocket Serverless computing has a range of benefits. It means quick and simple deployments with no servers to manage or maintain. It means true scalability, serving a large demand without breaking a sweat if and when you get it. (On the other hand, it also means pay-per-use, so you don’t end up out of pocket on hosting costs if
At GitHub, we’re committed to making our tools truly accessible for every developer, regardless of ability or toolset. The command line interface (CLI) is a vital part of the developer experience, and the GitHub CLI is our product that brings the power of GitHub to your terminal. When it comes to accessibility, the terminal is fundamentally different from a web browser or a graphical user interfac
こんにちは、GigaViewer for Webの開発・運用を担当している id:masawada です。今回は『Inside GigaViewer for Apps』連載の6回目として、運用中のマンガサービスにGigaViewer for Appsを導入する際のデータ移行事例についてご紹介します。 GigaViewerはビューワという名前を冠していますが、単なるマンガの閲覧機能だけでなく、入稿や作品管理・販売システムなど様々な機能をパッケージにして出版社様向けにご提供しているシステムです。また、新規サービスの立ち上げだけでなく既に運用されているサービスを受け入れることもあり、エンドユーザ様の商品購入データなど引き継ぎが必要なデータを元サービスからGigaViewerに移行する対応を行っています。この記事では、2024年3月に実施した少年ジャンプ+アプリ版のシステム移管(GigaViewe
Simple, scalable, and global: Containers are coming to Cloudflare Workers in June 20252025-04-11 It is almost the end of Developer Week and we haven’t talked about containers: until now. As some of you may know, we’ve been working on a container platform behind the scenes for some time. In late June, we plan to release Containers in open beta, and today we’ll give you a sneak peek at what makes it
こんにちは!株式会社エス・エム・エスでエンジニアをしている @_kimuson です。 今回は、社内のプロダクト開発で利用しているデザインシステムを MCP 化して提供し、社内のデザインシステムを活用した自然言語によるコーディング環境を整備したので、事例を紹介します! デザインシステムの MCP 化とは 先日 Ubie さんが、社内のデザインシステムを MCP 化することで、UI 実装を効率化した事例を紹介していました。 簡単に自分なりの解釈をまとめると Figma の情報を取れる MCP を利用することで Figma の再現はかなりしやすくなった しかし、デザインシステムとの統合が難しい。<button style="font-size: 20px"></button> ではなくデザインシステムのコンポーネントとトークンを使って <Button textStyle="regular"><
Google Cloudは、日本時間で今日(2025年4月10日)未明に開幕したイベント「Google Cloud Next 2025」において、複数のAIエージェントを連携させたマルチエージェントシステムを実現する「Agent2Agentプロトコル」(A2A)を発表しました。 Agent2Agentプロトコルを用いることで、異なるベンダーやフレームワークによって構築されたエージェント同士がセキュリティを保ちつつコミュニケーションや情報交換を行って連携できるようになります。これにより開発者はさまざまなプラットフォームやアプリケーションを横断して稼働するマルチエージェントシステムが実現できるようになります。 MCPを補完するプロトコルによるAIエージェント同士の協力を実現 Agent2Agentプロトコルは、Anthropicが提唱したAIモデルとサービスの連携を行うためのプロトコルである「
Exactly twenty years ago, on April 7, 2005, Linus Torvalds made the very first commit to a new version control system called Git. Torvalds famously wrote Git in just 10 days after Linux kernel developers lost access to their proprietary tool, BitKeeper, due to licensing disagreements. In fact, in that first commit, he’d written enough of Git to use Git to make the commit! Git’s unconventional and
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く