11000件の用語
Intel E-core(Efficiency core)世代。Crestmont(Meteor/Lunar Lake・2023-2024)・Skymont(Arrow Lake 285K・Lunar Lake・2024年・+68% IPC over Crestmont)・Darkmont(Panther Lake 2025・+15%予想)・4-wide decoder+9-wide dispatch Skymont改善・E-core cluster(4 core+L2 shared 4MB)・Thread Director Intel Hardware scheduling・Arrow Lake 16E core(Skymont・4-cluster)・Atom lineage(Gracemont→Crestmont→Skymont)・Sierra Forest Server 288C・2026年 E-core大幅改善進行中。
Skylight社が提供する10インチのタッチスクリーン搭載Wi-Fiデジタルフォトフレーム。メールアドレスに写真を送るだけで即表示できるシンプルな設計と、贈った写真に「いいね」を返せる双方向コミュニケーション機能が特徴のギフト定番モデル。
2024年11月Kunlun Tech発表Skywork-o1・Industry-leading o1-like open-source reasoning + Industry-leading 8B/32B model family + Industry-leading MIT license + Industry-leading Kunlun Tech Skywork-o1 MIT open-source reasoning LLM 2024。
Skywork AIが2024年末に公開したオープンソースのProcess Reward Model。Qwen2.5-Mathをベースに多段階訓練でPRMを構築し、MATH等の数学推論ベンチマークでトップ水準の性能を示す。商用利用可能なオープンPRMの代表実装。
Small Computer System Interface。1986 年 ANSI X3.131 として標準化された汎用周辺機器接続規格。HDD・テープドライブ・スキャナ・CD-ROM など多様な機器を 1 本のバスで最大 7-15 台接続可能、Macintosh・UNIX ワークステーション・サーバの主要ストレージインタフェースとして 1980s-2010s に活躍。
Supervisory Control And Data Acquisition SCADA 2026 工場監視制御 HMI/DCS。AVEVA System Platform 2023 R2+InTouch HMI+Edge+Insight+Plant SCADA (旧Wonderware Schneider Electric統合)・Inductive Automation Ignition 8.1+Ignition Edge+Maker Edition (FOSS試用)・Rockwell Automation FactoryTalk View ME/SE+FactoryTalk Optix・Siemens SIMATIC WinCC V8+WinCC OA Open Architecture+WinCC Unified+Comos・GE Digital Proficy iFIX+Cimplicity・ABB Ability System 800xA+Symphony Plus・Honeywell Experion PKS+Experion HS・Yokogawa CENTUM VP+CENTUM CS 3000+CENTUM PRM・Emerson DeltaV+Ovation・Iconics GENESIS64+Hyper Historian (Mitsubishi買収2019)・PTC ThingWorx Industrial IoT・OPC UA+ISA-95+ISA-88+S88 Batch・¥¥¥¥¥¥-¥¥¥¥¥¥¥¥/Lic、2026年Ignition+AVEVA+SIMATIC WinCC Unified主流 (Web/HTML5+OPC UA重視)。
SCUF Gaming 2022年発売のXbox Series X/S 公式ライセンス プロコントローラ。$239・PWR Pak 交換バッテリ+P1-P4背面パドル+HD Rumble+業務向け eSports。
米Scully 1976年発表LPカッティングレース。米Capitol/RCA/Atlantic マスタリングスタジオ採用・約US$25000当時
2024年Scarpa発表Zodiac Plus GTX・Industry-leading Italian technical hiking boot + Industry-leading GORE-TEX + Industry-leading Vibram Vertical Approach sole + Industry-leading $329 Scarpa technical premium boot。
2024年Scarpa発表Drago LV・Industry-leading aggressive sport+bouldering shoe + Industry-leading M50 sole + Industry-leading DTS tension system + Industry-leading $209 Scarpa Italian technical climbing shoe。
中国Sculpfun社製30Wダイオードレーザー彫刻機。組み込みエアアシスト・火災検知センサーを標準装備し、410×400mmエリアで6mm厚ステンレス直接切断が可能な2025年フラッグシップモデル。
DB Schema設計理論。Normalization 1NF/2NF/3NF/BCNF/4NF (OLTP)・Denormalization (Performance)・Star Schema (Fact+Dimension・OLAP標準)・Snowflake Schema (Normalized Dimension)・Galaxy Schema (Multi-Fact)・Data Vault 2.0 (Hub+Link+Satellite・Dan Linstedt)・Anchor Modeling・One Big Table OBT (Modern Cloud DW)・Slowly Changing Dimension SCD Type 1/2/6・Surrogate Key・Natural Key・¥0 知識、2026年OBT+Materialized View Modern Trend。
Schema Migration Tool。Flyway 11 (Java DB-Agnostic・最大手)・Liquibase 4.30 (XML/YAML/JSON/SQL ChangeLog)・Atlas 0.31 (Modern HCL+Schema as Code・Multi-DB)・Drizzle Migrate (TS Native)・Prisma Migrate・Sqitch (Procedural)・Bytebase 3 (DB Schema Change Mgmt)・db-migrate (Node)・Alembic (SQLAlchemy)・golang-migrate・dbmate・graphile-migrate・¥0 OSS-¥¥¥¥¥¥/Year、2026年Atlas+Drizzle Migrate急成長。
Claude Code Skill scope。Personal Skills(~/.claude/commands/*.md)・全project共通使用・Personal preferences(coding style/tone)・gitignore対象・他PC同期: dotfiles管理(GitHub repo $HOME/.dotfiles bash setup)・Project Skills(.claude/commands/*.md・project root)・project local・git commit可能・チーム共有・project specific workflows・両方YAML frontmatter同format・priority: project skill > personal skill同名時・use case: Personal = Daily quick commands/Personal style/Personal API key・Project = Team workflow/Architecture rules/CI integration・例: Personal /loop /todo /note・Project /deploy /test-suite /code-review・2026年 双方使い分け確立。
Claude Skill開発 Best Practice 2026年。1) Skill name: kebab-case(/glossary-batch /article-batch /code-review)・2) YAML frontmatter: name/description(明確・<100 chars)/argument-hint/allowed-tools・3) Markdown body: 構造化(##sections・Step-by-step・examples・参照リンク)・4) Argument support: $ARGUMENTS placeholder(optional/required明示)・5) Tool restriction: allowed-tools array で必要だけ(security)・6) Idempotency: 安全re-run可能(SSH切断・retry)・7) Context efficient: Skill長 1500-3000 lines target(超 over)・8) MCP integration: 外部API連携 = MCP Server経由・9) Personal vs Project: 個人preferences = ~/.claude/commands・Team共有 = .claude/commands・10) Examples: anthropic-skills GitHub repo参照・自作30min create可能・2026年 Skill市場活性、自前 workflow定型化。
小説・脚本・コンテンツ制作向けのAI統合ライティングプラットフォーム。プロジェクト管理機能・執筆目標トラッキング・AIによるコンテンツ生成を一体化したSaaSツール。
Screenshot Tool。ShareX (Win FOSS Multifunction)・Flameshot 12 (Linux/Win/Mac FOSS)・CleanShot X (macOS $29 Lifetime)・Greenshot (Win FOSS)・Lightshot (Win/Mac FOSS)・Windows 11 Snipping Tool (Win+Shift+S)・macOS Cmd+Shift+4・Snip & Sketch・Monosnap・Skitch (Maintenance)・Xnapper (Mac)・Annotate Pro・¥0-¥¥¥10k、2026年CleanShot X 3.x AI Annotate予告。
LLMが人間を超える能力を持つ領域でも人間が正確に監督・評価できるようにするAI安全研究フレームワーク。Debate・Amplification・Recursive Reward Modelingを含む概念群。
LLM Scaling Law。Kaplan Scaling Laws (OpenAI 2020・Loss vs Compute)・Chinchilla Scaling Laws (DeepMind 2022・Token:Param 20:1)・Compute-Optimal・Hoffmann et al・Mixture-of-Depths・Test-Time Compute Scaling (o1)・Inference Compute Scaling・Mosaic Scaling・Maximal Update Parametrization muP・Tensor Programs・¥0 知識・Scaling終焉論議 (Hyderabad Bottleneck)、2026年Test-Time Scaling主流。
LLMの回答を並列生成で高速化するフレームワーク。まず回答の骨格(箇条書き)を生成し、各項目を並列に拡張することでレイテンシを大幅削減する。