Show HN: 2024 arttime feeder challenge. Code feeder in language of choice, share
1 points| reportaman | 2 years ago |old.reddit.com
Links:
1. [v2.3.0 release notes](https://github.com/poetaman/arttime/releases/tag/v2.3.0)
2. [arttime_2.3.0-1_all.deb](https://github.com/poetaman/arttime/releases/download/v2.3.0...) package
3. [arttime man txt](https://raw.githubusercontent.com/poetaman/arttime/main/shar...)
4. [arttime main page](https://github.com/poetaman/arttime)
Please read sections ORCHESTRATING and CONTRIBUTING (which has a software spec) in [arttime man txt](https://raw.githubusercontent.com/poetaman/arttime/main/shar...). to understand how to write custom information feeders. They can be written in any language, and should be quite simple. Please get in touch if you write something of common interest. Link to such feeders will get added to arttime's page, and best ones will get special mention. Here's an example that shows how line of text under art can be remotely updated to show "Hello World":
``` $ printf 'MHello World\n' >/path/to/some/fifo/arttime/is/listening ```
No comments yet.