Yonle: Notes and Other
36 subscribers
727 photos
57 videos
4 files
200 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
Two days ago i contacted to @smstelegram at twitter / x.com regarding problem with changing phone number.

2 days later, No replies. The recent replies on other tweet is basically two years ago.
👀1
Days later, finally changed my phone number. Without Telegram's help.
While Telegram is still mocking WhatsApp, I still need to use WhatsApp to receive my Telegram's verification code.
Forwarded from ytmous
It has been years, folks. Unfortunately, This is the end of my journey in making YouTube proxy. Thank you for using it. I will not accept any new maintainer, But new PR is still welcome.

---
Yonle
Saw someone doing a benchmark, But then spotted that they call console.log inside for loop block.

You may not call console.log at miliseconds. It's an sync function and therefore affects your code performance.
NodeJS and Deno are siblings, By performance. And they are indeed a fucking siblings.
Bun? It fucks NodeJS and Deno on the 10th stage, But still got beaten by NodeJS and Deno on the 9th stage
Learned constructor, Then going to went this way. Feels good damn it.
Constructor is basically another object maker. Just quite different.
In case if you are wondering what i am doing in the past few weeks:

I am learning Golang
👍1🔥1🥰1
Finally got golang server running for a hour. Usually randomly crashes at every 2-3 minutes due to map safety on concurrent read / write.
Golang channels.

They're useful when it comes to receiving messages from every single goroutines safely.
Golang context.

It's an controller.

Allows you to cancel an pending connection, even with timeout. The connection could be http, or websocket connection.
I name my go project as blyat, for some reasons.
1👍1