https://earendil.com/posts/pi-autoresearch-and-databricks/ https://github.com/earendil-works/pi/blob/main/packages/coding-agent/src/core/system-prompt.ts#L121-L159 In this blog post the author explains how the minimalistic nature of Pi agent harness helps achieve performance at low cost and context overhead. I will be deep diving into the links linked in the blog post. I will keep on reading and…
https://timeseriesofindia.com/economy/beats/ This is an awesome blog explaining how UPI payment system works in simple words and with rich illustrations. It is not going much in depth but covers what is necessary at high level.
https://typesanitizer.com/blog/job-queues.html In this article the author explains how we should think before updating or changing anything in the job queue systems that we use. He suggests to do the math before making any changes to the system.
https://scotto.me/blog/2026-07-12-how-to-read-more-books/ I struggled with keeping my reading habit consistent. Consistency is key. Showing up and reading at least a page is very important. But we should not do it for the namesake. We should get something out of that reading session. Not just reading and then say I did my reading today. NO. Understand what you just read. Why you just read is…
https://www.gingerbill.org/article/2026/07/10/good-tools-are-invisible/ We have a lot of tools around for our use cases. We all have our own opinions and a set of tools we use. All tools have their own pros and cons. Everyone is comfortable with their choice. We don't have to advertise the cons or complexity as an attribute of a tool. We can just say YES this is a flaw but we have a short work…
https://terriblesoftware.org/2026/06/17/you-got-faster-your-company-didnt/ LLMs are awesome. But they generate a lot of text. We have to understand and cut down as necessary. But I dont think that is happening. We also have to understand what it generates instead of blindly going with whatever it gives. We have to spend some time editing and sharpening the content and code. We have to use our…
https://read.thecoder.cafe/p/linux-broke-postgresql learned about few memory management concepts like pages, page fault, page table, multi level page table, tlb, etc. how linux preemptions work also i have learned. good blog.
https://perthirtysix.com/how-the-heck-does-gps-work Found this in the hacker news forum. Awesome article. I will be reading this: https://ciechanow.ski/gps/ I have few questions in my mind that I will clear once I read the above article as well. Read this wonderful article about migration from DO to Hetzner - https://isayeter.com/posts/digitalocean-to-hetzner-migration/ This…
https://nesbitt.io/2026/03/29/the-roles-of-packages.html Variables roles will help in understanding the working of a code or algorithm. Like that we have roles for packages too. Different packages have different roles (library, framework, scaffold, compiler, etc)
https://mariozechner.at/posts/2026-03-25-thoughts-on-slowing-the-fuck-down/ Author discusses about the agents speed of code generation and the increasing amount of sloppy code. As well as how it affects human learning. Agents are great! They know a lot of stuff. Still, when it comes to coding - we should be capable of evaluating what it does and why it does. It is fine one off projects, or throw…