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

推荐订阅源

博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
博客园_首页
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
G
Google Developers Blog
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements

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.