惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
V
V2EX
博客园 - 叶小钗
雷峰网
雷峰网
小众软件
小众软件
量子位
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
Martin Fowler
Martin Fowler
G
Google Developers Blog
博客园_首页
博客园 - Franky
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享

EINDEX's Blog

2024-ending #1 Mid-Autumn Festival improving-your-code-review-process-with-semgrep webmentions semgrep-with-custom-rules
2
EINDEX · 2025-10-18 · via EINDEX's Blog

I recently migrated my blog from Ghost to a new Astro-based system using the Pure Theme. A key benefit of this move was consolidating my separate English site and Chinese site into a single platform.

This transition was primarily motivated by the looming expiration of my Digital Ocean VPS. Coupled with Astro’s significant maturation over the past two years and some available time while job seeking, it felt like the perfect opportunity to rebuild.

Familiar features like webmentions, security.txt, and comments will be making a comeback. I’m also excited to integrate new functionalities such as llm.txt support and ActivityPub in the future.

Recent Finding#

Deepwiki#

DeepWiki is an intelligent tool designed to help developers quickly understand open-source code repositories. It can generate documentation-like wiki pages for your GitHub repository with a single click and allows you to ask questions directly about the codebase.

I tested DeepWiki with my Logseq Copilot Chrome extension repository, and it impressively generated diagrams for architecture, logic, and flow, along with highlighting key features. This tool shows great promise for security reviews, including threat modeling, security code reviews, and system audits. Its output could even provide valuable context for tools like STRIDE-GPT to conduct more in-depth analysis.

MCP Security Risks#

The linked article highlights that MCP servers often have excessive permissions and capabilities, introducing significant potential security risks.

Getting Started With Embeddings#

This article explains the working principles of embedding models.