How Ordinary People Can Use DeepSeek’s API

How Ordinary People Can Use DeepSeek's API

Before 2023, I thought API calls were exclusive to developers. Until one day, I discovered a somewhat magical fact: With the development of AI large models to this stage, I can also call APIs. I can’t understand the documentation? Let AI handle it; I can’t write code? Let AI do the coding. Recently, everyone has … Read more

Using VS Code, Cline, and Deepseek/Gemini 2.0 as Alternatives to Cursor

Using VS Code, Cline, and Deepseek/Gemini 2.0 as Alternatives to Cursor

The cursor software is a great tool that can help beginners with no coding experience develop software from scratch. The recently popular “Kitten Light” app was developed using Cursor, which has gained widespread attention and made more ordinary people aware of the effects and potential of AI programming. Cursor is a paid software, and after … Read more

Next-Generation AI Agent Tools: How MCP Enables Autonomous Database/Browser/API Operations

Next-Generation AI Agent Tools: How MCP Enables Autonomous Database/Browser/API Operations

Click to follow, article from β€œ With MCP, AI is evolving from a “conversational tool” to a “task executor.” For both developers and enterprise users, mastering this protocol will unlock a more intelligent and secure data-driven future.” I previously wrote about Cline. Those who have started using Cline must be impressed by its capabilities. As … Read more

Goodbye Token Consumption! Develop Project-Specific MCP Server with Roo Cline

Goodbye Token Consumption! Develop Project-Specific MCP Server with Roo Cline

Cline and Roo Cline are AI programming plugins based on Visual Studio Code, capable of interacting with developers through natural language instructions to assist in coding, testing, debugging, and other tasks. Cline is developed by Cline Bot Inc., while Roo Cline is a fork and improved version of Cline 3.1 by RooVetGit. Both rely on … Read more

Complete Guide to Roo Code: The Ultimate Fork Upgrade of Cline

Complete Guide to Roo Code: The Ultimate Fork Upgrade of Cline

Introduction In previous articles, we detailed the powerful AI programming agent Cline. Today, we will introduce you to a remarkable fork project of Cline, Roo Code. Roo Code (formerly known as Roo Cline) is a powerful AI programming assistant that offers developers a new development experience through its comprehensive features and flexible customization capabilities, making … Read more

An Analysis of word2vec Source Code

An Analysis of word2vec Source Code

word2vec was launched by Google in 2013. The methods for obtaining word vectors, CBOW and Skip-gram models, are elaborated in the paper “Efficient Estimation of Word Representations in Vector Space.” The strategies for efficiently training models, Hierarchical Softmax and Negative Sampling, are discussed in “Distributed Representations of Words and Phrases and their Compositionality.” Since the … Read more

Windsurf: AI-Assisted Programming Tool

Windsurf: AI-Assisted Programming Tool

Click the blue text above to follow us Project Address https://codeium.com/windsurf Introduction to Windsurf Windsurf is an AI-assisted programming tool launched by Codeium. It is not just an ordinary Integrated Development Environment (IDE), but a comprehensive platform that integrates deep context awareness, multi-model AI, real-time collaboration, and efficient code management. Its emergence provides developers with … Read more

Developing a Flomo Plugin in 1 Hour with Windsurf

Developing a Flomo Plugin in 1 Hour with Windsurf

It was amazing! I submitted my flomo synchronization browser plugin to the Chrome Web Store in just 1 hour! During this process, I also did a live text broadcast: I started at 9:55 and completed the development by 11:08. A product was born just like that, with zero coding experience! I also used Windsurf to … Read more

Windsurf Global and Project Rules for Coding Efficiency

Windsurf Global and Project Rules for Coding Efficiency

I wonder if anyone has encountered situations where Windsurf does not behave as expected or generates incorrect outputs while programming. Sometimes the framework is used incorrectly, and sometimes punctuation is output incorrectly. At this point, we need to set rules before it starts coding, allowing it to code according to the rules, thus enhancing our … Read more