AAAmadeusz Annissimoinannissimo.com·Apr 15 · 7 min readCities over natureOften when talking to people about preferred travel destinations or travel plans, I am surprised how different what I like to do is from what most people like do as travelers. For example, I genuinely00
AAAmadeusz Annissimoinannissimo.com·Apr 2 · 7 min readCreating a design system with Google Stitch MCPI have been setting up Google Stitch MCP to see if I can keep a single source of truth for design documentation inside my project, and then use Stitch to generate ideas and UI prototypes from that dir00
AAAmadeusz Annissimoinannissimo.com·Jan 20 · 5 min readThoughts on testing reversibility of Aristotle's law of motion in Susskind's Classical Mechanics Theoretical MinimumThe following is my attempt to decipher what Leonard Susskind communicates in Lecture 3: Dynamics of Theoretical Minimum: What You Need to Know to Start Doing Physics, when he formulates “Aristotle’s Law of Motion”, and shows that this law doesn’t ho...00
AAAmadeusz Annissimoinannissimo.com·Sep 4, 2025 · 1 min readHow to copy a PROMPT from ChatGPT with formatting preserved after a response is generated?When I have a really good prompt in ChatGPT that did what I wanted it to do. In particular, when it was something data-wrangling related. For example, when I supplied the prompt with JSON or HTML, or some leading spaces, and new lines. By default, af...00
AAAmadeusz Annissimoinannissimo.com·Aug 7, 2025 · 2 min readHow to start a new Laravel project with Laravel Sail without local installation of PHPFor some reason, since Laravel 12, official Laravel docs no longer provide guidance on how to set up Laravel project locally with Laravel Sail, without having PHP available on your machine - i.e. goin00