LIVE · 05/09
vscodeRELZed Editor Releases v1.1.7Zed Editor Releases v1.1.7[zed-releases]vscodeRELZed Editor Releases v1.2.2-preZed Editor Releases v1.2.2-pre[zed-releases]vscodeRELcollab-production: editor: Extract more git related stuff out of `editor.rs` (#56198)collab-production: editor: Extract more git related stuff out of `editor.rs` (#56198)[zed-releases]vscodeRELZed: editor.rsからfoldとselectionをモジュール分割collab-staging: editor: Extract more git related stuff out of `editor.rs` (#56198)[zed-releases]tech-newsManufacturing qubits that can moveManufacturing qubits that can move[ars-technica]tech-newsTrump reportedly plans to fire FDA Commissioner Marty MakaryTrump reportedly plans to fire FDA Commissioner Marty Makary[ars-technica]tech-newsABC refuses to capitulate to Trump admin, fights FCC probe into The ViewABC refuses to capitulate to Trump admin, fights FCC probe into The View[ars-technica]tech-newsSony says "efficient" AI tools will lead to even more games flooding the marketSony says "efficient" AI tools will lead to even more games flooding the market[ars-technica]tech-newsThe unprecedented and deadly cruise ship hantavirus outbreak, explainedThe unprecedented and deadly cruise ship hantavirus outbreak, explained[ars-technica]tech-newsCourse correction: Google to link more sources in AI OverviewsCourse correction: Google to link more sources in AI Overviews[ars-technica]tech-newsCourt rules Trump's 10% tariff is just as illegal as the tariff it replacedCourt rules Trump's 10% tariff is just as illegal as the tariff it replaced[ars-technica]tech-newsChaos erupts as cyberattack disrupts learning platform Canvas amid finalsChaos erupts as cyberattack disrupts learning platform Canvas amid finals[ars-technica]tech-newsElon Musk faces criminal probe in France after ignoring summons in X caseElon Musk faces criminal probe in France after ignoring summons in X case[ars-technica]tech-newsChrome's 4GB AI model isn't new, but you're not wrong for being confusedChrome's 4GB AI model isn't new, but you're not wrong for being confused[ars-technica]tech-newsEngineers at NASA's Jet Propulsion Lab make a breakthrough in rotor technologyEngineers at NASA's Jet Propulsion Lab make a breakthrough in rotor technology[ars-technica]tech-newsDNA identifies four more crew members of doomed Franklin expeditionDNA identifies four more crew members of doomed Franklin expedition[ars-technica]tech-newsWhich Macs are suffering from shortages—and where are things getting worse?Which Macs are suffering from shortages—and where are things getting worse?[ars-technica]
Today 17
Total 243
Major 3
Sources 12
Updated 44m ago
Daily Summary

今日の更新

Today's Updates

Today 17 ▼ 80%
Yesterday 85
7-day 146
Last 7 days
0
2
10
11
21
85
17
05/03 05/04 05/05 05/06 05/07 05/08 05/09
主要な更新 Top stories 05/09 · 10 件
  1. 01 vscode REL +1 Zed Editor Releases v1.1.7 Zed Editor Releases v1.1.7 Fixed local zeta2 edit predictions using the wrong prompt format. ( #56192 ) Fixed an issue where broken symlinks, permission errors, or other fs errors in watched directories could cause excessive CP [zed-releases]
  2. 02 vscode REL collab-production: editor: Extract more git related stuff out of `editor.rs` (#56198) collab-production: editor: Extract more git related stuff out of `editor.rs` (#56198) cc @SomeoneToIgnore Summary Follow-up to #56155 . I extracted the remaining git related things (again not all of them, leftovers are more tricky as there are git + fold + some others things combined) [zed-releases]
  3. 03 vscode REL Zed: editor.rsからfoldとselectionをモジュール分割 collab-staging: editor: Extract more git related stuff out of `editor.rs` (#56198) Zedエディタのcollab-stagingリリースにて、巨大化していたeditor.rsからfold(折りたたみ)とselection(選択)関連のロジックを別モジュールへ抽出するリファクタリングが行われた。コードの保守性向上を目的とした内部整理である。 In the Zed collab-staging release, fold and selection logic has been extracted from the monolithic editor.rs into separate modules. This is an internal refactor (PR #56070) aimed at improving code maintainability rather than adding user-facing features. [zed-releases]
  4. 04 tech-news Manufacturing qubits that can move Manufacturing qubits that can move It's hard to mix electronic manufacturing and flexible geometry. [ars-technica]
  5. 05 tech-news Trump reportedly plans to fire FDA Commissioner Marty Makary Trump reportedly plans to fire FDA Commissioner Marty Makary The plan isn't final and could change, but his ouster would be no surprise. [ars-technica]
  6. 06 tech-news ABC refuses to capitulate to Trump admin, fights FCC probe into The View ABC refuses to capitulate to Trump admin, fights FCC probe into The View FCC chair hasn't been able to bully ABC and owner Disney into submission. [ars-technica]
  7. 07 tech-news Sony says "efficient" AI tools will lead to even more games flooding the market Sony says "efficient" AI tools will lead to even more games flooding the market But human artists still "must remain at the center," PlayStation maker says. [ars-technica]
  8. 08 tech-news The unprecedented and deadly cruise ship hantavirus outbreak, explained The unprecedented and deadly cruise ship hantavirus outbreak, explained "This is not COVID," and other reasons why risk to the public is currently low. [ars-technica]
  9. 09 tech-news Course correction: Google to link more sources in AI Overviews Course correction: Google to link more sources in AI Overviews Google's AI search will start citing its sources in several new ways. [ars-technica]
  10. 10 tech-news Court rules Trump's 10% tariff is just as illegal as the tariff it replaced Court rules Trump's 10% tariff is just as illegal as the tariff it replaced Trump's vow to impose tariffs a "different way" already has the tech industry on edge. [ars-technica]
🔥 Today's Top 3 importance × recency
  1. Zed Editor Releases v1.1.7 Zed Editor Releases v1.1.7 zed-releases 6h ago
  2. Zed Editor Releases v1.2.2-pre Zed Editor Releases v1.2.2-pre zed-releases 6h ago
  3. Zed Editor Releases v1.1.5-pre Zed Editor Releases v1.1.5-pre zed-releases 3d ago

Timeline 243 total · page 1/9

TODAY 17 entries
NEW release vscode 10h ago · zed-releases

Zed: editor.rsからfoldとselectionをモジュール分割 collab-staging: editor: Extract more git related stuff out of `editor.rs` (#56198)

AI要約 Zedエディタのcollab-stagingリリースにて、巨大化していたeditor.rsからfold(折りたたみ)とselection(選択)関連のロジックを別モジュールへ抽出するリファクタリングが行われた。コードの保守性向上を目的とした内部整理である。

EN In the Zed collab-staging release, fold and selection logic has been extracted from the monolithic editor.rs into separate modules. This is an internal refactor (PR #56070) aimed at improving code maintainability rather than adding user-facing features.

github.com
collab-staging: editor: Extract more git related stuff out of `editor.rs` (#56198) media
YESTERDAY 13 entries
NEW blog local-llm 13h ago · zenn-llm

『三国志』を使って簡単なRAGを作ってみた

AI要約 1. はじめ 最近、LLMアプリケーション開発を学ぶ中で、RAGという仕組みに興味を持ちました。 そこで今回は、青空文庫の『三国志』をデータソースとして、簡単なRAGアプリケーションを実装してみました。 今回の目的は、高度なRAGアプリケー

zenn.dev
NEW blog local-llm 14h ago · zenn-llm

【Reincarnation Engineering】忘却のAI工学 ― Part1.実践編

AI要約 この記事が語ること コーディングアシスタントAIの長期セッションで起きる違和感や不安定さ。 AIは成長しているのではなく、文脈に汚染されているだけなのではないか? AIの忘却戦略についての実践の記録。 最初はうまくいく コーディングアシスタ

zenn.dev
NEW release vscode 14h ago · zed-releases

Zed nightly: 自動ウォッチ機能を改善 (#56126) nightly: collab: Remove unused `api_token` field from `Config` (#56098)

AI要約 Zedエディタのnightlyビルドで、デバッグ時の自動ウォッチ機能(auto watch)が改善された。これは変数を自動的に監視式として登録する機能で、デバッグ体験の向上を狙ったものとみられる。

EN Zed's nightly build includes an improvement to the auto-watch feature (#56126), which automatically tracks variables in the debugger view, aimed at smoother debugging workflows.

github.com
nightly: collab: Remove unused `api_token` field from `Config` (#56098) media
NEW blog local-llm 14h ago · zenn-llm

トップAI企業が未だにコーディング面接を行なっている件

AI要約 AI時代にコーディング面接が消えない理由 「もうコードはAIが書く時代だ」 「エンジニアという職業はなくなる」 ここ数年、こうしたエンジニアオワコン論をよく目にするようになりました。 実際、AIはすでにかなりの精度でコードを生成できるし、簡

zenn.dev
NEW blog local-llm 15h ago · zenn-llm

🪡Praxia — 個人の暗黙知を組織知に自動昇格させるマルチエージェントOSSを作った

AI要約 TL;DR ベテランの「効くプロンプト」が個人の引き出しに留まる問題を解消するため、業務フロー特化型マルチエージェント・オーケストレーター + 個人→組織メモリ自動循環機構 を持つ OSS「Praxia」を作りました。Apache 2.0

zenn.dev
NEW blog vscode 15h ago · qiita-vscode

小ネタ:Microsoft 公式の Release Communications MCP で Azure Updates / M365 Roadmap を聞けるようになってた

AI要約 こんにちは、MCP を増やしすぎると自分でも何が公式で何が自作か分からなくなるアーキテクトのやまぱんです 😅 補足コメントや質問、いいね、拡散、ぜひお願いします 🥺! 間違っていたら 優しく 教えてください! 今日は小ネタです。 Mic

qiita.com