Yonle: Notes
33 subscribers
709 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
Apparently, The WRS-BMKG channel, alongside the bot has been running since 2021.

The telegram bot that report earthquakes was used to be written in NodeJS before, But then i rewrite the bot & the earthquake reporting module in go due to bad codes in my NodeJS that causes memory leak and high CPU usage.
Nothing was actually private.
Since the beginning i don't even trust with Telegram statements on privacy.

Now the "Telegram is better than WhatsApp" is just for marketing
Forwarded from Yonle
Codingan hari ini (Dari pagi-sore menjelang malam)
After reading stuffs about 3 deadly major linux filesystems, My conclusion:

- Btrfs if we got brutally powerful CPU
- XFS if concurrent I/O operations (multiple programs doing multiple read/write operations to disk) is important

- Ext4 if every single FS above makes you confused to pick either one.

For my case, I will go with XFS for both desktop and server due to me doing multiple things that involve concurrent I/O operations.
Channel photo updated
3 weeks already. still unfinished
Channel photo updated
Apparently, Yes. Today is my birthday
among every open source project that i write in javascript,

the most cleanest code in my opinion is my dandelion irc game bot.

https://github.com/Yonle/dandelions-irc-bot/blob/master/index.js

i just love to see the code this way
Today i converted ext4 to btrfs in my VPS.

Disabled CoW on postgresql database dir. So far so good. Worked like normal.

File size reduced is damn good.
Real size: 40 GB
On disk: 23 GB

Saved: 40 - 23 = 27 GB
Ok Damn
Forwarded from Yonle