Just thinking that the last modification that i was done on the same project was months ago sounded depressing already.
It wasn't even finished yet.
It wasn't even finished yet.
March 15
March 15
March 29
March 29
April 1
April 1
After the suffering of Fedora slowness...
Well, Finally.. All done...
Nothing so much special here...
Surprisingly, under the same setup, Arch Linux performed better than when i am using Fedora. It's snappier here.
Still, i am in arch because i am basically fed up with Fedora, Not because of the "i use arch btw" trend
Well, Finally.. All done...
Nothing so much special here...
Surprisingly, under the same setup, Arch Linux performed better than when i am using Fedora. It's snappier here.
Still, i am in arch because i am basically fed up with Fedora, Not because of the "i use arch btw" trend
April 4
April 15
💢💢how 2 get productive when boredom = ∞
1. make random shit
2. have fun with that random shit by adding random ass feature
3. think of new silly feature and try experimenting to code the feature
4. git commit && git push
5. repeat until you wanna go mad
1. make random shit
2. have fun with that random shit by adding random ass feature
3. think of new silly feature and try experimenting to code the feature
4. git commit && git push
5. repeat until you wanna go mad
April 22
April 30
April 30
fuck every coding myth and beliefs.
time to code spaghetti code and fix all of the fucks later.
time to code spaghetti code and fix all of the fucks later.
April 30
May 2
Just wrote my thoughts on something that several people rarely talk about. You may be interested.
- The Zen Browser so called "backdoor" drama: https://fedi.lecturify.net/notice/AuI5ldAeKSyE52vlXE
- The major flaw in most communities like Linux and Tech nowadays: https://fedi.lecturify.net/notice/AuIBgB9LgNJzS56cfQ
- The Zen Browser so called "backdoor" drama: https://fedi.lecturify.net/notice/AuI5ldAeKSyE52vlXE
- The major flaw in most communities like Linux and Tech nowadays: https://fedi.lecturify.net/notice/AuIBgB9LgNJzS56cfQ
fedi.lecturify.net
Yonle (@yonle@lecturify.net)
Saw the Zen Browser drama being discussed again in one of community that i am in. Time to put what's my thought about it into this post of threads.
May 20
Yonle: Notes pinned «Just wrote my thoughts on something that several people rarely talk about. You may be interested. - The Zen Browser so called "backdoor" drama: https://fedi.lecturify.net/notice/AuI5ldAeKSyE52vlXE - The major flaw in most communities like Linux and Tech nowadays:…»
May 20
Yonle: Notes
Suddenly i have the urge to use i3 again.
and then updated the setup several weeks later coz i am bored
May 20
a: Yonle-
me: Use LTS kernel
a: I HAVEN'T SPEAKING YET 💢
me: oh sorry. what is it
a: ArchLinux is unstable on me, any tips please? 🥺
me: Use LTS kernel
me: Use LTS kernel
a: I HAVEN'T SPEAKING YET 💢
me: oh sorry. what is it
a: ArchLinux is unstable on me, any tips please? 🥺
me: Use LTS kernel
May 20
I was about to use JWT, But then i stopped in the middle after seeing the chaos.
So i created HWT. A dead simple, Secure by design alternative to JSON Web Token (JWT)
https://codeberg.org/Yonle/hwt
making token:
validating token:
So i created HWT. A dead simple, Secure by design alternative to JSON Web Token (JWT)
https://codeberg.org/Yonle/hwt
making token:
var payload []byte // could be anything, including stringified json, etc
var salt []byte // random salt bytes. should be stored.
token := hwt.Sign(payload, salt)
validating token:
var salt []byte // the same salt that's used for signing before
var token string
payload, ok := hwt.Check(token, salt)
if !ok {
// not valid. not signed by us. don't do anything.
return
}
// check passed. deal with <payload>
Codeberg.org
hwt
A dead simple, Secure by design alternative to JSON Web Token (JWT)
May 26
June 3
so yesterday i wrote that i
Why is it?
The GNU mascot just *got sacrificed* today.
Happy Eid al-Adha, everyone.
doas busybox --install
in my new arch setup, and used clang instead of gcc compiler.Why is it?
The GNU mascot just *got sacrificed* today.
Happy Eid al-Adha, everyone.
June 6