Chirps

Page 3 of 5

The mathematician George Polya, in his 1945 book, "How to Solve It", described how asking "Can you solve a more general problem?" is a useful problem solving strategy.

Demis Hassabis taking it to heart now: "We'll solve AGI first and then use it to solve everything else."

The mathematician George Polya, in his 1945 book, "How to Solve It", described how asking "Can you solve a more general problem?" is a useful problem solving strategy.

Demis Hassabis taking it to heart now: "We'll solve AGI first and then use it to solve everything else."
June 23, 2025 Permalink #22

I listen to quite a few podcasts, but I haven't shared any of them here.

So here's an episode from one of my favourite podcasts: An underrated episode on the Piccolo ORM on Talk Python hosted by Michael Kennedy with guest Daniel Townsend.

I haven't used the Piccolo ORM in a project yet, but I'm inspired by its neat API and usage of Python's metaprogramming capabilities behind the scenes.

June 21, 2025 Permalink #18

Google executives to YouTube product manager: Increase YouTube podcast engagement and ad revenue

YT product manager thinking out of the box: Let's kill Google Podcasts app.

June 21, 2025 Permalink #16

I've had fun over the last 3-4 days rebuilding this site!

Here's the stack:

  • Django and Django Admin backed by sqlite for all data entry.
  • A small script to copy data from the sqlite database into a JSON file used by the frontend.
  • Svelte for the frontend. Sveltekit for static site generation. Vite is ever present under the hood.
  • rsync to copy the static site directory to a Digital Ocean droplet
  • Nginx running on the droplet to serve the site
  • Cloudflare to handle HTTPS and caching

I've taken Django Admin's capability for granted for more than a decade, but I got an opportunity to appreciate this time. I tried to vibe-code the admin backend. But it came nowhere close to Django's quality. So I stuck with Django.

As a fairly new Svelte user, I was pleasantly surprised by how well SvelteKit works. Navigating between pages is a breeze since SvelteKit intelligently prefetches data and components in the background.

Since the workflow is now smooth enough, I'm tempted to chirp more!

June 20, 2025 Permalink #15

OpenAI isn't the first organization to abandon its non-profit status. Every educational institution in India has been doing it since forever. They just never bothered with the paperwork.

June 20, 2025 Permalink #14

Now listening to In Pieces by Linkin Park. Features one of the most underrated guitar solos imo.

June 19, 2025 Permalink #13