Hi! I’m Daniel Kossmann π§ββοΈ,
welcome to my Public Learning Log.
I really like lists, so I made one to describe myself:
- Lifelong Learner: I believe in continuous learning and the power of sharing knowledge, which is why I advocate for open source, Creative Commons, and open web initiatives.
- Professional Journey: I am a Senior Product Manager (PM) with a background as an Engineering Manager and Full-Stack Web Developer.
- WordPress Expertise: With over 15 years in the WordPress ecosystem, I have been featured in People of WordPress and have organized monthly community meetups for 7 years.
- Interests: Product Management, Productivity, Leadership, and WordPress.
- Content Creator: In addition to this blog, I’ve been writing PainelWP, a weekly newsletter about WordPress in Portuguese, since June 2019.
- Hobbies: I love watching movies and wrote reviews as a hobby for a few years. I also enjoy drawing, especially with watercolors.
Writting
-
In Ubuntu 24.04, the python command is not available by default, as the system uses python3 for Python 3.x versions. Package: python-is-python3 The easiest way to fix this is to install the package python-is-python3. Alias You can also add the following line at the end of your ~/.bashrc file: Save the file, and apply the…
-
List of AI Tools specifically for Product Managers that I have used.
-
A quick tutorial to set up LLM, a CLI utility and Python library for interacting with Large Language Models created by Simon Willison, along with tips to enhance your experience and real-life examples.
-
Automating Open Graph image creation with shot-scraper: a look behind the scenes of building a simple MVP, with all my learnings shared.
-
Learn how to emulate macOS pbcopy and pbpaste commands on Linux for an efficient command line clipboard experience.
-
Struggling with writing AI prompts and managing their input? Discover Fabric, an open-source framework that simplifies the process with pre-configured prompts and seamless command chaining, making your AI interactions more efficient and effective.