|
You are here |
thraxil.org | ||
| | | | |
hackaday.io
|
|
| | | | | 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. | |
| | | | |
lincolnmullen.com
|
|
| | | | | Recently I've been writing a fair bit of code in Go for a project I am working on. There is a lot to like about the language. But the thought occurred to me that maybe I like Go because it fits my (unjustifiably) beleaguered sense of self. If I used to like Ruby because it was fun, then maybe I like Go now for these reasons: Go is a minimalist language. I would prefer that we just get down to work without any fuss. Go is a high performance language for concurrency. There is too much to do and it all has to be done at once, so I guess we better do it quickly. Go is strongly typed. Please tell me what you expect up front, then stick to it. Go makes you check for errors explicitly (if err != nil). Bad things will inevitably happen, so I guess we better plan for... | |
| | | | |
3.70.187.24
|
|
| | | | | [AI summary] The author, a beginner programmer with experience in C, decides to switch to Python for its extensive libraries and resources, particularly for use with Raspberry Pi projects, and is currently learning through a free book. | |
| | | | |
www.milanjovanovic.tech
|
|
| | | What are microservices, and why might they be the right architectural choice for your organization? Microservices offer independently deployable, domain-focused components that provide flexibility when applied correctly to solve the right organizational problems. | ||