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.
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.
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. 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 siteCloudflare to handle HTTPS and cachingI'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!
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.
Now listening to In Pieces by Linkin Park. Features one of the most underrated guitar solos imo.
I just came across this joke post on X by Soren Iverson about building your own Instagram algorithm.
Coincidentally, I'm building a site to filter Hacker News content so that I don't miss out on articles about technologies I'm interested in.
It's not launched yet, but here's a peek at the vibe-coded prototype built with lovable.dev
 by Soren Iverson about building your own Instagram algorithm.
Coincidentally, I'm building a site to filter Hacker News content so that I don't miss out on articles about technologies I'm interested in.
It's not launched yet, but here's a peek at the vibe-coded prototype built with [lovable.dev](https://lovable.dev/)](/media/images/Screenshot_2025-06-19_at_8.48.40_PM.png)
Now listening to Read My Mind by The Killers
You know CSS is complicated when Josh Comeau calls his React course 'Joy of React' but his CSS course is just 'CSS for JS Developers'
Who else has the instinct to “Cmd + S” every 20 seconds when writing on Notion or Obsidian?
Old habits die hard. I used Python’s breakpoint() function - released in 2018 - for the first time today. I’ve been using import pdb; pdb.set_trace() all this time.
Todo apps need to have a to-don’ts section that can be checked off each day as well.