meefik

@meefik.dev

Software engineer focused on digital sovereignty. Writing about FOSS, Linux, and P2P networking while building with self-hosted AI & local LLMs. Like coffee ☕️, geese 🪿, rain 🌦, and walks in the park 🏕. 🐙 github.com/meefik 🌐 meefik.dev

My favorite stack for front-end styling: #TailwindCSS, #daisyUI, and #Iconify 🔥 Why? • JavaScript-only writing • Custom styling where needed • Framework-agnostic & pure CSS output • Automatic tree-shaking • No "class hell" with daisyUI Works perfectly with the #Neux library! 🧑‍💻

#LLM performance on #AMD Radeon AI PRO R9700 (32GB VRAM) using #ROCm 7.2: input/output tokens per second and VRAM usage at a 128k context length with Q8 KV cache. Ollama + Q4_K_M models.

LLM Performance on AMD Radeon AI PRO R9700 (32GB VRAM) using ROCm 7.2

Want to hide data inside PNGs using JS? 🖼️🔐 Check out this pure #JavaScript library for lossless data encoding: 1️⃣ Data-to-Image: Converts raw bytes directly into RGB channels. 2️⃣ #Steganography: Injects up to 1 byte per pixel into an existing image invisibly! meefik.dev/2020/02/22/a...

Encoding and decoding data in PNG with compression

Exploring data encoding and steganography techniques using PNG images with lossless compression in JavaScript.

meefik.dev

If you build a small open source library, please try to keep it zero dependency. When someone installs your tool, they want your code and not a hidden avalanche of 50 sub dependencies they did not ask for. Keep it lightweight. Keep it predictable. Build trust. 📦 Do you agree?

node_modules meme

Meet #NEUX: a tiny (~4kb) frontend library for dynamic UIs using native JS & browser APIs! 🚀 Ditch complex compilers & vDOM. Enjoy reactive signals, direct DOM manipulation, true 2-way reactivity, built-in L10n, and simple routing. Perfect for fast SPAs & Web Components! 🔗 meefik.dev/neux/