Git Integrations is ten years away

Git Integrations is ten years away

Link: https://blog.ploeh.dk/2025/12/29/git-integration-is-ten-years-away/

Context

This is hillariously funny. I can’t imagine VS Code team coping up with git integrations in 2025 I don’t blame them entirely, at least they realize it is missing. With these LLM assisted coding, they decided to ship it finally. We have one instance of AI assisted coding helping VS Code ship faster (after 10 years). Learn Git, true. I alway 100% of the times use the cli. NO aliases, no agents, just CLI commands. git add, commit -m, push, pull, merge, rebase whatever. If I don’t know, I google it, read the ai overview and straight to the keyboards.

Local LLMs are how nerds justify a big computer they don’t need

Preview

It's pretty incredible that we're able to run all these awesome AI models on our own hardware now. From downscaled versions of DeepSeek to gpt-oss-20b, there are many options for many types of computers. But let's get real here: they're all vastly …

Local LLMs are how nerds justify a big computer they don’t need

Link: https://world.hey.com/dhh/local-llms-are-how-nerds-now-justify-a-big-computer-they-don-t-need-af2fcb7b

Context

Curiosity gets the better of them. I have a 8GB device, I can barely run a 1B parameter model. I get frustrated but have nothing to complain. I can use ChatGPT in temporory mode, or incognito mode if I don’t want it to attach it to the memory. I don’t see using local models on scale is justifiable just yet.

Shipping at inference speed

Preview

Why I stopped reading code and started watching it stream by.

Shipping at inference speed

Link: https://steipete.me/posts/2025/shipping-at-inference-speed

Context

This is a good post to say that we have different ways of using LLMs at this point and nothing is permanent. Every month or weeks, this is changing. Adopting a new workflow is like juggling circus art. Codex is something I haven’t even touched, Claude code too, never. I have used Amp, Gemini CLI, Warp and Cursor the most. I love those, those are cheap or even free, they help me understand what I was about to do wrong. They have never produced anything right 100%. I always needed to understand what was I supposed to do. Is this true “>The important decisions these days are language/ecosystem and dependencies” Maybe but I don’t see that. Its kind of true, but not in a big way. The major things are the flow, the edge cases and the intuition for the problem for it to be ale to understand. This actually surprised me”> Go wasn’t something I gave even the slightest thought even a few months ago, but eventually I played around and found that agents are really great at writing it, and its simple type system makes linting fast.” I want to try it now. I have ton of go projects.

What I learned writing Gleam, after coming from Python

What I learned writing Gleam, after coming from Python

Link: https://nohzafk.github.io/posts/2025-12-27-what-i-ve-learned-writting-gleam/

Context

Top to down approach. This just shifts from taking the problem and boiling it down to the input and output. Wow! This just made so much sense now. We can define the main API as the function that takes something and returns something. In between the intermediate steps, we can then decide what each component of the result will come from. I need to try hard on learning functional programming this year.

You are not dumb, you just lack the pre-requisites

Preview

I always thought I was too dumb to understand math. During my school years, it was evident to me that for some kids math was easy, and for others like myself: painfully difficult.

You are not dumb, you just lack the pre-requisites

Link: https://lelouch.dev/blog/you-are-probably-not-dumb/

Context

Yeah! I have started to learn SQLite and since 2 years made a Brilliant org streak. I feel good taking on advanced concepts soon. Basic and a good foundation helps you pivot and branch off to wide possibilities.

Source: techstructive-weekly-75

You cannot not lead

Preview

Whether you’re aware of it or not, your actions and non-actions impact the people around you. Everything sends a message. Everything communicates. Everything is leading.

You cannot not lead

Link: https://thoughtbot.com/blog/you-cannot-not-lead

Context

This is so subtle, yet perfect. You lead by good or a bad way. You cannot say I was not the leader when you are the only person building and maintaining it. You lead by examples, good or bad. Average sucks you know? You are either good or extremely bad. You cannot not lead. Wow! This post is so perfect, not only fits the manager but also every human, a elder human trying to teach or lead a younger one. The younger one learns from the examples and behavior of the leader.