Yonle: Notes and Other
38 subscribers
761 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
Yonle: Notes and Other
Saying "Rust is better than C++" is like saying "A car is better than a machine". You are writing a program that tells the computer to do something. Remember?
Computer is not smart. So you need to be smart when developing in that language. Failure of being "smart" is no match to "you and the machine are equally dumb".
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.
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
Finally got golang server running for a hour. Usually randomly crashes at every 2-3 minutes due to map safety on concurrent read / write.