Skip to main content

· One min read
Jiakai Gu

1. Videos

1、Vercel 与 Next.js:开源全明星团队背后的商业逻辑

2、验证码大战AI:神仙打架,我们遭殃,验证码还能变简单吗?【柴知道】

2. Posts

1、The Acronyms of Rendering on the Web

2、What is a static site generator?

3、Static vs Dynamic Sites

4、将 Supabase 作为下一个后端服务

3. knowledge

tailwind css响应式断点

The response breakpoint of Tailwind CSS makes the implementation of the response layout more convenient.

No need to define media inquiries by yourself, you only need to use the response class provided by the framework to achieve style adjustment for different equipment size.

· 4 min read
Jiakai Gu

1. Reason1: Shocking feeling

The fundamental reason for integrating chatgpt in my personal blog system is the shocking feeling that chatgpt brings to me.

After I experienced it as it came out at the end of November last year, I have a feeling that this technology is a windfall opportunity and the future trend is definitely chatgpt+, all industries can integrate chatgpt to improve their work efficiency.

If you don't embrace chatgpt, you will be eliminated by the times. Always bear in mind that Those who are eliminated are those can't keep up with the times.

ChatGPT and Unemployment

Figure 1: ChatGPT and Unemployment

Chatgpt 3.5 maybe stupid sometimes, but chatgpt4 has improved a lot. Since released in 2023.03.14, I can't lose it anymore. It's so amazing and attractive.

The tailwind css style of my graduation project was done by chatgpt4, and most of the expression of my graduation thesis was also done by chatgpt4.

It has improved my efficiency in both life and study, allowing me to be flexible in areas that I am not currently good at and to get rid of some uncreative red tape.

chatgpt kill Anything

Figure 2: ChatGPT4 Kill Anything

Although chatgpt is so powerful (chatgpt4), only some part of the group can talk to the ai efficiently and really unleash its power. How to use prompt to efficiently get answers from the ai mouth is a compulsory course for each of us.

For example, if I want to use chatgpt to help me write a certain part of my paper, I will provide the main points to chatgpt as much as possible, and add the words "expression should make the lowest rate of cnki paper check" at the end.

With ChatGPT4, Paper is so easy.

Figure 3: With ChatGPT4, Paper is so easy.

The rest of the reason is that major foreign content creation brands have been integrating chatgpt, and here are some of the foreign content creation brands that I think compelled me to integrate chatgpt in my personal blogging system.

  • ifttt ai

ifttt, a famous online service provider that connects various Internet services, launched ifttt ai on March 21, 2023. Among the ai applets, the one I want to try the most is AI generated tweets for your Blog posts, which solves the problem of manually promoting blogs in social media once they are published.

iftt ai

Figure 4: IFTTT AI
  • notion ai

notion ai provides a rich set of features, such as helping you to write blogs and social media copy automatically.

notion ai write social media copy automatically

Figure 5: Notion AI writes social media copy automatically

notion ai

Figure 6: Notion AI offers a rich set of features
  • wordpress plugins

An ai plugin released late last year that generates individual paragraph titles, followed by the body of the post based on the individual paragraph titles.

try wordpress ai plugin creation

article generated with ai on wordpress

Figure 7, 8: Using wordpress ai plugin to generate articles
  • Open source blogging system on the blockchain-xLog

The latest work by the author of the well-known open source project RSSHub - DIYGod, as you can see from the image below this blogging system integrates AI-generated summary functionality.

xLog

Figure 9: xLog with ai summary feature

The key to make college graduation design—Personal Blog System become novel is GPT-3.5-Turbo-API.

  • Blogging platform for programmers-hashnode

hashnode pro

Figure 10: Hashnode Pro with ai embed for improving writing

Of course, there are also many ai products I haven't referred to. Those will be omitted here, you can explre them when you are free.

· One min read
Jiakai Gu

1. Personal interest

Godfather of entrepreneurship - Paul Graham quote:

Just build something that you'd want to use today, not something you think people could use somehow.

Paul Graham

2. Good Framework

Next.js development cycle is short, ecologically rich, more suitable for the development of personal blog system.

It is easy to see from the discussions of domestic developers that Next.js has many advantages over traditional web frameworks and is highly favored by young developers. via

Figure 1 of the framework discussion among Chinese developers

Domestic developers' discussion of the framework Figure 2

· One min read
Jiakai Gu
info

Here is a collection of excellent personal blogs that can have an impact on you in a subtle way and make you grow without realizing it.

1. China

1、 Ruan Yifeng's weblog

Technology Enthusiast" weekly is an high quality tech weekly, Teacher Ruan is the pinnacle of Chinese blogs.

2. Foreign

1、Simon Willison

The co-founder of django framework, basically posts blogs every day to record what he sees and hears. He is a very good role model for me.

· One min read
Jiakai Gu
info

Share my personal experience with the hugo blogging framework.

Advantages of the hugo blogging framework:

  • fast.

  • static pages , no database.

  • built-in many template variables , specifically for the blog.

Disadvantages of hugo blogging framework:

  • comments and other functions need to use third-party tools.

· One min read
Jiakai Gu