I’m a software developer from planet earth with a multi-cultural background and various technical skills. I consider myself as an old coder with experience.
Hi, it's Barim.
My last posts
Text prose and code have fundamentally different width requirements.
Prose benefits from restricted width because lines of 50-75 characters are the fastest to read, reduce eye strain and movement, and let you track easily from line end to next line start.
YouTube thumbnails and uBlock Origin
2025.06.02
It is possible to modify YouTube’s appearance using uBlock Origin.
For example, to display smaller video thumbnails and get rid of “shorts” and of avatars :
Svelte’s component system features a specific approach to reactivity and component initialization. This article explores a common misconception about how props, variables, and component initialization work in Svelte.