/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

micro.webology.dev
| | endormi.io
3.0 parsecs away

Travel
| | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.
| | stribny.name
2.6 parsecs away

Travel
| | [AI summary] The article discusses creating command line interfaces in Python using libraries like Click, Rich, and Typer, highlighting their features and examples of their usage.
| | hackaday.io
4.4 parsecs away

Travel
| | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify.
| | lewisdale.dev
20.5 parsecs away

Travel
| [AI summary] The author reflects on their experience with the first day of Advent of Code, discussing their approach to solving the problem using Rust and a misinterpretation of the question.