Eudic Dictionary’s default translation quality is average, and using Eudic AI requires a separate payment. Fortunately, Eudic supports adding third-party translation engines, including OpenAI and DeepSeek. DeepSeek AI offers free credits and costs only 1CNY per million tokens, making it highly cost-effective. Therefore, I chose to use DeepSeek AI as the translation engine.

Here are the detailed steps.

Add Translation Engine

Path: Eudic Dictionary => Translation & Writing => Settings => Engine Settings => Add Translation Engine

Read more »

DeepSeek AI has gained considerable attention recently. Today, I learned about it and considered migrating some of my current OpenAI services to DeepSeek.

Platform

Similar to OpenAI, DeepSeek provides an API, web version, and App. Unfortunately, it hasn’t launched a WeChat mini-program version yet.

Web Version

Read more »

When executing git pull/push operations in the terminal, it keeps prompting for username and password, even though I’ve already entered them before. Here’s how to solve this issue.

Git Prompting for Username and Password

1
Username for 'https://git.xxx.com': Password for 'https://git.xxx.com': 

Solution

  1. Open the terminal and execute git config --global credential.helper store command to store credentials locally.
  2. Execute the git pull/push operation, enter username and password once, and it won’t prompt again for subsequent operations.
Read more »

This year, I updated some software and hardware. There are not many items, but all are practical tools. Let’s take a look.

Hex Key Set

Purchased from JD, price: 45CNY. I previously bought various models of Xiaomi electric screwdrivers, but I still needed hex keys. This time, I got a hex key set that includes multiple sizes, which is very practical. Combined with the Xiaomi electric screwdriver, I’m now prepared for all types of screws.

Solar-Powered Mountain Bike Tail Light

Read more »

In actual development, finding code often involves copying styles or text from the browser and searching in the IDE. Can I directly click any element on the page and jump to open the corresponding code file in the IDE? click-to-component is such a tool.

Effect

Installation

1
npm install click-to-component
Read more »
0%