Home | Notifications | New Note | Local | Federated | Search | Logout

Yonle@yonle@fedinet.waltuh.cyou

Just a random someone that's just minding his business.

Profile picture is from kakusatou_3333 in X (also in misskey.io)

Posts here don’t fully reflect how i interact elsewhere. this is just my personal noise space where i post thoughts, vents, and nonsense.

Blog: https://pen.waltuh.cyou/yonle?
Codeberg: https://codeberg.org/Yonle
Ask me stuffs: https://revospring.net/@yonle
Timezone: GMT+07:00
Web: https://waltuh.cyou Joined: 2026-07-18 01:51:05 39 notes, 0 following, 0 followers

Yonle@yonle@fedinet.waltuh.cyou (2026-08-20 04:49:08) yes, i also got this days ago as i talk to my friend. ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/f212ff1153b3fb9c795f2abf2ba90c9d7a03a1aae3830f7e69d55ff0d2bfe329.jpg

Yonle@yonle@fedinet.waltuh.cyou (2026-08-18 05:33:48) (define (bubble x)
(print
(if x
"bubble"
"not bubble")))

Lisp is basically what happens when a mermaid created a programming language.

Yonle@yonle@fedinet.waltuh.cyou (2026-08-16 17:47:03) ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/aabe84ab8c7aa54208f759fc72d33fb7d7d7f9130a0f26e95c4dc444503dc274.png

Yonle@yonle@fedinet.waltuh.cyou (2026-08-14 09:29:23) morning~ :EnaSleepy:

Yonle@yonle@fedinet.waltuh.cyou (2026-08-13 23:34:41) yonle.

Yonle@yonle@fedinet.waltuh.cyou (2026-08-12 11:34:23) If your favorite person is being described with animal, What would it be?

Yonle@yonle@fedinet.waltuh.cyou (2026-08-12 02:03:39) a reserved person

Yonle@yonle@fedinet.waltuh.cyou (2026-08-12 01:30:12) i slept 12 hours a day…
became sleepy 5 hours later …

Yonle@yonle@fedinet.waltuh.cyou (2026-08-10 06:36:23) When bro quitted Instagram and then moved to Fedi, literali

RE: https://misskey.id/notes/appltnov7x

Yonle@yonle@fedinet.waltuh.cyou (2026-08-08 01:22:28) ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/86c4ce18d1aa17c9996acc0c2eae6a0a5cd8e9acb2d216e8beabfb37a5d38d59.jpg

Yonle@yonle@fedinet.waltuh.cyou (2026-08-06 06:05:45) genau

Yonle@yonle@fedinet.waltuh.cyou (2026-08-06 04:12:21) ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/2afacc0f1e159b42016212fe84f5b926214efed6c5fbbd9616be8f7354d83d66.png

Yonle@yonle@fedinet.waltuh.cyou (2026-08-05 19:24:47) hola

Yonle@yonle@fedinet.waltuh.cyou (2026-08-04 23:11:46) so empty ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/9923e96630c51d7b64b3429db06c2766d171e2c4cf74677585cbef6098bf3c67.png

Yonle@yonle@fedinet.waltuh.cyou (2026-08-04 21:39:14) that’s exactly the point.

RE: https://transfem.social/notes/altn16cxgjav0ea2

Yonle@yonle@fedinet.waltuh.cyou (2026-08-03 19:05:45) Layakkah kamu sebut dirimu merdeka jika kamu mengutilisasi sebuah mesin untuk meng-generate “karyamu” secara keseluruhan?

Yonle@yonle@fedinet.waltuh.cyou (2026-08-02 21:55:19) “IT diembat, Telekomunikasi diembat, Pemograman diembat

Yeah, that’s what we do here” — @jimedrand


Dan disitulah kenapa gw pakai “waltuh”.

Yonle@yonle@fedinet.waltuh.cyou (2026-08-01 14:15:50) Post-install fedora cheatsheet for beginners

Upgrade everything first: sudo dnf upgrade

Run the following commands for fixing ca-certificate & video hardware encoding/decoding:
---

sudo ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1

sudo dnf swap ffmpeg-free ffmpeg --allowerasing
sudo dnf install @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin

---


Set up hardware codec:
---

INTEL:

(Gen10 and above)
sudo dnf install intel-media-driver

(Lower than Gen10)
sudo dnf install libva-intel-driver
---

AMD:

sudo dnf install mesa-va-drivers-freeworld

(if use steam soon):
sudo dnf install mesa-va-drivers-freeworld.i686

---

NVIDIA:

sudo dnf install libva-nvidia-driver

(if use steam soon):
sudo dnf install libva-nvidia-driver.{i686,x86_64}


---

SPECIAL: NVIDIA Proprietary Driver

NOTE: You must do the first 3 commands above before proceeding!

sudo dnf install akmod-nvidia -y

---

Setting up Steam:
You must have run the first 3 commands mentioned above before proceeding.

sudo dnf install steam -y


---

Setting up VSCode:

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf install code


---


Optional: Install pavucontrol (for controlling speaker input & output)

sudo dnf install pavucontrol

Optional: Install easyeffects (for equalizer)

sudo dnf install easyeffects

Optional: Install Audacity for audio editing

sudo dnf install audacity

---

Optional: Install a

Reply to @yonle@fedinet.waltuh.cyou Yonle@yonle@fedinet.waltuh.cyou (2026-07-31 21:02:13) and if we talk to B that they blocked because B is not blocking someone that they blocked, hence why they blocked B,

you got blocked too.

that’s how ridiculous the model is.

Yonle@yonle@fedinet.waltuh.cyou (2026-07-31 21:01:03) how mastodon.art is still alive?

just perish already. blocks 1/2 of the fedi
because we talk to someone they blocked.

blatant liars, manipulators, weirdos, bastards.

Yonle@yonle@fedinet.waltuh.cyou (2026-07-31 19:21:32) hm

Reply to @ivy@misskey.id Yonle@yonle@fedinet.waltuh.cyou (2026-07-31 02:59:05) @ivy ---Attachments--- audio: https://media.fedinet.waltuh.cyou/media/0cc3dc4da00a88cb1c47f0f6f462dab112f4daebbe2ffc2bbc36c94f773be3d9.opus

Yonle@yonle@fedinet.waltuh.cyou (2026-07-31 02:54:53) my spending has gone insane over the past few weeks.

for example, 500k IDR flies in just 4 days.
not even normal. the activities that i do daily is the same as several days before that, but even that has changed a lot and my money burns faster than god knows what.

since i only have 5K in my hand as we speak, time to limit my spending. Was sure that i did not buy something 50K or more for over weeks, but crazy that it went that sky high pretty quickly.

Yonle@yonle@fedinet.waltuh.cyou (2026-07-25 02:19:26) @Witch Alright how is it now? Enjoy your permanent digital trace being put in place. Your people must have liked you.

You’re practically nothing but a literal burden, Already a suspicious person since the very beginning, Always liked to bring up dramas from the outside just for going against one person.

Now enjoy.

RE: https://fedinet.waltuh.cyou/objects/dda17911-6a36-4b9f-8fc9-88f831e8e402 ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/daf3c9b73a441a699a78ccd913d284f97d1d8d99193c770879f4bf449e2027f3.png

Reply to @phnt@fluffytail.org Yonle@yonle@fedinet.waltuh.cyou (2026-07-23 18:14:51) @phnt it’s always been a bad idea to let a clueless person to lead a good project.

argon2, bcrypt are being used widely, and they also doing cryptography stuff, which also has PoW. With that aside, Why not ban a lot of projects that’s using the two too? The thing that they’re even hosting is also doing exactly that

Yonle@yonle@fedinet.waltuh.cyou (2026-07-23 18:09:10) from there you can tell that they skipped math when they ban PoW projects just because it harms the environment.

This is why people kept using GitHub.

don’t ask me. They asked for it.

Yonle@yonle@fedinet.waltuh.cyou (2026-07-22 22:56:38) waltuhNet ownership is now transferred to Xyno, So it’s no longer mine

Yonle@yonle@fedinet.waltuh.cyou (2026-07-22 04:58:34) hi waltuhNet users and abroad.

good news for those that wants to donate to me:
now you can send your Rp1000 (yes, That small)
to me, 100% guaranteed via our own QRIS

here’s our QRIS to test. Go ahead and test the 1000!

Should also works for:

Malaysian
Singaporean
China
Japan
Anything that is integrated with QRIS ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/ea581c3e6dfff0828d0cbda9c666eb16fb8e750a1979b121bb9177fcdbbfdbdc.png

Reply to @ivy@misskey.id Yonle@yonle@fedinet.waltuh.cyou (2026-07-21 22:45:50) @ivy just type any http:// address and then it will redirect to the login page.

that’s how it basically works

Yonle@yonle@fedinet.waltuh.cyou (2026-07-21 16:43:00) #photography ---Attachments--- image: https://media.fedinet.waltuh.cyou/media/589218c54cebd58f6c40d3bde27e74a0af157daceacc72b4e6ee780bdc6b7cb8.jpg
image: https://media.fedinet.waltuh.cyou/media/d6a478705c58915329a43252191ec3baeab03e5245d01c7b80870095fd51f17e.jpg
Older Notes