Probability is a beast you cannot tame, but you can try to coexist with it peacefully.

When running the command "RUN sed -i 's/http://deb.debian.org/http://mirrors.ustc.edu.cn/g' /etc/apt/sources.list" in the Dockerfile, if you encounter the error "/etc/apt/sources.list: No such file or directory," change "/etc/apt/sources.list" to "/etc/apt/sources.list.d/debian.sources."

For programmers in …

I've been watching the TV series 'Silo' recently. It has made me think about our lives here, especially the birth control implant device...

As mentioned in Part 1, I need to solve the first three problems. I discussed this idea with one of my good friends, and he suggested that I give it …

I am 45 years old this year. In China, We call middle-aged programmers "old programming farmers" here.

I developed hundreds of software projects. When I graduated from collage, I wrote …

I feel deeply saddened for my 83-year-old mom who is going through the distressing experience of seeing ghosts. It's a situation that leaves me feeling completely powerless. I want nothing …

After using the command "service crond status" to check, the following information appears: "Cron: pam_unix (cron:session): session opened/closed for user root by (uid=0)".

This is because cron can run at …

Today, I took my boy to see "Castle in the Sky," hoping to introduce him to the concepts of love and bravery, even though he may not have fully grasped …

In Chrome extension code, whenever you include the  

<form><button>click</button></form>

tags in HTML and click any button within the form, even if the button type is set to "button" instead of …

Why is hub.docker.com blocked? WTF!

/media/upic/2023/05/15/img_9409.jpg

R.I.P. https://coolshell.cn/haoel

/media/upic/2023/05/09/aa9c75ed11df177446a9269b66fb71d7a31c945f_size501_w1080_h443.png

https://music.163.com/#/dj?id=2488256667

1) Why is the sun bigger at sunset than at noon?

2) How did the first person come into existence if no one gave birth to him?

Summer Programming Solitude Wife accompanies daughter in the hospital Son goes to kindergarten I'm alone at home programming Hearing the sound of the backup mechanical hard drive grinding Summer is …

A django gettext with python brace format, this is correct :

gettext('Welcome to {0} store!').format(store_name),

and this is wrong:

gettext('Welcome to {0} store!'.format(store_name))

While upgrading Django Channels from 3.x to 4.0, if you encounter issues with the WebSocket handshake process, one solution is to add "daphne" to the top of the INSTALLED_APPS list …

Lately, I've found myself needing to take off my glasses when using my laptop or mobile phone, but then having to put them back on when I need a clear …

Using the OpenAPI APIs is less painful than using the WeChat APIs.

First time using Copilot to code, I need to keep my mind focused and not be distracted by it...

After publishing blog posts in English, I used the keyword "老楠" for searching. My blog ranked first on Google, but it decreased in ranking on Baidu. Is there any patterns?