Today, my ChatGPT account received a notification that ChatGPT Connected apps are available to use. I tried it out and found it quite impressive. Here, I noted what I have known.

Requirements

Currently, free users are not supported; only ChatGPT Plus, Team, and Enterprise paid users are supported.

If you are a paid user but cannot access it, it means you haven’t been rollout yet. Please be patient.

Entry

Read more »

Today, OpenAI released GPT4o, and they released a desktop App that you might not need Raycast AI or Alfred ChatGPT workflow anymore.

Since the App is in rolling out currently, so there are various issues. Below is what I know so far:

MacOS Requirement

The current App only supports Apple Silicon (macOS 14+).

OpenAI planned to launch a Windows version later this year.

Read more »

In my opinion, downloading e-book by Z-Library combined with Telegram will have the most comfortable experience. Just mark it here.

  1. Visit https://z-library.sk/
    1. If you don’t have an account, register one.
    2. If access fails, suggest to try using a proxy.
  2. Go to https://z-library.sk/z-access#telegram_bot_tab to create a TG Bot.
  3. Once the TG Bot is successfully created, you can search for any book on your private Bot and click “download”.

https://static.1991421.cn/2024/2024-05-02-101044.jpeg

Note that the daily download resource is limited.

ChatGPT has been popular for a year now。It has also driven the use of SSE.

Here, I summarize my understanding of it.

Advantages of SSE

  1. Uses the standard HTTP protocol, and not WebSocket. Relative to WebSocket, it has a smaller resource overhead.
  2. SSE transmits text data with simple overhead.

How to Use

Read more »

Recently, WebShell needed to support file management under PowerShell. To perform file-related operations, it’s necessary to understand the relevant commands. Here’s the summary.

Compress Folder

1
Compress-Archive -Path '${formatted}' -DestinationPath '${zipTempPath}'

Copy File/Folder

Read more »
0%