Skip to content
View tnvmadhav's full-sized avatar
🐎
Dedicating my Heart
🐎
Dedicating my Heart

Block or report tnvmadhav

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tnvmadhav/README.md

My Latest Feed

looking up your own guide from a few years ago to do something is very satisfying. -- 2025-08-12T17:30:02.503Z


I'd like to believe that the intended purpose of multimodality is to invoke a cached catharsis if you will. -- 2025-08-12T14:30:02.650Z


The internet runs because of a couple of goto statements in the lower levels of technological stack. -- 🏞️ Context #1 -- 2025-08-12T09:20:20.680Z


inefficiencies, inefficiencies everywhere -- 🏞️ Context #1 -- 2025-08-11T10:19:13.602Z


it's a good world to live in when you engineer surprises to be good ones. -- 2025-08-10T18:00:02.869Z


"the hype is how sama whips the members of technical staff into shape" ~ Roon

ref: https://x.com/tszzl/status/1953601056526807456 -- 2025-08-08T06:30:05.135Z


Notes from "In Support of Shitty Types" by Mitsuhiko

Go’s types are much less expressive and very structural. Things conform to interfaces purely by having certain methods. The LLM does not need to understand much to comprehend that. Also, the types that Go has are rather strictly enforced. If they are wrong, it won’t compile. Because Go has a much simpler type system that doesn’t support complicated constructs, it works much better—both for LLMs to understand the code they produce and for the LLM to understand real-world libraries you might give to an LLM.

one mustn't forget that if interface{} and type-casting are used, they can still lead to runtime errors. This post primarily speaks about compile-time efficiencies.

Armin ends the post with a very interesting commentary:

I think it’s an interesting question whether this behavior of LLMs today will influence future language design. I don’t know if it will, but I think it gives a lot of credence to some of the decisions that led to languages like Go and Java. As critical as I have been in the past about their rather simple approaches to problems and having a design that maybe doesn’t hold developers in a particularly high regard, I now think that they actually are measurably in a very good spot. There is more elegance to their design than I gave it credit for.

I believe A.I. can be a lens to appreciate/depreciate decisions whose value that may not have been fully evident. -- 2025-08-05T17:30:02.819Z


“you can either spend $100/mo on groceries or claude max and only one of those is going to make you a millionaire”

replace subjects and numbers with anything and that’s a good argument.

it brings out two things:

  1. it takes away the focus from lower limit onto the upper limit

  2. sprinkles specificity and subjectivity

arguments against don’t seem to hold for the person making the statement in a acute perspective.

ref: https://x.com/rhyssullivan/status/1951832934245433700?s=46 -- 2025-08-03T17:30:05.315Z


there are fewer known pleasures than listening to trinity while working weights. -- 2025-08-02T17:30:07.591Z


Paul Graham writes all his essays in vim.

I think I already knew that but also didn’t.

ref: https://x.com/paulg/status/1951377078114460075?s=46 -- 2025-08-02T17:30:05.027Z

NOTE: This feed is a sliding window. One can find a significant portion of a feed archive on my website.


Latest Blog Posts

Pieces of Media That I Often Have Thought About -- 2024-12-29T10:28:06+00:00

White Screen of Death on my iPhone -- 2024-09-22T10:00:35+00:00

Dynamic Feed on My Github Profile -- 2024-08-03T08:16:05+00:00

Custom R.S.S. Feed Format in Hugo -- 2024-07-28T10:49:57+00:00

Jojo's Bizzare Adventure Season 5 Episode 28 -- 2024-07-12T16:29:41+00:00

More on MY BLOG POSTS

Latest Guides

Fzf for Code Review -- 2025-06-22T10:52:58+00:00

On Using Godoc tool for your Go Programs -- 2024-08-07T08:18:53+00:00

How to Perform Null Checks for Structs in Golang? -- 2024-02-03T16:10:53+00:00

How to Build a Simple Websocket Server and Client in Go and Javascript? -- 2023-12-16T14:14:18+00:00

How to Use Buttons in SwiftUI? -- 2023-10-26T04:06:07+00:00

More on MY GUIDES

Latest TILs

Rosetta 2: Apple's Temporary Fix -- 2025-06-22T08:16:35+00:00

Http Archiving -- Capturing a moment in time -- 2025-02-23T09:43:37+00:00

V.S. Code Has a Simple Browser -- 2025-02-22T09:15:32+00:00

About SSH Host Key Verification -- 2024-09-12T15:11:31+00:00

Network Address Types in Postgres -- 2024-09-10T04:03:27+00:00

More on My TILS

All credits of this idea to Simon Willison.

Pinned Loading

  1. notion-crypto-integration notion-crypto-integration Public

    Leverage Notion API to improve your web experience

    Python 13 8

  2. llm-chat llm-chat Public

    Simple (in-memory) LLM chat application

    HTML

  3. tlgrm tlgrm Public

    A simple go package to send telegram bot pings from your go programs.

    Go

  4. notion-stocks-integration notion-stocks-integration Public

    Leverage Notion & Yahoo API to have a better web experience

    Python 5 5

  5. Time-Progress-App Time-Progress-App Public

    Go 1

  6. calorie-genie calorie-genie Public

    A simple, light-weight food calorie analyzer app

    HTML