Yonle: Notes and Other
38 subscribers
762 photos
63 videos
4 files
207 links
A channel that created for no purposes. Used to post some of my personal projects, memes from other source, and some interesting topic.

Chatroom: @yonle_coder

You may also Follow WRS-BMKG (24/7) Channel that i made (Earthquake Warning Ch): @WRS_BMKG
Download Telegram
Hm.
New Todo for Toard: Bumped thread should be at the top
But that maybe later. I need to finish this thing first
Experiment: So we removed all borders, and damn it looks good
Todo: Email 4 replies
So i just made captcha update
Good day.
Yonle: Notes and Other
Good day.
Just a good conversation with SJW.
Forwarded from Yonle
It went randomly slow on slow network now.

(The bottom screen was supposed to have some link. But well, because Discover + Main thread was preloaded into one page, You could not really see it in slow network)

Time to split "Discover" section separately.
Forwarded from Yonle
For now, i enabled gzip compression on server (notably the fact that the entire page was generated at server side).
Forwarded from Yonle
Yonle
For now, i enabled gzip compression on server (notably the fact that the entire page was generated at server side).
Now that if there is 100 active thread, Then that means 100x6 <div> element was loaded inside Discover <div>.

Well, also do not forget about main thread.
Forwarded from Yonle
For memory reason, i also gonna use iterate() instead of generated arrays that could be done via all() for this kind of thing.
Yonle
For memory reason, i also gonna use iterate() instead of generated arrays that could be done via all() for this kind of thing.
In better-sqlite3 library, In nuts:

If an iterates executed, better-sqlite3 prevents you to do other stuffs while this happens.

Which means, If you executed two iterate at the same time before the first iterate finish, better-sqlite3 throws you error.

Though, we only do reading.
I am in nutshell.

If i am working on "THIS" project, then the other project, i abandon it for a while.

Why? Of course. I am lazy.
In Toard, there are no guarantee whenever somebody was impersonate somebody else.

Tip: The ones that i mark with red is me.
Hack your own SQL app first before deployment.