Yonle: Notes
32 subscribers
711 photos
53 videos
4 files
197 links
A channel that created for no purposes. Used to post some of my personal projects, memes from other source, and some interesting topic.

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.
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
Mike Karels died on the way home from #BSDCan, at the age of 67.

https://www.gearty-delmore.com/obituaries/michael-mike-karels

He spent 40 years working on BSD. His code appears in #FreeBSD, #OpenBSD, #NetBSD, and everywhere.

If you have used the Internet, you have used code he wrote.

Rest in Peace.
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.
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.