- 日本のジャズフュージョンの先駆者・高中正義が、ストリーミングで世界的にブレイク。一度手放した象徴的なサーフボードギターを取り戻し、初のワールドツアーを敢行中。
- 🔗 https://www.guitarworld.com/tag/jazz
- サントリーHDが第一三共から一般用医薬品子会社・第一三共ヘルスケアを買収。買収額2465億円見込み。6月に株式30%取得し段階的に比率引き上げ。消費者の飲酒離れを背景に医薬品・健康食品を中核事業に育成する方針。
- 🔗 https://www.nikkei.com/article/DGXZQOUC152O90V10C26A4000000/
- 臨床AIがパイロット段階から本格運用へ移行。エンタープライズレベルでのスケーリング戦略が焦点に
- 🔗 https://www.impakter.com/beyond-the-pilot-scaling-enterprise-clinical-ai-in-2026/
- AWS「What's Next」2026イベントのまとめ。Amazon Quick(AI仕事アシスタント、デスクトップアプリ付き)を発表。Amazon Connectを4つのAIエージェントソリューション(サプライチェーン、採用、CX、ヘルスケア)に拡張。OpenAIとの提携拡大でGPT-5.5、Codex、Managed AgentsがBedrock限定プレビューへ。
- 🔗 https://aws.amazon.com/blogs/aws/top-announcements-of-the-whats-next-with-aws-2026/
AWS Weekly Roundup: AWS Transform at 1 year, Claude Platform on AWS, EC2 M3 Ultra Mac instances (May 18, 2026)
- AWS Transform for .NET/Mainframe/VMware が1周年。Claude Platform on AWSの登場、EC2 M3 Ultra Macインスタンスの提供開始など、最新リリースの週間まとめ。
- AWS MCP Serverが利用可能に。Claude Code、Kiro、Cursorなど、MCP対応クライアントからAWSリソースの作成・操作が可能。最新ドキュメント、認証済みAPIアクセス、サンドボックスでのスクリプト実行を単一サーバで提供。
- 📅 2026-05-06
- 🔗 https://aws.amazon.com/blogs/aws/introducing-the-aws-mcp-server-for-agentic-ai-workflows/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "image/color" | |
| "log" | |
| "github.com/disintegration/imaging" | |
| ) | |
| func main() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import json | |
| dir = "./movie" | |
| def main(): | |
| files = os.listdir(dir) | |
| with open('dap.txt', 'w') as of: | |
| for i, file in enumerate(files): | |
| mpath = os.path.join(dir, file) |
NewerOlder