About:

Software Engineer

Website:

Subscribe to RSS:
Claudio Santini shares insights from his 15 years as a consultant for startups, emphasizing the importance of understanding client needs, maintaining a focus on client satisfaction, and the realities of startup development. He adv...
The article discusses the challenges of using AI tools like GitHub Copilot, Cursor, and Devon for generating code in large pre-existing code bases. It introduces a new approach using a Python library called Unvibe that generates c...
The article discusses the challenges of using AI tools like GitHub Copilot, Cursor, and Devon to generate code for large pre-existing code bases. The author introduces a new approach using a Python library called Unvibe, which imp...
The text discusses the challenges of using AI tools like GitHub Copilot and other AI tools for generating code in large pre-existing code bases. The author introduces a new approach using a Python library called Unvibe that genera...
The article discusses the limitations of using AI tools like GitHub Copilot and introduces a new approach to generate code from unit-tests using a Python library called Unvibe. It explains how Unvibe works, the configuration, and ...
The text discusses the challenges of using AI tools like GitHub Copilot and other AI tools for generating code in large pre-existing code bases. The author introduces a new approach using a Python library called Unvibe that genera...
Audiblez v4 is a tool to convert ebooks into audiobooks, with new features such as Cuda support, new GUI, and support for multiple languages. The tool works on Google Colab T4, M2 MacBook Pro, and other platforms. It generates .m4...
Kokoro v0.19 is a text-to-speech model that can convert ebooks into audiobooks. It supports multiple languages and voices and is released under the Apache license. The model is fast and can convert a 100,000-word ebook into an aud...
The text is about a simple static site generator in Python called Cacty, which uses Jinja2 for templating and Markdown for content. It is only 90 lines of code and is easy to understand and modify. The file structure is simple, an...