RSS Amplifier

Blog

Prashant Barahi Blog

Prashant Barahi Blog

prashantbarahi.com.npSource feed ↗9 posts

Live Last read · last published · next check

Latest posts

summarizer | Summarize a link or text using LLM

summarizer is a command-line tool that uses large language models (LLMs) to summarize text or any content from a

readthis | Text to Speech CLI Tool

readthis is a command-line text-to-speech tool powered by Kokoro-82M. Feed it plain text, a URL, piped input, or your clipboard, it extracts the content and reads it aloud. Audio generation and playback run on separate threads, so speech starts almost immediately rather than waiting for the full text to be synthesised.

Your README.md is obsolete

README.md is that one file in every project that gets the princess treatment from GitHub, GitLab, and other source code hosting platforms.

Announcing Watchlist LIVE—A Browser Extension for TMS

Bring your TMS watchlist to life with Watchlist LIVE. This browser extension supercharges your NEPSE TMS by

Querying Large JSON in Golang

Handling large JSONs in Golang can be tedious. The most common approach is to unmarshall the JSON into structs and then

Be Nice

At any moment, billions of people in the world are experiencing their own unique version of life. Some lead a far

Thinking Like a Compiler

Escape Analysis is an optimization technique whereby a compiler identifies whether a variable, created inside a function, escapes the scope of that function. If the analysis confirms that the variable doesn't escape, then it can be more efficiently allocated on the stack rather than the heap.

#ReadInPublic

\#ReadInPublic is my attempt at sharing everything that I've found insightful–with the world.

Welcome to Knowledge Graph

As a long-time user of Pocket, I honor all the insightful and fascinating blogs that I come across on the internet