AI SPR TE TechHara Llama.cpp Benchmark: CPU vs iGPU I tested the inference speed of Llama.cpp on my mini desktop computer equipped with an AMD Ryzen 5 5600H APU. This processor features 6…
TCH TE TechHara Flutter — TextEditingController deep dive, part 2 In the previous article, we explored how to use a single TextEditingController to manage a basic TextField. This time, let’s take it up a…
AI MDA TCH ECO TE TechHara Compression algorithms benchmark In the quest for efficient data storage and transfer, compression algorithms play a pivotal role. Today, we’ll benchmark 5 widely-used…
TCH TE TechHara Advanced Scrolling in Flutter: Synchronized TextFields In this article, we’ll explore an advanced scrolling technique in Flutter. We’ll build an application featuring two TextField widgets…
SOC HUM TCH TE TechHara The Multilingual Code Conundrum In the bustling tech hub of Silicon Valley, two brilliant but stubborn developers find themselves thrust into an unexpected collaboration…
AI TE TechHara Kickstart AI-AI conversation In the era of LLMs and AI agents, I was curious what would happen if we let two AIs converse. Today, let’s build a simple web interface…
TCH TE TechHara When GNU Tools Backfire on macOS: A Debugging Tale For backend developers, Linux is the de-facto target environment, which means GNU tools are the norm. Many of us develop on macOS because…
TCH TE TechHara Flutter — TextEditingController deep dive, part 1 Let’s take a deep dive into Flutter’s TextEditingController and unlock advanced text-editing capabilities for your app. In this tutorial…
AI SPT TE TechHara Local LLM Benchmark on Intel Lunar Lake I wanted to evaluate how Intel’s Lunar Lake performs when running local LLM inference using llama.cpp, and compare it against Apple’s…
TE TechHara When your Mac is stuttering I have a MacBook Air with the M2 chip. When I first got it, it was incredibly fast, but over time I noticed it started to stutter-even…