Notes staring with 8 page

Here are collected small notes about all sorts of unimportant, everyday trifles. Which are not worthy of a separate article or any other mention. You can consider this my diary. An easy way for me to splash everything out on the site in a minute, so to speak.
In english/ Notes/ Page 8
one layer on top of another
Filter out
Sign of sorting
Sign of sorting
Sorting posts relative today
Sorting posts by day of week
Mon
Tue
Wen
Thu
Fri
Sat
Sun
Sorting posts by day of month
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Sorting posts by month
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Sorting posts by year
2021
2022
2023
2024
2025

I've found a new bug on the website. 404 does not work correctly.

Clock
21.11.2024
Long story short, everything works great on pagination pages. I just need to adjust the styles. But an article that does not exist should return a 404 response, but they respond with a 500 code. And the error is hidden somewhere in the Http404 django class. Only for pagination it works, but for article pages it doesn't /_ \

Has published the 9th version of ImageThief

Clock
21.11.2024
Now proxies are available for use. Let me be honest, the implementation of this feature leaves much to be desired, but as I usually say, first make "it" work, then make "it" work better. Or something like that.

Working on proxy support for ImageThief tool

Clock
20.11.2024
Today I worked on ImageThief. I was busy with the layout and preparation of the backend for working with proxies. And spoiler, I did everything right. I probably could have done more, but I was too lazy. By the end of this year, I plan to finish ImageThief and add two smaller tools ProxyChecker and ProxyParser.

Cleaning up the ImageThief tool

Clock
17.11.2024
Successfully migrated .09 version of ImageThief to the server. With some major changes. Removed the ability to stop scraping, replaced Process base threading with Thread base threading. Also replaced several timers. More to come.
...
Chevron
Chevron