RSSAmplifier

Blog

Hendassa100k Website

Recent content on Hendassa100k Website

hendassa100k.github.ioRSS feed ↗5 posts

Latest posts

You missed the point of the AUR and that is okay

I’ve seen a lot of news about the recent malware AUR attack, which happened three times [ 1 ] [ 2 ] [ 3 ], but actually it’s common in AUR . A lot of people just don’t realize how AUR works in the first place, which I don’t blame them. AUR helpers treat it as extension of the extra repository, but it is just like a random script from the stranger. But is that really the Arch…

JavaScript sucks. Here’s how to build with Vite and Gleam

TL;DR I am not attacking JavaScript . I only wrote highlights of my personal frustrations with JS and how I mitigated them. Most of the article is about Gleam and Vite and goes over the challenges I faced and the reasoning behind my decisions. Here’s the template itself . You can check the source code and you can begin building. For years, I’ve felt this pain: the tooling is great, but…

Keys

SSH id_ed25519.pub.txt ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINfLsIRWfbYZgH6loHjTfpRSrGTaqtd7wt7y/M8TV+fI @id_ed25519 GPG Fingerprint: 6C7E C61C A5A4 B203 11B5 1461 DE90 2B4C 1999 1EFC Expires: 2029-06-27 pubkey.asc.txt -----BEGIN PGP PUBLIC KEY BLOCK----- mDMEakEQMRYJKwYBBAHaRw8BAQdAmsrz4rxx5j5F3Llkcm6q0p3KibYT8hAvi/a3 lkd1FyO0LUhlbmRhc3NhMTAwayA8YnVzaW5lc3NoZW5kYXNzYTEwMGtAcHJvdG9u…

About

Hi! I’m a seasoned developer with over a decade of experience, now diving deep into low‑level engineering where performance, simplicity, and reliability take center stage. Fan of OSS. I love building fast, clean code in Zig, Go, Java, Rust, Python, and C - in that order. I’ve made games in the past, but now I’m doing low-level programming. All my open‑source projects live on…

Why Zig is better than Rust (And why it won't stop)

Hi! Over the years of studying computer science, I have tried many languages, such as Java, Go, Rust. But I always come back to Zig. Rust has always been almost perfect for me, but that time I realized how unproductive it was to use. I will prove to you that Zig has a great future. There are many reasons… First of all, I don’t want to discrediting Rust maintainers or language itself .…