Readwise and Readwise Reader

Original link: https://xqrp.com/660626.html I’ve been using Readwise and its companion app, Readwise Reader, for a while now. The effect is very outstanding, and it can completely replace Instapaper, Pocket and other reading apps later, as well as many RSS subscription apps. However, the price of Readwise is not cheap. If you use your student mailbox […]

Readwise and Readwise Reader Read More »

2023.3.25

Original link: https://www.justzht.com/2023-3-25/ After learning that there is a high probability that I will not go up to speak at one of the sessions at this year’s developer conference, my mentality collapsed. After all, I was expected to go up and speak together, but suddenly said that only one person can be responsible for the

2023.3.25 Read More »

Model talk: 1.5G memory can run RNN 14B open source model (ChatRWKV)

Original link: https://soulteary.com/2023/03/25/model-talk-open-source-model-of-rnn-14b-that-can-run-on-little-gpu-memory-chatrwkv.html In this article, let’s talk about how to quickly get started with a model with 14B parameters, but a special RNN model: ChatRWKV. This article will introduce how to get started quickly, including using a 4090 high-speed inference generation content with 24 video memory, and how to run this model with only

Model talk: 1.5G memory can run RNN 14B open source model (ChatRWKV) Read More »

25 March, International Day of Solidarity with Detained or Missing Staff

Original link: https://www.munue.com/detained-staff-day.html March 25th is the International Day of Solidarity with Detained or Missing Workers, initiated by the United Nations Security Council in September 1993. Origin The annual International Day of Solidarity with Detained and Missing Staff Members marks the anniversary of the Alec Collett kidnapping. In 1985, former British journalist Alec Collett was

25 March, International Day of Solidarity with Detained or Missing Staff Read More »

25 March, International Day of Remembrance for the Victims of Slavery and the Transatlantic Slave Trade

Original link: https://www.munue.com/observance.html On December 17, 2007, in order to commemorate the victims of the slave trade, the United Nations General Assembly adopted Resolution 62/122, proclaiming March 25 each year as the International Day of Remembrance for the Victims of Slavery and the Transatlantic Slave Trade. of Remembrance of the Victims of Slavery and the

25 March, International Day of Remembrance for the Victims of Slavery and the Transatlantic Slave Trade Read More »

Relationship between certificate CommonName and subjectAltName

Original link: https://zdyxry.github.io/2023/03/25/%E8%AF%81%E4%B9%A6-CommonName-%E5%92%8C-subjectAltName-%E7%9A%84% E5%85%B3%E7%B3%BB/ The background is linked to the title. Because the certificate used by HTTPS in the product is a self-signed certificate, which does not meet the security requirements of some scenarios, a user certificate needs to be imported. This change itself is very easy, just need to specify the certificate according to

Relationship between certificate CommonName and subjectAltName Read More »

CyberClip #31 Colorful

Original link: https://shyrz.me/cyberclip-31-colorful-colors/ Issue 31 of Issue 23 03 25 Hello, end of March! This issue’s selection “Why the Definition of Design May Need to Change” introduces the origin and development of design: how it was born from architecture, and gradually expanded its boundaries with technological changes, but kept its original meaning; selection “Why is

CyberClip #31 Colorful Read More »

How to make Node.js applications greatly improve CI/CD execution efficiency in GitHub Action

I have a Next.js application at hand. In the process of setting GitHub Action’s CI/CD to automatically deploy to Azure Web App, it took a lot of time to upload node_modules folder in CI’s actions/upload-artifact@v2 step The file in is really inefficient. Therefore, I changed to compress the entire directory before uploading. As a result,

How to make Node.js applications greatly improve CI/CD execution efficiency in GitHub Action Read More »