Programming in html attributes....😭

Refuse to put hyperscript on this list...

Follow this article to implement htmx validation: https://marcus-obst.de/blog/bootstrap-validation-with-htmx.

The original code is as follows:

// Source: https://gist.github.com/marcus-at-localhost/c9f0a34a2e19d666fd95f61f002ea516 htmx.defineExtension('bs-validation', { onEvent: function (name, evt, data) { if (name !== …

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 …

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 …

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 …

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" …

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.