
Using Perplexity from the command line via llm
My favorite search (or rather “answer”) engine is Perplexity, and my favorite way to interact with computers is the command-line, so why not combine the two?
Here’s how:
My favorite search (or rather “answer”) engine is Perplexity, and my favorite way to interact with computers is the command-line, so why not combine the two?
Here’s how:
Great intro to the “why” and “how” of using AI in your everyday life by Stanford adjunct professor Jeremy Utley. His background is design, not tech, and thus, he has a very different, human-centric view on AI, which I find refreshing.
“How can we become a digital company?” The manufacturing executive looked genuinely worried. “We make physical products, but everyone says software is eating the world.” I’ve heard variations of this question hundreds of times over the past decade. Sometimes it’s about cloud computing, sometimes mob…
Over the last few days, I’ve been working on putting Elvis, our Dachshund, onto this blog’s banner. The goal was to create a smooth animation where Elvis appears by rising from the bottom of the banner, then leans his paws over the border—adding some personality to the site while exploring modern web animation techniques.
What happened was that last weekend, my family and I played Exploding Kittens: Good vs. Evil, which we were recently gifted. What a fun game! A random idea struck me: why not ask Claude to put together a playlist for us?
Hi Claude, we‘re about to play a few rounds of Exploding Kittens (“Good vs. Ev…
What are office hours? Office hours have their roots in academia, where professors would publish certain hours at specific days of the week where students could simply come in and ask questions. It’s an easy way to meet without the back and forth of finding a date/time that works. Why office hours? …
Here’s a secret: after almost 13 years at Amazon Web Services, I still felt like most people around me were smarter and more capable than me. And now, as a blogger looking at other writers? That feeling hasn’t gone away. If this sounds familiar, you’re experiencing imposter syndrome—and you’re in ex…
Refactoring my banner into SVG was only the beginning: the next step was animation. I continued with the “AI as a teacher” model and asked Claude to explain to me concepts like IIFE, how the browser’s DOM processes SVG elements, which SVG properties are GPU-accelerated and other CSS performance conc…
If you’re a returning visitor, you might notice the header image on this blog looks more sharp and crisp—that’s because it is! ✨ After creating my own URL shortener, I wanted to modernize my header image. I built it back then in 2022 using p5.js, but the resolution wasn’t great. Now I wanted a more …
Yesterday, I re-implemented my custom URL shortener glez.me from scratch. I have a Claude Pro plan with Claude.ai, and just a week or so ago, they announced that it includes access to Claude Code as well, which is Anthropic’s agentic AI coding tool, so I decided to let Claude Code do it for me. I wa…