Explore >> Select a destination


You are here

www.leancrew.com
| | hackaday.io
10.3 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.
| | leancrew.com
0.2 parsecs away

Travel
| | [AI summary] The author discusses their experience transitioning from TextMate to BBEdit, detailing the challenges of customizing scripts and the development of several text processing scripts for table formatting and automation.
| | srijan.ch
8.0 parsecs away

Travel
| | Adding a custom tag to data coming in from an input plugin for telegraf
| | electric-sql.com
41.5 parsecs away

Travel
| Web development has been progressing through an evolution of state transfer. Hybrid local-first architecture is the natural endgame for this progression.